golang.org/x/crypto/ssh.cbcCipher.seqNumBytes (field)
5 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L419: seqNumBytes [4]byte
cipher.go#L566: binary.BigEndian.PutUint32(c.seqNumBytes[:], seqNum)
cipher.go#L567: c.mac.Write(c.seqNumBytes[:])
cipher.go#L618: binary.BigEndian.PutUint32(c.seqNumBytes[:], seqNum)
cipher.go#L619: c.mac.Write(c.seqNumBytes[:])
![]() |
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. |