Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DHkdfTest.java54 static byte[] hexDecode(String hex) { in hexDecode() method in HkdfTest
195 Util.computeHkdf(macAlgorithm, hexDecode(ikmHex), hexDecode(saltHex), in computeHkdfHex()
196 hexDecode(infoHex), size)); in computeHkdfHex()