Home
last modified time | relevance | path

Searched refs:DIGEST_SHA256 (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/companion/java/com/android/server/companion/securechannel/
DKeyStoreUtils.java19 import static android.security.keystore.KeyProperties.DIGEST_SHA256;
93 .setDigests(DIGEST_SHA256) in generateAttestationKeyPair()
/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java80 new String[] {KeyProperties.DIGEST_SHA1, KeyProperties.DIGEST_SHA256}; in testMgf1DigestsCanBeSpecified()
95 new String[] {KeyProperties.DIGEST_SHA1, KeyProperties.DIGEST_SHA256}; in testMgf1DigestsAreNotModified()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java597 DIGEST_SHA256,
626 public static final String DIGEST_SHA256 = "SHA-256"; field in KeyProperties
650 case DIGEST_SHA256: in toKeymaster()
677 return DIGEST_SHA256; in fromKeymaster()
DAttestationUtils.java151 .setDigests(KeyProperties.DIGEST_SHA256) in attestDeviceIds()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java55 static final String DIGEST = KeyProperties.DIGEST_SHA256;
198 new String[] {KeyProperties.DIGEST_SHA1, KeyProperties.DIGEST_SHA256}; in testParcelingMgf1Digests()
/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.java518 KeyProperties.DIGEST_SHA256, in buildKeyGenParameterSpecFromLegacy()
535 KeyProperties.DIGEST_SHA256, in buildKeyGenParameterSpecFromLegacy()
DAndroidKeyStoreSpi.java313 KeyProperties.DIGEST_SHA256, in getLegacyKeyProtectionParameter()
329 KeyProperties.DIGEST_SHA256, 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.txt39842 field public static final String DIGEST_SHA256 = "SHA-256";