math/big.Int.FillBytes (method)
11 uses
math/big (current package)
int.go#L539: func (x *Int) FillBytes(buf []byte) []byte {
crypto/ecdsa
ecdsa.go#L593: D := priv.D.FillBytes(make([]byte, size, maxScalarSize))
ecdsa.go#L617: x.FillBytes(buf[1 : 1+byteLen])
ecdsa.go#L618: y.FillBytes(buf[1+byteLen : 1+2*byteLen])
crypto/elliptic
elliptic.go#L117: x.FillBytes(ret[1 : 1+byteLen])
elliptic.go#L118: y.FillBytes(ret[1+byteLen : 1+2*byteLen])
elliptic.go#L131: x.FillBytes(compressed[1:])
nistec.go#L152: x.FillBytes(buf[1 : 1+byteLen])
nistec.go#L153: y.FillBytes(buf[1+byteLen : 1+2*byteLen])
nistec.go#L202: return s.FillBytes(out)
crypto/rsa
rsa.go#L276: buf := a.FillBytes(make([]byte, len(b)))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)