Home
last modified time | relevance | path

Searched defs:KeymasterKeyBlob (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_context.h37 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
128 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey()
H A Dsecure_key_storage.h25 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
H A Dkey_factory.h28 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
H A Dandroid_keymaster_utils.h231 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
/aosp12/system/keymaster/include/keymaster/key_blob_utils/
H A Dintegrity_assured_key_blob.h26 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
H A Dsoftware_keyblobs.h29 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
H A Docb_utils.h29 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
/aosp12/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp145 const KeymasterKeyBlob&, const KeymasterKeyBlob&, const AuthorizationSet&, in UnwrapKey()
H A Dkeymaster1_passthrough_context.cpp252 const KeymasterKeyBlob&, const KeymasterKeyBlob&, const AuthorizationSet&, in UnwrapKey()
H A Dsoft_keymaster_context.cpp409 keymaster_error_t SoftKeymasterContext::UnwrapKey(const KeymasterKeyBlob&, const KeymasterKeyBlob&, in UnwrapKey()
/aosp12/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster_passthrough_engine.h34 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dopenssl_utils.h34 typedef TKeymasterBlob<keymaster_key_blob_t> KeymasterKeyBlob; typedef
/aosp12/system/keymaster/android_keymaster/
H A Dpure_soft_secure_key_storage.cpp88 const KeymasterKeyBlob& /* blob */) { in WriteKey()