Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DEphemeralKeyTest.java162 byte[] derivedKey = Util.computeHkdf("HmacSha256", sharedSecret, salt, info, 32); in TestReader()
166 derivedKey = Util.computeHkdf("HmacSha256", sharedSecret, salt, info,32); in TestReader()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DEnrollmentSpecificIdTest.java169 final byte[] esidBytes = computeHkdf("HMACSHA256", fixedIdentifiers.array(), null, in calculateEsid()
195 private static byte[] computeHkdf( in computeHkdf() method in EnrollmentSpecificIdTest