Searched refs:opParams (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | KeyStorage.cpp | 232 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/ |
D | keymaster_worker.cpp | 375 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()
|
D | keymaster_worker.h | 209 bool pruneable, KeyPurpose purpose, AuthorizationSet opParams,
|
D | key_store_service.cpp | 842 AuthorizationSet opParams = params.getParameters(); in begin() local 845 static_cast<KeyPurpose>(purpose), std::move(opParams), entropy, in begin()
|