Searched refs:buffer_append_base64_decode (Results 1 – 9 of 9) sorted by relevance
| /lighttpd1.4/src/t/ |
| H A D | test_base64.c | 14 force_assert(NULL != buffer_append_base64_decode(check, out, out_exp, enc)); in check_base64() 48 force_assert(NULL != buffer_append_base64_decode(check, CONST_STR_LEN("YWJj"), enc)); in check_decode_ws_3() 52 force_assert(NULL != buffer_append_base64_decode(check, CONST_STR_LEN("YWJj\r\n"), enc)); in check_decode_ws_3() 56 force_assert(NULL != buffer_append_base64_decode(check, CONST_STR_LEN("YWJj\r\nYW\nJj\r\n"), enc)); in check_decode_ws_3()
|
| /lighttpd1.4/src/ |
| H A D | base64.h | 14 unsigned char* buffer_append_base64_decode(buffer *out, const char* in, size_t in_length, base64_ch…
|
| H A D | base64.c | 165 unsigned char* buffer_append_base64_decode(buffer *out, const char* in, size_t in_length, base64_ch… in buffer_append_base64_decode() function
|
| H A D | burl.c | 526 buffer_append_base64_decode(b, str, len, BASE64_URL); in burl_append()
|
| H A D | mod_wolfssl.c | 702 if (NULL == buffer_append_base64_decode(der,b,len,BASE64_STANDARD)) in mod_wolfssl_load_pem_file() 715 if (NULL == buffer_append_base64_decode(der,b,len,BASE64_STANDARD)) in mod_wolfssl_load_pem_file() 785 if (NULL == buffer_append_base64_decode(pkey, b, len, BASE64_STANDARD)) in mod_wolfssl_evp_pkey_load_pem_file()
|
| H A D | mod_authn_gssapi.c | 334 if (!buffer_append_base64_decode(t_in, realm_str, strlen(realm_str), BASE64_STANDARD)) { in mod_authn_gssapi_check_spnego()
|
| H A D | mod_wstunnel.c | 1008 buffer_append_base64_decode(b, BUF_PTR_LEN(payload), in recv_ietf_00()
|
| H A D | h2.c | 3054 && buffer_append_base64_decode(b, BUF_PTR_LEN(http2_settings), in h2_check_con_upgrade_h2c()
|
| H A D | mod_magnet.c | 923 if (buffer_append_base64_decode(b, s.ptr, s.len, dict)) in magnet_b64dec()
|