Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DKeyStorage.cpp331 const km::AuthorizationSet& opParams, in BeginKeymasterOp() argument
334 inParams.append(opParams.begin(), opParams.end()); in BeginKeymasterOp()
381 km::AuthorizationSet opParams = in encryptWithKeymasterKey() local
384 auto opHandle = BeginKeymasterOp(keymaster, dir, keyParams, opParams, &outParams); in encryptWithKeymasterKey()
409 auto opParams = km::AuthorizationSetBuilder() in decryptWithKeymasterKey() local
412 auto opHandle = BeginKeymasterOp(keymaster, dir, keyParams, opParams, nullptr); in decryptWithKeymasterKey()