Searched refs:PROPOSAL_MAX (Results 1 – 9 of 9) sorted by relevance
85 PROPOSAL_MAX enumerator183 int kex_ready(struct ssh *, char *[PROPOSAL_MAX]);184 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);189 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
69 static const char *proposal_names[PROPOSAL_MAX] = {320 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() argument335 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_prop2buf()356 if ((proposal = calloc(PROPOSAL_MAX, sizeof(char *))) == NULL) in kex_buf2prop()367 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_buf2prop()401 for (i = 0; i < PROPOSAL_MAX; i++) in kex_prop_free()596 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_input_kexinit()707 kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_ready() argument720 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() argument858 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match() argument
34 char *proposal[PROPOSAL_MAX];
88 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
230 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
2322 char *myproposal[PROPOSAL_MAX] = { KEX_SERVER };
162 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_kex2()
85 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
205 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()