Searched refs:ASSEMBLE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | servconf.c | 204 #define ASSEMBLE(what, defaults, all) \ in assemble_algorithms() macro 209 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms() 210 ASSEMBLE(macs, KEX_SERVER_MAC, all_mac); in assemble_algorithms() 211 ASSEMBLE(kex_algorithms, KEX_SERVER_KEX, all_kex); in assemble_algorithms() 212 ASSEMBLE(hostkeyalgorithms, KEX_DEFAULT_PK_ALG, all_key); in assemble_algorithms() 213 ASSEMBLE(hostbased_key_types, KEX_DEFAULT_PK_ALG, all_key); in assemble_algorithms() 214 ASSEMBLE(pubkey_key_types, KEX_DEFAULT_PK_ALG, all_key); in assemble_algorithms() 215 #undef ASSEMBLE in assemble_algorithms()
|
| H A D | readconf.c | 2114 #define ASSEMBLE(what, defaults, all) \ in fill_default_options() macro 2120 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher); in fill_default_options() 2121 ASSEMBLE(macs, KEX_SERVER_MAC, all_mac); in fill_default_options() 2122 ASSEMBLE(kex_algorithms, KEX_SERVER_KEX, all_kex); in fill_default_options() 2123 ASSEMBLE(hostbased_key_types, KEX_DEFAULT_PK_ALG, all_key); in fill_default_options() 2124 ASSEMBLE(pubkey_key_types, KEX_DEFAULT_PK_ALG, all_key); in fill_default_options() 2125 #undef ASSEMBLE in fill_default_options()
|