Home
last modified time | relevance | path

Searched refs:calcDecodeLength (Results 1 – 1 of 1) sorted by relevance

/iperf/src/
H A Diperf_auth.c130 size_t calcDecodeLength(const char* b64input) { //Calculates the length of a decoded string in calcDecodeLength() function
143 int decodeLen = calcDecodeLength(b64message); in Base64Decode()