Home
last modified time | relevance | path

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

/system/keymaster/
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.h59 EC_KEY* private_key() { return private_key_.release(); } in private_key() function
Dnist_curve_key_exchange.cpp28 NistCurveKeyExchange::NistCurveKeyExchange(EC_KEY* private_key, keymaster_error_t* error) in NistCurveKeyExchange()
Dnist_curve_key_exchange_test.cpp186 string private_key = hex2str(test.my_private_key); in TEST() local
/system/webservd/webservd/
Dconfig.h48 brillo::SecureBlob private_key; member
Dserver.cc181 brillo::SecureBlob private_key = in InitTlsData() local
/system/extras/verity/
Dgenerate_verity_key.c87 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
/system/core/adb/
Dadb_auth_host.cpp147 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
/system/connectivity/shill/
Deap_credentials_unittest.cc97 void SetPrivateKey(const string& private_key) { in SetPrivateKey()
/system/bt/stack/smp/
Dsmp_keys.c1073 BT_OCTET32 private_key; in smp_process_private_key() local
1107 BT_OCTET32 private_key; in smp_compute_dhkey() local
Dsmp_int.h293 BT_OCTET32 private_key; member
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc502 const string private_key = in GenerateDeltaFile() local