Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/
Dsshd.c377 if (pss->kex->I_C) { in lws_kex_destroy()
378 free(pss->kex->I_C); in lws_kex_destroy()
379 pss->kex->I_C = NULL; in lws_kex_destroy()
649 pss->kex->I_C = sshd_zalloc(pss->kex->I_C_alloc_len); in lws_ssh_parse_plaintext()
650 if (!pss->kex->I_C) { in lws_ssh_parse_plaintext()
654 pss->kex->I_C[pss->kex->I_C_payload_len++] = in lws_ssh_parse_plaintext()
1865 pss->kex->I_C[pss->kex->I_C_payload_len++] = *p; in parse()
Dkex-25519.c421 if (_genhash_update_len(&ctx, kex->I_C, kex->I_C_payload_len)) in kex_ecdh()
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h408 uint8_t *I_C; /* malloc'd copy of client KEXINIT payload */ member