Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/libs/adbd_auth/
H A Dadbd_auth.cpp49 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 Decdh_keys.cc57 ecc::Point public_key; in GenerateECDHKeyPair() local
70 ecc::Point public_key; in ValidateECDHPoint() local
H A Dinitial_informations.h72 EcdhPublicKey public_key; member
/aosp12/packages/modules/adb/daemon/
H A 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()
/aosp12/system/update_engine/payload_consumer/
H A Dpayload_verifier.cc153 for (const auto& public_key : public_keys_) { in VerifyRawSignature() local
198 const EVP_PKEY* public_key, in GetRawHashFromSignature()
H A Dcertificate_parser_android.cc104 std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)> public_key( in ReadPublicKeysFromCertificates() local
H A Ddelta_performer.cc1015 string public_key; in CreatePayloadVerifier() local
H A Ddelta_performer_integration_test.cc381 string public_key; in SignGeneratedShellPayload() local
H A Ddelta_performer_unittest.cc1022 string public_key; in TEST_F() local
/aosp12/system/update_engine/payload_generator/
H A Dpayload_signer_unittest.cc141 string public_key; in TEST_F() local
153 string public_key; in TEST_F() local
H A Dgenerate_delta_main.cc143 int VerifySignedPayload(const string& in_file, const string& public_key) { in VerifySignedPayload()
H A Dpayload_signer.cc271 string public_key; in VerifySignedPayload() local
/aosp12/system/security/ondevice-signing/
H A DCertUtils.cpp103 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 Dec_crypto.rs50 pub fn public_key(&self) -> Result<Vec<u8>> { in public_key() method
H A Dsuper_key.rs762 let public_key = in handle_super_encryption_on_key_init() localVariable
H A Ddatabase.rs3442 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 Dnist_curve_key_exchange_test.cpp106 uint8_t* public_key = new uint8_t[public_key_len]; in TEST() local
/aosp12/packages/modules/adb/client/
H A Dadb_wifi.cpp212 std::string public_key = adb_auth_get_userkey(); in adb_wifi_pair_device() local
/aosp12/system/apex/apexd/
H A Dapex_file_repository_test.cpp192 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 Dapex_file.cpp278 const std::string& public_key) { in VerifyVbMeta()
H A Dapexd.cpp516 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 Dverifier.cpp442 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 Dmk_payload.cc84 std::optional<std::string> public_key; member
/aosp12/system/gsid/
H A Dgsi_tool.cpp584 AvbPublicKey public_key; in Status() local
/aosp12/system/bt/stack/smp/
H A Dsmp_keys.cc707 Point public_key; in smp_process_private_key() local

12