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