Home
last modified time | relevance | path

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

/system/keymaster/ng/include/
DAndroidKeymaster41Device.h117 const hidl_vec<KeyParameter>& unwrappingParams, in importWrappedKey() argument
121 unwrappingParams, passwordSid, biometricSid, _hidl_cb); in importWrappedKey()
DAndroidKeymaster4Device.h75 const hidl_vec<KeyParameter>& unwrappingParams,
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster4Device.h71 const hidl_vec<KeyParameter>& unwrappingParams,
/system/security/keystore/
Dkeymaster_worker.cpp988 hidl_vec<KeyParameter> unwrappingParams, Blob wrappingBlob, in importWrappedKey() argument
993 CAPTURE_MOVE(unwrappingParams), CAPTURE_MOVE(wrappingBlob), in importWrappedKey()
1031 wrappedKeyData, hidlWrappingKey, maskingKey, unwrappingParams, in importWrappedKey()
1050 unwrappingParams, passwordSid, biometricSid, hidlCb)); in importWrappedKey()
Dkeymaster_worker.h266 hidl_vec<uint8_t> maskingKey, hidl_vec<KeyParameter> unwrappingParams,
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp384 const hidl_vec<uint8_t>& maskingKey, const hidl_vec<KeyParameter>& unwrappingParams, in importWrappedKey() argument
391 request.additional_params.Reinitialize(KmParamSet(unwrappingParams)); in importWrappedKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp412 const hidl_vec<uint8_t>& maskingKey, const hidl_vec<KeyParameter>& unwrappingParams, in importWrappedKey() argument
418 request.additional_params.Reinitialize(KmParamSet(unwrappingParams)); in importWrappedKey()