Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dservconf.c214 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local
218 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms()
224 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms()
234 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms()
242 free(all_cipher); in assemble_algorithms()
Dreadconf.c2490 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local
2672 all_cipher = cipher_alg_list(',', 0); in fill_default_options()
2678 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options()
2691 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options()
2740 free(all_cipher); in fill_default_options()