func crypto/internal/fips140deps/byteorder.BEUint32
18 uses
crypto/internal/fips140deps/byteorder (current package)
byteorder.go#L13: func BEUint32(b []byte) uint32 {
crypto/internal/fips140/aes
aes_generic.go#L47: s0 := byteorder.BEUint32(src[0:4])
aes_generic.go#L48: s1 := byteorder.BEUint32(src[4:8])
aes_generic.go#L49: s2 := byteorder.BEUint32(src[8:12])
aes_generic.go#L50: s3 := byteorder.BEUint32(src[12:16])
aes_generic.go#L94: s0 := byteorder.BEUint32(src[0:4])
aes_generic.go#L95: s1 := byteorder.BEUint32(src[4:8])
aes_generic.go#L96: s2 := byteorder.BEUint32(src[8:12])
aes_generic.go#L97: s3 := byteorder.BEUint32(src[12:16])
aes_generic.go#L155: c.enc[i] = byteorder.BEUint32(key[4*i:])
crypto/internal/fips140/aes/gcm
gcm_generic.go#L92: byteorder.BEPutUint32(ctr, byteorder.BEUint32(ctr)+1)
gcm_nonces.go#L114: g.prefix = byteorder.BEUint32(nonce[:4])
gcm_nonces.go#L116: if g.prefix != byteorder.BEUint32(nonce[:4]) {
gcm_nonces.go#L236: g.prefix = byteorder.BEUint32(nonce[:4])
gcm_nonces.go#L263: g.prefix = byteorder.BEUint32(nonce[:4])
gcm_nonces.go#L265: if g.prefix != byteorder.BEUint32(nonce[:4]) {
crypto/internal/fips140/bigmod
nat.go#L211: return uint(byteorder.BEUint32(buf))
crypto/internal/fips140/sha256
sha256.go#L116: return b[4:], byteorder.BEUint32(b)
![]() |
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. |