Home
last modified time | relevance | path

Searched refs:BASE64Decode (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dbase64.h15 BASE64Decode(const char* src);
Dbase64.c30 BASE64Decode(const char* src) in BASE64Decode() function
Dbasicauth.c60 if (NULL == (decode = BASE64Decode (header))) in MHD_basic_auth_get_username_password()