Home
last modified time | relevance | path

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

/system/keymaster/ng/include/
DAndroidKeymaster4Device.h74 const hidl_vec<KeyParameter>& unwrappingParams,
/system/security/keystore/
Dkeymaster_worker.cpp952 hidl_vec<KeyParameter> unwrappingParams, Blob wrappingBlob, in importWrappedKey() argument
957 CAPTURE_MOVE(unwrappingParams), CAPTURE_MOVE(wrappingBlob), in importWrappedKey()
995 wrappedKeyData, hidlWrappingKey, maskingKey, unwrappingParams, in importWrappedKey()
1014 unwrappingParams, passwordSid, biometricSid, hidlCb)); in importWrappedKey()
Dkeymaster_worker.h271 hidl_vec<uint8_t> maskingKey, hidl_vec<KeyParameter> unwrappingParams,
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp371 const hidl_vec<uint8_t>& maskingKey, const hidl_vec<KeyParameter>& unwrappingParams, in importWrappedKey() argument
378 request.additional_params.Reinitialize(KmParamSet(unwrappingParams)); in importWrappedKey()