Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h110 #define KEX_INIT_SENT 0x0001 macro
H A Dkex.c565 kex->flags &= ~KEX_INIT_SENT; in kex_input_newkeys()
582 if (kex->flags & KEX_INIT_SENT) in kex_send_kexinit()
605 kex->flags |= KEX_INIT_SENT; in kex_send_kexinit()
656 if (!(kex->flags & KEX_INIT_SENT)) in kex_input_kexinit()