Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java549 DIGEST_SHA384,
582 public static final String DIGEST_SHA384 = "SHA-384"; field in KeyProperties
603 case DIGEST_SHA384: in toKeymaster()
630 return DIGEST_SHA384; in fromKeymaster()
DAndroidKeyStoreSpi.java317 KeyProperties.DIGEST_SHA384, in getLegacyKeyProtectionParameter()
333 KeyProperties.DIGEST_SHA384, in getLegacyKeyProtectionParameter()
822 } else if (KeyProperties.DIGEST_SHA384.equalsIgnoreCase(digest)) { in setWrappedKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java232 KeyProperties.DIGEST_SHA384, in initialize()
249 KeyProperties.DIGEST_SHA384, 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.txt42835 field public static final String DIGEST_SHA384 = "SHA-384";