Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java80 new String[] {KeyProperties.DIGEST_SHA1, KeyProperties.DIGEST_SHA256}; in testMgf1DigestsCanBeSpecified()
95 new String[] {KeyProperties.DIGEST_SHA1, KeyProperties.DIGEST_SHA256}; in testMgf1DigestsAreNotModified()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java595 DIGEST_SHA1,
616 public static final String DIGEST_SHA1 = "SHA-1"; field in KeyProperties
646 case DIGEST_SHA1: in toKeymaster()
673 return DIGEST_SHA1; in fromKeymaster()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java198 new String[] {KeyProperties.DIGEST_SHA1, KeyProperties.DIGEST_SHA256}; in testParcelingMgf1Digests()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java516 KeyProperties.DIGEST_SHA1, in buildKeyGenParameterSpecFromLegacy()
533 KeyProperties.DIGEST_SHA1, in buildKeyGenParameterSpecFromLegacy()
DAndroidKeyStoreSpi.java311 KeyProperties.DIGEST_SHA1, in getLegacyKeyProtectionParameter()
327 KeyProperties.DIGEST_SHA1, in getLegacyKeyProtectionParameter()
DAndroidKeyStoreCipherSpiBase.java75 public static final String DEFAULT_MGF1_DIGEST = KeyProperties.DIGEST_SHA1;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39840 field public static final String DIGEST_SHA1 = "SHA-1";