Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h83 PROPOSAL_MAX enumerator
174 int kex_new(struct ssh *, char *[PROPOSAL_MAX], struct kex **);
175 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
180 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
Dkex.c69 static const char *proposal_names[PROPOSAL_MAX] = {
245 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() argument
260 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_prop2buf()
281 if ((proposal = calloc(PROPOSAL_MAX, sizeof(char *))) == NULL) in kex_buf2prop()
290 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_buf2prop()
319 for (i = 0; i < PROPOSAL_MAX; i++) in kex_prop_free()
500 for (i = 0; i < PROPOSAL_MAX; i++) in kex_input_kexinit()
531 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new() argument
617 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() argument
747 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match() argument
Dssh_api.h34 char *proposal[PROPOSAL_MAX];
Dssh_api.c75 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
Dssh-keyscan.c267 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
Dsshd.c2160 char *myproposal[PROPOSAL_MAX] = { KEX_SERVER };
Dsshconnect2.c160 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_kex2()
/external/openssh/regress/unittests/kex/
Dtest_kex.c87 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c207 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()