Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c82 struct kexalg { struct
88 static const struct kexalg kexalgs[] = { argument
122 const struct kexalg *k; in kex_alg_list()
139 static const struct kexalg *
142 const struct kexalg *k; in kex_alg_by_name()
715 const struct kexalg *kexalg; in choose_kex() local
722 if ((kexalg = kex_alg_by_name(k->name)) == NULL) in choose_kex()
724 k->kex_type = kexalg->type; in choose_kex()
725 k->hash_alg = kexalg->hash_alg; in choose_kex()
726 k->ec_nid = kexalg->ec_nid; in choose_kex()