func crypto/hkdf.Expand

2 uses

	crypto/hkdf (current package)
		hkdf.go#L42: func Expand[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error) {

	crypto/internal/hpke
		hpke.go#L45: 	return hkdf.Expand(kdf.hash.New, randomKey, string(labeledInfo), int(length))