Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/telnet/
Dencrypt.c108 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt) macro
151 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & typemask(type))) in findencryption()
530 (I_SUPPORT_ENCRYPT & typemask(type))) { in encrypt_support()
939 if (!havesessionkey || !(I_SUPPORT_ENCRYPT & remote_supports_decrypt)) in encrypt_wait()
950 (I_SUPPORT_ENCRYPT & remote_supports_decrypt) == 0 || in encrypt_delay()