func crypto/internal/fips140deps/byteorder.BEAppendUint64
11 uses
crypto/internal/fips140deps/byteorder (current package)
byteorder.go#L51: func BEAppendUint64(b []byte, v uint64) []byte {
crypto/internal/fips140/sha256
sha256.go#L79: b = byteorder.BEAppendUint64(b, d.len)
crypto/internal/fips140/sha512
sha512.go#L149: b = byteorder.BEAppendUint64(b, d.h[0])
sha512.go#L150: b = byteorder.BEAppendUint64(b, d.h[1])
sha512.go#L151: b = byteorder.BEAppendUint64(b, d.h[2])
sha512.go#L152: b = byteorder.BEAppendUint64(b, d.h[3])
sha512.go#L153: b = byteorder.BEAppendUint64(b, d.h[4])
sha512.go#L154: b = byteorder.BEAppendUint64(b, d.h[5])
sha512.go#L155: b = byteorder.BEAppendUint64(b, d.h[6])
sha512.go#L156: b = byteorder.BEAppendUint64(b, d.h[7])
sha512.go#L159: b = byteorder.BEAppendUint64(b, d.len)