Searched refs:PROPOSAL_MAX (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | kex.h | 85 PROPOSAL_MAX enumerator 190 void kex_proposal_populate_entries(struct ssh *, char *prop[PROPOSAL_MAX], 192 void kex_proposal_free_entries(char *prop[PROPOSAL_MAX]); 197 int kex_ready(struct ssh *, char *[PROPOSAL_MAX]); 198 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]); 203 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
|
| H A D | kex.c | 71 static const char * const proposal_names[PROPOSAL_MAX] = { 360 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_proposal_populate_entries() 388 kex_proposal_free_entries(char *prop[PROPOSAL_MAX]) in kex_proposal_free_entries() argument 392 for (i = 0; i < PROPOSAL_MAX; i++) in kex_proposal_free_entries() 413 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_prop2buf() 445 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_buf2prop() 478 for (i = 0; i < PROPOSAL_MAX; i++) in kex_prop_free() 883 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_input_kexinit() 997 kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_ready() argument 1010 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() argument [all …]
|
| H A D | ssh_api.h | 34 char *proposal[PROPOSAL_MAX];
|
| H A D | ssh_api.c | 84 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init() 85 char *populated[PROPOSAL_MAX]; in ssh_init()
|
| H A D | ssh-keyscan.c | 243 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
|
| H A D | sshd.c | 2485 char *hkalgs = NULL, *myproposal[PROPOSAL_MAX];
|
| H A D | sshconnect2.c | 223 char *myproposal[PROPOSAL_MAX]; in ssh_kex2()
|
| /freebsd-14.2/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 182 const char *ccp, *proposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key() 183 char *myproposal[PROPOSAL_MAX] = {0}, *keyname = NULL; in do_kex_with_key() 206 for (i = 0; i < PROPOSAL_MAX; i++) { in do_kex_with_key() 241 for (i = 0; i < PROPOSAL_MAX; i++) in do_kex_with_key()
|
| /freebsd-14.2/crypto/openssh/regress/unittests/kex/ |
| H A D | test_proposal.c | 91 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; in kex_proposal_populate_tests()
|
| H A D | test_kex.c | 84 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
|