Home
last modified time | relevance | path

Searched refs:unencrypted_prefix (Results 1 – 3 of 3) sorted by relevance

/dports/security/putty-nogtk/putty-0.76/
H A Dssh2bpp.c738 int origlen, cipherblk, maclen, padding, unencrypted_prefix, i; in ssh2_bpp_format_packet_inner() local
788 unencrypted_prefix = (s->out.mac && s->out.etm_mode) ? 4 : 0; in ssh2_bpp_format_packet_inner()
790 (cipherblk - (pkt->length - unencrypted_prefix + padding) % cipherblk) in ssh2_bpp_format_packet_inner()
/dports/security/putty/putty-0.76/
H A Dssh2bpp.c738 int origlen, cipherblk, maclen, padding, unencrypted_prefix, i; in ssh2_bpp_format_packet_inner() local
788 unencrypted_prefix = (s->out.mac && s->out.etm_mode) ? 4 : 0; in ssh2_bpp_format_packet_inner()
790 (cipherblk - (pkt->length - unencrypted_prefix + padding) % cipherblk) in ssh2_bpp_format_packet_inner()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dssh2bpp.c742 int origlen, cipherblk, maclen, padding, unencrypted_prefix, i; in ssh2_bpp_format_packet_inner() local
792 unencrypted_prefix = (s->out.mac && s->out.etm_mode) ? 4 : 0; in ssh2_bpp_format_packet_inner()
794 (cipherblk - (pkt->length - unencrypted_prefix + padding) % cipherblk) in ssh2_bpp_format_packet_inner()