Home
last modified time | relevance | path

Searched refs:kexalgs (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_proposal.c91 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; in kex_proposal_populate_tests() local
97 kexalgs = kex_alg_list(','); in kex_proposal_populate_tests()
110 kex_proposal_populate_entries(&ssh, prop, kexalgs, in kex_proposal_populate_tests()
120 free(kexalgs); in kex_proposal_populate_tests()
/freebsd/crypto/openssh/
H A Dkex-names.c54 static const struct kexalg kexalgs[] = { variable
100 for (k = kexalgs; k->name != NULL; k++) { in kex_alg_list()
120 for (k = kexalgs; k->name != NULL; k++) { in kex_alg_by_name()