Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java205 KEY_ALGORITHM_HMAC_SHA512,
245 public static final String KEY_ALGORITHM_HMAC_SHA512 = "HmacSHA512"; field in KeyProperties
312 return KEY_ALGORITHM_HMAC_SHA512; in fromKeymasterSecretKeyAlgorithm()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39639 field public static final String KEY_ALGORITHM_HMAC_SHA512 = "HmacSHA512";