Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java527 DIGEST_SHA256,
556 public static final String DIGEST_SHA256 = "SHA-256"; field in KeyProperties
580 case DIGEST_SHA256: in toKeymaster()
607 return DIGEST_SHA256; in fromKeymaster()
DAndroidKeyStoreSpi.java316 KeyProperties.DIGEST_SHA256, in getLegacyKeyProtectionParameter()
332 KeyProperties.DIGEST_SHA256, in getLegacyKeyProtectionParameter()
820 } else if (KeyProperties.DIGEST_SHA256.equalsIgnoreCase(digest)) { in setWrappedKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java233 KeyProperties.DIGEST_SHA256, in initialize()
250 KeyProperties.DIGEST_SHA256, in initialize()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java55 static final String DIGEST = KeyProperties.DIGEST_SHA256;
/frameworks/base/api/
Dcurrent.txt40809 field public static final String DIGEST_SHA256 = "SHA-256";