Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c71 struct kexalg { struct
77 static const struct kexalg kexalgs[] = { argument
107 const struct kexalg *k; in kex_alg_list()
124 static const struct kexalg *
127 const struct kexalg *k; in kex_alg_by_name()
528 const struct kexalg *kexalg; in choose_kex() local
534 if ((kexalg = kex_alg_by_name(k->name)) == NULL) in choose_kex()
536 k->kex_type = kexalg->type; in choose_kex()
537 k->hash_alg = kexalg->hash_alg; in choose_kex()
538 k->ec_nid = kexalg->ec_nid; in choose_kex()