/system/bt/gd/security/ |
D | ecdh_keys.cc | 55 std::array<uint8_t, 32> private_key = GenerateRandom<32>(); in GenerateECDHKeyPair() local 79 uint32_t private_key[8]; in ComputeDHKey() local
|
D | initial_informations.h | 71 std::array<uint8_t, 32> private_key; member
|
/system/keymaster/include/keymaster/km_openssl/ |
D | nist_curve_key_exchange.h | 58 EC_KEY* private_key() { return private_key_.release(); } in private_key() function
|
/system/keymaster/km_openssl/ |
D | ecies_kem.cpp | 129 bool EciesKem::Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) { in Decrypt() 135 bool EciesKem::Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len, in Decrypt()
|
D | nist_curve_key_exchange.cpp | 28 NistCurveKeyExchange::NistCurveKeyExchange(EC_KEY* private_key, keymaster_error_t* error) in NistCurveKeyExchange()
|
/system/extras/verity/ |
D | generate_verity_key.c | 34 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
|
/system/update_engine/payload_generator/ |
D | payload_signer.cc | 218 auto private_key = std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>( in CreatePrivateKeyFromPath() local 229 auto private_key = CreatePrivateKeyFromPath(private_key_path); in GetMaximumSignatureSize() local 301 auto private_key = CreatePrivateKeyFromPath(private_key_path); in SignHash() local
|
/system/update_engine/ |
D | download_action_android_unittest.cc | 114 std::string private_key = in TEST_F() local
|
/system/security/keystore2/src/ |
D | ec_crypto.rs | 44 pub fn private_key(&self) -> Result<ZVec> { in private_key() method
|
D | database.rs | 602 pub private_key: ZVec, field 3445 let private_key: Vec<u8> = vec![0x04, 0x05, 0x06]; in test_add_unsigned_key() localVariable 3505 let private_key: Vec<u8> = vec![0x04, 0x05, 0x06]; in test_get_attestation_pool_status() localVariable
|
/system/keymaster/tests/ |
D | nist_curve_key_exchange_test.cpp | 186 string private_key = hex2str(test.my_private_key); in TEST() local
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 685 BT_OCTET32 private_key; in smp_process_private_key() local 718 BT_OCTET32 private_key; in smp_compute_dhkey() local
|
D | smp_int.h | 247 BT_OCTET32 private_key; member
|
/system/update_engine/payload_consumer/ |
D | delta_performer_integration_test.cc | 549 const string private_key = in GenerateDeltaFile() local
|
D | delta_performer_unittest.cc | 246 string private_key = in GeneratePayload() local
|