Searched defs:modp_b64_decode (Results 1 – 2 of 2) 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