Home
last modified time | relevance | path

Searched refs:kex_strict (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dkex.h155 int kex_strict; member
H A Dkex.c241 if ((ssh->kex->flags & KEX_INITIAL) && ssh->kex->kex_strict) { in kex_protocol_error()
955 kex->kex_strict = kexalgs_contains(peer, in kex_choose_conf()
959 kex->kex_strict = kexalgs_contains(peer, in kex_choose_conf()
962 if (kex->kex_strict) { in kex_choose_conf()
H A Dpacket.c1316 if (type == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) { in ssh_packet_send2_wrapped()
1785 if (*typep == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) { in ssh_packet_read_poll2()
1841 (ssh->kex->flags & KEX_INITIAL) && ssh->kex->kex_strict) in ssh_packet_read_poll_seqnr()
2358 (r = sshbuf_put_u32(m, kex->kex_strict)) != 0 || in kex_to_blob()
2521 (r = sshbuf_get_u32(m, &kex->kex_strict)) != 0 || in kex_from_blob()