Searched refs:kex (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11.0-release/crypto/openssh/
H A Dserverloop.c74 #include "kex.h"
1171 if ((ndx = ssh->kex->host_key_index(key, 1, ssh)) == -1) {
1177 * XXX refactor: make kex->sign just use an index rather
1191 ssh->kex->session_id, ssh->kex->session_id_len)) != 0 ||
1193 (r = ssh->kex->sign(key_prv, key_pub, &sig, &slen,
H A Dmonitor_wrap.c56 #include "kex.h"
222 struct kex *kex = *pmonitor->m_pkex; local
228 buffer_put_int(&m, kex->host_key_index(key, 0, active_state));
H A Dclientloop.c102 #include "kex.h"
2312 if (ssh->kex->session_id_len == 0)
2313 fatal("%s: ssh->kex->session_id_len == 0", __func__);
2326 (r = sshbuf_put_string(signdata, ssh->kex->session_id,
2327 ssh->kex->session_id_len)) != 0 ||

Completed in 106 milliseconds

12