Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h416 uint8_t kex_cookie[16]; member
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c821 pss->kex->kex_cookie[pss->ctr++] = *p++; in lws_ssh_parse_plaintext()
822 if (pss->ctr != sizeof(pss->kex->kex_cookie)) in lws_ssh_parse_plaintext()