Searched refs:I_S (Results 1 – 3 of 3) sorted by relevance
381 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()2144 if (pss->kex->I_S) in lws_callback_raw_sshd()2145 free(pss->kex->I_S); in lws_callback_raw_sshd()2146 pss->kex->I_S = sshd_zalloc(m); in lws_callback_raw_sshd()2147 if (!pss->kex->I_S) { in lws_callback_raw_sshd()2153 memcpy(pss->kex->I_S, buf + LWS_PRE + 5, m); in lws_callback_raw_sshd()
423 if (_genhash_update_len(&ctx, kex->I_S, kex->I_S_payload_len)) in kex_ecdh()
409 uint8_t *I_S; /* malloc'd copy of server KEXINIT payload */ member