HomeSort by relevance Sort by last modified time
    Searched full:pruneable (Results 1 - 9 of 9) sorted by null

  /system/security/keystore/
operation.h 53 bool pruneable);
operation.cpp 30 bool pruneable) {
33 if (pruneable) {
key_store_service.h 106 bool pruneable, const KeymasterArguments& params, const uint8_t* entropy,
126 * Prune the oldest pruneable operation.
key_store_service.cpp 815 keymaster_purpose_t purpose, bool pruneable,
825 if (!pruneable && get_app_id(callingUid) != AID_SYSTEM) {
826 ALOGE("Non-system uid %d trying to start non-pruneable operation", callingUid);
    [all...]
IKeystoreService.cpp 1745 bool pruneable = data.readInt32() != 0; local
    [all...]
keystore_client_impl.cpp 279 keystore_->begin(token, key_name16, purpose, true /*pruneable*/, input_arguments,
  /frameworks/base/core/java/android/security/
IKeystoreService.aidl 68 OperationResult begin(IBinder appToken, String alias, int purpose, boolean pruneable,
  /frameworks/base/keystore/java/android/security/
KeyStore.java 479 public OperationResult begin(String alias, int purpose, boolean pruneable,
482 return mBinder.begin(getToken(), alias, purpose, pruneable, args, entropy, uid);
489 public OperationResult begin(String alias, int purpose, boolean pruneable,
491 return begin(alias, purpose, pruneable, args, entropy, UID_SELF);
  /system/security/keystore/include/keystore/
IKeystoreService.h 226 keymaster_purpose_t purpose, bool pruneable,

Completed in 291 milliseconds