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.java66 PURPOSE_SIGN,
85 public static final int PURPOSE_SIGN = 1 << 2; field in KeyProperties
109 case PURPOSE_SIGN: in toKeymaster()
127 return PURPOSE_SIGN; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java223 KeyProperties.PURPOSE_SIGN in initialize()
240 | KeyProperties.PURPOSE_SIGN in initialize()
773 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.java139 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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt42856 field public static final int PURPOSE_SIGN = 4; // 0x4