Home
last modified time | relevance | path

Searched refs:all_cipher (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dreadconf.c2671 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local
2855 all_cipher = cipher_alg_list(',', 0); in fill_default_options()
2861 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options()
2874 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options()
2934 free(all_cipher); in fill_default_options()
H A Dservconf.c228 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local
232 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms()
238 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms()
248 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms()
256 free(all_cipher); in assemble_algorithms()