Searched refs:hkdfExpand (Results 1 – 3 of 3) sorted by relevance
33 func hkdfExpand(hash func() hash.Hash, prk, info []byte, length int) []byte { func
96 okm := hkdfExpand(tt.hash.New, tt.prk, tt.info, len(tt.okm))
395 return hkdfExpand(hash.New, secret, hkdfLabel, length)