Home
last modified time | relevance | path

Searched refs:KEY_ALGORITHM_HMAC_SHA256 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java144 KEY_ALGORITHM_HMAC_SHA256,
175 public static final String KEY_ALGORITHM_HMAC_SHA256 = "HmacSHA256"; field in KeyProperties
243 return KEY_ALGORITHM_HMAC_SHA256; in fromKeymasterSecretKeyAlgorithm()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java323 KeyProperties.KEY_ALGORITHM_HMAC_SHA256, "AndroidKeyStore"); in generateAndPersistNewMacRandomizationSecret()
/frameworks/base/api/
Dcurrent.txt40821 field public static final String KEY_ALGORITHM_HMAC_SHA256 = "HmacSHA256";