const google.golang.org/grpc/credentials/alts/internal/conn.sizeUint64
7 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
aeadrekey.go#L106: nonce1 := binary.LittleEndian.Uint64(nonce[:sizeUint64])
aeadrekey.go#L107: nonce2 := binary.LittleEndian.Uint32(nonce[sizeUint64:])
aeadrekey.go#L108: mask1 := binary.LittleEndian.Uint64(mask[:sizeUint64])
aeadrekey.go#L109: mask2 := binary.LittleEndian.Uint32(mask[sizeUint64:])
aeadrekey.go#L110: binary.LittleEndian.PutUint64(dst[:sizeUint64], nonce1^mask1)
aeadrekey.go#L111: binary.LittleEndian.PutUint32(dst[sizeUint64:], nonce2^mask2)
aes128gcmrekey.go#L36: sizeUint64 = 8
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |