Lines Matching defs:PROPOSAL_MAX
66 static const char * const proposal_names[PROPOSAL_MAX] = {
86 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX],
90 const char *defpropserver[PROPOSAL_MAX] = { KEX_SERVER };
91 const char *defpropclient[PROPOSAL_MAX] = { KEX_CLIENT };
107 for (i = 0; i < PROPOSAL_MAX; i++) {
135 kex_proposal_free_entries(char *prop[PROPOSAL_MAX])
139 for (i = 0; i < PROPOSAL_MAX; i++)
145 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX])
160 for (i = 0; i < PROPOSAL_MAX; i++) {
181 if ((proposal = calloc(PROPOSAL_MAX, sizeof(char *))) == NULL)
192 for (i = 0; i < PROPOSAL_MAX; i++) {
225 for (i = 0; i < PROPOSAL_MAX; i++)
630 for (i = 0; i < PROPOSAL_MAX; i++) {
742 kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX])
755 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX])
889 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX])