| /system/security/mls/mls-rs-crypto-boringssl/src/ |
| 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
|
| D | ecdh.rs | 169 let public_key = HpkePublicKey::from( in dh() localVariable 186 let public_key = HpkePublicKey::from( in dh_invalid_key() localVariable 244 let public_key = HpkePublicKey::from( in public_key_validate() localVariable
|
| D | lib.rs | 480 let public_key = HpkePublicKey::from( in kem_public_key_validate() localVariable 672 let public_key = crypto.signature_key_derive_public(&private_key).unwrap(); in sign_verify() localVariable
|
| D | hpke.rs | 409 let public_key = HpkePublicKey::from( in dh_kem_public_key_validate() localVariable
|
| /system/update_engine/payload_generator/ |
| D | payload_signer_unittest.cc | 132 string public_key; in TEST_F() local 144 string public_key; in TEST_F() local
|
| D | generate_delta_main.cc | 145 int VerifySignedPayload(const string& in_file, const string& public_key) { in VerifySignedPayload()
|
| D | payload_signer.cc | 256 string public_key; in VerifySignedPayload() local
|
| /system/update_engine/payload_consumer/ |
| D | payload_verifier.cc | 152 for (const auto& public_key : public_keys_) { in VerifyRawSignature() local 197 const EVP_PKEY* public_key, in GetRawHashFromSignature()
|
| D | certificate_parser_android.cc | 104 std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)> public_key( in ReadPublicKeysFromCertificates() local
|
| D | delta_performer.cc | 1077 string public_key; in CreatePayloadVerifier() local
|
| D | delta_performer_integration_test.cc | 374 string public_key; in SignGeneratedShellPayload() local
|
| D | delta_performer_unittest.cc | 1018 string public_key; in TEST_F() local
|
| /system/security/keystore2/src/ |
| D | ec_crypto.rs | 46 pub fn public_key(&self) -> Result<Vec<u8>> { in public_key() method
|
| D | super_key.rs | 642 let public_key = key_entry in encrypt_with_hybrid_super_key() localVariable
|
| /system/security/keystore2/src/fuzzers/ |
| D | keystore2_unsafe_fuzzer.rs | 168 let public_key = check_ecpoint.unwrap(); localVariable
|
| /system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
| D | ble_filter.proto | 54 optional bytes public_key = 3; field
|
| /system/security/ondevice-signing/ |
| D | CertUtils.cpp | 96 bssl::UniquePtr<EVP_PKEY> public_key(EVP_PKEY_new()); in modulusToRsaPkey() local
|
| /system/keymaster/tests/ |
| D | nist_curve_key_exchange_test.cpp | 106 uint8_t* public_key = new uint8_t[public_key_len]; in TEST() local
|
| /system/apex/apexd/ |
| D | apex_file_repository_test.cpp | 317 auto public_key = instance.GetPublicKey("com.android.apex.test_package"); in TEST() local 357 auto public_key = instance.GetPublicKey("com.android.apex.compressed"); in TEST() local 650 std::string public_key; member 854 std::string public_key; in TEST_F() local
|
| D | apex_file.cpp | 270 const std::string& public_key) { in VerifyVbMeta()
|
| D | apexd_test.cpp | 952 const std::string& public_key = "", in AddBlockApex() 968 const std::string& public_key, in AddToMetadata()
|
| D | apexd.cpp | 676 const auto& public_key = in VerifyPackageBoot() local
|
| /system/security/keystore2/tests/ |
| D | keystore2_client_import_keys_tests.rs | 119 let public_key = cert.public_key().unwrap(); in build_secure_key_wrapper() localVariable
|
| /system/gsid/ |
| D | gsi_tool.cpp | 622 AvbPublicKey public_key; in Status() local
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 60991 struct public_key { struct 60992 void *key; 60993 u32 keylen; 60994 enum OID algo; 60995 void *params; 60996 u32 paramlen; 60997 bool key_is_private; 60998 const char *id_type; 60999 const char *pkey_algo; 61000 unsigned long key_eflags;
|