Searched refs:lws_b64_decode_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libwebsockets/lib/misc/ |
H A D | base64-decode.c | 202 lws_b64_decode_string(const char *in, char *out, int out_size) in lws_b64_decode_string() function 254 n = lws_b64_decode_string(coded[test], buf, sizeof buf);
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-sha1-base64.h | 80 lws_b64_decode_string(const char *in, char *out, int out_size);
|
/aosp_15_r20/external/libwebsockets/plugins/ |
H A D | protocol_lws_sshd_demo.c | 291 len = lws_b64_decode_string(p, ps, alen); in ssh_ops_is_pubkey_authorized()
|
/aosp_15_r20/external/libwebsockets/test-apps/ |
H A D | test-sshd.c | 332 len = lws_b64_decode_string(p, ps, alen); in ssh_ops_is_pubkey_authorized()
|
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 1188 m = lws_b64_decode_string(b64 + 6, plain, sizeof(plain) - 1); in lws_check_basic_auth() 2443 n = lws_b64_decode_string(p, tbuf, sizeof(tbuf)); in lws_handshake_server()
|