Home
last modified time | relevance | path

Searched refs:DIGEST_NONE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java523 DIGEST_NONE,
536 public static final String DIGEST_NONE = "NONE"; field in KeyProperties
586 case DIGEST_NONE: in toKeymaster()
599 return DIGEST_NONE; in fromKeymaster()
DAndroidKeyStoreSpi.java313 KeyProperties.DIGEST_NONE, in getLegacyKeyProtectionParameter()
328 KeyProperties.DIGEST_NONE, in getLegacyKeyProtectionParameter()
812 if (KeyProperties.DIGEST_NONE.equalsIgnoreCase(digest)) { in setWrappedKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java230 KeyProperties.DIGEST_NONE, in initialize()
246 KeyProperties.DIGEST_NONE, in initialize()
/frameworks/base/api/
Dcurrent.txt40806 field public static final String DIGEST_NONE = "NONE";