Searched defs:private_key (Results 1 – 12 of 12) sorted by relevance
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()
59 EC_KEY* private_key() { return private_key_.release(); } in private_key() function
28 NistCurveKeyExchange::NistCurveKeyExchange(EC_KEY* private_key, keymaster_error_t* error) in NistCurveKeyExchange()
186 string private_key = hex2str(test.my_private_key); in TEST() local
48 brillo::SecureBlob private_key; member
181 brillo::SecureBlob private_key = in InitTlsData() local
87 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
147 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
97 void SetPrivateKey(const string& private_key) { in SetPrivateKey()
1073 BT_OCTET32 private_key; in smp_process_private_key() local1107 BT_OCTET32 private_key; in smp_compute_dhkey() local
292 BT_OCTET32 private_key; member
502 const string private_key = in GenerateDeltaFile() local