/aosp12/frameworks/native/libs/adbd_auth/ |
H A D | adbd_auth.cpp | 49 std::string public_key; member 53 std::string public_key; member 57 std::string public_key; member 62 std::string public_key; member 67 std::string public_key; member 542 bool (*callback)(void* opaque, const char* public_key, size_t len), in adbd_auth_get_public_keys() 547 uint64_t adbd_auth_notify_auth(AdbdAuthContext* ctx, const char* public_key, size_t len) { in adbd_auth_notify_auth() 555 void adbd_auth_prompt_user(AdbdAuthContext* ctx, const char* public_key, size_t len, in adbd_auth_prompt_user() 560 uint64_t adbd_auth_prompt_user_with_id(AdbdAuthContext* ctx, const char* public_key, size_t len, in adbd_auth_prompt_user_with_id() 567 const char* public_key, in adbd_auth_tls_device_connected()
|
/aosp12/system/bt/gd/security/ |
H A D | ecdh_keys.cc | 57 ecc::Point public_key; in GenerateECDHKeyPair() local 70 ecc::Point public_key; in ValidateECDHPoint() local
|
H A D | initial_informations.h | 72 EcdhPublicKey public_key; member
|
/aosp12/packages/modules/adb/daemon/ |
H A 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()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | payload_verifier.cc | 153 for (const auto& public_key : public_keys_) { in VerifyRawSignature() local 198 const EVP_PKEY* public_key, in GetRawHashFromSignature()
|
H A D | certificate_parser_android.cc | 104 std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)> public_key( in ReadPublicKeysFromCertificates() local
|
H A D | delta_performer.cc | 1015 string public_key; in CreatePayloadVerifier() local
|
H A D | delta_performer_integration_test.cc | 381 string public_key; in SignGeneratedShellPayload() local
|
H A D | delta_performer_unittest.cc | 1022 string public_key; in TEST_F() local
|
/aosp12/system/update_engine/payload_generator/ |
H A D | payload_signer_unittest.cc | 141 string public_key; in TEST_F() local 153 string public_key; in TEST_F() local
|
H A D | generate_delta_main.cc | 143 int VerifySignedPayload(const string& in_file, const string& public_key) { in VerifySignedPayload()
|
H A D | payload_signer.cc | 271 string public_key; in VerifySignedPayload() local
|
/aosp12/system/security/ondevice-signing/ |
H A D | CertUtils.cpp | 103 EVP_PKEY* public_key = EVP_PKEY_new(); in createSelfSignedCertificate() local 186 EVP_PKEY* public_key = d2i_PUBKEY(nullptr, &keyDataBytes, keyData.size()); in extractPublicKeyFromSubjectPublicKeyInfo() local
|
/aosp12/system/security/keystore2/src/ |
H A D | ec_crypto.rs | 50 pub fn public_key(&self) -> Result<Vec<u8>> { in public_key() method
|
H A D | super_key.rs | 762 let public_key = in handle_super_encryption_on_key_init() localVariable
|
H A D | database.rs | 3442 let public_key: Vec<u8> = vec![0x01, 0x02, 0x03]; in test_add_unsigned_key() localVariable 3502 let public_key: Vec<u8> = vec![0x01, 0x02, 0x03]; in test_get_attestation_pool_status() localVariable 4993 let public_key: Vec<u8> = vec![base_byte, 0x02 * base_byte]; in load_attestation_key_pool() localVariable
|
/aosp12/system/keymaster/tests/ |
H A D | nist_curve_key_exchange_test.cpp | 106 uint8_t* public_key = new uint8_t[public_key_len]; in TEST() local
|
/aosp12/packages/modules/adb/client/ |
H A D | adb_wifi.cpp | 212 std::string public_key = adb_auth_get_userkey(); in adb_wifi_pair_device() local
|
/aosp12/system/apex/apexd/ |
H A D | apex_file_repository_test.cpp | 192 auto public_key = instance.GetPublicKey("com.android.apex.test_package"); in TEST() local 227 auto public_key = instance.GetPublicKey("com.android.apex.compressed"); in TEST() local
|
H A D | apex_file.cpp | 278 const std::string& public_key) { in VerifyVbMeta()
|
H A D | apexd.cpp | 516 auto public_key = instance.GetPublicKey(apex.GetManifest().name()); in MountPackageImpl() local 834 auto public_key = instance.GetPublicKey(apex_file.GetManifest().name()); in VerifyPackageBoot() local
|
/aosp12/bootable/recovery/install/ |
H A D | verifier.cpp | 442 std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)> public_key(X509_get_pubkey(x509.get()), in LoadCertificateFromBuffer() local
|
/aosp12/packages/modules/Virtualization/microdroid/signature/ |
H A D | mk_payload.cc | 84 std::optional<std::string> public_key; member
|
/aosp12/system/gsid/ |
H A D | gsi_tool.cpp | 584 AvbPublicKey public_key; in Status() local
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_keys.cc | 707 Point public_key; in smp_process_private_key() local
|