Home
last modified time | relevance | path

Searched refs:encrypted_key_material (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
Dauth_encrypted_key_blob.cpp29 keymaster_error_t SerializeAuthEncryptedBlob(const KeymasterKeyBlob& encrypted_key_material, in SerializeAuthEncryptedBlob() argument
36 encrypted_key_material.SerializedSize() + tag.SerializedSize() + in SerializeAuthEncryptedBlob()
47 buf = encrypted_key_material.Serialize(buf, end); in SerializeAuthEncryptedBlob()
58 KeymasterKeyBlob* encrypted_key_material, in DeserializeUnversionedBlob() argument
70 !encrypted_key_material->Deserialize(buf_ptr, end) || in DeserializeUnversionedBlob()
83 KeymasterKeyBlob* encrypted_key_material, in DeserializeAuthEncryptedBlob() argument
100 !encrypted_key_material->Deserialize(buf_ptr, end) || // in DeserializeAuthEncryptedBlob()
131 return DeserializeUnversionedBlob(key_blob, encrypted_key_material, hw_enforced, in DeserializeAuthEncryptedBlob()
Dauth_encrypted_key_blob.h28 keymaster_error_t SerializeAuthEncryptedBlob(const KeymasterKeyBlob& encrypted_key_material,
35 KeymasterKeyBlob* encrypted_key_material,
Dsoft_keymaster_context.cpp532 KeymasterKeyBlob encrypted_key_material; in ParseOcbAuthEncryptedBlob() local
533 keymaster_error_t error = DeserializeAuthEncryptedBlob(blob, &encrypted_key_material, in ParseOcbAuthEncryptedBlob()
541 return OcbDecryptKey(*hw_enforced, *sw_enforced, hidden, MASTER_KEY, encrypted_key_material, in ParseOcbAuthEncryptedBlob()