Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c256 for (i = 0; i < KEX_COOKIE_LEN; i++) { in kex_prop2buf()
287 if ((r = sshbuf_consume(b, KEX_COOKIE_LEN)) != 0) /* skip cookie */ in kex_buf2prop()
461 if (sshbuf_len(kex->my) < KEX_COOKIE_LEN) in kex_send_kexinit()
465 arc4random_buf(cookie, KEX_COOKIE_LEN); in kex_send_kexinit()
497 for (i = 0; i < KEX_COOKIE_LEN; i++) in kex_input_kexinit()
Dkex.h51 #define KEX_COOKIE_LEN 16 macro