Searched refs:all_cipher (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | readconf.c | 2850 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local 3032 all_cipher = cipher_alg_list(',', 0); in fill_default_options() 3038 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options() 3052 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options() 3112 free(all_cipher); in fill_default_options()
|
| H A D | servconf.c | 229 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local 233 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms() 239 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms() 249 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms() 257 free(all_cipher); in assemble_algorithms()
|