Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
H A 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()
652 pss->kex->I_C = sshd_zalloc(pss->kex->I_C_alloc_len); in lws_ssh_parse_plaintext()
653 if (!pss->kex->I_C) { in lws_ssh_parse_plaintext()
657 pss->kex->I_C[pss->kex->I_C_payload_len++] = in lws_ssh_parse_plaintext()
1910 pss->kex->I_C[pss->kex->I_C_payload_len++] = *p; in parse()
H A Dkex-25519.c400 * string I_C, the payload of the client's SSH_MSG_KEXINIT in kex_ecdh()
421 if (_genhash_update_len(&ctx, kex->I_C, kex->I_C_payload_len)) in kex_ecdh()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h417 uint8_t *I_C; /* malloc'd copy of client KEXINIT payload */ member

Completed in 5 milliseconds