Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c381 if (pss->kex->I_S) { in lws_kex_destroy()
382 free(pss->kex->I_S); in lws_kex_destroy()
383 pss->kex->I_S = NULL; in lws_kex_destroy()
2191 if (pss->kex->I_S) in lws_callback_raw_sshd()
2192 free(pss->kex->I_S); in lws_callback_raw_sshd()
2193 pss->kex->I_S = sshd_zalloc((unsigned int)m); in lws_callback_raw_sshd()
2194 if (!pss->kex->I_S) { in lws_callback_raw_sshd()
2200 memcpy(pss->kex->I_S, buf + LWS_PRE + 5, (unsigned int)m); in lws_callback_raw_sshd()
H A Dkex-25519.c401 * string I_S, the payload of the server's SSH_MSG_KEXINIT in kex_ecdh()
423 if (_genhash_update_len(&ctx, kex->I_S, kex->I_S_payload_len)) in kex_ecdh()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h418 uint8_t *I_S; /* malloc'd copy of server KEXINIT payload */ member

Completed in 8 milliseconds