Home
last modified time | relevance | path

Searched refs:UNRESTRICTED_USAGE_COUNT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java592 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT;
1092 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()
DKeyGenParameterSpec.java921 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT;
1698 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()
DKeyProperties.java970 public static final int UNRESTRICTED_USAGE_COUNT = -1; field in KeyProperties
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java98 int remainingUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; in getKeyInfo()
DAndroidKeyStoreKeyGeneratorSpi.java367 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in engineGenerateKey()
DAndroidKeyStoreSpi.java539 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setPrivateKeyEntry()
782 if (params.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setSecretKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java821 if (mSpec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in constructKeyGenerationArguments()
/frameworks/base/core/api/
Dcurrent.txt37602 field public static final int UNRESTRICTED_USAGE_COUNT = -1; // 0xffffffff