Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dservconf.c213 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local
217 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms()
223 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms()
233 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms()
241 free(all_cipher); in assemble_algorithms()
H A Dreadconf.c2484 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local
2664 all_cipher = cipher_alg_list(',', 0); in fill_default_options()
2670 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options()
2683 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options()
2732 free(all_cipher); in fill_default_options()