Home
last modified time | relevance | path

Searched refs:PROPOSAL_MAX (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dkex.h80 PROPOSAL_MAX enumerator
163 int kex_new(struct ssh *, char *[PROPOSAL_MAX], struct kex **);
164 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
169 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
Dkex.c161 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() argument
176 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_prop2buf()
197 if ((proposal = calloc(PROPOSAL_MAX, sizeof(char *))) == NULL) in kex_buf2prop()
206 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_buf2prop()
233 for (i = 0; i < PROPOSAL_MAX; i++) in kex_prop_free()
341 for (i = 0; i < PROPOSAL_MAX; i++) in kex_input_kexinit()
372 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new() argument
454 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() argument
558 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match() argument
Droaming_client.c156 for (i = 1; i < PROPOSAL_MAX; i++) { in roaming_resume()
183 for (i = 1; i < PROPOSAL_MAX; i++) { in roaming_resume()
Dssh_api.h34 char *proposal[PROPOSAL_MAX];
Dssh_api.c77 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
Dssh-keyscan.c266 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
Dsshconnect2.c159 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_kex2()
Dsshd.c2533 char *myproposal[PROPOSAL_MAX] = { KEX_SERVER };