const golang.org/x/crypto/ssh.prefixLen
6 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L135: const prefixLen = 5
cipher.go#L144: prefix [prefixLen]byte
cipher.go#L235: paddingLength := packetSizeMultiple - (prefixLen+len(packet)-aadlen)%packetSizeMultiple
cipher.go#L508: firstBlockLength := uint32((prefixLen + blockSize - 1) / blockSize * blockSize)
cipher.go#L575: return c.packetData[prefixLen:paddingStart], nil
cipher.go#L583: encLength := maxUInt32(prefixLen+len(packet)+cbcMinPaddingSize, cbcMinPaddingSize)
 |
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. |