Searched refs:DIGEST_SHA256 (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/companion/java/com/android/server/companion/securechannel/ |
D | KeyStoreUtils.java | 19 import static android.security.keystore.KeyProperties.DIGEST_SHA256; 93 .setDigests(DIGEST_SHA256) in generateAttestationKeyPair()
|
/frameworks/base/keystore/tests/src/android/security/keystore/ |
D | KeyGenParameterSpecTest.java | 80 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/ |
D | KeyProperties.java | 597 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()
|
D | AttestationUtils.java | 151 .setDigests(KeyProperties.DIGEST_SHA256) in attestDeviceIds()
|
/frameworks/base/keystore/tests/src/android/security/ |
D | ParcelableKeyGenParameterSpecTest.java | 55 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/ |
D | AttestationVerificationSelfTrustedVerifierForTesting.java | 125 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512).build(); in AttestationVerificationSelfTrustedVerifierForTesting()
|
/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/ |
D | SystemAttestationVerificationTest.kt | 200 setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512) in <lambda>()
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStoreKeyPairGeneratorSpi.java | 518 KeyProperties.DIGEST_SHA256, in buildKeyGenParameterSpecFromLegacy() 535 KeyProperties.DIGEST_SHA256, in buildKeyGenParameterSpecFromLegacy()
|
D | AndroidKeyStoreSpi.java | 313 KeyProperties.DIGEST_SHA256, in getLegacyKeyProtectionParameter() 329 KeyProperties.DIGEST_SHA256, in getLegacyKeyProtectionParameter()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 39842 field public static final String DIGEST_SHA256 = "SHA-256";
|