Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_auth.c140 int Base64Decode(const char* b64message, unsigned char** buffer, size_t* length) { //Decodes a base… in Base64Decode() function
175 Base64Decode(buffer, &key, &key_len); in load_pubkey_from_base64()
201 Base64Decode(buffer, &key, &key_len); in load_privkey_from_base64()
315 Base64Decode(authtoken, &encrypted_b64, &encrypted_len_b64); in decode_auth_setting()
H A Dt_auth.c63 int Base64Decode(const char* b64message, unsigned char** buffer, size_t* length); in main()
72 assert(Base64Decode(base64Text, (unsigned char **) &base64Decode, &base64DecodeLength) == 0); in main()