func internal/byteorder.BEPutUint32

13 uses

	internal/byteorder (current package)
		byteorder.go#L103: func BEPutUint32(b []byte, v uint32) {

	crypto/cipher
		gcm.go#L353: 	byteorder.BEPutUint32(ctr, byteorder.BEUint32(ctr)+1)

	crypto/internal/fips140deps/byteorder
		byteorder.go#L32: 	byteorder.BEPutUint32(b, v)

	crypto/sha1
		sha1.go#L186: 	byteorder.BEPutUint32(digest[0:], d.h[0])
		sha1.go#L187: 	byteorder.BEPutUint32(digest[4:], d.h[1])
		sha1.go#L188: 	byteorder.BEPutUint32(digest[8:], d.h[2])
		sha1.go#L189: 	byteorder.BEPutUint32(digest[12:], d.h[3])
		sha1.go#L190: 	byteorder.BEPutUint32(digest[16:], d.h[4])

	math/big
		floatmarsh.go#L51: 	byteorder.BEPutUint32(buf[2:], x.prec)
		floatmarsh.go#L54: 		byteorder.BEPutUint32(buf[6:], uint32(x.exp))
		ratmarsh.go#L32: 	byteorder.BEPutUint32(buf[j-4:j], uint32(n))

	net/netip
		netip.go#L715: 		byteorder.BEPutUint32(a4[:], uint32(ip.addr.lo))
		netip.go#L731: 		byteorder.BEPutUint32(ret[:], uint32(ip.addr.lo))