Home
last modified time | relevance | path

Searched refs:ASSEMBLE (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dservconf.c224 #define ASSEMBLE(what, defaults, all) \ in assemble_algorithms() macro
229 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms()
230 ASSEMBLE(macs, def_mac, all_mac); in assemble_algorithms()
231 ASSEMBLE(kex_algorithms, def_kex, all_kex); in assemble_algorithms()
232 ASSEMBLE(hostkeyalgorithms, def_key, all_key); in assemble_algorithms()
233 ASSEMBLE(hostbased_key_types, def_key, all_key); in assemble_algorithms()
234 ASSEMBLE(pubkey_key_types, def_key, all_key); in assemble_algorithms()
235 ASSEMBLE(ca_sign_algorithms, def_sig, all_sig); in assemble_algorithms()
236 #undef ASSEMBLE in assemble_algorithms()
Dreadconf.c2219 #define ASSEMBLE(what, defaults, all) \ in fill_default_options() macro
2225 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options()
2226 ASSEMBLE(macs, def_mac, all_mac); in fill_default_options()
2227 ASSEMBLE(kex_algorithms, def_kex, all_kex); in fill_default_options()
2228 ASSEMBLE(hostbased_key_types, def_key, all_key); in fill_default_options()
2229 ASSEMBLE(pubkey_key_types, def_key, all_key); in fill_default_options()
2230 ASSEMBLE(ca_sign_algorithms, def_sig, all_sig); in fill_default_options()
2231 #undef ASSEMBLE in fill_default_options()