Searched refs:DecodeBase64 (Results 1 – 2 of 2) sorted by relevance
27 bool DecodeBase64(const std::string& data, std::vector<uint8_t>* buffer);
39 bool DecodeBase64(const std::string &data, std::vector<uint8_t> *buffer) { in DecodeBase64() function