Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp232 const km::AuthorizationSet& opParams, in begin() argument
239 inParams.append(opParams.begin(), opParams.end()); in begin()
273 km::AuthorizationSet opParams; in encryptWithKeymasterKey() local
275 auto opHandle = begin(keymaster, dir, km::KeyPurpose::ENCRYPT, keyParams, opParams, authToken, in encryptWithKeymasterKey()
304 auto opParams = km::AuthorizationSetBuilder().Authorization(km::TAG_NONCE, in decryptWithKeymasterKey() local
306 auto opHandle = begin(keymaster, dir, km::KeyPurpose::DECRYPT, keyParams, opParams, authToken, in decryptWithKeymasterKey()
/system/security/keystore/
Dkeymaster_worker.cpp375 AuthorizationSet opParams, hidl_vec<uint8_t> entropy, in begin() argument
380 CAPTURE_MOVE(opParams), CAPTURE_MOVE(entropy), in begin()
391 for (const auto& param : opParams) { in begin()
440 purpose, *keyid, key_auths, opParams, authToken, 0 /* op_handle */, in begin()
473 opParams.hidl_data(), authToken, hidlCb)); in begin()
480 std::tie(rc, keyBlob) = upgradeKeyBlob(lockedEntry, opParams); in begin()
486 opParams.hidl_data(), authToken, hidlCb)); in begin()
505 std::move(characteristics), opParams.hidl_data(), pruneable); in begin()
Dkeymaster_worker.h209 bool pruneable, KeyPurpose purpose, AuthorizationSet opParams,
Dkey_store_service.cpp842 AuthorizationSet opParams = params.getParameters(); in begin() local
845 static_cast<KeyPurpose>(purpose), std::move(opParams), entropy, in begin()