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 | 374 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()
|
D | key_store_service.h | 116 int32_t purpose, bool pruneable,
|
D | keymaster_worker.h | 209 bool pruneable, KeyPurpose purpose, AuthorizationSet opParams,
|
D | key_store_service.cpp | 810 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/ |
D | IKeystoreService.aidl | 67 …KeystoreOperationResultCallback cb, IBinder appToken, String alias, int purpose, boolean pruneable, in begin() argument
|