Searched refs:out_b64 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dffhash.c44 static int out_b64; variable
67 if (out_b64) {
129 out_b64 = av_strstart(hash_name, "b64:", &hash_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c579 char *out_b64 = NULL; local
595 out_b64 = management_query_rsa_sig (management, in_b64);
596 if (!out_b64)
601 ret = openvpn_base64_decode (out_b64, to, len);
610 if (out_b64)
611 free (out_b64);

Completed in 53 milliseconds