Searched refs:pruneable (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore/ |
D | operation.cpp | 31 KeyCharacteristics&& characteristics, bool pruneable) { in addOperation() argument 34 if (pruneable) { in addOperation()
|
D | operation.h | 49 bool pruneable);
|
D | key_store_service.h | 116 KeyPurpose purpose, bool pruneable, const hidl_vec<KeyParameter>& params,
|
D | IKeystoreService.cpp | 684 bool pruneable, const hidl_vec<KeyParameter>& params, in begin() argument 694 data.writeInt32(pruneable ? 1 : 0); in begin() 1237 bool pruneable = data.readInt32() != 0; in onTransact() local 1242 begin(token, name, purpose, pruneable, args.value(), entropy.value(), uid, &result); in onTransact()
|
D | key_store_service.cpp | 1006 bool pruneable, const hidl_vec<KeyParameter>& params, in begin() argument 1016 if (!pruneable && get_app_id(callingUid) != AID_SYSTEM) { in begin() 1154 result->handle, keyid, purpose, dev, appToken, std::move(characteristics), pruneable); in begin()
|
/system/security/keystore/include/keystore/ |
D | IKeystoreService.h | 208 ::keystore::KeyPurpose purpose, bool pruneable,
|