Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/
H A Decdh_keys.cc55 std::array<uint8_t, 32> private_key = GenerateRandom<32>(); in GenerateECDHKeyPair() local
79 uint32_t private_key[8]; in ComputeDHKey() local
H A Dinitial_informations.h71 std::array<uint8_t, 32> private_key; member
/aosp12/system/keymaster/km_openssl/
H A 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()
H A Dnist_curve_key_exchange.cpp28 NistCurveKeyExchange::NistCurveKeyExchange(EC_KEY* private_key, keymaster_error_t* error) in NistCurveKeyExchange()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dnist_curve_key_exchange.h58 EC_KEY* private_key() { return private_key_.release(); } in private_key() function
/aosp12/packages/modules/adb/crypto/
H A Drsa_2048_key.cpp28 bool CalculatePublicKey(std::string* out, RSA* private_key) { in CalculatePublicKey()
/aosp12/system/update_engine/payload_generator/
H A 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
/aosp12/system/extras/verity/
H A Dgenerate_verity_key.c34 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
/aosp12/system/update_engine/
H A Ddownload_action_android_unittest.cc114 std::string private_key = in TEST_F() local
/aosp12/system/security/keystore2/src/
H A Dec_crypto.rs44 pub fn private_key(&self) -> Result<ZVec> { in private_key() method
H A Ddatabase.rs602 pub private_key: ZVec, field
3443 let private_key: Vec<u8> = vec![0x04, 0x05, 0x06]; in test_add_unsigned_key() localVariable
3503 let private_key: Vec<u8> = vec![0x04, 0x05, 0x06]; in test_get_attestation_pool_status() localVariable
/aosp12/system/keymaster/tests/
H A Dnist_curve_key_exchange_test.cpp186 string private_key = hex2str(test.my_private_key); in TEST() local
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_tls_frontend.cpp90 bssl::UniquePtr<RSA> private_key(stringToRSAPrivateKey(kPrivatekey)); in startServer() local
/aosp12/system/bt/stack/smp/
H A Dsmp_keys.cc708 BT_OCTET32 private_key; in smp_process_private_key() local
741 BT_OCTET32 private_key; in smp_compute_dhkey() local
H A Dsmp_int.h247 BT_OCTET32 private_key; member
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc549 const string private_key = in GenerateDeltaFile() local
H A Ddelta_performer_unittest.cc246 string private_key = in GeneratePayload() local