golang.org/x/crypto/ssh.streamPacketCipher.macResult (field)
8 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L90: macResult: make([]byte, mac.Size()),
cipher.go#L148: macResult []byte
cipher.go#L214: s.macResult = s.mac.Sum(s.macResult[:0])
cipher.go#L215: if subtle.ConstantTimeCompare(s.macResult, mac) != 1 {
cipher.go#L294: s.macResult = s.mac.Sum(s.macResult[:0])
cipher.go#L295: if _, err := w.Write(s.macResult); err != nil {
![]() |
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. |