Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dmyproposal.h96 #define KEX_CLIENT \ macro
Dssh_api.c85 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init()
Dssh-keyscan.c215 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2()
Dkex.c91 const char *defpropclient[PROPOSAL_MAX] = { KEX_CLIENT }; in kex_proposal_populate_entries()
/openbsd/src/regress/usr.bin/ssh/unittests/kex/
Dtest_kex.c81 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key()