Home
last modified time | relevance | path

Searched refs:full_length (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h408 uint8_t full_length:1; member
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c256 keys->full_length = 1; in lws_chacha_activate()
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c120 if (keys->full_length) in lws_pad_set_length()
137 if (keys->full_length) in lws_pad_set_length()
/third_party/curl/lib/
Dhttp.c3812 size_t full_length; in Curl_http_readwrite_headers() local
3857 full_length = k->str - str_start; in Curl_http_readwrite_headers()
3859 result = Curl_dyn_addn(&data->state.headerb, str_start, full_length); in Curl_http_readwrite_headers()