Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c95 static u_long i_support_encrypt = 0 variable
104 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
186 i_support_encrypt = i_support_decrypt = 0; in encrypt_init()
199 i_support_encrypt |= typemask(ep->type); in encrypt_init()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c96 static long i_support_encrypt = typemask(ENCTYPE_DES_CFB64) variable
102 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
184 i_support_encrypt = i_support_decrypt = 0; in encrypt_init()
200 i_support_encrypt |= typemask(ep->type); in encrypt_init()