Searched refs:b64input (Results 1 – 1 of 1) sorted by relevance
1235 inline int CalcDecodeLength(const uint8_t *b64input) in CalcDecodeLength() argument1237 int len = strlen(reinterpret_cast<char *>(const_cast<uint8_t *>(b64input))); in CalcDecodeLength()1242 if (b64input[len - 1] == '=' && b64input[len - 2] == '=') { in CalcDecodeLength()1245 } else if (b64input[len - 1] == '=') { in CalcDecodeLength()