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
124 const struct kexalg *k; in kex_alg_list()
141 static const struct kexalg *
144 const struct kexalg *k; in kex_alg_by_name()
821 const struct kexalg *kexalg; in choose_kex() local
828 if ((kexalg = kex_alg_by_name(k->name)) == NULL) { in choose_kex()
832 k->kex_type = kexalg->type; in choose_kex()
833 k->hash_alg = kexalg->hash_alg; in choose_kex()
834 k->ec_nid = kexalg->ec_nid; in choose_kex()