Searched refs:lws_p32 (Results 1 – 3 of 3) sorted by relevance
/external/libwebsockets/plugins/ssh-base/ |
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, n); in offer() 200 p += lws_p32(lp, n); in offer() 208 p += lws_p32(lp, n); in offer() 216 p += lws_p32(lp, n); in offer() 224 p += lws_p32(lp, n); in offer() 232 p += lws_p32(lp, n); in offer() [all …]
|
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, 8 + (int)strlen(keyt) + LWS_SIZE_EC25519); in kex_ecdh() 489 lws_p32(lp, lws_ptr_diff(p, lp) - 4); in kex_ecdh() 501 lws_p32(lp, lws_ptr_diff(p, lp) - 4); in kex_ecdh()
|
/external/libwebsockets/plugins/ssh-base/include/ |
D | lws-ssh.h | 563 lws_p32(uint8_t *p, uint32_t v);
|