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