Searched refs:calcDecodeLength (Results 1 – 1 of 1) sorted by relevance
126 size_t calcDecodeLength(const char* b64input) { //Calculates the length of a decoded string in calcDecodeLength() function139 int decodeLen = calcDecodeLength(b64message); in Base64Decode()