func bytes.Repeat

2 uses

	bytes (current package)
		bytes.go#L647: func Repeat(b []byte, count int) []byte {

	crypto/internal/fips140/ecdsa
		hmacdrbg.go#L67: 	d.V = bytes.Repeat([]byte{0x01}, size)