Home
last modified time | relevance | path

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

/system/security/keystore/
DOperationResult.cpp44 outParams = keystore::readParamSetFromParcel(in); in readFromParcel()
54 keystore::writeParamSetToParcel(outParams, out); in writeToParcel()
Dkeystore_client_impl.cpp339 if (result.outParams.size()) { in beginOperation()
340 *output_parameters = result.outParams; in beginOperation()
369 if (result.outParams.size()) { in updateOperation()
370 *output_parameters = result.outParams; in updateOperation()
402 if (result.outParams.size()) { in finishOperation()
403 *output_parameters = result.outParams; in finishOperation()
Dkeymaster_worker.cpp457 auto hidlCb = [&](ErrorCode ret, const hidl_vec<KeyParameter>& outParams, in begin()
468 result.outParams = outParams; in begin()
621 const hidl_vec<KeyParameter>& outParams, in update()
627 result.outParams = outParams; in update()
721 auto hidlCb = [&](ErrorCode ret, const hidl_vec<KeyParameter>& outParams, in finish()
726 result.outParams = outParams; in finish()
/system/security/keystore/include/keystore/
DOperationResult.h39 ::keystore::hidl_vec<::keystore::KeyParameter> outParams;
/system/vold/
DKeymaster.cpp202 km::AuthorizationSet* outParams) { in begin() argument
211 if (outParams) *outParams = _outParams; in begin()
338 km::AuthorizationSet outParams; in keymaster_sign_object_for_cryptfs_scrypt() local
346 … op = dev.begin(km::KeyPurpose::SIGN, key, paramBuilder, km::HardwareAuthToken(), &outParams); in keymaster_sign_object_for_cryptfs_scrypt()
DKeyStorage.cpp234 km::AuthorizationSet* outParams, bool keepOld) { in begin() argument
241 auto opHandle = keymaster.begin(purpose, kmKey, inParams, authToken, outParams); in begin()
274 km::AuthorizationSet outParams; in encryptWithKeymasterKey() local
276 &outParams, keepOld); in encryptWithKeymasterKey()
278 auto nonceBlob = outParams.GetTagValue(km::TAG_NONCE); in encryptWithKeymasterKey()
DKeymaster.h128 km::AuthorizationSet* outParams);