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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.c206 #define ASSEMBLE(what, defaults, all) \ macro
211 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher);
212 ASSEMBLE(macs, KEX_SERVER_MAC, all_mac);
213 ASSEMBLE(kex_algorithms, KEX_SERVER_KEX, all_kex);
214 ASSEMBLE(hostkeyalgorithms, KEX_DEFAULT_PK_ALG, all_key);
215 ASSEMBLE(hostbased_key_types, KEX_DEFAULT_PK_ALG, all_key);
216 ASSEMBLE(pubkey_key_types, KEX_DEFAULT_PK_ALG, all_key);
217 ASSEMBLE(ca_sign_algorithms, SSH_ALLOWED_CA_SIGALGS, all_sig);
218 #undef ASSEMBLE macro
H A Dreadconf.c2141 #define ASSEMBLE(what, defaults, all) \ macro
2147 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher);
2148 ASSEMBLE(macs, KEX_SERVER_MAC, all_mac);
2149 ASSEMBLE(kex_algorithms, KEX_SERVER_KEX, all_kex);
2150 ASSEMBLE(hostbased_key_types, KEX_DEFAULT_PK_ALG, all_key);
2151 ASSEMBLE(pubkey_key_types, KEX_DEFAULT_PK_ALG, all_key);
2152 ASSEMBLE(ca_sign_algorithms, SSH_ALLOWED_CA_SIGALGS, all_sig);
2153 #undef ASSEMBLE macro

Completed in 127 milliseconds