Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java606 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT;
1107 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()
H A DKeyGenParameterSpec.java935 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT;
1714 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()
H A DKeyProperties.java1045 public static final int UNRESTRICTED_USAGE_COUNT = -1; field in KeyProperties
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSecretKeyFactorySpi.java98 int remainingUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; in getKeyInfo()
H A DAndroidKeyStoreKeyGeneratorSpi.java367 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in engineGenerateKey()
H A DAndroidKeyStoreSpi.java571 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setPrivateKeyEntry()
845 if (params.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setSecretKeyEntry()
H A DAndroidKeyStoreKeyPairGeneratorSpi.java907 if (mSpec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in constructKeyGenerationArguments()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39659 field public static final int UNRESTRICTED_USAGE_COUNT = -1; // 0xffffffff