Searched refs:PROPOSAL_MAX (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | kex.h | 80 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]);
|
D | kex.c | 161 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
|
D | roaming_client.c | 156 for (i = 1; i < PROPOSAL_MAX; i++) { in roaming_resume() 183 for (i = 1; i < PROPOSAL_MAX; i++) { in roaming_resume()
|
D | ssh_api.h | 34 char *proposal[PROPOSAL_MAX];
|
D | ssh_api.c | 77 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
|
D | ssh-keyscan.c | 266 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
|
D | sshconnect2.c | 159 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_kex2()
|
D | sshd.c | 2533 char *myproposal[PROPOSAL_MAX] = { KEX_SERVER };
|