func crypto/internal/fips140/hkdf.Key

3 uses

	crypto/internal/fips140/hkdf (current package)
		cast.go#L27: 		got := Key(sha256.New, input, input, string(input), len(want))
		hkdf.go#L54: func Key[H hash.Hash](h func() H, secret, salt []byte, info string, keyLen int) []byte {

	crypto/hkdf
		hkdf.go#L70: 	return hkdf.Key(fh, secret, salt, info, keyLength), nil