/aosp_15_r20/frameworks/native/libs/adbd_auth/ |
H A D | adbd_auth.cpp | 51 std::string public_key; member 55 std::string public_key; member 59 std::string public_key; member 64 std::string public_key; member 69 std::string public_key; member 547 bool (*callback)(void* opaque, const char* public_key, size_t len), in adbd_auth_get_public_keys() 552 uint64_t adbd_auth_notify_auth(AdbdAuthContext* ctx, const char* public_key, size_t len) { in adbd_auth_notify_auth() 560 void adbd_auth_prompt_user(AdbdAuthContext* ctx, const char* public_key, size_t len, in adbd_auth_prompt_user() 565 uint64_t adbd_auth_prompt_user_with_id(AdbdAuthContext* ctx, const char* public_key, size_t len, in adbd_auth_prompt_user_with_id() 572 const char* public_key, in adbd_auth_tls_device_connected()
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/dodis_yampolskiy_prf/ |
H A D | dy_verifiable_random_function.cc | 69 DyVerifiableRandomFunction::PublicKey public_key{ in GenerateKeyPair() local 148 const proto::DyVrfPublicKey& public_key, in VerifyGenerateKeysProof() 275 const DyVerifiableRandomFunction::PublicKey& public_key, in GenerateApplyProofMessage1() 342 const DyVerifiableRandomFunction::PublicKey& public_key, in GenerateApplyProofMessage2() 376 const proto::DyVrfPublicKey& public_key, in GenerateApplyProof() 421 const proto::DyVrfPublicKey& public_key, in VerifyApplyProof() 526 const proto::DyVrfPublicKey& public_key, in GenerateApplyProofChallenge() 567 const DyVerifiableRandomFunction::PublicKey& public_key) { in DyVrfPublicKeyToProto()
|
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/ |
H A D | sphincs_verify_key_manager_test.cc | 161 StatusOr<SphincsPublicKey> public_key = in TEST_P() local 170 StatusOr<SphincsPublicKey> public_key = CreateValidPublicKey( in TEST() local 180 StatusOr<SphincsPublicKey> public_key = in TEST_P() local 197 StatusOr<SphincsPublicKey> public_key = in TEST_P() local 233 StatusOr<SphincsPublicKey> public_key = in TEST_P() local 258 StatusOr<SphincsPublicKey> public_key = in TEST_P() local
|
H A D | falcon_verify_key_manager_test.cc | 90 StatusOr<FalconPublicKey> public_key = in TEST_P() local 100 StatusOr<FalconPublicKey> public_key = in TEST_P() local 115 StatusOr<FalconPublicKey> public_key = in TEST_P() local 144 StatusOr<FalconPublicKey> public_key = in TEST_P() local 167 StatusOr<FalconPublicKey> public_key = in TEST_P() local
|
H A D | dilithium_verify_key_manager_test.cc | 120 StatusOr<DilithiumPublicKey> public_key = CreateValidPublicKey( in TEST_P() local 130 StatusOr<DilithiumPublicKey> public_key = CreateValidPublicKey( in TEST_P() local 142 StatusOr<DilithiumPublicKey> public_key = CreateValidPublicKey( in TEST_P() local 161 StatusOr<DilithiumPublicKey> public_key = in TEST_P() local 196 StatusOr<DilithiumPublicKey> public_key = in TEST_P() local
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/ |
D | p256.rs | 104 let public_key = E::PublicKey::from_bytes(public_key_bytes.as_ref()).unwrap(); in to_bytes_random_test() localVariable 166 let public_key = E::PublicKey::from_sec1_bytes(&sec1).unwrap(); in public_key_to_affine_coordinates_test() localVariable 182 let public_key = E::PublicKey::from_sec1_bytes(&sec1).unwrap(); in public_key_to_affine_coordinates_compressed02_test() localVariable 198 let public_key = E::PublicKey::from_sec1_bytes(&sec1).unwrap(); in public_key_to_affine_coordinates_compressed03_test() localVariable 212 let public_key = E::PublicKey::from_sec1_bytes(&sec1).unwrap(); in public_key_to_affine_coordinates_zero_top_byte_test() localVariable 238 let public_key = E::PublicKey::from_sec1_bytes(public_key_sec1).map_err(TestError::new)?; localVariable
|
D | x25519.rs | 60 let public_key = E::PublicKey::from_bytes(&public_key_bytes).unwrap(); in x25519_to_bytes_test() localVariable 72 let public_key = E::PublicKey::from_bytes(public_key_bytes.as_ref()).unwrap(); in x25519_to_bytes_random_test() localVariable 86 let public_key = hex!("504a36999f489cd2fdbc08baff3d88fa00569ba986cba22548ffde80f9806829"); in x25519_ecdh_test() localVariable 98 let public_key = E::PublicKey::from_bytes(public_key).map_err(TestError::new)?; localVariable
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | ed25519_public_key_test.cc | 64 util::StatusOr<Ed25519PublicKey> public_key = in TEST_P() local 123 util::StatusOr<Ed25519PublicKey> public_key = in TEST_P() local 150 util::StatusOr<Ed25519PublicKey> public_key = Ed25519PublicKey::Create( in TEST() local 174 util::StatusOr<Ed25519PublicKey> public_key = Ed25519PublicKey::Create( in TEST() local 197 util::StatusOr<Ed25519PublicKey> public_key = Ed25519PublicKey::Create( in TEST() local
|
H A D | ed25519_private_key_test.cc | 68 util::StatusOr<Ed25519PublicKey> public_key = in TEST_P() local 98 util::StatusOr<Ed25519PublicKey> public_key = in TEST() local 121 util::StatusOr<Ed25519PublicKey> public_key = in TEST() local 146 util::StatusOr<Ed25519PublicKey> public_key = in TEST_P() local
|
/aosp_15_r20/packages/modules/adb/daemon/ |
D | auth.cpp | 101 [](void* opaque, const char* public_key, size_t len) { in IteratePublicKeys() 114 IteratePublicKeys([&](std::string_view public_key) { in adbd_tls_client_ca_list() 161 IteratePublicKeys([&](std::string_view public_key) { in adbd_auth_verify() 236 static void adbd_key_removed(const char* public_key, size_t len) { in adbd_key_removed() 320 IteratePublicKeys([&](std::string_view public_key) { in adbd_tls_verify_cert()
|
/aosp_15_r20/external/boringssl/src/crypto/kyber/ |
H A D | kyber.c | 568 struct public_key { struct 571 uint8_t public_key_hash[32]; argument 575 static struct public_key *public_key_from_external( in public_key_from_external() argument 702 const struct KYBER_public_key *public_key) { in KYBER_encap() 718 const struct KYBER_public_key *public_key, in KYBER_encap_external_entropy() 783 const struct KYBER_public_key *public_key) { in KYBER_marshal_public_key() 800 int KYBER_parse_public_key(struct KYBER_public_key *public_key, CBS *in) { in KYBER_parse_public_key()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/kyber/ |
H A D | kyber.c | 567 struct public_key { struct 570 uint8_t public_key_hash[32]; argument 574 static struct public_key *public_key_from_external( in public_key_from_external() argument 701 const struct KYBER_public_key *public_key) { in KYBER_encap() 717 const struct KYBER_public_key *public_key, in KYBER_encap_external_entropy() 782 const struct KYBER_public_key *public_key) { in KYBER_marshal_public_key() 799 int KYBER_parse_public_key(struct KYBER_public_key *public_key, CBS *in) { in KYBER_parse_public_key()
|
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/client/ |
H A D | anonymous_tokens_public_key_client_test.cc | 53 RSAPublicKey public_key; in GenerateFakeRsaKey() local 60 RSAPublicKey public_key = in SimpleGetResponse() local 438 RSAPublicKey public_key = GenerateFakeRsaKey( in TEST_F() local 651 RSAPublicKey public_key; in TEST_F() local 689 RSAPublicKey public_key; in TEST_F() local 738 RSAPublicKey public_key; in TEST_F() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | verify_signed_data.cc | 39 EVP_PKEY *public_key) { in SignatureVerifyCacheKey() 141 bssl::UniquePtr<EVP_PKEY> *public_key) { in ParsePublicKey() 157 EVP_PKEY *public_key, SignatureVerifyCache *cache) { in VerifySignedData() 285 bssl::UniquePtr<EVP_PKEY> public_key; in VerifySignedData() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/avb/tests/ |
D | api_test.rs | 83 let public_key = load_trusted_public_key()?; in payload_expecting_no_initrd_passes_verification_with_no_initrd() localVariable 128 let public_key = load_trusted_public_key()?; in payload_expecting_no_initrd_passes_verification_with_service_vm_prop() localVariable 404 let public_key = load_trusted_public_key()?; in payload_with_rollback_index() localVariable 428 let public_key = load_trusted_public_key()?; in payload_with_multiple_capabilities() localVariable 443 let public_key = load_trusted_public_key()?; in payload_with_all_capabilities() localVariable
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | nss_key_util.cc | 22 crypto::ScopedSECItem MakeNssIdFromPublicKey(SECKEYPublicKey* public_key) { in MakeNssIdFromPublicKey() 44 ScopedSECKEYPublicKey public_key(SECKEY_ExtractPublicKey(spki.get())); in MakeNssIdFromSpki() local 55 ScopedSECKEYPublicKey* public_key, in GenerateRSAKeyPairNSS() 77 ScopedSECKEYPublicKey* public_key, in GenerateECKeyPairNSS()
|
H A D | nss_key_util_unittest.cc | 37 ScopedSECKEYPublicKey public_key; in TEST_F() local 51 ScopedSECKEYPublicKey public_key; in TEST_F() local 69 ScopedSECKEYPublicKey public_key; in TEST_F() local
|
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/testing/ |
H A D | proto_utils.cc | 60 RSAPublicKey public_key; in ParseRsaKeysFromFile() local 84 RSAPublicKey public_key; in PopulateTestVectorKeys() local 152 RSABlindSignaturePublicKey public_key; in CreateTestKey() local 165 RSAPublicKey public_key, in EncodeMessageForTests()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/ |
D | keys.rs | 6 public_key: PublicKey, field 11 let public_key = seed.compute_public_key()?; in derive() localVariable 15 pub fn public_key(&self) -> &PublicKey { in public_key() method 69 let mut public_key = PublicKey { in compute_public_key() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/ |
D | ecdsa_tests.rs | 123 let public_key = test_case.consume_bytes("Q"); in signature_ecdsa_verify_asn1_test() localVariable 157 let public_key = test_case.consume_bytes("Q"); in signature_ecdsa_verify_fixed_test() localVariable 258 let public_key = signature::UnparsedPublicKey::new(verification_alg, q); in signature_ecdsa_sign_fixed_sign_and_verify_test() localVariable 312 let public_key = signature::UnparsedPublicKey::new(verification_alg, q); in signature_ecdsa_sign_asn1_test() localVariable
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_common3_tests.c | 31 static void test_check_keyblock(const struct vb2_public_key *public_key, in test_check_keyblock() 138 static void test_verify_keyblock(const struct vb2_public_key *public_key, in test_verify_keyblock() 200 static void test_verify_fw_preamble(struct vb2_packed_key *public_key, in test_verify_fw_preamble() 344 const struct vb2_packed_key *public_key, in test_verify_kernel_preamble()
|
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/ |
H A D | eddsa.rs | 88 let public_key = private_key.to_public(); in signature_key_generate() localVariable 156 let public_key = ed25519::PublicKey::from_bytes( in verify() localVariable 221 let public_key = ed25519.signature_key_derive_public(&private_key).unwrap(); in sign_verify() localVariable 253 let public_key = SignaturePublicKey::from( in verify_invalid_sig() localVariable
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | rsa_util_test.cc | 67 RsaPublicKey public_key; in GetKeyPair() local 83 const RsaPublicKey& public_key = keys->first; in TEST() local 105 RsaPublicKey public_key; in TEST() local 173 RsaPublicKey public_key; in TEST() local 334 const RsaPublicKey& public_key = keys->first; in TEST() local
|
/aosp_15_r20/trusty/user/base/lib/sample/apploader_policy_engine/ |
D | apploader_policy_engine.cpp | 48 const uint8_t** public_key, in get_key() 77 const uint8_t** public_key, in get_sign_key() 99 void apploader_policy_engine_put_key(const uint8_t* public_key) { in apploader_policy_engine_put_key()
|
/aosp_15_r20/external/libchrome/crypto/ |
H A D | nss_key_util_unittest.cc | 37 ScopedSECKEYPublicKey public_key; in TEST_F() local 51 ScopedSECKEYPublicKey public_key; in TEST_F() local 69 ScopedSECKEYPublicKey public_key; in TEST_F() local
|