Searched refs:opParams (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | KeyStorage.cpp | 331 const km::AuthorizationSet& opParams, in BeginKeymasterOp() argument 334 inParams.append(opParams.begin(), opParams.end()); in BeginKeymasterOp() 381 km::AuthorizationSet opParams = in encryptWithKeymasterKey() local 386 auto opHandle = BeginKeymasterOp(keymaster, dir, keyParams, opParams, &outParams); in encryptWithKeymasterKey() 411 auto opParams = km::AuthorizationSetBuilder() in decryptWithKeymasterKey() local 415 auto opHandle = BeginKeymasterOp(keymaster, dir, keyParams, opParams, nullptr); in decryptWithKeymasterKey()
|