Home
last modified time | relevance | path

Searched refs:KEX_CLIENT (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dmyproposal.h99 #define KEX_CLIENT \ macro
H A Dssh_api.c89 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
H A Dssh-keyscan.c234 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
H A Dkex.c92 const char *defpropclient[PROPOSAL_MAX] = { KEX_CLIENT }; in kex_proposal_populate_entries()
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c85 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc181 const char *ccp, *proposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()