Home
last modified time | relevance | path

Searched refs:I_C_payload_len (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h410 uint32_t I_C_payload_len; member
/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c421 if (_genhash_update_len(&ctx, kex->I_C, kex->I_C_payload_len)) in kex_ecdh()
Dsshd.c647 pss->kex->I_C_payload_len = 0; in lws_ssh_parse_plaintext()
654 pss->kex->I_C[pss->kex->I_C_payload_len++] = in lws_ssh_parse_plaintext()
1862 if (pss->copy_to_I_C && pss->kex->I_C_payload_len < in parse()
1865 pss->kex->I_C[pss->kex->I_C_payload_len++] = *p; in parse()