HomeSort by: relevance | last modified time | path
    Searched refs:kex_strict (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
kex.h 154 int kex_strict; member in struct:kex
kex.c 241 if ((ssh->kex->flags & KEX_INITIAL) && ssh->kex->kex_strict) {
959 /* Check whether peer supports ext_info/kex_strict */
963 kex->kex_strict = kexalgs_contains(peer,
967 kex->kex_strict = kexalgs_contains(peer,
970 if (kex->kex_strict) {
packet.c 1359 if (type == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {
1838 if (*typep == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {
1894 (ssh->kex->flags & KEX_INITIAL) && ssh->kex->kex_strict)
2414 (r = sshbuf_put_u32(m, kex->kex_strict)) != 0 ||
2581 (r = sshbuf_get_u32(m, (uint32_t *)&kex->kex_strict)) != 0 ||

Completed in 26 milliseconds