Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h420 uint32_t I_C_alloc_len; member
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c651 pss->kex->I_C_alloc_len = pss->msg_len; in lws_ssh_parse_plaintext()
652 pss->kex->I_C = sshd_zalloc(pss->kex->I_C_alloc_len); in lws_ssh_parse_plaintext()
1908 pss->kex->I_C_alloc_len && in parse()