const golang.org/x/crypto/ssh.packetSizeMultiple
8 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L25: packetSizeMultiple = 16 // TODO(huin) this should be determined by the cipher.
cipher.go#L146: padding [2 * packetSizeMultiple]byte
cipher.go#L235: paddingLength := packetSizeMultiple - (prefixLen+len(packet)-aadlen)%packetSizeMultiple
cipher.go#L237: paddingLength += packetSizeMultiple
cipher.go#L332: padding := byte(packetSizeMultiple - (1+len(packet))%packetSizeMultiple)
cipher.go#L334: padding += packetSizeMultiple
![]() |
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. |