Home
last modified time | relevance | path

Searched refs:UnwrapKey (Results 1 – 10 of 10) sorted by relevance

/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h106 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dkeymaster1_passthrough_context.h119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dpure_soft_keymaster_context.h90 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dsoft_keymaster_context.h88 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/system/keymaster/include/keymaster/
Dkeymaster_context.h142 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp148 keymaster_error_t Keymaster2PassthroughContext::UnwrapKey( in UnwrapKey() function in keymaster::Keymaster2PassthroughContext
Dkeymaster1_passthrough_context.cpp257 keymaster_error_t Keymaster1PassthroughContext::UnwrapKey( in UnwrapKey() function in keymaster::Keymaster1PassthroughContext
Dsoft_keymaster_context.cpp472 keymaster_error_t SoftKeymasterContext::UnwrapKey(const KeymasterKeyBlob&, const KeymasterKeyBlob&, in UnwrapKey() function in keymaster::SoftKeymasterContext
Dpure_soft_keymaster_context.cpp300 keymaster_error_t PureSoftKeymasterContext::UnwrapKey( in UnwrapKey() function in keymaster::PureSoftKeymasterContext
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp498 context_->UnwrapKey(request.wrapped_key, request.wrapping_key, request.additional_params, in ImportWrappedKey()