Searched refs:pruneable (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore/ |
D | operation.cpp | 30 bool pruneable) { in addOperation() argument 33 if (pruneable) { in addOperation()
|
D | operation.h | 53 bool pruneable);
|
D | key_store_service.h | 106 bool pruneable, const KeymasterArguments& params, const uint8_t* entropy,
|
D | IKeystoreService.cpp | 1135 keymaster_purpose_t purpose, bool pruneable, in begin() argument 1147 data.writeInt32(pruneable ? 1 : 0); in begin() 1745 bool pruneable = data.readInt32() != 0; in onTransact() local 1755 begin(token, name, purpose, pruneable, args, entropy, entropyLength, uid, &result); in onTransact()
|
D | key_store_service.cpp | 815 keymaster_purpose_t purpose, bool pruneable, in begin() argument 825 if (!pruneable && get_app_id(callingUid) != AID_SYSTEM) { in begin() 941 characteristics.release(), pruneable); in begin()
|
/system/security/keystore/include/keystore/ |
D | IKeystoreService.h | 226 keymaster_purpose_t purpose, bool pruneable,
|