Searched refs:I_SUPPORT_ENCRYPT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c102 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt) macro
145 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & typemask(type)))
527 (I_SUPPORT_ENCRYPT & typemask(type))) {
939 if (!havesessionkey || !(I_SUPPORT_ENCRYPT & remote_supports_decrypt))
950 (I_SUPPORT_ENCRYPT & remote_supports_decrypt) == 0 ||
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c108 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt) macro
149 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & (unsigned)typemask(type)))
496 (I_SUPPORT_ENCRYPT & typemask(type))) {
911 if (!havesessionkey || !(I_SUPPORT_ENCRYPT & remote_supports_decrypt))

Completed in 51 milliseconds