Searched refs:HTTP_DecodeBase64 (Results 1 – 1 of 1) sorted by relevance
134 static UINT HTTP_DecodeBase64(LPCWSTR base64, LPSTR bin);1167 in.cbBuffer = HTTP_DecodeBase64(pszAuthData, NULL); in HTTP_DoAuthorization()1169 HTTP_DecodeBase64(pszAuthData, in.pvBuffer); in HTTP_DoAuthorization()1524 static UINT HTTP_DecodeBase64( LPCWSTR base64, LPSTR bin ) in HTTP_DecodeBase64() function