Searched refs:all_cipher (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | servconf.c | 208 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local 212 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms() 218 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms() 228 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms() 236 free(all_cipher); in assemble_algorithms()
|
| D | readconf.c | 2725 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local 2902 all_cipher = cipher_alg_list(',', 0); in fill_default_options() 2908 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options() 2921 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options() 2981 free(all_cipher); in fill_default_options()
|