Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DHkdfTest.java191 private String computeHkdfHex(String macAlgorithm, String ikmHex, String saltHex, in computeHkdfHex() argument
195 Util.computeHkdf(macAlgorithm, hexDecode(ikmHex), hexDecode(saltHex), in computeHkdfHex()