Searched refs:PROPOSAL_MAX (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | kex.h | 83 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]);
|
D | kex.c | 69 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
|
D | ssh_api.h | 34 char *proposal[PROPOSAL_MAX];
|
D | ssh_api.c | 75 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
|
D | ssh-keyscan.c | 267 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
|
D | sshd.c | 2160 char *myproposal[PROPOSAL_MAX] = { KEX_SERVER };
|
D | sshconnect2.c | 160 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_kex2()
|
/external/openssh/regress/unittests/kex/ |
D | test_kex.c | 87 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
|
/external/openssh/regress/misc/kexfuzz/ |
D | kexfuzz.c | 207 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
|