Searched refs:do_kex (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c179 do_kex(char *kex) function
192 do_kex("curve25519-sha256@libssh.org");
194 do_kex("ecdh-sha2-nistp256");
195 do_kex("ecdh-sha2-nistp384");
196 do_kex("ecdh-sha2-nistp521");
198 do_kex("diffie-hellman-group-exchange-sha256");
199 do_kex("diffie-hellman-group-exchange-sha1");
200 do_kex("diffie-hellman-group14-sha1");
201 do_kex("diffie-hellman-group1-sha1");

Completed in 114 milliseconds