Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java418 return hkdfSha256Expand(hkdfSha256Extract(inputKeyMaterial, salt), info); in hkdf()
502 private static byte[] hkdfSha256Expand(byte[] pseudoRandomKey, byte[] info) in hkdfSha256Expand() method in CryptoOps