/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps_common.c | 64 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local 413 const struct wpabuf *pubkey, in wps_build_nfc_pw_token() 624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build() 646 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) in wps_nfc_gen_dh() 672 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
|
H A D | wps_attr_build.c | 23 struct wpabuf *pubkey = NULL; in wps_build_public_key() local 424 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw()
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | ssl_platform_key_mac.cc | 75 SSLPlatformKeySecKey(bssl::UniquePtr<EVP_PKEY> pubkey, SecKeyRef key) in SSLPlatformKeySecKey() 191 bssl::UniquePtr<EVP_PKEY> pubkey = GetClientCertPublicKey(certificate); in CreateSSLPrivateKeyForSecKey() local 202 bssl::UniquePtr<EVP_PKEY> pubkey = in WrapUnexportableKey() local
|
H A D | ssl_platform_key_android.cc | 70 SSLPlatformKeyAndroid(bssl::UniquePtr<EVP_PKEY> pubkey, in SSLPlatformKeyAndroid() 164 bssl::UniquePtr<EVP_PKEY> pubkey = GetClientCertPublicKey(certificate); in WrapJavaPrivateKey() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cert.cc | 234 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in check_leaf_cert_and_privkey() local 372 UniquePtr<EVP_PKEY> pubkey; in ssl_parse_cert_chain() local 492 bool ssl_compare_public_and_private_key(const EVP_PKEY *pubkey, in ssl_compare_public_and_private_key() 533 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in ssl_cert_check_private_key() local 777 CBS pubkey, deleg, sig; in Parse() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cert.cc | 234 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in check_leaf_cert_and_privkey() local 372 UniquePtr<EVP_PKEY> pubkey; in ssl_parse_cert_chain() local 492 bool ssl_compare_public_and_private_key(const EVP_PKEY *pubkey, in ssl_compare_public_and_private_key() 533 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in ssl_cert_check_private_key() local 777 CBS pubkey, deleg, sig; in Parse() local
|
/aosp_15_r20/packages/modules/adb/daemon/ |
D | auth.cpp | 118 const std::string& pubkey = split[0]; in adbd_tls_client_ca_list() local 165 const std::string& pubkey = split[0]; in adbd_auth_verify() local 324 const std::string& pubkey = split[0]; in adbd_tls_verify_cert() local
|
/aosp_15_r20/packages/modules/adb/client/ |
D | auth.cpp | 69 std::string pubkey; in generate_key() local 106 unsigned char* pubkey = nullptr; in hash_key() local 328 std::string pubkey; in adb_auth_pubkey() local
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | cmd_show.c | 47 void show_pubkey(const struct vb2_packed_key *pubkey, const char *sp) in show_pubkey() 110 struct vb2_packed_key *pubkey; in ft_show_pubkey() local 684 struct vb2_public_key *pubkey) in load_publickey()
|
H A D | vb1_helper.c | 511 struct vb2_public_key pubkey; in VerifyKernelBlob() local 578 struct vb2_public_key pubkey; in VerifyKernelBlob() local 804 const struct vb2_packed_key *pubkey = (struct vb2_packed_key *)buf; in ft_recognize_vb1_key() local
|
H A D | cmd_vbutil_key.c | 78 struct vb2_packed_key *pubkey = in do_pack() local 109 struct vb2_packed_key *pubkey; in do_unpack() local
|
H A D | cmd_create.c | 82 struct vb2_packed_key *pubkey = NULL; in vb1_make_keypair() local 165 struct vb2_public_key *pubkey = 0; in vb2_make_keypair() local
|
/aosp_15_r20/external/iperf3/src/ |
H A D | t_auth.c | 84 EVP_PKEY *pubkey, *privkey; in main() local 100 test_authtoken(const char *authUser, const char *authPassword, EVP_PKEY *pubkey, EVP_PKEY *privkey)… in test_authtoken()
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | crypto_internal-modexp.c | 17 u8 *pubkey) in crypto_dh_init() 45 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
|
H A D | crypto_nettle.c | 308 u8 *pubkey) in crypto_dh_init() 336 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | remote_provisioning_utils.cpp | 50 byte_view pubkey; member 196 cppbor::Array buildCertReqRecipients(const std::vector<uint8_t>& pubkey, in buildCertReqRecipients()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDbTest.java | 585 PublicKey pubkey = genRandomPublicKey(); in getRecoveryServicePublicKey_returnsInsertedKey() local 851 PublicKey pubkey = genRandomPublicKey(); in getServerParams_returnsNullIfNoValue() local 915 PublicKey pubkey = genRandomPublicKey(); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids() local 929 PublicKey pubkey = genRandomPublicKey(); in setRecoveryServiceMetadataEntry_allowsTwoUsersToHaveTheSameUid() local
|
/aosp_15_r20/system/keymaster/include/keymaster/cppcose/ |
H A D | cppcose.h | 176 auto& pubkey = key->getMap().get(PUBKEY_X); in parseEd25519() local 189 auto& pubkey = key->getMap().get(PUBKEY_X); in parseX25519() local
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_cert.cc | 248 UniquePtr<EVP_PKEY> pubkey; in ssl_parse_cert_chain() local 340 bool ssl_compare_public_and_private_key(const EVP_PKEY *pubkey, in ssl_compare_public_and_private_key()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_cert.cc | 248 UniquePtr<EVP_PKEY> pubkey; in ssl_parse_cert_chain() local 340 bool ssl_compare_public_and_private_key(const EVP_PKEY *pubkey, in ssl_compare_public_and_private_key()
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/fuzz/src/bin/ |
D | fuzz_p256.rs | 28 let pubkey = P256PublicKeyAlias::<CryptoProviderImpl>::from_sec1_bytes(&input); in test() localVariable
|
/aosp_15_r20/packages/modules/adb/crypto/tests/ |
D | key_test.cpp | 58 const std::string& pubkey = split[0]; in TEST() local
|
D | rsa_2048_key_test.cpp | 61 const std::string& pubkey = split[0]; in TEST() local
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
H A D | _pycrypto_crypt.py | 29 def __init__(self, pubkey): argument
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | policy.py | 96 def generate_policy(key, pubkey, policy, old_key=None): argument
|