func crypto/internal/fips140/hkdf.Key

2 uses

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