const golang.org/x/crypto/ssh.cbcMinPaddingSize

4 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L480: 	cbcMinPaddingSize        = 4
		cipher.go#L533: 	if paddingLength < cbcMinPaddingSize || length <= paddingLength+1 {
		cipher.go#L583: 	encLength := maxUInt32(prefixLen+len(packet)+cbcMinPaddingSize, cbcMinPaddingSize)