Home
last modified time | relevance | path

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

/system/vold/
DKeystore.cpp198 km::AuthorizationSet* outParams) { in begin() argument
221 if (outParams && cor.parameters) *outParams = cor.parameters->keyParameter; in begin()
DKeyStorage.cpp324 km::AuthorizationSet* outParams) { in BeginKeystoreOp() argument
345 auto opHandle = keystore.begin(blob, inParams, outParams); in BeginKeystoreOp()
375 km::AuthorizationSet outParams; in encryptWithKeystoreKey() local
376 auto opHandle = BeginKeystoreOp(keystore, dir, keyParams, opParams, &outParams); in encryptWithKeystoreKey()
378 auto nonceBlob = outParams.GetTagValue(km::TAG_NONCE); in encryptWithKeystoreKey()
DKeystore.h123 km::AuthorizationSet* outParams);
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp718 [&](V4_0_ErrorCode error, const hidl_vec<V4_0_KeyParameter>& outParams, in beginInternal()
723 _aidl_return->params = convertKeyParametersFromLegacy(outParams); in beginInternal()