Searched refs:unwrappingParams (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/ng/include/ |
D | AndroidKeymaster41Device.h | 117 const hidl_vec<KeyParameter>& unwrappingParams, in importWrappedKey() argument 121 unwrappingParams, passwordSid, biometricSid, _hidl_cb); in importWrappedKey()
|
D | AndroidKeymaster4Device.h | 75 const hidl_vec<KeyParameter>& unwrappingParams,
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeymaster4Device.h | 71 const hidl_vec<KeyParameter>& unwrappingParams,
|
/system/security/keystore/ |
D | keymaster_worker.cpp | 988 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()
|
D | keymaster_worker.h | 266 hidl_vec<uint8_t> maskingKey, hidl_vec<KeyParameter> unwrappingParams,
|
/system/keymaster/ng/ |
D | AndroidKeymaster4Device.cpp | 384 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/ |
D | TrustyKeymaster4Device.cpp | 412 const hidl_vec<uint8_t>& maskingKey, const hidl_vec<KeyParameter>& unwrappingParams, in importWrappedKey() argument 418 request.additional_params.Reinitialize(KmParamSet(unwrappingParams)); in importWrappedKey()
|