Home
last modified time | relevance | path

Searched refs:g_base64_decode_step (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgbase64.c324 g_base64_decode_step (const gchar *in, in g_base64_decode_step() function
426 *out_len = g_base64_decode_step (text, input_length, ret, &state, &save); in g_base64_decode()
459 *out_len = g_base64_decode_step (text, input_length, (guchar *) text, &state, &save); in g_base64_decode_inplace()
H A Dgbase64.h46 gsize g_base64_decode_step (const gchar *in,
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-filter-basic.c87 newlen = g_base64_decode_step ( in G_DEFINE_TYPE_WITH_PRIVATE()
228 newlen = g_base64_decode_step ( in mime_filter_basic_complete()
/dports/print/simple-fb2-reader/simple-fb2-reader-1.1.3/src/formats/fb2/FictionBook/binary/
H A Dbinary.c72 size_t out_count = g_base64_decode_step(image_data, in_count, out_buff, &state, &save); in get_pixbuf_from_base64()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dbase64.c52 decoded_len += g_base64_decode_step (p, in test_incremental()
392 gsize size = g_base64_decode_step (p, chunk_len, in test_base64_decode_smallblock()
/dports/devel/cutter/cutter-1.2.6/sample/glib/
H A Dbase64.c80 *decoded_length += g_base64_decode_step (p, in test_incremental()
/dports/security/gnome-keyring/gnome-keyring-40.0/daemon/ssh-agent/
H A Dgkd-ssh-agent-util.c175 n_decoded = g_base64_decode_step ((gchar*)data, at - data, decoded, &state, &save); in _gkd_ssh_agent_parse_public_key()
/dports/irc/irssi/irssi-1.2.3/src/irc/core/
H A Dsasl.c183 dec_len = g_base64_decode_step(enc_req->str, enc_req->len, in sasl_reassemble_incoming()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dfile-rfc7468.c304 guint decodesize = (guint)g_base64_decode_step(line, linelen, in dissect_rfc7468()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dfile-rfc7468.c304 guint decodesize = (guint)g_base64_decode_step(line, linelen, in dissect_rfc7468()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dfile-rfc7468.c304 guint decodesize = (guint)g_base64_decode_step(line, linelen, in dissect_rfc7468()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dfile-rfc7468.c304 guint decodesize = (guint)g_base64_decode_step(line, linelen, in dissect_rfc7468()
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Degg-armor.c258 *n_decoded = g_base64_decode_step (data, n_data, *decoded, &state, &save); in armor_parse_block()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/ssh-store/
H A Dgkm-ssh-openssh.c406 n_decoded = g_base64_decode_step ((gchar*)data, n_data, decoded, &state, &save); in gkm_ssh_openssh_parse_public_key()
/dports/security/gcr/gcr-3.40.0/egg/
H A Degg-armor.c258 *n_decoded = g_base64_decode_step (data, n_data, *decoded, &state, &save); in armor_parse_block()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/
H A Dwocky-sasl-scram.c319 len = g_base64_decode_step (priv->salt, strlen (priv->salt), in scram_calculate_salted_password()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/
H A Dwocky-sasl-scram.c314 len = g_base64_decode_step (priv->salt, strlen (priv->salt), in scram_calculate_salted_password()
/dports/security/gcr/gcr-3.40.0/gcr/
H A Dgcr-openssh.c455 n_decoded = g_base64_decode_step ((gchar*)data, n_data, decoded, &state, &save); in decode_v2_public_key()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-utils.c655 return g_base64_decode_step (in, len, out, state, save); in gsf_base64_decode_step()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c697 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h264_depay_setcaps()
741 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h264_depay_setcaps()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c697 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h264_depay_setcaps()
741 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h264_depay_setcaps()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c697 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h264_depay_setcaps()
741 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h264_depay_setcaps()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c697 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h264_depay_setcaps()
741 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h264_depay_setcaps()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c697 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h264_depay_setcaps()
741 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h264_depay_setcaps()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c697 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h264_depay_setcaps()
741 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h264_depay_setcaps()

123456789