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

  /frameworks/base/core/java/android/security/
IKeystoreService.aidl 67 OperationResult begin(IBinder appToken, String alias, int purpose, boolean pruneable,
  /system/security/keystore/
operation.h 53 bool pruneable);
operation.cpp 32 bool pruneable) {
35 if (pruneable) {
IKeystoreService.cpp 1646 bool pruneable = data.readInt32() != 0; local
    [all...]
keystore.cpp     [all...]
  /system/security/keystore/include/keystore/
IKeystoreService.h 212 keymaster_purpose_t purpose, bool pruneable,
  /frameworks/base/keystore/java/android/security/
KeyStore.java 461 public OperationResult begin(String alias, int purpose, boolean pruneable,
464 return mBinder.begin(getToken(), alias, purpose, pruneable, args, entropy);

Completed in 298 milliseconds