OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i_support_encrypt
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libtelnet/
encrypt.c
94
static long
i_support_encrypt
= typemask(ENCTYPE_DES_CFB64)
variable in typeref:typename:long
100
#define
I_SUPPORT_ENCRYPT
(
i_support_encrypt
& ~i_wont_support_encrypt)
143
if (!(
I_SUPPORT_ENCRYPT
& remote_supports_decrypt & typemask(type)))
182
i_support_encrypt
= i_support_decrypt = 0;
198
i_support_encrypt
|= typemask(ep->type);
491
(
I_SUPPORT_ENCRYPT
& typemask(type))) {
911
if (!havesessionkey || !(
I_SUPPORT_ENCRYPT
& remote_supports_decrypt))
Completed in 32 milliseconds
Indexes created Mon Oct 13 00:09:54 GMT 2025