Searched refs:UnwrapKey (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/include/keymaster/contexts/ |
D | keymaster2_passthrough_context.h | 119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | keymaster1_passthrough_context.h | 131 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | soft_keymaster_context.h | 91 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | pure_soft_keymaster_context.h | 124 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 180 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/system/keymaster/contexts/ |
D | keymaster2_passthrough_context.cpp | 144 keymaster_error_t Keymaster2PassthroughContext::UnwrapKey( in UnwrapKey() function in keymaster::Keymaster2PassthroughContext
|
D | keymaster1_passthrough_context.cpp | 251 keymaster_error_t Keymaster1PassthroughContext::UnwrapKey( in UnwrapKey() function in keymaster::Keymaster1PassthroughContext
|
D | soft_keymaster_context.cpp | 409 keymaster_error_t SoftKeymasterContext::UnwrapKey(const KeymasterKeyBlob&, const KeymasterKeyBlob&, in UnwrapKey() function in keymaster::SoftKeymasterContext
|
D | pure_soft_keymaster_context.cpp | 401 keymaster_error_t PureSoftKeymasterContext::UnwrapKey( in UnwrapKey() function in keymaster::PureSoftKeymasterContext
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 853 context_->UnwrapKey(request.wrapped_key, request.wrapping_key, request.additional_params, in ImportWrappedKey()
|