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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.c1981 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; local
2136 all_cipher = cipher_alg_list(',', 0);
2147 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher);
2154 free(all_cipher);
H A Dservconf.c198 char *all_cipher, *all_mac, *all_kex, *all_key, *all_sig; local
201 all_cipher = cipher_alg_list(',', 0);
211 ASSEMBLE(ciphers, KEX_SERVER_ENCRYPT, all_cipher);
219 free(all_cipher);

Completed in 93 milliseconds