Home
last modified time | relevance | path

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

/system/bt/gd/security/
Decdh_keys.cc54 std::array<uint8_t, 32> private_key = GenerateRandom<32>(); in GenerateECDHKeyPair() local
78 uint32_t private_key[8]; in ComputeDHKey() local
Dinitial_informations.h66 std::array<uint8_t, 32> private_key; member
/system/keymaster/include/keymaster/km_openssl/
Dnist_curve_key_exchange.h59 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/core/adb/crypto/
Drsa_2048_key.cpp49 bool CalculatePublicKey(std::string* out, RSA* private_key) { in CalculatePublicKey()
/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
303 auto private_key = CreatePrivateKeyFromPath(private_key_path); in SignHash() local
/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.cc689 BT_OCTET32 private_key; in smp_process_private_key() local
722 BT_OCTET32 private_key; in smp_compute_dhkey() local
Dsmp_int.h277 BT_OCTET32 private_key; member
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc533 const string private_key = in GenerateDeltaFile() local
Ddelta_performer_unittest.cc238 string private_key = in GeneratePayload() local