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.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.java232 KeyProperties.DIGEST_SHA256, in initialize()
249 KeyProperties.DIGEST_SHA256, in initialize()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java55 static final String DIGEST = KeyProperties.DIGEST_SHA256;
/frameworks/base/non-updatable-api/
Dcurrent.txt41249 field public static final String DIGEST_SHA256 = "SHA-256";
/frameworks/base/api/
Dcurrent.txt41393 field public static final String DIGEST_SHA256 = "SHA-256";