Home
last modified time | relevance | path

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

/dragonfly/lib/libtelnet/
H A Dencrypt.c100 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt) macro
141 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & (unsigned)typemask(type))) in findencryption()
488 (I_SUPPORT_ENCRYPT & typemask(type))) { in encrypt_support()
903 if (!havesessionkey || !(I_SUPPORT_ENCRYPT & remote_supports_decrypt)) in encrypt_wait()