Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_auth.c126 size_t calcDecodeLength(const char* b64input) { //Calculates the length of a decoded string in calcDecodeLength() function
139 int decodeLen = calcDecodeLength(b64message); in Base64Decode()