Searched refs:pruneable (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore/ |
D | operation.cpp | 32 const hidl_vec<KeyParameter>& params, bool pruneable) { in addOperation() argument 36 if (pruneable) mLru.push_back(token); in addOperation()
|
D | operation.h | 58 const hidl_vec<KeyParameter>& params, bool pruneable);
|
D | keymaster_worker.cpp | 338 Blob charBlob, bool pruneable, KeyPurpose purpose, in begin() argument 343 CAPTURE_MOVE(keyBlob), CAPTURE_MOVE(charBlob), pruneable, purpose, in begin() 469 std::move(characteristics), opParams.hidl_data(), pruneable); in begin()
|
D | key_store_service.h | 117 int32_t purpose, bool pruneable,
|
D | keymaster_worker.h | 214 bool pruneable, KeyPurpose purpose, AuthorizationSet opParams,
|
D | key_store_service.cpp | 851 bool pruneable, const KeymasterArguments& params, in begin() argument 861 if (!pruneable && get_app_id(callingUid) != AID_SYSTEM) { in begin() 886 dev->begin(std::move(lockedEntry), appToken, std::move(keyBlob), std::move(charBlob), pruneable, in begin()
|
/system/security/keystore/binder/android/security/keystore/ |
D | IKeystoreService.aidl | 58 …KeystoreOperationResultCallback cb, IBinder appToken, String alias, int purpose, boolean pruneable, in begin() argument
|