| /third_party/python/Lib/encodings/ |
| D | base64_codec.py | 13 def base64_encode(input, errors='strict'): function 23 return base64_encode(input, errors) 48 encode=base64_encode,
|
| /third_party/node/test/cctest/ |
| D | test_base64.cc | 9 using node::base64_encode; 16 base64_encode(string, strlen(string), buffer, len); in TEST() 52 base64_encode(string, strlen(string), buffer, len, node::Base64Mode::URL); in TEST()
|
| /third_party/node/deps/base64/base64/test/ |
| D | test_base64.c | 17 base64_encode(src, srclen, out, &outlen, flags); in assert_enc() 68 base64_encode(src, srclen, out, &outlen, flags); in assert_roundtrip() 111 base64_encode(&chr[i], chrlen, enc, &enclen, BASE64_FORCE_PLAIN); in test_char_table() 150 base64_encode(chr, 256, ref, &reflen, BASE64_FORCE_PLAIN); in test_streaming() 242 base64_encode(chr, 256, enc, &enclen, BASE64_FORCE_PLAIN); in test_invalid_dec_input()
|
| D | benchmark.c | 134 base64_encode(b->reg, b->regsz, b->enc, &b->encsz, flags); in codec_bench_enc()
|
| /third_party/curl/lib/ |
| D | base64.c | 187 static CURLcode base64_encode(const char *table64, in base64_encode() function 268 return base64_encode(base64encdec, inputbuff, insize, outptr, outlen); in Curl_base64_encode() 289 return base64_encode(base64url, inputbuff, insize, outptr, outlen); in Curl_base64url_encode()
|
| /third_party/node/deps/base64/base64/lib/ |
| D | exports.txt | 1 base64_encode
|
| D | lib.c | 103 base64_encode in base64_encode() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | base64.h | 12 unsigned char * base64_encode(const unsigned char *src, size_t len,
|
| D | base64.c | 168 unsigned char * base64_encode(const unsigned char *src, size_t len, in base64_encode() function
|
| D | utils_module_tests.c | 303 res = base64_encode((const unsigned char *) "", ~0, &res_len); in base64_tests() 309 res = base64_encode((const unsigned char *) "=", 1, &res_len); in base64_tests() 315 res = base64_encode((const unsigned char *) "=", 1, NULL); in base64_tests()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | base64.h | 12 char * base64_encode(const void *src, size_t len, size_t *out_len);
|
| D | base64.c | 170 char * base64_encode(const void *src, size_t len, size_t *out_len) in base64_encode() function
|
| D | utils_module_tests.c | 304 res2 = base64_encode("", ~0, &res_len); in base64_tests() 310 res2 = base64_encode("=", 1, &res_len); in base64_tests() 316 res2 = base64_encode("=", 1, NULL); in base64_tests()
|
| /third_party/node/src/ |
| D | base64-inl.h | 128 inline size_t base64_encode(const char* src, in base64_encode() function 140 ::base64_encode(src, slen, dst, &dlen, 0); in base64_encode()
|
| D | base64.h | 43 inline size_t base64_encode(const char* src,
|
| D | string_bytes.cc | 619 size_t written = base64_encode(buf, buflen, dst, dlen); in Encode() 633 size_t written = base64_encode(buf, buflen, dst, dlen, Base64Mode::URL); in Encode()
|
| D | inspector_socket.cc | 153 node::base64_encode(hash, sizeof(hash), *buffer, sizeof(*buffer)); in generate_accept_string()
|
| /third_party/node/deps/base64/base64/include/ |
| D | libbase64.h | 68 void BASE64_EXPORT base64_encode
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| D | sae_pk_gen.c | 134 b64 = base64_encode(der, der_len, NULL); in main()
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | GPBJsonWire.php | 223 $bytes_value = base64_encode($value);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| D | wps_upnp.c | 651 base64_encode(wpabuf_head(msg), in subscription_first_event() 825 val = (char *) base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
|
| D | wps_upnp_web.c | 768 replydata = (char *) base64_encode(wpabuf_head(reply), in web_connection_send_reply()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| D | wps_upnp.c | 673 base64_encode(wpabuf_head(msg), in subscription_first_event() 847 val = base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
|
| /third_party/node/deps/base64/base64/ |
| D | README.md | 223 #### base64_encode subsubsection 226 void base64_encode 349 base64_encode(src, srclen, out, &outlen, 0);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| D | tncs.c | 198 b64 = base64_encode(message, messageLength, &b64len); in TNC_TNCS_SendMessage()
|