Searched refs:Base64Decode (Results 1 – 2 of 2) sorted by relevance
| /iperf/src/ |
| H A D | iperf_auth.c | 140 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 D | t_auth.c | 63 int Base64Decode(const char* b64message, unsigned char** buffer, size_t* length); in main() 72 assert(Base64Decode(base64Text, (unsigned char **) &base64Decode, &base64DecodeLength) == 0); in main()
|