Home
last modified time | relevance | path

Searched refs:lws_b64_encode_string (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/misc/
H A Dbase64-decode.c91 lws_b64_encode_string(const char *in, int in_len, char *out, int out_size) in lws_b64_encode_string() function
245 n = lws_b64_encode_string(plaintext[test],
/aosp_15_r20/external/libwebsockets/lib/roles/ws/
H A Dclient-ws.c165 lws_b64_encode_string(hash, 16, key_b64, sizeof(key_b64)); in lws_generate_client_ws_handshake()
226 lws_b64_encode_string(hash, 20, in lws_generate_client_ws_handshake()
H A Dserver-ws.c670 accept_len = lws_b64_encode_string((char *)hash, 20, in handshake_0405()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-sha1-base64.h57 lws_b64_encode_string(const char *in, int in_len, char *out, int out_size);
/aosp_15_r20/external/libwebsockets/lib/core-net/client/
H A Dclient.c51 if (lws_b64_encode_string(authstring, lws_ptr_diff(p, proxy), in lws_set_proxy()
/aosp_15_r20/external/libwebsockets/lib/roles/http/client/
H A Dclient-http.c1072 lws_b64_encode_string(buf, sizeof(buf), in lws_http_multipart_headers()
1317 lws_b64_encode_string(b, (int)n, buf + 6, (int)len - 6); in lws_http_basic_auth_gen()
/aosp_15_r20/external/libwebsockets/lib/jose/jws/
H A Djose.c531 m = lws_b64_encode_string((const char *) in lws_jose_render()