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

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dencrypt.c101 static long i_wont_support_decrypt = 0; variable
103 #define I_SUPPORT_DECRYPT (i_support_decrypt & ~i_wont_support_decrypt)
202 if ((i_wont_support_decrypt & typemask(ep->type)) == 0)
256 i_wont_support_decrypt |= typemask(ep->type);
288 i_wont_support_decrypt &= ~typemask(ep->type);
/macosx-10.9.5/libtelnet-13/
H A Dencrypt.c116 static long i_wont_support_decrypt = 0; variable
118 #define I_SUPPORT_DECRYPT (i_support_decrypt & ~i_wont_support_decrypt)
214 if ((i_wont_support_decrypt & typemask(ep->type)) == 0)
268 i_wont_support_decrypt |= typemask(ep->type);
300 i_wont_support_decrypt &= ~typemask(ep->type);

Completed in 94 milliseconds