Home
last modified time | relevance | path

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

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