Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java588 DIGEST_SHA256,
617 public static final String DIGEST_SHA256 = "SHA-256"; field in KeyProperties
641 case DIGEST_SHA256: in toKeymaster()
668 return DIGEST_SHA256; in fromKeymaster()
DAttestationUtils.java151 .setDigests(KeyProperties.DIGEST_SHA256) in attestDeviceIds()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java54 static final String DIGEST = KeyProperties.DIGEST_SHA256;
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java407 KeyProperties.DIGEST_SHA256, in buildKeyGenParameterSpecFromLegacy()
424 KeyProperties.DIGEST_SHA256, in buildKeyGenParameterSpecFromLegacy()
DAndroidKeyStoreSpi.java290 KeyProperties.DIGEST_SHA256, in getLegacyKeyProtectionParameter()
306 KeyProperties.DIGEST_SHA256, in getLegacyKeyProtectionParameter()
/frameworks/base/core/api/
Dcurrent.txt37568 field public static final String DIGEST_SHA256 = "SHA-256";