Lines Matching refs:kex
98 while (!server->kex->done || !client->kex->done) { in run_kex()
175 const char *kex, int keytype) in do_kex_with_key() argument
197 debug_f("%s %s clobber client %zu", kex, keyname, in do_kex_with_key()
200 debug_f("%s %s clobber server %zu", kex, keyname, in do_kex_with_key()
203 debug_f("%s %s noclobber", kex, keyname); in do_kex_with_key()
213 else if (i == PROPOSAL_KEX_ALGS && kex != NULL) in do_kex_with_key()
214 ccp = kex; in do_kex_with_key()
394 do_kex(struct shared_state *st, struct test_state *ts, const char *kex) in do_kex() argument
396 do_kex_with_key(st, ts, kex, KEY_RSA); in do_kex()
397 do_kex_with_key(st, ts, kex, KEY_ECDSA); in do_kex()
398 do_kex_with_key(st, ts, kex, KEY_ED25519); in do_kex()