Home
last modified time | relevance | path

Searched refs:modp_b64_encode_data (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/modp_b64/
H A Dmodp_b64.cc52 size_t modp_b64_encode_data(char* dest, const char* str, size_t len) in modp_b64_encode_data() function
92 size_t output_size = modp_b64_encode_data(dest, str, len); in modp_b64_encode()
H A Dmodp_b64.h58 size_t modp_b64_encode_data(char* dest, const char* str, size_t len);
H A DREADME.chromium23 - Added modp_b64_encode_data which doesn't append a null terminator
/aosp_15_r20/external/cronet/base/
H A Dbase64.cc43 const size_t output_size = modp_b64_encode_data( in Base64EncodeAppend()