Home
last modified time | relevance | path

Searched refs:DIGEST_SHA512 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java550 DIGEST_SHA512,
587 public static final String DIGEST_SHA512 = "SHA-512"; field in KeyProperties
605 case DIGEST_SHA512: in toKeymaster()
632 return DIGEST_SHA512; in fromKeymaster()
DAndroidKeyStoreSpi.java318 KeyProperties.DIGEST_SHA512); in getLegacyKeyProtectionParameter()
334 KeyProperties.DIGEST_SHA512); in getLegacyKeyProtectionParameter()
824 } else if (KeyProperties.DIGEST_SHA512.equalsIgnoreCase(digest)) { in setWrappedKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java233 KeyProperties.DIGEST_SHA512); in initialize()
250 KeyProperties.DIGEST_SHA512); in initialize()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt42836 field public static final String DIGEST_SHA512 = "SHA-512";