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

/freebsd-11-stable/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;
200 i_support_encrypt |= typemask(ep->type);
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c99 static u_long i_support_encrypt = 0 variable
108 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
190 i_support_encrypt = i_support_decrypt = 0;
203 i_support_encrypt |= typemask(ep->type);

Completed in 115 milliseconds