Searched refs:UnwrapKey (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/include/keymaster/contexts/ |
D | keymaster2_passthrough_context.h | 106 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | keymaster1_passthrough_context.h | 119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | pure_soft_keymaster_context.h | 90 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | soft_keymaster_context.h | 88 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 142 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/system/keymaster/contexts/ |
D | keymaster2_passthrough_context.cpp | 148 keymaster_error_t Keymaster2PassthroughContext::UnwrapKey( in UnwrapKey() function in keymaster::Keymaster2PassthroughContext
|
D | keymaster1_passthrough_context.cpp | 257 keymaster_error_t Keymaster1PassthroughContext::UnwrapKey( in UnwrapKey() function in keymaster::Keymaster1PassthroughContext
|
D | soft_keymaster_context.cpp | 472 keymaster_error_t SoftKeymasterContext::UnwrapKey(const KeymasterKeyBlob&, const KeymasterKeyBlob&, in UnwrapKey() function in keymaster::SoftKeymasterContext
|
D | pure_soft_keymaster_context.cpp | 300 keymaster_error_t PureSoftKeymasterContext::UnwrapKey( in UnwrapKey() function in keymaster::PureSoftKeymasterContext
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 498 context_->UnwrapKey(request.wrapped_key, request.wrapping_key, request.additional_params, in ImportWrappedKey()
|