Searched refs:all_cipher (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | servconf.c | 233 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local 237 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms() 243 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms() 253 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms() 261 free(all_cipher); in assemble_algorithms()
|
| H A D | readconf.c | 2792 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local 2976 all_cipher = cipher_alg_list(',', 0); in fill_default_options() 2982 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options() 2995 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options() 3055 free(all_cipher); in fill_default_options()
|