Searched refs:all_cipher (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | servconf.c | 209 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in assemble_algorithms() local 213 all_cipher = cipher_alg_list(',', 0); in assemble_algorithms() 219 def_cipher = match_filter_whitelist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms() 229 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms() 237 free(all_cipher); in assemble_algorithms()
|
D | readconf.c | 2047 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; in fill_default_options() local 2208 all_cipher = cipher_alg_list(',', 0); in fill_default_options() 2214 def_cipher = match_filter_whitelist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options() 2225 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options() 2232 free(all_cipher); in fill_default_options()
|