Searched refs:base64Decode (Results 1 – 3 of 3) sorted by relevance
29 EXPECT_TRUE(base64Decode(authString, result)); in TEST()37 EXPECT_FALSE(base64Decode(junkString, result)); in TEST()97 EXPECT_TRUE(base64Decode(encoded, decoded)); in TEST()
35 if (!crow::utility::base64Decode(param, authData)) in performBasicAuth()
208 inline bool base64Decode(std::string_view input, std::string& output) in base64Decode() function