Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java590 DIGEST_SHA512,
627 public static final String DIGEST_SHA512 = "SHA-512"; field in KeyProperties
645 case DIGEST_SHA512: in toKeymaster()
672 return DIGEST_SHA512; in fromKeymaster()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java409 KeyProperties.DIGEST_SHA512); in buildKeyGenParameterSpecFromLegacy()
426 KeyProperties.DIGEST_SHA512); in buildKeyGenParameterSpecFromLegacy()
H A DAndroidKeyStoreSpi.java292 KeyProperties.DIGEST_SHA512); in getLegacyKeyProtectionParameter()
308 KeyProperties.DIGEST_SHA512); 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.txt37634 field public static final String DIGEST_SHA512 = "SHA-512";