Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java599 DIGEST_SHA512,
636 public static final String DIGEST_SHA512 = "SHA-512"; field in KeyProperties
654 case DIGEST_SHA512: in toKeymaster()
681 return DIGEST_SHA512; in fromKeymaster()
/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationSelfTrustedVerifierForTesting.java125 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512).build(); in AttestationVerificationSelfTrustedVerifierForTesting()
/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
DSystemAttestationVerificationTest.kt200 setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512) in <lambda>()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java520 KeyProperties.DIGEST_SHA512); in buildKeyGenParameterSpecFromLegacy()
537 KeyProperties.DIGEST_SHA512); in buildKeyGenParameterSpecFromLegacy()
DAndroidKeyStoreSpi.java315 KeyProperties.DIGEST_SHA512); in getLegacyKeyProtectionParameter()
331 KeyProperties.DIGEST_SHA512); in getLegacyKeyProtectionParameter()
/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.txt39844 field public static final String DIGEST_SHA512 = "SHA-512";