Home
last modified time | relevance | path

Searched defs:proposal (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dmatch.c321 filter_list(const char *proposal, const char *filter, int denylist) in filter_list()
354 match_filter_denylist(const char *proposal, const char *filter) in match_filter_denylist()
364 match_filter_allowlist(const char *proposal, const char *filter) in match_filter_allowlist()
H A Dssh_api.h34 char *proposal[PROPOSAL_MAX]; member
H A Dssh_api.c92 char **proposal; in ssh_init() local
533 char **proposal; in _ssh_order_hostkeyalgs() local
H A Dkex-names.c188 kex_has_any_alg(const char *proposal, const char *algs) in kex_has_any_alg()
H A Dkex.c182 char **proposal = NULL; in kex_buf2prop() local
224 kex_prop_free(char **proposal) in kex_prop_free()
/freebsd/contrib/wpa/src/eap_server/
H A Dikev2.h33 struct ikev2_proposal_data proposal; member
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.h34 struct ikev2_proposal_data proposal; member
/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() local