Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h85 PROPOSAL_MAX enumerator
183 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]);
Dkex.c69 static const char *proposal_names[PROPOSAL_MAX] = {
320 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() argument
335 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() argument
720 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() argument
858 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match() argument
Dssh_api.h34 char *proposal[PROPOSAL_MAX];
Dssh_api.c88 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
Dssh-keyscan.c230 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
Dsshd.c2322 char *myproposal[PROPOSAL_MAX] = { KEX_SERVER };
Dsshconnect2.c162 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_kex2()
/external/openssh/regress/unittests/kex/
Dtest_kex.c85 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c205 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()