HomeSort by: relevance | last modified time | path
    Searched defs:i_wont_support_encrypt (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libtelnet/
encrypt.c 98 static long i_wont_support_encrypt = 0; variable in typeref:typename:long
100 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
260 i_wont_support_encrypt |= typemask(ep->type);
291 i_wont_support_encrypt &= ~typemask(ep->type);
encrypt.c 98 static long i_wont_support_encrypt = 0; variable in typeref:typename:long
100 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
260 i_wont_support_encrypt |= typemask(ep->type);
291 i_wont_support_encrypt &= ~typemask(ep->type);

Completed in 23 milliseconds