Home
last modified time | relevance | path

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

/system/security/keystore/
Doperation.cpp32 const hidl_vec<KeyParameter>& params, bool pruneable) { in addOperation() argument
36 if (pruneable) mLru.push_back(token); in addOperation()
Doperation.h58 const hidl_vec<KeyParameter>& params, bool pruneable);
Dkeymaster_worker.cpp374 Blob charBlob, bool pruneable, KeyPurpose purpose, in begin() argument
379 CAPTURE_MOVE(keyBlob), CAPTURE_MOVE(charBlob), pruneable, purpose, in begin()
505 std::move(characteristics), opParams.hidl_data(), pruneable); in begin()
Dkey_store_service.h116 int32_t purpose, bool pruneable,
Dkeymaster_worker.h209 bool pruneable, KeyPurpose purpose, AuthorizationSet opParams,
Dkey_store_service.cpp810 bool pruneable, const KeymasterArguments& params, in begin() argument
819 if (!pruneable && get_app_id(callingUid) != AID_SYSTEM) { in begin()
844 dev->begin(std::move(lockedEntry), appToken, std::move(keyBlob), std::move(charBlob), pruneable, in begin()
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl67 …KeystoreOperationResultCallback cb, IBinder appToken, String alias, int purpose, boolean pruneable, in begin() argument