Lines Matching refs:do_kex
180 do_kex(char *kex) in do_kex() function
200 do_kex("curve25519-sha256@libssh.org"); in kex_tests()
203 do_kex("ecdh-sha2-nistp256"); in kex_tests()
204 do_kex("ecdh-sha2-nistp384"); in kex_tests()
205 do_kex("ecdh-sha2-nistp521"); in kex_tests()
207 do_kex("diffie-hellman-group-exchange-sha256"); in kex_tests()
208 do_kex("diffie-hellman-group-exchange-sha1"); in kex_tests()
209 do_kex("diffie-hellman-group14-sha1"); in kex_tests()
210 do_kex("diffie-hellman-group1-sha1"); in kex_tests()
212 do_kex("mlkem768x25519-sha256"); in kex_tests()
215 do_kex("sntrup761x25519-sha512@openssh.com"); in kex_tests()