OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:all_cipher
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
readconf.c
2968
char *
all_cipher
, *all_mac, *all_kex, *all_key, *all_sig;
local
3179
all_cipher
= cipher_alg_list(',', 0);
3185
def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT,
all_cipher
);
3199
ASSEMBLE(ciphers, def_cipher,
all_cipher
);
3261
free(
all_cipher
);
servconf.c
269
char *
all_cipher
, *all_mac, *all_kex, *all_key, *all_sig;
local
273
all_cipher
= cipher_alg_list(',', 0);
279
def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT,
all_cipher
);
289
ASSEMBLE(ciphers, def_cipher,
all_cipher
);
297
free(
all_cipher
);
Completed in 17 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026