Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java45 PURPOSE_SIGN,
64 public static final int PURPOSE_SIGN = 1 << 2; field in KeyProperties
88 case PURPOSE_SIGN: in toKeymaster()
106 return PURPOSE_SIGN; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java224 KeyProperties.PURPOSE_SIGN in initialize()
241 | KeyProperties.PURPOSE_SIGN in initialize()
791 if ((spec.getPurposes() & KeyProperties.PURPOSE_SIGN) == 0) { in getCertificateSignatureAlgorithm()
DAndroidKeyStoreSpi.java309 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
324 | KeyProperties.PURPOSE_SIGN in getLegacyKeyProtectionParameter()
/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java36 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java129 KeyProperties.PURPOSE_SIGN) in generateAndPersistNewMacRandomizationSecret()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java45 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/base/non-updatable-api/
Dcurrent.txt41271 field public static final int PURPOSE_SIGN = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt41415 field public static final int PURPOSE_SIGN = 4; // 0x4