Searched refs:hkdfSha256Expand (Results 1 – 1 of 1) sorted by relevance
418 return hkdfSha256Expand(hkdfSha256Extract(inputKeyMaterial, salt), info); in hkdf()502 private static byte[] hkdfSha256Expand(byte[] pseudoRandomKey, byte[] info) in hkdfSha256Expand() method in CryptoOps