Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c102 static u_long i_wont_support_encrypt = 0; variable
104 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
261 i_wont_support_encrypt |= typemask(ep->type); in EncryptDisable()
292 i_wont_support_encrypt &= ~typemask(ep->type); in EncryptType()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c100 static long i_wont_support_encrypt = 0; variable
102 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
262 i_wont_support_encrypt |= typemask(ep->type); in EncryptDisable()
293 i_wont_support_encrypt &= ~typemask(ep->type); in EncryptType()