Searched defs:encrypted_key (Results 1 – 6 of 6) 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()
79 EncryptedKey encrypted_key; member
205 KmErrorOr<KeymasterKeyBlob> SerializeAuthEncryptedBlob(const EncryptedKey& encrypted_key, in SerializeAuthEncryptedBlob()
598 Buffer encrypted_key, plaintext; in UnwrapKey() local
68 pub encrypted_key: &'a [u8], field
66 ASN1_OCTET_STRING* encrypted_key; member