Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dmyproposal.h73 static char *my_srv_proposal[PROPOSAL_MAX] = {
86 static char *my_clnt_proposal[PROPOSAL_MAX] = {
H A Dkex.h73 PROPOSAL_MAX enumerator
166 char *proposal[PROPOSAL_MAX],
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkex.c67 kex_prop2buf(Buffer *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() argument
78 for (i = 0; i < PROPOSAL_MAX; i++) in kex_prop2buf()
93 proposal = xmalloc(PROPOSAL_MAX * sizeof(char *)); in kex_buf2prop()
101 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_buf2prop()
122 for (i = 0; i < PROPOSAL_MAX; i++) in kex_prop_free()
237 for (i = 0; i < PROPOSAL_MAX; i++) in kex_input_kexinit()
280 kex_setup(const char *host, char *proposal[PROPOSAL_MAX], Kex_hook_func hook) in kex_setup() argument
438 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match() argument