Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dreadconf.c2456 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local
2632 all_cipher = cipher_alg_list(',', 0); in fill_default_options()
2638 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options()
2651 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options()
2698 free(all_cipher); in fill_default_options()
H A Dservconf.c211 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local
215 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms()
221 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms()
231 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms()
239 free(all_cipher); in assemble_algorithms()