Home
last modified time | relevance | path

Searched defs:public_key (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/aosp_15_r20/frameworks/native/libs/adbd_auth/
H A Dadbd_auth.cpp51 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 Ddy_verifiable_random_function.cc69 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 Dsphincs_verify_key_manager_test.cc161 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 Dfalcon_verify_key_manager_test.cc90 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 Ddilithium_verify_key_manager_test.cc120 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/
Dp256.rs104 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
Dx25519.rs60 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 Ded25519_public_key_test.cc64 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 Ded25519_private_key_test.cc68 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/
Dauth.cpp101 [](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 Dkyber.c568 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 Dkyber.c567 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 Danonymous_tokens_public_key_client_test.cc53 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 Dverify_signed_data.cc39 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/
Dapi_test.rs83 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 Dnss_key_util.cc22 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 Dnss_key_util_unittest.cc37 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 Dproto_utils.cc60 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/
Dkeys.rs6 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/
Decdsa_tests.rs123 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 Dvb2_common3_tests.c31 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 Deddsa.rs88 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 Drsa_util_test.cc67 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/
Dapploader_policy_engine.cpp48 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 Dnss_key_util_unittest.cc37 ScopedSECKEYPublicKey public_key; in TEST_F() local
51 ScopedSECKEYPublicKey public_key; in TEST_F() local
69 ScopedSECKEYPublicKey public_key; in TEST_F() local

12345678910>>...20