Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 15 of 15) sorted by relevance

/system/bt/gd/security/
Decdh_keys.cc55 std::array<uint8_t, 32> private_key = GenerateRandom<32>(); in GenerateECDHKeyPair() local
79 uint32_t private_key[8]; in ComputeDHKey() local
Dinitial_informations.h71 std::array<uint8_t, 32> private_key; member
/system/keymaster/include/keymaster/km_openssl/
Dnist_curve_key_exchange.h58 EC_KEY* private_key() { return private_key_.release(); } in private_key() function
/system/keymaster/km_openssl/
Decies_kem.cpp129 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()
Dnist_curve_key_exchange.cpp28 NistCurveKeyExchange::NistCurveKeyExchange(EC_KEY* private_key, keymaster_error_t* error) in NistCurveKeyExchange()
/system/extras/verity/
Dgenerate_verity_key.c34 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
/system/update_engine/payload_generator/
Dpayload_signer.cc218 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/
Ddownload_action_android_unittest.cc114 std::string private_key = in TEST_F() local
/system/security/keystore2/src/
Dec_crypto.rs44 pub fn private_key(&self) -> Result<ZVec> { in private_key() method
Ddatabase.rs602 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/
Dnist_curve_key_exchange_test.cpp186 string private_key = hex2str(test.my_private_key); in TEST() local
/system/bt/stack/smp/
Dsmp_keys.cc685 BT_OCTET32 private_key; in smp_process_private_key() local
718 BT_OCTET32 private_key; in smp_compute_dhkey() local
Dsmp_int.h247 BT_OCTET32 private_key; member
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc549 const string private_key = in GenerateDeltaFile() local
Ddelta_performer_unittest.cc246 string private_key = in GeneratePayload() local