Searched refs:BASE64Decode (Results 1 – 3 of 3) sorted by relevance
15 BASE64Decode(const char* src);
30 BASE64Decode(const char* src) in BASE64Decode() function
60 if (NULL == (decode = BASE64Decode (header))) in MHD_basic_auth_get_username_password()