Home
last modified time | relevance | path

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

/system/security/keystore/
Doperation.cpp31 KeyCharacteristics&& characteristics, bool pruneable) { in addOperation() argument
34 if (pruneable) { in addOperation()
Doperation.h49 bool pruneable);
Dkey_store_service.h116 KeyPurpose purpose, bool pruneable, const hidl_vec<KeyParameter>& params,
DIKeystoreService.cpp684 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()
Dkey_store_service.cpp1006 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/
DIKeystoreService.h208 ::keystore::KeyPurpose purpose, bool pruneable,