/aosp_15_r20/external/openscreen/cast/receiver/channel/ |
H A D | static_credentials.cc | 33 EVP_PKEY* root_key, in GenerateCredentials() 123 bssl::UniquePtr<EVP_PKEY> root_key = GenerateRsaKeyPair(); in GeneratePrivateKey() local 128 bssl::UniquePtr<X509> GenerateRootCert(const EVP_PKEY& root_key) { in GenerateRootCert() 152 bssl::UniquePtr<EVP_PKEY> root_key = GeneratePrivateKey(); in GenerateDeveloperCredentialsToFile() local 175 bssl::UniquePtr<EVP_PKEY> root_key = GeneratePrivateKey(); in GenerateCredentialsForTesting() local 195 bssl::UniquePtr<EVP_PKEY> root_key = in GenerateCredentials() local
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | registry.cc | 519 LONG RegKey::RegDelRecurse(HKEY root_key, const wchar_t* name, REGSAM access) { in RegDelRecurse() 566 RegistryValueIterator::RegistryValueIterator(HKEY root_key, in RegistryValueIterator() 573 RegistryValueIterator::RegistryValueIterator(HKEY root_key, in RegistryValueIterator() 579 void RegistryValueIterator::Initialize(HKEY root_key, in Initialize() 672 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, in RegistryKeyIterator() 677 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, in RegistryKeyIterator() 723 void RegistryKeyIterator::Initialize(HKEY root_key, in Initialize()
|
H A D | win_util.cc | 479 bool AddCommandToAutoRun(HKEY root_key, in AddCommandToAutoRun() 487 bool RemoveCommandFromAutoRun(HKEY root_key, const std::wstring& name) { in RemoveCommandFromAutoRun() 492 bool ReadCommandFromAutoRun(HKEY root_key, in ReadCommandFromAutoRun()
|
H A D | registry_unittest.cc | 62 const std::wstring& root_key() const { return root_key_; } in root_key() function in base::win::__anoncd7c0f140111::RegistryTest
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_winreg.py | 81 def _write_test_data(self, root_key, CreateKey=CreateKey): argument 121 def _read_test_data(self, root_key, OpenKey=OpenKey): argument 161 def _delete_test_data(self, root_key): argument 191 def _test_all(self, root_key): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_winreg.py | 75 def _write_test_data(self, root_key, subkeystr="sub_key", argument 116 def _read_test_data(self, root_key, subkeystr="sub_key", OpenKey=OpenKey): argument 156 def _delete_test_data(self, root_key, subkeystr="sub_key"): argument 186 def _test_all(self, root_key, subkeystr="sub_key"): argument
|
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
H A D | chain.rs | 218 let root_key = pub_keys.next().unwrap().to_cose_key().unwrap().to_cbor_value().unwrap(); in chain_from_cbor_valid() localVariable 233 let root_key = pub_keys.next().unwrap().to_cose_key().unwrap().to_cbor_value().unwrap(); in chain_from_cbor_valid_with_mixed_key_types() localVariable 245 let root_key = PrivateKey::from_pem(ED25519_KEY_PEM[0]); in chain_from_cbor_root_key_integer_key_ops() localVariable 283 let root_key = PrivateKey::from_pem(P256_KEY_PEM[0]); in chain_form_from_cbor_degenerate_length_but_not_self_signed() localVariable
|
/aosp_15_r20/system/secretkeeper/client/src/ |
H A D | dice.rs | 90 let root_key = it in to_explicit_chain() localVariable 95 let mut root_key = CoseKey::from_cbor_value(root_key)?; in to_explicit_chain() localVariable 98 let root_key = root_key.to_vec()?; in to_explicit_chain() localVariable
|
H A D | authgraph_dev.rs | 156 let root_key = identity.validate(ecdsa)?; in validate_peer_identity() localVariable
|
/aosp_15_r20/system/keymint/tests/tests/ |
H A D | keyblob_test.rs | 33 let mut root_key = crypto::hmac::Key(vec![0u8; 32]); in test_encrypted_keyblob_roundtrip() localVariable 35 let root_key = crypto::OpaqueOr::Explicit(root_key); in test_encrypted_keyblob_roundtrip() localVariable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
H A D | check_gcp_environment_windows.cc | 40 bool check_windows_registry_product_name(HKEY root_key, in check_windows_registry_product_name()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/ |
D | check_gcp_environment_windows.cc | 40 bool check_windows_registry_product_name(HKEY root_key, in check_windows_registry_product_name()
|
/aosp_15_r20/external/vboot_reference/firmware/2lib/ |
H A D | 2firmware.c | 25 struct vb2_public_key root_key; in vb2_load_fw_keyblock() local
|
/aosp_15_r20/external/cronet/net/data/cert_issuer_source_aia_unittest/ |
H A D | generate-certs.py | 14 root_key = gencerts.get_or_generate_rsa_key(2048, variable
|
/aosp_15_r20/external/cronet/net/data/ov_name_constraints/ |
H A D | generate-certs.py | 14 root_key = gencerts.get_or_generate_rsa_key(2048, variable
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | cmd_show.c | 302 struct vb2_public_key root_key; in show_fw_preamble_buf() local
|
/aosp_15_r20/system/keymaster/tests/ |
H A D | attestation_record_test.cpp | 349 const cppbor::Int* root_key = eat_key->asInt(); in TEST() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | pickler.cpp | 308 std::string root_key = get_tensor_id_ != nullptr in pushStorageOfTensor() local
|
/aosp_15_r20/system/authgraph/core/src/ |
H A D | key.rs | 308 pub root_key: EcVerifyKey, field
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 27262 struct btrfs_key root_key; member
|
H A D | vmlinux.h | 27262 struct btrfs_key root_key; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 60935 struct btrfs_key root_key; member
|
H A D | vmlinux.h | 60935 struct btrfs_key root_key; member
|