Searched refs:ssh_init (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/regress/usr.bin/ssh/unittests/kex/ |
| D | test_kex.c | 99 ASSERT_INT_EQ(ssh_init(&client, 0, &kex_params), 0); in do_kex_with_key() 100 ASSERT_INT_EQ(ssh_init(&server, 1, &kex_params), 0); in do_kex_with_key() 133 ASSERT_INT_EQ(ssh_init(&server2, 1, NULL), 0); in do_kex_with_key()
|
| /openbsd/src/usr.bin/ssh/ |
| D | ssh_api.h | 42 int ssh_init(struct ssh **, int is_server, struct kex_params *kex_params);
|
| D | ssh_api.c | 83 ssh_init(struct ssh **sshp, int is_server, struct kex_params *kex_params) in ssh_init() function
|