Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/kex/
Dtest_kex.c81 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()
182 do_kex_with_key(kex, KEY_DSA, 1024); in do_kex()
184 do_kex_with_key(kex, KEY_ECDSA, 256); in do_kex()
186 do_kex_with_key(kex, KEY_ED25519, 256); in do_kex()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c199 do_kex_with_key(const char *kex, struct sshkey *prvkey, int *c2s, int *s2c, in do_kex_with_key() function
446 do_kex_with_key(kex, key, &c2s, &s2c, in main()