Searched refs:outParams (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore/ |
D | OperationResult.cpp | 44 outParams = keystore::readParamSetFromParcel(in); in readFromParcel() 54 keystore::writeParamSetToParcel(outParams, out); in writeToParcel()
|
D | keystore_client_impl.cpp | 339 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()
|
D | keymaster_worker.cpp | 457 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/ |
D | OperationResult.h | 39 ::keystore::hidl_vec<::keystore::KeyParameter> outParams;
|
/system/vold/ |
D | Keymaster.cpp | 202 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()
|
D | KeyStorage.cpp | 234 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()
|
D | Keymaster.h | 128 km::AuthorizationSet* outParams);
|