Searched refs:lws_p32 (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 55 lws_p32(uint8_t *p, uint32_t v) in lws_p32() function 73 lws_p32(*p, n); in lws_cstr() 84 lws_p32(*p, len); in lws_buf() 140 lws_p32(start, len - 4); in lws_pad_set_length() 193 p += lws_p32(lp, (uint32_t)n); in offer() 200 p += lws_p32(lp, (uint32_t)n); in offer() 208 p += lws_p32(lp, (uint32_t)n); in offer() 216 p += lws_p32(lp, (uint32_t)n); in offer() 224 p += lws_p32(lp, (uint32_t)n); in offer() 232 p += lws_p32(l in offer() [all...] |
H A D | kex-25519.c | 38 lws_p32((*p), len); in lws_sized_blob() 204 lws_p32((uint8_t *)&be, (uint32_t)ilen); in _genhash_update_len() 432 lws_p32((uint8_t *)&be, (uint32_t)(8 + (int)strlen(keyt) + LWS_SIZE_EC25519)); in kex_ecdh() 489 lws_p32(lp, (uint32_t)(lws_ptr_diff(p, lp) - 4)); in kex_ecdh() 501 lws_p32(lp, (uint32_t)(lws_ptr_diff(p, lp) - 4)); in kex_ecdh()
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-ssh.h | 572 lws_p32(uint8_t *p, uint32_t v);
|
Completed in 3 milliseconds