Searched refs:KEX_COOKIE_LEN (Results 1 – 2 of 2) sorted by relevance
161 for (i = 0; i < KEX_COOKIE_LEN; i++) { in kex_prop2buf()192 if ((r = sshbuf_consume(b, KEX_COOKIE_LEN)) != 0) { /* skip cookie */ in kex_buf2prop()587 if (sshbuf_len(kex->my) < KEX_COOKIE_LEN) { in kex_send_kexinit()589 sshbuf_len(kex->my), KEX_COOKIE_LEN); in kex_send_kexinit()596 arc4random_buf(cookie, KEX_COOKIE_LEN); in kex_send_kexinit()629 for (i = 0; i < KEX_COOKIE_LEN; i++) { in kex_input_kexinit()
51 #define KEX_COOKIE_LEN 16 macro