Searched defs:modp_b64_decode (Results 1 – 3 of 3) sorted by relevance
121 int modp_b64_decode(char* dest, const char* src, int len) in modp_b64_decode() function189 size_t modp_b64_decode(char* dest, const char* src, size_t len) in modp_b64_decode() function
156 inline std::string& modp_b64_decode(std::string& s) in modp_b64_decode() function
118 size_t modp_b64_decode(char* dest, const char* src, size_t len, ModpDecodePolicy policy) in modp_b64_decode() function