Home
last modified time | relevance | path

Searched refs:PURPOSE_VERIFY (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java46 PURPOSE_VERIFY,
69 public static final int PURPOSE_VERIFY = 1 << 3; field in KeyProperties
90 case PURPOSE_VERIFY: in toKeymaster()
108 return PURPOSE_VERIFY; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java226 | KeyProperties.PURPOSE_VERIFY); in initialize()
243 | KeyProperties.PURPOSE_VERIFY); in initialize()
DAndroidKeyStoreSpi.java309 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
325 | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java36 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java45 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/base/api/
Dcurrent.txt40832 field public static final int PURPOSE_VERIFY = 8; // 0x8