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

/macosx-10.9.5/Heimdal-323.92.1/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);
/macosx-10.9.5/libtelnet-13/
H A Dencrypt.c108 static long i_support_encrypt = 0 variable
117 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
199 i_support_encrypt = i_support_decrypt = 0;
212 i_support_encrypt |= typemask(ep->type);

Completed in 122 milliseconds