Home
last modified time | relevance | path

Searched refs:lws_b64_decode_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/misc/
H A Dbase64-decode.c202 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 Dlws-sha1-base64.h80 lws_b64_decode_string(const char *in, char *out, int out_size);
/aosp_15_r20/external/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c291 len = lws_b64_decode_string(p, ps, alen); in ssh_ops_is_pubkey_authorized()
/aosp_15_r20/external/libwebsockets/test-apps/
H A Dtest-sshd.c332 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 Dserver.c1188 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()