func github.com/refraction-networking/utls/internal/hkdf.Expand

3 uses

	github.com/refraction-networking/utls/internal/hkdf (current package)
		hkdf.go#L17: func Expand[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) []byte {

	github.com/refraction-networking/utls/internal/hpke
		hpke.go#L45: 	return hkdf.Expand(kdf.hash.New, randomKey, string(labeledInfo), int(length))

	github.com/refraction-networking/utls/internal/tls13
		tls13.go#L40: 	return hkdf.Expand(hash, secret, string(hkdfLabel), length)