OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i_wont_support_decrypt
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libtelnet/
encrypt.c
99
static long
i_wont_support_decrypt
= 0;
variable in typeref:typename:long
101
#define I_SUPPORT_DECRYPT (i_support_decrypt & ~
i_wont_support_decrypt
)
200
if ((
i_wont_support_decrypt
& typemask(ep->type)) == 0)
254
i_wont_support_decrypt
|= typemask(ep->type);
286
i_wont_support_decrypt
&= ~typemask(ep->type);
encrypt.c
99
static long
i_wont_support_decrypt
= 0;
variable in typeref:typename:long
101
#define I_SUPPORT_DECRYPT (i_support_decrypt & ~
i_wont_support_decrypt
)
200
if ((
i_wont_support_decrypt
& typemask(ep->type)) == 0)
254
i_wont_support_decrypt
|= typemask(ep->type);
286
i_wont_support_decrypt
&= ~typemask(ep->type);
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025