Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dkex.h85 PROPOSAL_MAX enumerator
190 void kex_proposal_populate_entries(struct ssh *, char *prop[PROPOSAL_MAX],
192 void kex_proposal_free_entries(char *prop[PROPOSAL_MAX]);
197 int kex_ready(struct ssh *, char *[PROPOSAL_MAX]);
198 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
203 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
H A Dkex.c71 static const char * const proposal_names[PROPOSAL_MAX] = {
360 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_proposal_populate_entries()
388 kex_proposal_free_entries(char *prop[PROPOSAL_MAX]) in kex_proposal_free_entries() argument
392 for (i = 0; i < PROPOSAL_MAX; i++) in kex_proposal_free_entries()
413 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_prop2buf()
445 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_buf2prop()
478 for (i = 0; i < PROPOSAL_MAX; i++) in kex_prop_free()
883 for (i = 0; i < PROPOSAL_MAX; i++) { in kex_input_kexinit()
997 kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_ready() argument
1010 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() argument
[all …]
H A Dssh_api.h34 char *proposal[PROPOSAL_MAX];
H A Dssh_api.c84 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
85 char *populated[PROPOSAL_MAX]; in ssh_init()
H A Dssh-keyscan.c243 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
H A Dsshd.c2485 char *hkalgs = NULL, *myproposal[PROPOSAL_MAX];
H A Dsshconnect2.c223 char *myproposal[PROPOSAL_MAX]; in ssh_kex2()
/freebsd-14.2/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc182 const char *ccp, *proposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
183 char *myproposal[PROPOSAL_MAX] = {0}, *keyname = NULL; in do_kex_with_key()
206 for (i = 0; i < PROPOSAL_MAX; i++) { in do_kex_with_key()
241 for (i = 0; i < PROPOSAL_MAX; i++) in do_kex_with_key()
/freebsd-14.2/crypto/openssh/regress/unittests/kex/
H A Dtest_proposal.c91 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; in kex_proposal_populate_tests()
H A Dtest_kex.c84 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()