const google.golang.org/grpc/credentials/alts/internal/conn.MsgLenFieldSize
8 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
common.go#L57: if len(b) < MsgLenFieldSize {
common.go#L60: msgLenField := b[:MsgLenFieldSize]
common.go#L69: return b[:MsgLenFieldSize+length], b[MsgLenFieldSize+length:], nil
record.go#L52: MsgLenFieldSize = 4
record.go#L112: overhead := MsgLenFieldSize + msgTypeFieldSize + crypto.EncryptionOverhead()
record.go#L180: msg := framedMsg[MsgLenFieldSize:]
record.go#L242: msg := p.writeBuf[writeBufIndex+MsgLenFieldSize:]
![]() |
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. |