var encoding/binary.LittleEndian
350 uses
encoding/binary (current package)
binary.go#L61: var LittleEndian littleEndian
compress/gzip
gunzip.go#L37: var le = binary.LittleEndian
github.com/andybalholm/brotli
bit_reader.go#L118: br.val_ |= (uint64(binary.LittleEndian.Uint32(br.input[br.byte_pos:]))) << 32
compress_fragment.go#L22: var h uint64 = (binary.LittleEndian.Uint64(p) << 24) * uint64(kHashMul32)
compress_fragment.go#L36: return binary.LittleEndian.Uint32(p1) == binary.LittleEndian.Uint32(p2) &&
compress_fragment.go#L664: var input_bytes uint64 = binary.LittleEndian.Uint64(in[ip-3:])
compress_fragment.go#L701: var input_bytes uint64 = binary.LittleEndian.Uint64(in[ip-3:])
compress_fragment_two_pass.go#L20: var h uint64 = (binary.LittleEndian.Uint64(p) << ((8 - length) * 8)) * uint64(kHashMul32)
compress_fragment_two_pass.go#L33: if binary.LittleEndian.Uint32(p1) != binary.LittleEndian.Uint32(p2) {
compress_fragment_two_pass.go#L367: input_bytes = binary.LittleEndian.Uint64(input[ip-3:])
compress_fragment_two_pass.go#L376: input_bytes = binary.LittleEndian.Uint64(input[ip-5:])
compress_fragment_two_pass.go#L383: input_bytes = binary.LittleEndian.Uint64(input[ip-2:])
compress_fragment_two_pass.go#L420: input_bytes = binary.LittleEndian.Uint64(input[ip-3:])
compress_fragment_two_pass.go#L429: input_bytes = binary.LittleEndian.Uint64(input[ip-5:])
compress_fragment_two_pass.go#L436: input_bytes = binary.LittleEndian.Uint64(input[ip-2:])
find_match_length.go#L23: w1 := binary.LittleEndian.Uint64(s1[matched:])
find_match_length.go#L24: w2 := binary.LittleEndian.Uint64(s2[matched:])
find_match_length.go#L33: w1 := binary.LittleEndian.Uint32(s1[matched:])
find_match_length.go#L34: w2 := binary.LittleEndian.Uint32(s2[matched:])
h10.go#L20: var h uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
h5.go#L27: var h uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
h6.go#L27: var h uint64 = (binary.LittleEndian.Uint64(data) & mask) * kHashMul64Long
hash.go#L58: var h uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
hash_forgetful_chain.go#L21: var hash uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
hash_longest_match_quickly.go#L27: var hash uint64 = ((binary.LittleEndian.Uint64(data) << (64 - 8*h.hashLen)) * kHashMul64)
static_dict.go#L23: var h uint32 = binary.LittleEndian.Uint32(data) * kDictHashMul32
write_bits.go#L37: binary.LittleEndian.PutUint64(p, v)
github.com/andybalholm/brotli/matchfinder
bargain1.go#L141: cv := binary.LittleEndian.Uint64(src[i:])
bargain1.go#L152: if repIndex >= 0 && binary.LittleEndian.Uint32(src[repIndex:]) == uint32(cv) {
bargain1.go#L167: binary.LittleEndian.Uint32(src[candidate6.offset:]) == uint32(cv) {
bargain2.go#L152: cv := binary.LittleEndian.Uint64(src[i:])
bargain2.go#L166: if repIndex >= 0 && binary.LittleEndian.Uint32(src[repIndex:]) == uint32(cv) {
bargain2.go#L183: binary.LittleEndian.Uint32(src[candidate5.offset:]) == uint32(cv) {
bargain2.go#L199: binary.LittleEndian.Uint32(src[candidate8.offset:]) == uint32(cv) {
bargain3.go#L158: cv := binary.LittleEndian.Uint64(src[i:])
bargain3.go#L159: extra := binary.LittleEndian.Uint32(src[i+8:])
bargain3.go#L176: if repIndex >= 0 && binary.LittleEndian.Uint32(src[repIndex:]) == uint32(cv) {
bargain3.go#L193: binary.LittleEndian.Uint32(src[candidate5.offset:]) == uint32(cv) {
bargain3.go#L209: binary.LittleEndian.Uint32(src[candidate8.offset:]) == uint32(cv) {
bargain3.go#L225: binary.LittleEndian.Uint32(src[candidate12.offset:]) == uint32(cv) {
m0.go#L67: nextHash := m.hash(binary.LittleEndian.Uint64(src[s:]))
m0.go#L99: nextHash = m.hash(binary.LittleEndian.Uint64(src[nextS:]))
m0.go#L103: if binary.LittleEndian.Uint32(src[s:]) == binary.LittleEndian.Uint32(src[candidate:]) {
m0.go#L115: h := m.hash(binary.LittleEndian.Uint64(src[newBase:]))
m0.go#L122: if okDistance && binary.LittleEndian.Uint32(src[newBase:]) == binary.LittleEndian.Uint32(src[newCandidate:]) {
m0.go#L149: x := binary.LittleEndian.Uint64(src[i:])
m0.go#L154: x := binary.LittleEndian.Uint64(src[base+1:])
m0.go#L160: x := binary.LittleEndian.Uint64(src[s-3:])
m4.go#L131: if binary.LittleEndian.Uint32(src[i+1:]) == binary.LittleEndian.Uint32(src[i+1-prevDistance:]) {
m4.go#L141: h := ((binary.LittleEndian.Uint64(src[i:]) & (1<<(8*q.HashLen) - 1)) * hashMul64) >> (64 - q.TableBits)
m4.go#L159: if binary.LittleEndian.Uint32(src[candidate:]) == binary.LittleEndian.Uint32(src[i:]) {
m4.go#L175: if binary.LittleEndian.Uint32(src[candidate:]) == binary.LittleEndian.Uint32(src[i:]) {
m4.go#L299: iBytes := binary.LittleEndian.Uint64(src[i:])
m4.go#L300: jBytes := binary.LittleEndian.Uint64(src[j:])
m4.go#L313: iBytes := binary.LittleEndian.Uint32(src[i:])
m4.go#L314: jBytes := binary.LittleEndian.Uint32(src[j:])
pathfinder.go#L128: h := ((binary.LittleEndian.Uint64(src[i:]) & (1<<(8*q.HashLen) - 1)) * hashMul64) >> (64 - q.TableBits)
pathfinder.go#L159: if binary.LittleEndian.Uint32(src[i+1:]) == binary.LittleEndian.Uint32(src[i+1-prevDistance:]) {
pathfinder.go#L168: if binary.LittleEndian.Uint32(src[candidate:]) == binary.LittleEndian.Uint32(src[i:]) {
pathfinder.go#L185: if binary.LittleEndian.Uint32(src[candidate:]) == binary.LittleEndian.Uint32(src[i:]) {
trio.go#L92: cv := binary.LittleEndian.Uint64(src[s:])
trio.go#L93: extra := binary.LittleEndian.Uint32(src[s+8:])
trio.go#L113: if repIndex >= 0 && binary.LittleEndian.Uint32(src[repIndex:]) == uint32(cv>>8) {
trio.go#L123: binary.LittleEndian.Uint32(src[candidate12.offset:]) == uint32(cv) {
trio.go#L130: binary.LittleEndian.Uint32(src[candidate8.offset:]) == uint32(cv) {
trio.go#L136: binary.LittleEndian.Uint32(src[candidate5.offset:]) == uint32(cv) {
trio.go#L146: cv = binary.LittleEndian.Uint64(src[s:])
trio.go#L147: extra = binary.LittleEndian.Uint32(src[s+8:])
trio.go#L152: cv := binary.LittleEndian.Uint64(src[s+1:])
trio.go#L153: extra := binary.LittleEndian.Uint32(src[s+9:])
trio.go#L164: binary.LittleEndian.Uint32(src[candidate12.offset:]) == uint32(cv) {
trio.go#L168: binary.LittleEndian.Uint32(src[candidate8.offset:]) == uint32(cv) {
trio.go#L190: cv0 := binary.LittleEndian.Uint64(src[index0:])
trio.go#L191: extra0 := binary.LittleEndian.Uint32(src[index0+8:])
trio.go#L199: cv = binary.LittleEndian.Uint64(src[s:])
trio.go#L200: extra = binary.LittleEndian.Uint32(src[s+8:])
trio.go#L215: binary.LittleEndian.Uint32(src[candidate12.offset:]) == uint32(cv) {
trio.go#L219: binary.LittleEndian.Uint32(src[candidate8.offset:]) == uint32(cv) {
trio.go#L283: cv0 := binary.LittleEndian.Uint64(src[index0:])
trio.go#L284: extra0 := binary.LittleEndian.Uint32(src[index0+8:])
zdfast.go#L89: cv := binary.LittleEndian.Uint64(src[s:])
zdfast.go#L110: if offset1 != 0 && repIndex >= 0 && binary.LittleEndian.Uint32(src[repIndex:]) == uint32(cv>>8) {
zdfast.go#L129: cv = binary.LittleEndian.Uint64(src[s:])
zdfast.go#L137: if binary.LittleEndian.Uint32(src[t:]) == uint32(cv) {
zdfast.go#L144: if binary.LittleEndian.Uint32(src[t:]) != uint32(cv) {
zdfast.go#L149: cv := binary.LittleEndian.Uint64(src[s+1:])
zdfast.go#L156: if binary.LittleEndian.Uint32(src[t:]) == uint32(cv) {
zdfast.go#L173: cv = binary.LittleEndian.Uint64(src[s:])
zdfast.go#L202: cv0 := binary.LittleEndian.Uint64(src[index0:])
zdfast.go#L203: cv1 := binary.LittleEndian.Uint64(src[index1:])
zdfast.go#L217: cv = binary.LittleEndian.Uint64(src[s:])
zdfast.go#L220: if o2 := s - offset2; offset2 != 0 && binary.LittleEndian.Uint32(src[o2:]) == uint32(cv) {
zdfast.go#L239: cv = binary.LittleEndian.Uint64(src[s:])
zfast.go#L86: cv := binary.LittleEndian.Uint64(src[s:])
zfast.go#L105: if offset1 != 0 && repIndex >= 0 && binary.LittleEndian.Uint32(src[repIndex:]) == uint32(cv>>16) {
zfast.go#L123: cv = binary.LittleEndian.Uint64(src[s:])
zfast.go#L131: if binary.LittleEndian.Uint32(src[t:]) == uint32(cv) {
zfast.go#L138: if binary.LittleEndian.Uint32(src[t:]) == uint32(cv>>8) {
zfast.go#L148: cv = binary.LittleEndian.Uint64(src[s:])
zfast.go#L172: cv = binary.LittleEndian.Uint64(src[s:])
zfast.go#L175: if o2 := s - offset2; offset2 != 0 && binary.LittleEndian.Uint32(src[o2:]) == uint32(cv) {
zfast.go#L191: cv = binary.LittleEndian.Uint64(src[s:])
zm.go#L87: cv := binary.LittleEndian.Uint64(src[s:])
zm.go#L104: if repIndex >= 0 && binary.LittleEndian.Uint32(src[repIndex:]) == uint32(cv>>8) {
zm.go#L114: binary.LittleEndian.Uint32(src[candidateL.offset:]) == uint32(cv) {
zm.go#L120: binary.LittleEndian.Uint32(src[candidateS.offset:]) == uint32(cv) {
zm.go#L123: cv := binary.LittleEndian.Uint64(src[s+1:])
zm.go#L129: binary.LittleEndian.Uint32(src[candidateL.offset:]) == uint32(cv) {
zm.go#L145: cv = binary.LittleEndian.Uint64(src[s:])
zm.go#L153: cv0 := binary.LittleEndian.Uint64(src[index0:])
zm.go#L169: cv = binary.LittleEndian.Uint64(src[s:])
zm.go#L182: binary.LittleEndian.Uint32(src[candidateL.offset:]) == uint32(cv) {
zm.go#L186: binary.LittleEndian.Uint32(src[candidateS.offset:]) == uint32(cv) {
zm.go#L190: cv := binary.LittleEndian.Uint64(src[s+1:])
zm.go#L196: binary.LittleEndian.Uint32(src[candidateL.offset:]) == uint32(cv) {
zm.go#L262: cv1 := binary.LittleEndian.Uint64(src[index1:])
github.com/cespare/xxhash/v2
xxhash.go#L210: binary.LittleEndian.PutUint64(a[:], x)
xxhash.go#L219: func u64(b []byte) uint64 { return binary.LittleEndian.Uint64(b) }
xxhash.go#L220: func u32(b []byte) uint32 { return binary.LittleEndian.Uint32(b) }
github.com/coder/websocket
frame.go#L98: h.maskKey = binary.LittleEndian.Uint32(readBuf)
frame.go#L165: binary.LittleEndian.PutUint32(buf, h.maskKey)
mask.go#L28: v := binary.LittleEndian.Uint64(b)
mask.go#L29: binary.LittleEndian.PutUint64(b, v^key64)
mask.go#L30: v = binary.LittleEndian.Uint64(b[8:16])
mask.go#L31: binary.LittleEndian.PutUint64(b[8:16], v^key64)
mask.go#L32: v = binary.LittleEndian.Uint64(b[16:24])
mask.go#L33: binary.LittleEndian.PutUint64(b[16:24], v^key64)
mask.go#L34: v = binary.LittleEndian.Uint64(b[24:32])
mask.go#L35: binary.LittleEndian.PutUint64(b[24:32], v^key64)
mask.go#L36: v = binary.LittleEndian.Uint64(b[32:40])
mask.go#L37: binary.LittleEndian.PutUint64(b[32:40], v^key64)
mask.go#L38: v = binary.LittleEndian.Uint64(b[40:48])
mask.go#L39: binary.LittleEndian.PutUint64(b[40:48], v^key64)
mask.go#L40: v = binary.LittleEndian.Uint64(b[48:56])
mask.go#L41: binary.LittleEndian.PutUint64(b[48:56], v^key64)
mask.go#L42: v = binary.LittleEndian.Uint64(b[56:64])
mask.go#L43: binary.LittleEndian.PutUint64(b[56:64], v^key64)
mask.go#L44: v = binary.LittleEndian.Uint64(b[64:72])
mask.go#L45: binary.LittleEndian.PutUint64(b[64:72], v^key64)
mask.go#L46: v = binary.LittleEndian.Uint64(b[72:80])
mask.go#L47: binary.LittleEndian.PutUint64(b[72:80], v^key64)
mask.go#L48: v = binary.LittleEndian.Uint64(b[80:88])
mask.go#L49: binary.LittleEndian.PutUint64(b[80:88], v^key64)
mask.go#L50: v = binary.LittleEndian.Uint64(b[88:96])
mask.go#L51: binary.LittleEndian.PutUint64(b[88:96], v^key64)
mask.go#L52: v = binary.LittleEndian.Uint64(b[96:104])
mask.go#L53: binary.LittleEndian.PutUint64(b[96:104], v^key64)
mask.go#L54: v = binary.LittleEndian.Uint64(b[104:112])
mask.go#L55: binary.LittleEndian.PutUint64(b[104:112], v^key64)
mask.go#L56: v = binary.LittleEndian.Uint64(b[112:120])
mask.go#L57: binary.LittleEndian.PutUint64(b[112:120], v^key64)
mask.go#L58: v = binary.LittleEndian.Uint64(b[120:128])
mask.go#L59: binary.LittleEndian.PutUint64(b[120:128], v^key64)
mask.go#L65: v := binary.LittleEndian.Uint64(b)
mask.go#L66: binary.LittleEndian.PutUint64(b, v^key64)
mask.go#L67: v = binary.LittleEndian.Uint64(b[8:16])
mask.go#L68: binary.LittleEndian.PutUint64(b[8:16], v^key64)
mask.go#L69: v = binary.LittleEndian.Uint64(b[16:24])
mask.go#L70: binary.LittleEndian.PutUint64(b[16:24], v^key64)
mask.go#L71: v = binary.LittleEndian.Uint64(b[24:32])
mask.go#L72: binary.LittleEndian.PutUint64(b[24:32], v^key64)
mask.go#L73: v = binary.LittleEndian.Uint64(b[32:40])
mask.go#L74: binary.LittleEndian.PutUint64(b[32:40], v^key64)
mask.go#L75: v = binary.LittleEndian.Uint64(b[40:48])
mask.go#L76: binary.LittleEndian.PutUint64(b[40:48], v^key64)
mask.go#L77: v = binary.LittleEndian.Uint64(b[48:56])
mask.go#L78: binary.LittleEndian.PutUint64(b[48:56], v^key64)
mask.go#L79: v = binary.LittleEndian.Uint64(b[56:64])
mask.go#L80: binary.LittleEndian.PutUint64(b[56:64], v^key64)
mask.go#L86: v := binary.LittleEndian.Uint64(b)
mask.go#L87: binary.LittleEndian.PutUint64(b, v^key64)
mask.go#L88: v = binary.LittleEndian.Uint64(b[8:16])
mask.go#L89: binary.LittleEndian.PutUint64(b[8:16], v^key64)
mask.go#L90: v = binary.LittleEndian.Uint64(b[16:24])
mask.go#L91: binary.LittleEndian.PutUint64(b[16:24], v^key64)
mask.go#L92: v = binary.LittleEndian.Uint64(b[24:32])
mask.go#L93: binary.LittleEndian.PutUint64(b[24:32], v^key64)
mask.go#L99: v := binary.LittleEndian.Uint64(b)
mask.go#L100: binary.LittleEndian.PutUint64(b, v^key64)
mask.go#L101: v = binary.LittleEndian.Uint64(b[8:16])
mask.go#L102: binary.LittleEndian.PutUint64(b[8:16], v^key64)
mask.go#L108: v := binary.LittleEndian.Uint64(b)
mask.go#L109: binary.LittleEndian.PutUint64(b, v^key64)
mask.go#L116: v := binary.LittleEndian.Uint32(b)
mask.go#L117: binary.LittleEndian.PutUint32(b, v^key)
write.go#L335: c.writeHeader.maskKey = binary.LittleEndian.Uint32(c.writeHeaderBuf[:])
github.com/gotd/td/bin
decode.go#L14: v := binary.LittleEndian.Uint32(b.Buf)
decode.go#L51: v := binary.LittleEndian.Uint64(b.Buf)
encode.go#L56: binary.LittleEndian.PutUint16(t, v)
encode.go#L68: binary.LittleEndian.PutUint32(t, v)
encode.go#L85: binary.LittleEndian.PutUint64(t, v)
github.com/gotd/td/crypto
key.go#L115: return int64(binary.LittleEndian.Uint64(a.ID[:]))
key.go#L120: binary.LittleEndian.PutUint64(a.ID[:], uint64(v))
rsa_fingerprint.go#L26: return int64(binary.LittleEndian.Uint64(result))
salt.go#L16: return int64(binary.LittleEndian.Uint64(serverSalt[:]))
session_id.go#L16: return int64(binary.LittleEndian.Uint64(bytes)), nil
github.com/gotd/td/mtproxy/faketls
client_hello.go#L98: old := binary.LittleEndian.Uint32(random[clientRandomLength-4:])
client_hello.go#L100: binary.LittleEndian.PutUint32(random[clientRandomLength-4:], old)
github.com/gotd/td/mtproxy/obfuscated2
keys.go#L66: binary.LittleEndian.PutUint16(init[60:62], uint16(dc))
keys_util.go#L44: firstInt := binary.LittleEndian.Uint32(init[0:4])
keys_util.go#L55: if secondInt := binary.LittleEndian.Uint32(init[4:8]); secondInt == 0 {
server.go#L35: meta.DC = binary.LittleEndian.Uint16(decrypted[60:62])
github.com/gotd/td/proto/codec
abridged.go#L106: binary.LittleEndian.PutUint32(buf[1:], uint32(encodeLength))
codec.go#L37: n := int(binary.LittleEndian.Uint32(b.Buf[:bin.Word]))
github.com/gotd/td/session/tdesktop
file.go#L105: v := binary.LittleEndian.Uint32(version[:])
file.go#L133: binary.LittleEndian.PutUint32(packedLength[:], uint32(len(data)))
key_data.go#L35: key, _, err := readArray(keyInnerData, binary.LittleEndian)
github.com/klauspost/compress/fse
bitreader.go#L104: b.value = binary.LittleEndian.Uint64(b.in[b.off-8:])
github.com/klauspost/compress/gzip
gunzip.go#L38: var le = binary.LittleEndian
github.com/klauspost/compress/zstd
decodeheader.go#L126: h.SkippableSize = binary.LittleEndian.Uint32(in)
decoder.go#L458: binary.LittleEndian.PutUint32(tmp[:], uint32(xxhash.Sum64(next.b)))
decoder.go#L918: dec.checkCRC = binary.LittleEndian.Uint32(crc)
dict.go#L84: d.id = binary.LittleEndian.Uint32(b[4:8])
dict.go#L504: out.Write(binary.LittleEndian.AppendUint32(nil, o.ID))
dict.go#L515: out.Write(binary.LittleEndian.AppendUint32(nil, uint32(o.Offsets[0])))
dict.go#L516: out.Write(binary.LittleEndian.AppendUint32(nil, uint32(o.Offsets[1])))
dict.go#L517: out.Write(binary.LittleEndian.AppendUint32(nil, uint32(o.Offsets[2])))
framedec.go#L305: want := binary.LittleEndian.Uint32(buf[:4])
frameenc.go#L44: binary.LittleEndian.PutUint16(tmp[:2], uint16(f.DictID))
frameenc.go#L48: binary.LittleEndian.PutUint32(tmp[:4], f.DictID)
fse_decoder.go#L200: fatalErr(binary.Read(r, binary.LittleEndian, &s.dt))
fse_decoder.go#L201: fatalErr(binary.Read(r, binary.LittleEndian, &s.symbolLen))
fse_decoder.go#L202: fatalErr(binary.Read(r, binary.LittleEndian, &s.actualTableLog))
fse_decoder.go#L203: fatalErr(binary.Read(r, binary.LittleEndian, &s.maxBits))
fse_decoder.go#L204: fatalErr(binary.Read(r, binary.LittleEndian, &s.stateTable))
fse_decoder.go#L205: fatalErr(binary.Read(r, binary.LittleEndian, &s.norm))
fse_decoder.go#L206: fatalErr(binary.Read(r, binary.LittleEndian, &s.preDefined))
github.com/klauspost/compress/zstd/internal/xxhash
xxhash.go#L197: binary.LittleEndian.PutUint64(a[:], x)
xxhash.go#L206: func u64(b []byte) uint64 { return binary.LittleEndian.Uint64(b) }
xxhash.go#L207: func u32(b []byte) uint32 { return binary.LittleEndian.Uint32(b) }
github.com/refraction-networking/utls
u_parrots.go#L2814: uconn.greaseSeed[i] = binary.LittleEndian.Uint16(grease_bytes[2*i : 2*i+2])
go.opentelemetry.io/otel/attribute/internal/xxhash
xxhash.go#L26: binary.LittleEndian.PutUint64(buf[:], val)
golang.org/x/crypto/chacha20
chacha_generic.go#L98: binary.LittleEndian.Uint32(key[0:4]),
chacha_generic.go#L99: binary.LittleEndian.Uint32(key[4:8]),
chacha_generic.go#L100: binary.LittleEndian.Uint32(key[8:12]),
chacha_generic.go#L101: binary.LittleEndian.Uint32(key[12:16]),
chacha_generic.go#L102: binary.LittleEndian.Uint32(key[16:20]),
chacha_generic.go#L103: binary.LittleEndian.Uint32(key[20:24]),
chacha_generic.go#L104: binary.LittleEndian.Uint32(key[24:28]),
chacha_generic.go#L105: binary.LittleEndian.Uint32(key[28:32]),
chacha_generic.go#L108: binary.LittleEndian.Uint32(nonce[0:4]),
chacha_generic.go#L109: binary.LittleEndian.Uint32(nonce[4:8]),
chacha_generic.go#L110: binary.LittleEndian.Uint32(nonce[8:12]),
chacha_generic.go#L361: x4 := binary.LittleEndian.Uint32(key[0:4])
chacha_generic.go#L362: x5 := binary.LittleEndian.Uint32(key[4:8])
chacha_generic.go#L363: x6 := binary.LittleEndian.Uint32(key[8:12])
chacha_generic.go#L364: x7 := binary.LittleEndian.Uint32(key[12:16])
chacha_generic.go#L365: x8 := binary.LittleEndian.Uint32(key[16:20])
chacha_generic.go#L366: x9 := binary.LittleEndian.Uint32(key[20:24])
chacha_generic.go#L367: x10 := binary.LittleEndian.Uint32(key[24:28])
chacha_generic.go#L368: x11 := binary.LittleEndian.Uint32(key[28:32])
chacha_generic.go#L369: x12 := binary.LittleEndian.Uint32(nonce[0:4])
chacha_generic.go#L370: x13 := binary.LittleEndian.Uint32(nonce[4:8])
chacha_generic.go#L371: x14 := binary.LittleEndian.Uint32(nonce[8:12])
chacha_generic.go#L372: x15 := binary.LittleEndian.Uint32(nonce[12:16])
chacha_generic.go#L389: binary.LittleEndian.PutUint32(out[0:4], x0)
chacha_generic.go#L390: binary.LittleEndian.PutUint32(out[4:8], x1)
chacha_generic.go#L391: binary.LittleEndian.PutUint32(out[8:12], x2)
chacha_generic.go#L392: binary.LittleEndian.PutUint32(out[12:16], x3)
chacha_generic.go#L393: binary.LittleEndian.PutUint32(out[16:20], x12)
chacha_generic.go#L394: binary.LittleEndian.PutUint32(out[20:24], x13)
chacha_generic.go#L395: binary.LittleEndian.PutUint32(out[24:28], x14)
chacha_generic.go#L396: binary.LittleEndian.PutUint32(out[28:32], x15)
golang.org/x/crypto/chacha20poly1305
chacha20poly1305_amd64.go#L34: state[4] = binary.LittleEndian.Uint32(key[0:4])
chacha20poly1305_amd64.go#L35: state[5] = binary.LittleEndian.Uint32(key[4:8])
chacha20poly1305_amd64.go#L36: state[6] = binary.LittleEndian.Uint32(key[8:12])
chacha20poly1305_amd64.go#L37: state[7] = binary.LittleEndian.Uint32(key[12:16])
chacha20poly1305_amd64.go#L38: state[8] = binary.LittleEndian.Uint32(key[16:20])
chacha20poly1305_amd64.go#L39: state[9] = binary.LittleEndian.Uint32(key[20:24])
chacha20poly1305_amd64.go#L40: state[10] = binary.LittleEndian.Uint32(key[24:28])
chacha20poly1305_amd64.go#L41: state[11] = binary.LittleEndian.Uint32(key[28:32])
chacha20poly1305_amd64.go#L44: state[13] = binary.LittleEndian.Uint32(nonce[0:4])
chacha20poly1305_amd64.go#L45: state[14] = binary.LittleEndian.Uint32(nonce[4:8])
chacha20poly1305_amd64.go#L46: state[15] = binary.LittleEndian.Uint32(nonce[8:12])
chacha20poly1305_generic.go#L26: binary.LittleEndian.PutUint64(buf[:], uint64(n))
golang.org/x/crypto/internal/poly1305
sum_generic.go#L107: m.r[0] = binary.LittleEndian.Uint64(key[0:8]) & rMask0
sum_generic.go#L108: m.r[1] = binary.LittleEndian.Uint64(key[8:16]) & rMask1
sum_generic.go#L109: m.s[0] = binary.LittleEndian.Uint64(key[16:24])
sum_generic.go#L110: m.s[1] = binary.LittleEndian.Uint64(key[24:32])
sum_generic.go#L161: h0, c = bits.Add64(h0, binary.LittleEndian.Uint64(msg[0:8]), 0)
sum_generic.go#L162: h1, c = bits.Add64(h1, binary.LittleEndian.Uint64(msg[8:16]), c)
sum_generic.go#L171: h0, c = bits.Add64(h0, binary.LittleEndian.Uint64(buf[0:8]), 0)
sum_generic.go#L172: h1, c = bits.Add64(h1, binary.LittleEndian.Uint64(buf[8:16]), c)
sum_generic.go#L310: binary.LittleEndian.PutUint64(out[0:8], h0)
sum_generic.go#L311: binary.LittleEndian.PutUint64(out[8:16], h1)
golang.org/x/crypto/sha3
legacy_hash.go#L111: a[i] = binary.LittleEndian.Uint64(d.a[i*8:])
legacy_hash.go#L122: binary.LittleEndian.PutUint64(d.a[i*8:], a[i])
vendor/golang.org/x/crypto/chacha20
chacha_generic.go#L98: binary.LittleEndian.Uint32(key[0:4]),
chacha_generic.go#L99: binary.LittleEndian.Uint32(key[4:8]),
chacha_generic.go#L100: binary.LittleEndian.Uint32(key[8:12]),
chacha_generic.go#L101: binary.LittleEndian.Uint32(key[12:16]),
chacha_generic.go#L102: binary.LittleEndian.Uint32(key[16:20]),
chacha_generic.go#L103: binary.LittleEndian.Uint32(key[20:24]),
chacha_generic.go#L104: binary.LittleEndian.Uint32(key[24:28]),
chacha_generic.go#L105: binary.LittleEndian.Uint32(key[28:32]),
chacha_generic.go#L108: binary.LittleEndian.Uint32(nonce[0:4]),
chacha_generic.go#L109: binary.LittleEndian.Uint32(nonce[4:8]),
chacha_generic.go#L110: binary.LittleEndian.Uint32(nonce[8:12]),
chacha_generic.go#L361: x4 := binary.LittleEndian.Uint32(key[0:4])
chacha_generic.go#L362: x5 := binary.LittleEndian.Uint32(key[4:8])
chacha_generic.go#L363: x6 := binary.LittleEndian.Uint32(key[8:12])
chacha_generic.go#L364: x7 := binary.LittleEndian.Uint32(key[12:16])
chacha_generic.go#L365: x8 := binary.LittleEndian.Uint32(key[16:20])
chacha_generic.go#L366: x9 := binary.LittleEndian.Uint32(key[20:24])
chacha_generic.go#L367: x10 := binary.LittleEndian.Uint32(key[24:28])
chacha_generic.go#L368: x11 := binary.LittleEndian.Uint32(key[28:32])
chacha_generic.go#L369: x12 := binary.LittleEndian.Uint32(nonce[0:4])
chacha_generic.go#L370: x13 := binary.LittleEndian.Uint32(nonce[4:8])
chacha_generic.go#L371: x14 := binary.LittleEndian.Uint32(nonce[8:12])
chacha_generic.go#L372: x15 := binary.LittleEndian.Uint32(nonce[12:16])
chacha_generic.go#L389: binary.LittleEndian.PutUint32(out[0:4], x0)
chacha_generic.go#L390: binary.LittleEndian.PutUint32(out[4:8], x1)
chacha_generic.go#L391: binary.LittleEndian.PutUint32(out[8:12], x2)
chacha_generic.go#L392: binary.LittleEndian.PutUint32(out[12:16], x3)
chacha_generic.go#L393: binary.LittleEndian.PutUint32(out[16:20], x12)
chacha_generic.go#L394: binary.LittleEndian.PutUint32(out[20:24], x13)
chacha_generic.go#L395: binary.LittleEndian.PutUint32(out[24:28], x14)
chacha_generic.go#L396: binary.LittleEndian.PutUint32(out[28:32], x15)
vendor/golang.org/x/crypto/chacha20poly1305
chacha20poly1305_amd64.go#L34: state[4] = binary.LittleEndian.Uint32(key[0:4])
chacha20poly1305_amd64.go#L35: state[5] = binary.LittleEndian.Uint32(key[4:8])
chacha20poly1305_amd64.go#L36: state[6] = binary.LittleEndian.Uint32(key[8:12])
chacha20poly1305_amd64.go#L37: state[7] = binary.LittleEndian.Uint32(key[12:16])
chacha20poly1305_amd64.go#L38: state[8] = binary.LittleEndian.Uint32(key[16:20])
chacha20poly1305_amd64.go#L39: state[9] = binary.LittleEndian.Uint32(key[20:24])
chacha20poly1305_amd64.go#L40: state[10] = binary.LittleEndian.Uint32(key[24:28])
chacha20poly1305_amd64.go#L41: state[11] = binary.LittleEndian.Uint32(key[28:32])
chacha20poly1305_amd64.go#L44: state[13] = binary.LittleEndian.Uint32(nonce[0:4])
chacha20poly1305_amd64.go#L45: state[14] = binary.LittleEndian.Uint32(nonce[4:8])
chacha20poly1305_amd64.go#L46: state[15] = binary.LittleEndian.Uint32(nonce[8:12])
chacha20poly1305_generic.go#L26: binary.LittleEndian.PutUint64(buf[:], uint64(n))
vendor/golang.org/x/crypto/internal/poly1305
sum_generic.go#L107: m.r[0] = binary.LittleEndian.Uint64(key[0:8]) & rMask0
sum_generic.go#L108: m.r[1] = binary.LittleEndian.Uint64(key[8:16]) & rMask1
sum_generic.go#L109: m.s[0] = binary.LittleEndian.Uint64(key[16:24])
sum_generic.go#L110: m.s[1] = binary.LittleEndian.Uint64(key[24:32])
sum_generic.go#L161: h0, c = bits.Add64(h0, binary.LittleEndian.Uint64(msg[0:8]), 0)
sum_generic.go#L162: h1, c = bits.Add64(h1, binary.LittleEndian.Uint64(msg[8:16]), c)
sum_generic.go#L171: h0, c = bits.Add64(h0, binary.LittleEndian.Uint64(buf[0:8]), 0)
sum_generic.go#L172: h1, c = bits.Add64(h1, binary.LittleEndian.Uint64(buf[8:16]), c)
sum_generic.go#L310: binary.LittleEndian.PutUint64(out[0:8], h0)
sum_generic.go#L311: binary.LittleEndian.PutUint64(out[8:16], h1)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |