Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/key_blob_utils/
H A Dauth_encrypted_key_blob.h46 struct EncryptedKey : private MoveOnly { struct
54 EncryptedKey encrypted_key; argument
63 EncryptedKey EncryptKey(const KeymasterKeyBlob& plaintext, AuthEncryptedBlobFormat format,
72 KeymasterKeyBlob SerializeAuthEncryptedBlob(const EncryptedKey& encrypted_key,
/aosp12/system/keymaster/key_blob_utils/
H A Dauth_encrypted_key_blob.cpp114 EncryptedKey AesGcmEncryptKey(const AuthorizationSet& hw_enforced, // in AesGcmEncryptKey()
136 EncryptedKey retval; in AesGcmEncryptKey()
206 KeymasterKeyBlob SerializeAuthEncryptedBlob(const EncryptedKey& encrypted_key, in SerializeAuthEncryptedBlob()
290 EncryptedKey EncryptKey(const KeymasterKeyBlob& plaintext, AuthEncryptedBlobFormat format, in EncryptKey()
299 EncryptedKey retval; in EncryptKey()
/aosp12/system/keymaster/tests/
H A Dkey_blob_test.cpp99 EncryptedKey encrypted_key_;