Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java586 DIGEST_SHA1,
607 public static final String DIGEST_SHA1 = "SHA-1"; field in KeyProperties
637 case DIGEST_SHA1: in toKeymaster()
664 return DIGEST_SHA1; in fromKeymaster()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreRSACipherSpi.java228 if (!KeyProperties.DIGEST_SHA1.equalsIgnoreCase(mgf1JcaDigest)) { in initAlgorithmSpecificParameters()
231 + ". Only " + KeyProperties.DIGEST_SHA1 + " supported"); in initAlgorithmSpecificParameters()
H A DAndroidKeyStoreKeyPairGeneratorSpi.java405 KeyProperties.DIGEST_SHA1, in buildKeyGenParameterSpecFromLegacy()
422 KeyProperties.DIGEST_SHA1, in buildKeyGenParameterSpecFromLegacy()
H A DAndroidKeyStoreSpi.java288 KeyProperties.DIGEST_SHA1, in getLegacyKeyProtectionParameter()
304 KeyProperties.DIGEST_SHA1, in getLegacyKeyProtectionParameter()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37630 field public static final String DIGEST_SHA1 = "SHA-1";