Searched refs:decodedStr (Results 1 – 1 of 1) sorted by relevance
31 static int32_t Base64Decode(string& encodedStr, unsigned char *decodedStr, uint32_t *decodedLen) in Base64Decode() argument43 …int32_t ret = EVP_DecodeBlock(decodedStr, (const unsigned char*)encodedStr.c_str(), (int)encodedLe… in Base64Decode()