Home
last modified time | relevance | path

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

/freebsd/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))) in findencryption()
527 (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()
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c104 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt) macro
145 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & (unsigned)typemask(type))) in findencryption()
492 (I_SUPPORT_ENCRYPT & typemask(type))) { in encrypt_support()
907 if (!havesessionkey || !(I_SUPPORT_ENCRYPT & remote_supports_decrypt)) in encrypt_wait()