HomeSort by: relevance | last modified time | path
    Searched refs:PROPOSAL_MAX (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
kex.h 79 PROPOSAL_MAX
197 void kex_proposal_populate_entries(struct ssh *, char *prop[PROPOSAL_MAX],
199 void kex_proposal_free_entries(char *prop[PROPOSAL_MAX]);
204 int kex_ready(struct ssh *, char *[PROPOSAL_MAX]);
205 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
210 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
ssh_api.h 35 char *proposal[PROPOSAL_MAX];
kex.c 71 static const char * const proposal_names[PROPOSAL_MAX] = {
91 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX],
95 const char *defpropserver[PROPOSAL_MAX] = { KEX_SERVER };
96 const char *defpropclient[PROPOSAL_MAX] = { KEX_CLIENT };
112 for (i = 0; i < PROPOSAL_MAX; i++) {
140 kex_proposal_free_entries(char *prop[PROPOSAL_MAX])
144 for (i = 0; i < PROPOSAL_MAX; i++)
150 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX])
165 for (i = 0; i < PROPOSAL_MAX; i++) {
186 if ((proposal = calloc(PROPOSAL_MAX, sizeof(char *))) == NULL
    [all...]
ssh_api.c 90 const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT };
91 char *populated[PROPOSAL_MAX];
ssh-keyscan.c 220 const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT };
sshd-auth.c 788 char *hkalgs = NULL, *myproposal[PROPOSAL_MAX];
sshconnect2.c 235 char *myproposal[PROPOSAL_MAX];

Completed in 24 milliseconds