Home
last modified time | relevance | path

Searched refs:unwrappingParams (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeyMintDevice.h61 const vector<KeyParameter>& unwrappingParams,
H A DTrustyKeymaster4Device.h71 const hidl_vec<KeyParameter>& unwrappingParams,
/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp196 const vector<KeyParameter>& unwrappingParams, in importWrappedKey() argument
204 request.additional_params.Reinitialize(KmParamSet(unwrappingParams)); in importWrappedKey()
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp413 const hidl_vec<uint8_t>& maskingKey, const hidl_vec<KeyParameter>& unwrappingParams, in importWrappedKey() argument
419 request.additional_params.Reinitialize(KmParamSet(unwrappingParams)); in importWrappedKey()