Searched defs:encrypted_key (Results 1 – 4 of 4) 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()
54 EncryptedKey encrypted_key; member
206 KeymasterKeyBlob SerializeAuthEncryptedBlob(const EncryptedKey& encrypted_key, in SerializeAuthEncryptedBlob()
507 Buffer encrypted_key, plaintext; in UnwrapKey() local