Searched refs:do_kex_with_key (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/regress/unittests/kex/ |
H A D | test_kex.c | 78 do_kex_with_key(char *kex, int keytype, int bits) in do_kex_with_key() function 181 do_kex_with_key(kex, KEY_RSA, 2048); in do_kex() 183 do_kex_with_key(kex, KEY_DSA, 1024); in do_kex() 186 do_kex_with_key(kex, KEY_ECDSA, 256); in do_kex() 189 do_kex_with_key(kex, KEY_ED25519, 256); in do_kex()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 175 do_kex_with_key(struct shared_state *st, struct test_state *ts, in do_kex_with_key() function 353 do_kex_with_key(st, ts, kextypes[j], keytypes[i]); in main() 401 do_kex_with_key(st, ts, kex, KEY_RSA); in do_kex() 402 do_kex_with_key(st, ts, kex, KEY_DSA); in do_kex() 403 do_kex_with_key(st, ts, kex, KEY_ECDSA); in do_kex() 404 do_kex_with_key(st, ts, kex, KEY_ED25519); in do_kex()
|