Searched refs:all_cipher (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | servconf.c | 197 char *all_cipher, *all_mac, *all_kex, *all_key; in assemble_algorithms() local 200 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms() 209 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms() 216 free(all_cipher); in assemble_algorithms()
|
| H A D | readconf.c | 1955 char *all_cipher, *all_mac, *all_kex, *all_key; in fill_default_options() local 2110 all_cipher = cipher_alg_list(',', 0); in fill_default_options() 2120 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher); in fill_default_options() 2126 free(all_cipher); in fill_default_options()
|