backported the short function inclusion
[gnutls.git] / doc / Makefile.am
blobffb77a2c4c04ec44b269e16105624c4ee6d386ca
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
4 # Author: Nikos Mavrogiannopoulos
6 # This file is part of GnuTLS.
8 # This file is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
13 # This file is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this file; if not, write to the Free Software Foundation,
20 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 EXTRA_DIST = TODO certtool.cfg gnutls.pdf gnutls.html   \
23         doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \
24         gnutls-guile.pdf gnutls-guile.html stamp_enums stamp_functions
26 SUBDIRS = examples cyclo scripts manpages credentials latex
27 if ENABLE_GTK_DOC
28 SUBDIRS += reference
29 endif
31 SRC_DEF_CLI = 
32 SRC_DEF_CLI_DEBUG = 
33 SRC_DEF_SERV = 
34 SRC_DEF_CERTTOOL = 
35 SRC_DEF_OCSPTOOL = 
36 SRC_DEF_SRPTOOL = 
37 SRC_DEF_PSKTOOL = 
38 SRC_DEF_P11TOOL = 
39 if WANT_TEST_SUITE
40 SRC_DEF_CLI += ../src/cli-args.def
41 SRC_DEF_CLI_DEBUG += ../src/cli-debug-args.def
42 SRC_DEF_SERV += ../src/serv-args.def
43 SRC_DEF_CERTTOOL += ../src/certtool-args.def
44 SRC_DEF_OCSPTOOL += ../src/ocsptool-args.def
45 SRC_DEF_SRPTOOL += ../src/srptool-args.def
46 SRC_DEF_PSKTOOL += ../src/psk-args.def
47 SRC_DEF_P11TOOL += ../src/p11tool-args.def
48 endif
50 invoke-gnutls-cli.texi: $(SRC_DEF_CLI)
51         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
52         rm -f ../doc/$@ && \
53         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
54         mv -f ../doc/$@.tmp ../doc/$@ && \
55         rm -f ../src/$@
57 invoke-gnutls-cli-debug.texi: $(SRC_DEF_CLI_DEBUG)
58         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
59         rm -f ../doc/$@ && \
60         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
61         mv -f ../doc/$@.tmp ../doc/$@ && \
62         rm -f ../src/$@
64 invoke-gnutls-serv.texi: $(SRC_DEF_SERV)
65         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
66         rm -f ../doc/$@ && \
67         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
68         mv -f ../doc/$@.tmp ../doc/$@ && \
69         rm -f ../src/$@
71 invoke-certtool.texi: $(SRC_DEF_CERTTOOL)
72         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
73         rm -f ../doc/$@ && \
74         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
75         mv -f ../doc/$@.tmp ../doc/$@ && \
76         rm -f ../src/$@
78 invoke-ocsptool.texi: $(SRC_DEF_OCSPTOOL)
79         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
80         rm -f ../doc/$@ && \
81         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
82         mv -f ../doc/$@.tmp ../doc/$@ && \
83         rm -f ../src/$@
85 invoke-srptool.texi: $(SRC_DEF_SRPTOOL)
86         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
87         rm -f ../doc/$@ && \
88         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
89         mv -f ../doc/$@.tmp ../doc/$@ && \
90         rm -f ../src/$@ && \
91         sed -i 's/@subheading/@subsubheading/g' ../doc/$@ && \
92         sed -i 's/@section/@subsection/g' ../doc/$@
94 invoke-psktool.texi: $(SRC_DEF_PSKTOOL)
95         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
96         rm -f ../doc/$@ && \
97         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
98         mv -f ../doc/$@.tmp ../doc/$@ && \
99         rm -f ../src/$@ && \
100         sed -i 's/@subheading/@subsubheading/g' ../doc/$@ && \
101         sed -i 's/@section/@subsection/g' ../doc/$@
103 invoke-p11tool.texi: $(SRC_DEF_P11TOOL)
104         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
105         rm -f ../doc/$@ && \
106         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
107         mv -f ../doc/$@.tmp ../doc/$@ && \
108         rm -f ../src/$@ && \
109         sed -i 's/@subheading/@subsubheading/g' ../doc/$@ && \
110         sed -i 's/@section/@subsection/g' ../doc/$@
112 info_TEXINFOS = gnutls.texi gnutls-guile.texi
113 gnutls_TEXINFOS = gnutls.texi fdl-1.3.texi                              \
114         cha-bib.texi cha-cert-auth.texi cha-cert-auth2.texi             \
115         cha-ciphersuites.texi cha-copying.texi cha-functions.texi       \
116         cha-gtls-app.texi cha-internals.texi cha-intro-tls.texi         \
117         cha-library.texi cha-preface.texi cha-programs.texi             \
118         sec-tls-app.texi cha-errors.texi cha-support.texi               \
119         cha-shared-key.texi cha-gtls-examples.texi cha-upgrade.texi
121 gnutls_TEXINFOS += invoke-gnutls-cli.texi invoke-gnutls-cli-debug.texi \
122         invoke-gnutls-serv.texi invoke-certtool.texi invoke-srptool.texi \
123         invoke-ocsptool.texi invoke-psktool.texi invoke-p11tool.texi
125 gnutls_TEXINFOS += stamp_functions
127 # Examples.
128 gnutls_TEXINFOS += examples/ex-client-anon.c                            \
129         examples/ex-session-info.c examples/ex-verify.c                 \
130         examples/ex-cert-select.c examples/ex-client-resume.c           \
131         examples/ex-client-srp.c examples/ex-client-x509.c              \
132         examples/ex-serv-x509.c examples/ex-serv-anon.c                 \
133         examples/ex-serv-pgp.c examples/ex-serv-srp.c                   \
134         examples/ex-alert.c examples/ex-x509-info.c examples/ex-crq.c   \
135         examples/ex-pkcs12.c examples/ex-client-dtls.c
137 # Images.  Make sure there are eps + png + pdf of each, plus the source dia.
138 gnutls_TEXINFOS += gnutls-internals.dia gnutls-internals.eps            \
139                    gnutls-internals.png
140 gnutls_TEXINFOS += gnutls-layers.dia gnutls-layers.eps                  \
141                    gnutls-layers.png
142 gnutls_TEXINFOS += gnutls-crypto-layers.dia gnutls-crypto-layers.eps    \
143                    gnutls-crypto-layers.png
144 gnutls_TEXINFOS += gnutls-pgp.dia gnutls-pgp.eps gnutls-pgp.png
145 gnutls_TEXINFOS += gnutls-x509.dia gnutls-x509.eps gnutls-x509.png
146 gnutls_TEXINFOS += gnutls-logo.eps gnutls-logo.png
147 gnutls_TEXINFOS += pkcs11-vision.dia pkcs11-vision.eps pkcs11-vision.png
149 # Images.  Make sure there are eps + png + pdf of each, plus the source dia.
150 gnutls_TEXINFOS += gnutls-client-server-use-case.dia    \
151         gnutls-client-server-use-case.eps               \
152         gnutls-client-server-use-case.png
153 gnutls_TEXINFOS += gnutls-handshake-sequence.dia                        \
154         gnutls-handshake-sequence.eps gnutls-handshake-sequence.png
155 gnutls_TEXINFOS += gnutls-handshake-state.dia                   \
156         gnutls-handshake-state.eps gnutls-handshake-state.png
157 gnutls_TEXINFOS += gnutls-modauth.dia gnutls-modauth.eps        \
158         gnutls-modauth.png
160 imagesdir = $(infodir)
161 images_DATA = \
162         gnutls-handshake-state.png      \
163         gnutls-layers.png gnutls-modauth.png gnutls-pgp.png     \
164         gnutls-client-server-use-case.png                       \
165         gnutls-handshake-sequence.png gnutls-internals.png      \
166         gnutls-logo.png gnutls-x509.png \
167         pkcs11-vision.png
169 AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc
170 TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS)
171 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \
172         --no-split --css-include=$(srcdir)/texinfo.css
174 MAINTAINERCLEANFILES =
176 # Generated texinfos.
178 gnutls_TEXINFOS += gnutls-api.texi x509-api.texi pgp-api.texi           \
179         pkcs12-api.texi pkcs11-api.texi abstract-api.texi               \
180         compat-api.texi dtls-api.texi crypto-api.texi ocsp-api.texi
182 MAINTAINERCLEANFILES += gnutls-api.texi x509-api.texi pgp-api.texi      \
183         pkcs12-api.texi pkcs11-api.texi abstract-api.texi               \
184         compat-api.texi dtls-api.texi crypto-api.texi ocsp-api.texi
186 HEADER_FILES = $(top_srcdir)/lib/includes/gnutls/gnutls.h.in \
187         $(top_srcdir)/lib/includes/gnutls/x509.h $(top_srcdir)/lib/includes/gnutls/openpgp.h \
188         $(top_srcdir)/lib/includes/gnutls/pkcs12.h $(top_srcdir)/lib/includes/gnutls/pkcs11.h \
189         $(top_srcdir)/lib/includes/gnutls/abstract.h $(top_srcdir)/lib/includes/gnutls/compat.h \
190         $(top_srcdir)/lib/includes/gnutls/dtls.h $(top_srcdir)/lib/includes/gnutls/crypto.h \
191         $(top_srcdir)/lib/includes/gnutls/ocsp.h
193 gnutls-api.texi: $(top_srcdir)/lib/includes/gnutls/gnutls.h.in
194         echo "" > $@-tmp
195         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/gnutls.h.in|sort|uniq`; do \
196                 echo -n "Creating documentation for $$i... " && \
197                 $(srcdir)/scripts/gdoc -texinfo \
198                         -function $$i \
199                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
200                 echo "ok"; \
201         done
202         mv -f $@-tmp $@
204 x509-api.texi: $(top_srcdir)/lib/includes/gnutls/x509.h
205         echo "" > $@-tmp
206         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/x509.h|sort|uniq`; do \
207                 echo -n "Creating documentation for $$i... " && \
208                 $(srcdir)/scripts/gdoc -texinfo \
209                         -function $$i \
210                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
211                 echo "ok"; \
212         done
213         mv -f $@-tmp $@
215 pgp-api.texi: $(top_srcdir)/lib/includes/gnutls/openpgp.h
216         echo "" > $@-tmp
217         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/openpgp.h|sort|uniq`; do \
218                 echo -n "Creating documentation for $$i... " && \
219                 $(srcdir)/scripts/gdoc -texinfo \
220                         -function $$i \
221                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
222                 echo "ok"; \
223         done
224         mv -f $@-tmp $@
227 pkcs12-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs12.h
228         echo "" > $@-tmp
229         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs12.h|sort|uniq`; do \
230                 echo -n "Creating documentation for $$i... " && \
231                 $(srcdir)/scripts/gdoc -texinfo \
232                         -function $$i \
233                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
234                 echo "ok"; \
235         done
236         mv -f $@-tmp $@
238 pkcs11-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs11.h
239         echo "" > $@-tmp
240         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs11.h|sort|uniq`; do \
241                 echo -n "Creating documentation for $$i... " && \
242                 $(srcdir)/scripts/gdoc -texinfo \
243                         -function $$i \
244                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
245                 echo "ok"; \
246         done
247         mv -f $@-tmp $@
249 abstract-api.texi: $(top_srcdir)/lib/includes/gnutls/abstract.h
250         echo "" > $@-tmp
251         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/abstract.h|sort|uniq`; do \
252                 echo -n "Creating documentation for $$i... " && \
253                 $(srcdir)/scripts/gdoc -texinfo \
254                         -function $$i \
255                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
256                 echo "ok"; \
257         done
258         mv -f $@-tmp $@
260 compat-api.texi: $(top_srcdir)/lib/includes/gnutls/compat.h
261         echo "" > $@-tmp
262         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/compat.h|sort|uniq`; do \
263                 echo -n "Creating documentation for $$i... " && \
264                 $(srcdir)/scripts/gdoc -texinfo \
265                         -function $$i \
266                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
267                 echo "ok"; \
268         done
269         mv -f $@-tmp $@
271 dtls-api.texi: $(top_srcdir)/lib/includes/gnutls/dtls.h
272         echo "" > $@-tmp
273         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/dtls.h|sort|uniq`; do \
274                 echo -n "Creating documentation for $$i... " && \
275                 $(srcdir)/scripts/gdoc -texinfo \
276                         -function $$i \
277                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
278                 echo "ok"; \
279         done
280         mv -f $@-tmp $@
282 crypto-api.texi: $(top_srcdir)/lib/includes/gnutls/crypto.h
283         echo "" > $@-tmp
284         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/crypto.h|sort|uniq`; do \
285                 echo -n "Creating documentation for $$i... " && \
286                 $(srcdir)/scripts/gdoc -texinfo \
287                         -function $$i \
288                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
289                 echo "ok"; \
290         done
291         mv -f $@-tmp $@
293 ocsp-api.texi: $(top_srcdir)/lib/includes/gnutls/ocsp.h
294         echo "" > $@-tmp
295         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/ocsp.h|sort|uniq`; do \
296                 echo -n "Creating documentation for file $$i... " && \
297                 $(srcdir)/scripts/gdoc -texinfo \
298                         -function $$i \
299                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
300                 echo "ok"; \
301         done
302         mv -f $@-tmp $@
304 # Generated texinfos.
305 # for some reason it does not work when cross compiling
306 if !WINDOWS
307 gnutls_TEXINFOS += error_codes.texi algorithms.texi alerts.texi enums.texi
308 endif
310 DISTCLEANFILES = error_codes.texi algorithms.texi alerts.texi enums.texi
312 AM_CPPFLAGS = \
313         -I$(top_builddir)/lib/includes -I$(top_srcdir)/lib/includes \
314         -I$(top_builddir)/
316 EXTRA_PROGRAMS = errcodes printlist alert-printlist
318 errcodes_SOURCES = errcodes.c common.c common.h
319 errcodes_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
321 printlist_SOURCES = printlist.c common.c common.h
322 printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
324 alert_printlist_SOURCES = alert-printlist.c common.c common.h
325 alert_printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
327 error_codes.texi: $(top_srcdir)/lib/gnutls_errors.c $(srcdir)/errcodes.c
328         $(MAKE) $(builddir)/errcodes
329         $(builddir)/errcodes > $@-tmp
330         mv -f $@-tmp $@
332 algorithms.texi: $(top_srcdir)/lib/algorithms/ciphers.c $(srcdir)/printlist.c
333         $(MAKE) $(builddir)/printlist
334         $(builddir)/printlist > $@-tmp
335         mv -f $@-tmp $@
337 alerts.texi: $(top_srcdir)/lib/gnutls_alert.c $(srcdir)/alert-printlist.c
338         $(MAKE) $(builddir)/alert-printlist
339         $(builddir)/alert-printlist > $@-tmp
340         mv -f $@-tmp $@
342 enums.texi: $(HEADER_FILES)
343         echo "" > $@-tmp
344         for i in $^; do \
345                 echo -n "Creating documentation for $$i... " && \
346                 $(srcdir)/scripts/gdoc -texinfo $$i >> $@-tmp && \
347                 echo "ok"; \
348         done
349         mv -f $@-tmp $@
351 gnutls_TEXINFOS += $(ENUMS) $(FUNCS)
352 DISTCLEANFILES += $(ENUMS) stamp_enums stamp_functions
354 stamp_functions: gnutls-api.texi x509-api.texi pgp-api.texi pkcs12-api.texi pkcs11-api.texi abstract-api.texi compat-api.texi dtls-api.texi crypto-api.texi ocsp-api.texi
355         -mkdir functions
356         for i in $^; do \
357                 $(srcdir)/scripts/split-texi.pl functions < $$i; \
358         done
359         sed -i 's/\@anchor{.*//g' functions/*
360         sed -i 's/\@subheading.*//g' functions/*
361         cd functions && for i in *;do grep ^"@deftypefun" $$i | sed 's/@deftypefun/@item/g;s/ {/ @var{/;s/ {/ @ref{/' > ../functions/$$i.short;done
362         echo $@ > $@
363         $(MAKE) compare-makefile
365 stamp_enums: enums.texi
366         -mkdir enums
367         $(srcdir)/scripts/split-texi.pl enums enum < enums.texi
368         echo $@ > $@
369         $(MAKE) compare-makefile
371 $(ENUMS): stamp_enums
373 $(FUNCS): stamp_functions
375 compare-makefile: enums.texi
376         ENUMS=`grep '^@c ' enums.texi | sed 's/@c //g' | sort`; \
377         STR=""; \
378         for i in $$ENUMS; do \
379                 STR="$$STR\nENUMS += enums/$$i"; \
380         done; \
381         grep -v -e '^ENUMS += ' $(srcdir)/Makefile.am | \
382                 perl -p -e "s,^ENUMS =,ENUMS =$$STR," > tmp-$@; \
383         diff -u $(srcdir)/Makefile.am tmp-$@
384         rm -f tmp-$@
385         FUNCS=`cat $(top_srcdir)/lib/includes/gnutls/*.h | $(top_srcdir)/doc/scripts/getfuncs.pl`; \
386         MANS=""; \
387         for i in $$FUNCS; do \
388                 MANS="$$MANS\nFUNCS += functions/$$i\nFUNCS += functions/$$i.short"; \
389         done; \
390         grep -v -e '^FUNCS += ' Makefile.am | \
391                 perl -p -e "s,^FUNCS =,FUNCS =$$MANS," > tmp-$@; \
392         diff -u $(srcdir)/Makefile.am tmp-$@
393         rm -f tmp-$@
395 .PHONY: compare-makefile
397 # Guile texinfos.
399 guile_texi = core.c.texi
400 BUILT_SOURCES        = $(guile_texi)
401 MAINTAINERCLEANFILES += $(guile_texi)
402 EXTRA_DIST           += $(guile_texi) extract-guile-c-doc.scm
403 guile_TEXINFOS       = gnutls-guile.texi $(guile_texi)
405 if HAVE_GUILE
407 GUILE_FOR_BUILD =                               \
408   GUILE_AUTO_COMPILE=0                          \
409   $(GUILE) -L $(top_srcdir)/guile/modules
411 SNARF_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)                      \
412          -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes    \
413          -I$(top_srcdir)/extra/includes                         \
414          -I$(top_srcdir)/guile/src -I$(top_builddir)/guile/src          \
415          $(GUILE_CFLAGS)
417 core.c.texi: $(top_srcdir)/guile/src/core.c
418         $(MAKE) -C ../guile/src built-sources &&                        \
419         $(GUILE_FOR_BUILD) -l "$(srcdir)/extract-guile-c-doc.scm"       \
420            -e '(apply main (cdr (command-line)))'                       \
421            -- "$^" "$(CPP)" "$(SNARF_CPPFLAGS) $(CPPFLAGS)"             \
422            > "$@"
424 else !HAVE_GUILE
426 core.c.texi:
427         echo "(Guile not available, documentation not generated.)" > $@
429 endif !HAVE_GUILE
431 gnutls.xml: epub.texi
432         makeinfo --docbook $<
433         sed -i 's/\&\#8226;//g' $@
435 gnutls.epub: gnutls.xml
436         dbtoepub $<
437         epub-fix --delete-unmanifested gnutls.epub
439 ENUMS =
440 ENUMS += enums/gnutls_alert_description_t
441 ENUMS += enums/gnutls_alert_level_t
442 ENUMS += enums/gnutls_certificate_import_flags
443 ENUMS += enums/gnutls_certificate_print_formats_t
444 ENUMS += enums/gnutls_certificate_request_t
445 ENUMS += enums/gnutls_certificate_status_t
446 ENUMS += enums/gnutls_certificate_type_t
447 ENUMS += enums/gnutls_certificate_verify_flags
448 ENUMS += enums/gnutls_channel_binding_t
449 ENUMS += enums/gnutls_cipher_algorithm_t
450 ENUMS += enums/gnutls_close_request_t
451 ENUMS += enums/gnutls_compression_method_t
452 ENUMS += enums/gnutls_credentials_type_t
453 ENUMS += enums/gnutls_digest_algorithm_t
454 ENUMS += enums/gnutls_ecc_curve_t
455 ENUMS += enums/gnutls_handshake_description_t
456 ENUMS += enums/gnutls_kx_algorithm_t
457 ENUMS += enums/gnutls_mac_algorithm_t
458 ENUMS += enums/gnutls_openpgp_crt_fmt_t
459 ENUMS += enums/gnutls_openpgp_crt_status_t
460 ENUMS += enums/gnutls_params_type_t
461 ENUMS += enums/gnutls_pk_algorithm_t
462 ENUMS += enums/gnutls_pkcs11_obj_attr_t
463 ENUMS += enums/gnutls_pkcs11_obj_info_t
464 ENUMS += enums/gnutls_pkcs11_obj_type_t
465 ENUMS += enums/gnutls_pkcs11_token_info_t
466 ENUMS += enums/gnutls_pkcs12_bag_type_t
467 ENUMS += enums/gnutls_pkcs_encrypt_flags_t
468 ENUMS += enums/gnutls_privkey_type_t
469 ENUMS += enums/gnutls_protocol_t
470 ENUMS += enums/gnutls_psk_key_flags
471 ENUMS += enums/gnutls_rnd_level_t
472 ENUMS += enums/gnutls_sec_param_t
473 ENUMS += enums/gnutls_server_name_type_t
474 ENUMS += enums/gnutls_sign_algorithm_t
475 ENUMS += enums/gnutls_supplemental_data_format_type_t
476 ENUMS += enums/gnutls_x509_crt_fmt_t
477 ENUMS += enums/gnutls_x509_subject_alt_name_t
479 FUNCS =
480 FUNCS += functions/gnutls_pubkey_init
481 FUNCS += functions/gnutls_pubkey_init.short
482 FUNCS += functions/gnutls_pubkey_deinit
483 FUNCS += functions/gnutls_pubkey_deinit.short
484 FUNCS += functions/gnutls_pubkey_get_pk_algorithm
485 FUNCS += functions/gnutls_pubkey_get_pk_algorithm.short
486 FUNCS += functions/gnutls_pubkey_import_x509
487 FUNCS += functions/gnutls_pubkey_import_x509.short
488 FUNCS += functions/gnutls_pubkey_import_pkcs11
489 FUNCS += functions/gnutls_pubkey_import_pkcs11.short
490 FUNCS += functions/gnutls_pubkey_import_openpgp
491 FUNCS += functions/gnutls_pubkey_import_openpgp.short
492 FUNCS += functions/gnutls_pubkey_import_privkey
493 FUNCS += functions/gnutls_pubkey_import_privkey.short
494 FUNCS += functions/gnutls_pubkey_get_preferred_hash_algorithm
495 FUNCS += functions/gnutls_pubkey_get_preferred_hash_algorithm.short
496 FUNCS += functions/gnutls_pubkey_get_pk_rsa_raw
497 FUNCS += functions/gnutls_pubkey_get_pk_rsa_raw.short
498 FUNCS += functions/gnutls_pubkey_get_pk_dsa_raw
499 FUNCS += functions/gnutls_pubkey_get_pk_dsa_raw.short
500 FUNCS += functions/gnutls_pubkey_get_pk_ecc_raw
501 FUNCS += functions/gnutls_pubkey_get_pk_ecc_raw.short
502 FUNCS += functions/gnutls_pubkey_get_pk_ecc_x962
503 FUNCS += functions/gnutls_pubkey_get_pk_ecc_x962.short
504 FUNCS += functions/gnutls_pubkey_export
505 FUNCS += functions/gnutls_pubkey_export.short
506 FUNCS += functions/gnutls_pubkey_get_key_id
507 FUNCS += functions/gnutls_pubkey_get_key_id.short
508 FUNCS += functions/gnutls_pubkey_get_openpgp_key_id
509 FUNCS += functions/gnutls_pubkey_get_openpgp_key_id.short
510 FUNCS += functions/gnutls_pubkey_get_key_usage
511 FUNCS += functions/gnutls_pubkey_get_key_usage.short
512 FUNCS += functions/gnutls_pubkey_set_key_usage
513 FUNCS += functions/gnutls_pubkey_set_key_usage.short
514 FUNCS += functions/gnutls_pubkey_import
515 FUNCS += functions/gnutls_pubkey_import.short
516 FUNCS += functions/gnutls_pubkey_import_pkcs11_url
517 FUNCS += functions/gnutls_pubkey_import_pkcs11_url.short
518 FUNCS += functions/gnutls_pubkey_import_dsa_raw
519 FUNCS += functions/gnutls_pubkey_import_dsa_raw.short
520 FUNCS += functions/gnutls_pubkey_import_rsa_raw
521 FUNCS += functions/gnutls_pubkey_import_rsa_raw.short
522 FUNCS += functions/gnutls_pubkey_import_ecc_x962
523 FUNCS += functions/gnutls_pubkey_import_ecc_x962.short
524 FUNCS += functions/gnutls_pubkey_import_ecc_raw
525 FUNCS += functions/gnutls_pubkey_import_ecc_raw.short
526 FUNCS += functions/gnutls_pubkey_encrypt_data
527 FUNCS += functions/gnutls_pubkey_encrypt_data.short
528 FUNCS += functions/gnutls_x509_crt_set_pubkey
529 FUNCS += functions/gnutls_x509_crt_set_pubkey.short
530 FUNCS += functions/gnutls_x509_crq_set_pubkey
531 FUNCS += functions/gnutls_x509_crq_set_pubkey.short
532 FUNCS += functions/gnutls_pubkey_verify_hash
533 FUNCS += functions/gnutls_pubkey_verify_hash.short
534 FUNCS += functions/gnutls_pubkey_verify_hash2
535 FUNCS += functions/gnutls_pubkey_verify_hash2.short
536 FUNCS += functions/gnutls_pubkey_get_verify_algorithm
537 FUNCS += functions/gnutls_pubkey_get_verify_algorithm.short
538 FUNCS += functions/gnutls_pubkey_verify_data
539 FUNCS += functions/gnutls_pubkey_verify_data.short
540 FUNCS += functions/gnutls_pubkey_verify_data2
541 FUNCS += functions/gnutls_pubkey_verify_data2.short
542 FUNCS += functions/gnutls_privkey_init
543 FUNCS += functions/gnutls_privkey_init.short
544 FUNCS += functions/gnutls_privkey_deinit
545 FUNCS += functions/gnutls_privkey_deinit.short
546 FUNCS += functions/gnutls_privkey_get_pk_algorithm
547 FUNCS += functions/gnutls_privkey_get_pk_algorithm.short
548 FUNCS += functions/gnutls_privkey_get_type
549 FUNCS += functions/gnutls_privkey_get_type.short
550 FUNCS += functions/gnutls_privkey_import_pkcs11
551 FUNCS += functions/gnutls_privkey_import_pkcs11.short
552 FUNCS += functions/gnutls_privkey_import_x509
553 FUNCS += functions/gnutls_privkey_import_x509.short
554 FUNCS += functions/gnutls_privkey_import_openpgp
555 FUNCS += functions/gnutls_privkey_import_openpgp.short
556 FUNCS += functions/gnutls_privkey_import_ext
557 FUNCS += functions/gnutls_privkey_import_ext.short
558 FUNCS += functions/gnutls_privkey_sign_data
559 FUNCS += functions/gnutls_privkey_sign_data.short
560 FUNCS += functions/gnutls_privkey_sign_hash
561 FUNCS += functions/gnutls_privkey_sign_hash.short
562 FUNCS += functions/gnutls_privkey_decrypt_data
563 FUNCS += functions/gnutls_privkey_decrypt_data.short
564 FUNCS += functions/gnutls_x509_crt_privkey_sign
565 FUNCS += functions/gnutls_x509_crt_privkey_sign.short
566 FUNCS += functions/gnutls_x509_crl_privkey_sign
567 FUNCS += functions/gnutls_x509_crl_privkey_sign.short
568 FUNCS += functions/gnutls_x509_crq_privkey_sign
569 FUNCS += functions/gnutls_x509_crq_privkey_sign.short
570 FUNCS += functions/gnutls_pcert_import_x509
571 FUNCS += functions/gnutls_pcert_import_x509.short
572 FUNCS += functions/gnutls_pcert_list_import_x509_raw
573 FUNCS += functions/gnutls_pcert_list_import_x509_raw.short
574 FUNCS += functions/gnutls_pcert_import_x509_raw
575 FUNCS += functions/gnutls_pcert_import_x509_raw.short
576 FUNCS += functions/gnutls_pcert_import_openpgp_raw
577 FUNCS += functions/gnutls_pcert_import_openpgp_raw.short
578 FUNCS += functions/gnutls_pcert_import_openpgp
579 FUNCS += functions/gnutls_pcert_import_openpgp.short
580 FUNCS += functions/gnutls_pcert_deinit
581 FUNCS += functions/gnutls_pcert_deinit.short
582 FUNCS += functions/gnutls_certificate_set_retrieve_function2
583 FUNCS += functions/gnutls_certificate_set_retrieve_function2.short
584 FUNCS += functions/gnutls_certificate_set_key
585 FUNCS += functions/gnutls_certificate_set_key.short
586 FUNCS += functions/gnutls_sign_callback_set
587 FUNCS += functions/gnutls_sign_callback_set.short
588 FUNCS += functions/gnutls_sign_callback_get
589 FUNCS += functions/gnutls_sign_callback_get.short
590 FUNCS += functions/gnutls_x509_privkey_sign_hash
591 FUNCS += functions/gnutls_x509_privkey_sign_hash.short
592 FUNCS += functions/gnutls_openpgp_privkey_sign_hash
593 FUNCS += functions/gnutls_openpgp_privkey_sign_hash.short
594 FUNCS += functions/gnutls_x509_privkey_sign_data
595 FUNCS += functions/gnutls_x509_privkey_sign_data.short
596 FUNCS += functions/gnutls_x509_crt_verify_data
597 FUNCS += functions/gnutls_x509_crt_verify_data.short
598 FUNCS += functions/gnutls_x509_crt_verify_hash
599 FUNCS += functions/gnutls_x509_crt_verify_hash.short
600 FUNCS += functions/gnutls_x509_crt_get_verify_algorithm
601 FUNCS += functions/gnutls_x509_crt_get_verify_algorithm.short
602 FUNCS += functions/gnutls_x509_crt_get_preferred_hash_algorithm
603 FUNCS += functions/gnutls_x509_crt_get_preferred_hash_algorithm.short
604 FUNCS += functions/gnutls_x509_crq_sign
605 FUNCS += functions/gnutls_x509_crq_sign.short
606 FUNCS += functions/gnutls_x509_crl_sign
607 FUNCS += functions/gnutls_x509_crl_sign.short
608 FUNCS += functions/gnutls_cipher_set_priority
609 FUNCS += functions/gnutls_cipher_set_priority.short
610 FUNCS += functions/gnutls_mac_set_priority
611 FUNCS += functions/gnutls_mac_set_priority.short
612 FUNCS += functions/gnutls_compression_set_priority
613 FUNCS += functions/gnutls_compression_set_priority.short
614 FUNCS += functions/gnutls_kx_set_priority
615 FUNCS += functions/gnutls_kx_set_priority.short
616 FUNCS += functions/gnutls_protocol_set_priority
617 FUNCS += functions/gnutls_protocol_set_priority.short
618 FUNCS += functions/gnutls_certificate_type_set_priority
619 FUNCS += functions/gnutls_certificate_type_set_priority.short
620 FUNCS += functions/gnutls_rsa_params_init
621 FUNCS += functions/gnutls_rsa_params_init.short
622 FUNCS += functions/gnutls_rsa_params_deinit
623 FUNCS += functions/gnutls_rsa_params_deinit.short
624 FUNCS += functions/gnutls_rsa_params_cpy
625 FUNCS += functions/gnutls_rsa_params_cpy.short
626 FUNCS += functions/gnutls_rsa_params_import_raw
627 FUNCS += functions/gnutls_rsa_params_import_raw.short
628 FUNCS += functions/gnutls_rsa_params_generate2
629 FUNCS += functions/gnutls_rsa_params_generate2.short
630 FUNCS += functions/gnutls_rsa_params_export_raw
631 FUNCS += functions/gnutls_rsa_params_export_raw.short
632 FUNCS += functions/gnutls_rsa_params_export_pkcs1
633 FUNCS += functions/gnutls_rsa_params_export_pkcs1.short
634 FUNCS += functions/gnutls_rsa_params_import_pkcs1
635 FUNCS += functions/gnutls_rsa_params_import_pkcs1.short
636 FUNCS += functions/gnutls_rsa_export_get_pubkey
637 FUNCS += functions/gnutls_rsa_export_get_pubkey.short
638 FUNCS += functions/gnutls_rsa_export_get_modulus_bits
639 FUNCS += functions/gnutls_rsa_export_get_modulus_bits.short
640 FUNCS += functions/gnutls_set_default_export_priority
641 FUNCS += functions/gnutls_set_default_export_priority.short
642 FUNCS += functions/gnutls_certificate_set_rsa_export_params
643 FUNCS += functions/gnutls_certificate_set_rsa_export_params.short
644 FUNCS += functions/gnutls_cipher_init
645 FUNCS += functions/gnutls_cipher_init.short
646 FUNCS += functions/gnutls_cipher_encrypt
647 FUNCS += functions/gnutls_cipher_encrypt.short
648 FUNCS += functions/gnutls_cipher_decrypt
649 FUNCS += functions/gnutls_cipher_decrypt.short
650 FUNCS += functions/gnutls_cipher_decrypt2
651 FUNCS += functions/gnutls_cipher_decrypt2.short
652 FUNCS += functions/gnutls_cipher_encrypt2
653 FUNCS += functions/gnutls_cipher_encrypt2.short
654 FUNCS += functions/gnutls_cipher_set_iv
655 FUNCS += functions/gnutls_cipher_set_iv.short
656 FUNCS += functions/gnutls_cipher_tag
657 FUNCS += functions/gnutls_cipher_tag.short
658 FUNCS += functions/gnutls_cipher_add_auth
659 FUNCS += functions/gnutls_cipher_add_auth.short
660 FUNCS += functions/gnutls_cipher_deinit
661 FUNCS += functions/gnutls_cipher_deinit.short
662 FUNCS += functions/gnutls_cipher_get_block_size
663 FUNCS += functions/gnutls_cipher_get_block_size.short
664 FUNCS += functions/gnutls_hmac_init
665 FUNCS += functions/gnutls_hmac_init.short
666 FUNCS += functions/gnutls_hmac
667 FUNCS += functions/gnutls_hmac.short
668 FUNCS += functions/gnutls_hmac_output
669 FUNCS += functions/gnutls_hmac_output.short
670 FUNCS += functions/gnutls_hmac_deinit
671 FUNCS += functions/gnutls_hmac_deinit.short
672 FUNCS += functions/gnutls_hmac_get_len
673 FUNCS += functions/gnutls_hmac_get_len.short
674 FUNCS += functions/gnutls_hmac_fast
675 FUNCS += functions/gnutls_hmac_fast.short
676 FUNCS += functions/gnutls_hash_init
677 FUNCS += functions/gnutls_hash_init.short
678 FUNCS += functions/gnutls_hash
679 FUNCS += functions/gnutls_hash.short
680 FUNCS += functions/gnutls_hash_output
681 FUNCS += functions/gnutls_hash_output.short
682 FUNCS += functions/gnutls_hash_deinit
683 FUNCS += functions/gnutls_hash_deinit.short
684 FUNCS += functions/gnutls_hash_get_len
685 FUNCS += functions/gnutls_hash_get_len.short
686 FUNCS += functions/gnutls_hash_fast
687 FUNCS += functions/gnutls_hash_fast.short
688 FUNCS += functions/gnutls_rnd
689 FUNCS += functions/gnutls_rnd.short
690 FUNCS += functions/gnutls_dtls_set_timeouts
691 FUNCS += functions/gnutls_dtls_set_timeouts.short
692 FUNCS += functions/gnutls_dtls_get_mtu
693 FUNCS += functions/gnutls_dtls_get_mtu.short
694 FUNCS += functions/gnutls_dtls_get_data_mtu
695 FUNCS += functions/gnutls_dtls_get_data_mtu.short
696 FUNCS += functions/gnutls_dtls_set_mtu
697 FUNCS += functions/gnutls_dtls_set_mtu.short
698 FUNCS += functions/gnutls_dtls_set_data_mtu
699 FUNCS += functions/gnutls_dtls_set_data_mtu.short
700 FUNCS += functions/gnutls_dtls_get_timeout
701 FUNCS += functions/gnutls_dtls_get_timeout.short
702 FUNCS += functions/gnutls_dtls_cookie_send
703 FUNCS += functions/gnutls_dtls_cookie_send.short
704 FUNCS += functions/gnutls_dtls_cookie_verify
705 FUNCS += functions/gnutls_dtls_cookie_verify.short
706 FUNCS += functions/gnutls_dtls_prestate_set
707 FUNCS += functions/gnutls_dtls_prestate_set.short
708 FUNCS += functions/gnutls_record_get_discarded
709 FUNCS += functions/gnutls_record_get_discarded.short
710 FUNCS += functions/gnutls_pk_algorithm_get_name
711 FUNCS += functions/gnutls_pk_algorithm_get_name.short
712 FUNCS += functions/gnutls_init
713 FUNCS += functions/gnutls_init.short
714 FUNCS += functions/gnutls_deinit
715 FUNCS += functions/gnutls_deinit.short
716 FUNCS += functions/gnutls_bye
717 FUNCS += functions/gnutls_bye.short
718 FUNCS += functions/gnutls_handshake
719 FUNCS += functions/gnutls_handshake.short
720 FUNCS += functions/gnutls_rehandshake
721 FUNCS += functions/gnutls_rehandshake.short
722 FUNCS += functions/gnutls_alert_get
723 FUNCS += functions/gnutls_alert_get.short
724 FUNCS += functions/gnutls_alert_send
725 FUNCS += functions/gnutls_alert_send.short
726 FUNCS += functions/gnutls_alert_send_appropriate
727 FUNCS += functions/gnutls_alert_send_appropriate.short
728 FUNCS += functions/gnutls_alert_get_name
729 FUNCS += functions/gnutls_alert_get_name.short
730 FUNCS += functions/gnutls_alert_get_strname
731 FUNCS += functions/gnutls_alert_get_strname.short
732 FUNCS += functions/gnutls_pk_bits_to_sec_param
733 FUNCS += functions/gnutls_pk_bits_to_sec_param.short
734 FUNCS += functions/gnutls_sec_param_get_name
735 FUNCS += functions/gnutls_sec_param_get_name.short
736 FUNCS += functions/gnutls_sec_param_to_pk_bits
737 FUNCS += functions/gnutls_sec_param_to_pk_bits.short
738 FUNCS += functions/gnutls_ecc_curve_get_name
739 FUNCS += functions/gnutls_ecc_curve_get_name.short
740 FUNCS += functions/gnutls_ecc_curve_get_size
741 FUNCS += functions/gnutls_ecc_curve_get_size.short
742 FUNCS += functions/gnutls_ecc_curve_get
743 FUNCS += functions/gnutls_ecc_curve_get.short
744 FUNCS += functions/gnutls_cipher_get
745 FUNCS += functions/gnutls_cipher_get.short
746 FUNCS += functions/gnutls_kx_get
747 FUNCS += functions/gnutls_kx_get.short
748 FUNCS += functions/gnutls_mac_get
749 FUNCS += functions/gnutls_mac_get.short
750 FUNCS += functions/gnutls_compression_get
751 FUNCS += functions/gnutls_compression_get.short
752 FUNCS += functions/gnutls_certificate_type_get
753 FUNCS += functions/gnutls_certificate_type_get.short
754 FUNCS += functions/gnutls_sign_algorithm_get_requested
755 FUNCS += functions/gnutls_sign_algorithm_get_requested.short
756 FUNCS += functions/gnutls_cipher_get_key_size
757 FUNCS += functions/gnutls_cipher_get_key_size.short
758 FUNCS += functions/gnutls_mac_get_key_size
759 FUNCS += functions/gnutls_mac_get_key_size.short
760 FUNCS += functions/gnutls_cipher_get_name
761 FUNCS += functions/gnutls_cipher_get_name.short
762 FUNCS += functions/gnutls_mac_get_name
763 FUNCS += functions/gnutls_mac_get_name.short
764 FUNCS += functions/gnutls_compression_get_name
765 FUNCS += functions/gnutls_compression_get_name.short
766 FUNCS += functions/gnutls_kx_get_name
767 FUNCS += functions/gnutls_kx_get_name.short
768 FUNCS += functions/gnutls_certificate_type_get_name
769 FUNCS += functions/gnutls_certificate_type_get_name.short
770 FUNCS += functions/gnutls_pk_get_name
771 FUNCS += functions/gnutls_pk_get_name.short
772 FUNCS += functions/gnutls_sign_get_name
773 FUNCS += functions/gnutls_sign_get_name.short
774 FUNCS += functions/gnutls_pk_to_sign
775 FUNCS += functions/gnutls_pk_to_sign.short
776 FUNCS += functions/gnutls_mac_get_id
777 FUNCS += functions/gnutls_mac_get_id.short
778 FUNCS += functions/gnutls_compression_get_id
779 FUNCS += functions/gnutls_compression_get_id.short
780 FUNCS += functions/gnutls_cipher_get_id
781 FUNCS += functions/gnutls_cipher_get_id.short
782 FUNCS += functions/gnutls_kx_get_id
783 FUNCS += functions/gnutls_kx_get_id.short
784 FUNCS += functions/gnutls_protocol_get_id
785 FUNCS += functions/gnutls_protocol_get_id.short
786 FUNCS += functions/gnutls_certificate_type_get_id
787 FUNCS += functions/gnutls_certificate_type_get_id.short
788 FUNCS += functions/gnutls_pk_get_id
789 FUNCS += functions/gnutls_pk_get_id.short
790 FUNCS += functions/gnutls_sign_get_id
791 FUNCS += functions/gnutls_sign_get_id.short
792 FUNCS += functions/gnutls_ecc_curve_list
793 FUNCS += functions/gnutls_ecc_curve_list.short
794 FUNCS += functions/gnutls_cipher_list
795 FUNCS += functions/gnutls_cipher_list.short
796 FUNCS += functions/gnutls_mac_list
797 FUNCS += functions/gnutls_mac_list.short
798 FUNCS += functions/gnutls_compression_list
799 FUNCS += functions/gnutls_compression_list.short
800 FUNCS += functions/gnutls_protocol_list
801 FUNCS += functions/gnutls_protocol_list.short
802 FUNCS += functions/gnutls_certificate_type_list
803 FUNCS += functions/gnutls_certificate_type_list.short
804 FUNCS += functions/gnutls_kx_list
805 FUNCS += functions/gnutls_kx_list.short
806 FUNCS += functions/gnutls_pk_list
807 FUNCS += functions/gnutls_pk_list.short
808 FUNCS += functions/gnutls_sign_list
809 FUNCS += functions/gnutls_sign_list.short
810 FUNCS += functions/gnutls_cipher_suite_info
811 FUNCS += functions/gnutls_cipher_suite_info.short
812 FUNCS += functions/gnutls_error_is_fatal
813 FUNCS += functions/gnutls_error_is_fatal.short
814 FUNCS += functions/gnutls_error_to_alert
815 FUNCS += functions/gnutls_error_to_alert.short
816 FUNCS += functions/gnutls_perror
817 FUNCS += functions/gnutls_perror.short
818 FUNCS += functions/gnutls_strerror
819 FUNCS += functions/gnutls_strerror.short
820 FUNCS += functions/gnutls_strerror_name
821 FUNCS += functions/gnutls_strerror_name.short
822 FUNCS += functions/gnutls_handshake_set_private_extensions
823 FUNCS += functions/gnutls_handshake_set_private_extensions.short
824 FUNCS += functions/gnutls_handshake_get_last_out
825 FUNCS += functions/gnutls_handshake_get_last_out.short
826 FUNCS += functions/gnutls_handshake_get_last_in
827 FUNCS += functions/gnutls_handshake_get_last_in.short
828 FUNCS += functions/gnutls_record_send
829 FUNCS += functions/gnutls_record_send.short
830 FUNCS += functions/gnutls_record_recv
831 FUNCS += functions/gnutls_record_recv.short
832 FUNCS += functions/gnutls_record_recv_seq
833 FUNCS += functions/gnutls_record_recv_seq.short
834 FUNCS += functions/gnutls_session_enable_compatibility_mode
835 FUNCS += functions/gnutls_session_enable_compatibility_mode.short
836 FUNCS += functions/gnutls_record_disable_padding
837 FUNCS += functions/gnutls_record_disable_padding.short
838 FUNCS += functions/gnutls_record_get_direction
839 FUNCS += functions/gnutls_record_get_direction.short
840 FUNCS += functions/gnutls_record_get_max_size
841 FUNCS += functions/gnutls_record_get_max_size.short
842 FUNCS += functions/gnutls_record_set_max_size
843 FUNCS += functions/gnutls_record_set_max_size.short
844 FUNCS += functions/gnutls_record_check_pending
845 FUNCS += functions/gnutls_record_check_pending.short
846 FUNCS += functions/gnutls_prf
847 FUNCS += functions/gnutls_prf.short
848 FUNCS += functions/gnutls_prf_raw
849 FUNCS += functions/gnutls_prf_raw.short
850 FUNCS += functions/gnutls_server_name_set
851 FUNCS += functions/gnutls_server_name_set.short
852 FUNCS += functions/gnutls_server_name_get
853 FUNCS += functions/gnutls_server_name_get.short
854 FUNCS += functions/gnutls_safe_renegotiation_status
855 FUNCS += functions/gnutls_safe_renegotiation_status.short
856 FUNCS += functions/gnutls_supplemental_get_name
857 FUNCS += functions/gnutls_supplemental_get_name.short
858 FUNCS += functions/gnutls_session_ticket_key_generate
859 FUNCS += functions/gnutls_session_ticket_key_generate.short
860 FUNCS += functions/gnutls_session_ticket_enable_client
861 FUNCS += functions/gnutls_session_ticket_enable_client.short
862 FUNCS += functions/gnutls_session_ticket_enable_server
863 FUNCS += functions/gnutls_session_ticket_enable_server.short
864 FUNCS += functions/gnutls_key_generate
865 FUNCS += functions/gnutls_key_generate.short
866 FUNCS += functions/gnutls_priority_init
867 FUNCS += functions/gnutls_priority_init.short
868 FUNCS += functions/gnutls_priority_deinit
869 FUNCS += functions/gnutls_priority_deinit.short
870 FUNCS += functions/gnutls_priority_get_cipher_suite_index
871 FUNCS += functions/gnutls_priority_get_cipher_suite_index.short
872 FUNCS += functions/gnutls_priority_set
873 FUNCS += functions/gnutls_priority_set.short
874 FUNCS += functions/gnutls_priority_set_direct
875 FUNCS += functions/gnutls_priority_set_direct.short
876 FUNCS += functions/gnutls_priority_certificate_type_list
877 FUNCS += functions/gnutls_priority_certificate_type_list.short
878 FUNCS += functions/gnutls_priority_sign_list
879 FUNCS += functions/gnutls_priority_sign_list.short
880 FUNCS += functions/gnutls_priority_protocol_list
881 FUNCS += functions/gnutls_priority_protocol_list.short
882 FUNCS += functions/gnutls_priority_compression_list
883 FUNCS += functions/gnutls_priority_compression_list.short
884 FUNCS += functions/gnutls_priority_ecc_curve_list
885 FUNCS += functions/gnutls_priority_ecc_curve_list.short
886 FUNCS += functions/gnutls_set_default_priority
887 FUNCS += functions/gnutls_set_default_priority.short
888 FUNCS += functions/gnutls_cipher_suite_get_name
889 FUNCS += functions/gnutls_cipher_suite_get_name.short
890 FUNCS += functions/gnutls_protocol_get_version
891 FUNCS += functions/gnutls_protocol_get_version.short
892 FUNCS += functions/gnutls_protocol_get_name
893 FUNCS += functions/gnutls_protocol_get_name.short
894 FUNCS += functions/gnutls_session_set_data
895 FUNCS += functions/gnutls_session_set_data.short
896 FUNCS += functions/gnutls_session_get_data
897 FUNCS += functions/gnutls_session_get_data.short
898 FUNCS += functions/gnutls_session_get_data2
899 FUNCS += functions/gnutls_session_get_data2.short
900 FUNCS += functions/gnutls_session_get_random
901 FUNCS += functions/gnutls_session_get_random.short
902 FUNCS += functions/gnutls_session_set_premaster
903 FUNCS += functions/gnutls_session_set_premaster.short
904 FUNCS += functions/gnutls_session_get_id
905 FUNCS += functions/gnutls_session_get_id.short
906 FUNCS += functions/gnutls_session_channel_binding
907 FUNCS += functions/gnutls_session_channel_binding.short
908 FUNCS += functions/gnutls_session_is_resumed
909 FUNCS += functions/gnutls_session_is_resumed.short
910 FUNCS += functions/gnutls_session_resumption_requested
911 FUNCS += functions/gnutls_session_resumption_requested.short
912 FUNCS += functions/gnutls_db_set_cache_expiration
913 FUNCS += functions/gnutls_db_set_cache_expiration.short
914 FUNCS += functions/gnutls_db_remove_session
915 FUNCS += functions/gnutls_db_remove_session.short
916 FUNCS += functions/gnutls_db_set_retrieve_function
917 FUNCS += functions/gnutls_db_set_retrieve_function.short
918 FUNCS += functions/gnutls_db_set_remove_function
919 FUNCS += functions/gnutls_db_set_remove_function.short
920 FUNCS += functions/gnutls_db_set_store_function
921 FUNCS += functions/gnutls_db_set_store_function.short
922 FUNCS += functions/gnutls_db_set_ptr
923 FUNCS += functions/gnutls_db_set_ptr.short
924 FUNCS += functions/gnutls_db_get_ptr
925 FUNCS += functions/gnutls_db_get_ptr.short
926 FUNCS += functions/gnutls_db_check_entry
927 FUNCS += functions/gnutls_db_check_entry.short
928 FUNCS += functions/gnutls_handshake_set_post_client_hello_function
929 FUNCS += functions/gnutls_handshake_set_post_client_hello_function.short
930 FUNCS += functions/gnutls_handshake_set_max_packet_length
931 FUNCS += functions/gnutls_handshake_set_max_packet_length.short
932 FUNCS += functions/gnutls_check_version
933 FUNCS += functions/gnutls_check_version.short
934 FUNCS += functions/gnutls_credentials_clear
935 FUNCS += functions/gnutls_credentials_clear.short
936 FUNCS += functions/gnutls_credentials_set
937 FUNCS += functions/gnutls_credentials_set.short
938 FUNCS += functions/gnutls_anon_free_server_credentials
939 FUNCS += functions/gnutls_anon_free_server_credentials.short
940 FUNCS += functions/gnutls_anon_allocate_server_credentials
941 FUNCS += functions/gnutls_anon_allocate_server_credentials.short
942 FUNCS += functions/gnutls_anon_set_server_dh_params
943 FUNCS += functions/gnutls_anon_set_server_dh_params.short
944 FUNCS += functions/gnutls_anon_set_server_params_function
945 FUNCS += functions/gnutls_anon_set_server_params_function.short
946 FUNCS += functions/gnutls_anon_free_client_credentials
947 FUNCS += functions/gnutls_anon_free_client_credentials.short
948 FUNCS += functions/gnutls_anon_allocate_client_credentials
949 FUNCS += functions/gnutls_anon_allocate_client_credentials.short
950 FUNCS += functions/gnutls_certificate_free_credentials
951 FUNCS += functions/gnutls_certificate_free_credentials.short
952 FUNCS += functions/gnutls_certificate_allocate_credentials
953 FUNCS += functions/gnutls_certificate_allocate_credentials.short
954 FUNCS += functions/gnutls_certificate_get_issuer
955 FUNCS += functions/gnutls_certificate_get_issuer.short
956 FUNCS += functions/gnutls_certificate_free_keys
957 FUNCS += functions/gnutls_certificate_free_keys.short
958 FUNCS += functions/gnutls_certificate_free_cas
959 FUNCS += functions/gnutls_certificate_free_cas.short
960 FUNCS += functions/gnutls_certificate_free_ca_names
961 FUNCS += functions/gnutls_certificate_free_ca_names.short
962 FUNCS += functions/gnutls_certificate_free_crls
963 FUNCS += functions/gnutls_certificate_free_crls.short
964 FUNCS += functions/gnutls_certificate_set_dh_params
965 FUNCS += functions/gnutls_certificate_set_dh_params.short
966 FUNCS += functions/gnutls_certificate_set_verify_flags
967 FUNCS += functions/gnutls_certificate_set_verify_flags.short
968 FUNCS += functions/gnutls_certificate_set_verify_limits
969 FUNCS += functions/gnutls_certificate_set_verify_limits.short
970 FUNCS += functions/gnutls_certificate_set_x509_system_trust
971 FUNCS += functions/gnutls_certificate_set_x509_system_trust.short
972 FUNCS += functions/gnutls_certificate_set_x509_trust_file
973 FUNCS += functions/gnutls_certificate_set_x509_trust_file.short
974 FUNCS += functions/gnutls_certificate_set_x509_trust_mem
975 FUNCS += functions/gnutls_certificate_set_x509_trust_mem.short
976 FUNCS += functions/gnutls_certificate_set_x509_crl_file
977 FUNCS += functions/gnutls_certificate_set_x509_crl_file.short
978 FUNCS += functions/gnutls_certificate_set_x509_crl_mem
979 FUNCS += functions/gnutls_certificate_set_x509_crl_mem.short
980 FUNCS += functions/gnutls_certificate_set_x509_key_file
981 FUNCS += functions/gnutls_certificate_set_x509_key_file.short
982 FUNCS += functions/gnutls_certificate_set_x509_key_mem
983 FUNCS += functions/gnutls_certificate_set_x509_key_mem.short
984 FUNCS += functions/gnutls_certificate_send_x509_rdn_sequence
985 FUNCS += functions/gnutls_certificate_send_x509_rdn_sequence.short
986 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_file
987 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_file.short
988 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_mem
989 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_mem.short
990 FUNCS += functions/gnutls_certificate_set_x509_key
991 FUNCS += functions/gnutls_certificate_set_x509_key.short
992 FUNCS += functions/gnutls_certificate_set_x509_trust
993 FUNCS += functions/gnutls_certificate_set_x509_trust.short
994 FUNCS += functions/gnutls_certificate_set_x509_crl
995 FUNCS += functions/gnutls_certificate_set_x509_crl.short
996 FUNCS += functions/gnutls_global_init
997 FUNCS += functions/gnutls_global_init.short
998 FUNCS += functions/gnutls_global_deinit
999 FUNCS += functions/gnutls_global_deinit.short
1000 FUNCS += functions/gnutls_global_set_mutex
1001 FUNCS += functions/gnutls_global_set_mutex.short
1002 FUNCS += functions/gnutls_global_set_mem_functions
1003 FUNCS += functions/gnutls_global_set_mem_functions.short
1004 FUNCS += functions/gnutls_global_set_time_function
1005 FUNCS += functions/gnutls_global_set_time_function.short
1006 FUNCS += functions/gnutls_global_set_log_function
1007 FUNCS += functions/gnutls_global_set_log_function.short
1008 FUNCS += functions/gnutls_global_set_audit_log_function
1009 FUNCS += functions/gnutls_global_set_audit_log_function.short
1010 FUNCS += functions/gnutls_global_set_log_level
1011 FUNCS += functions/gnutls_global_set_log_level.short
1012 FUNCS += functions/gnutls_dh_params_init
1013 FUNCS += functions/gnutls_dh_params_init.short
1014 FUNCS += functions/gnutls_dh_params_deinit
1015 FUNCS += functions/gnutls_dh_params_deinit.short
1016 FUNCS += functions/gnutls_dh_params_import_raw
1017 FUNCS += functions/gnutls_dh_params_import_raw.short
1018 FUNCS += functions/gnutls_dh_params_import_pkcs3
1019 FUNCS += functions/gnutls_dh_params_import_pkcs3.short
1020 FUNCS += functions/gnutls_dh_params_generate2
1021 FUNCS += functions/gnutls_dh_params_generate2.short
1022 FUNCS += functions/gnutls_dh_params_export_pkcs3
1023 FUNCS += functions/gnutls_dh_params_export_pkcs3.short
1024 FUNCS += functions/gnutls_dh_params_export_raw
1025 FUNCS += functions/gnutls_dh_params_export_raw.short
1026 FUNCS += functions/gnutls_dh_params_cpy
1027 FUNCS += functions/gnutls_dh_params_cpy.short
1028 FUNCS += functions/gnutls_transport_set_ptr
1029 FUNCS += functions/gnutls_transport_set_ptr.short
1030 FUNCS += functions/gnutls_transport_set_ptr2
1031 FUNCS += functions/gnutls_transport_set_ptr2.short
1032 FUNCS += functions/gnutls_transport_get_ptr
1033 FUNCS += functions/gnutls_transport_get_ptr.short
1034 FUNCS += functions/gnutls_transport_get_ptr2
1035 FUNCS += functions/gnutls_transport_get_ptr2.short
1036 FUNCS += functions/gnutls_transport_set_vec_push_function
1037 FUNCS += functions/gnutls_transport_set_vec_push_function.short
1038 FUNCS += functions/gnutls_transport_set_push_function
1039 FUNCS += functions/gnutls_transport_set_push_function.short
1040 FUNCS += functions/gnutls_transport_set_pull_function
1041 FUNCS += functions/gnutls_transport_set_pull_function.short
1042 FUNCS += functions/gnutls_transport_set_pull_timeout_function
1043 FUNCS += functions/gnutls_transport_set_pull_timeout_function.short
1044 FUNCS += functions/gnutls_transport_set_errno_function
1045 FUNCS += functions/gnutls_transport_set_errno_function.short
1046 FUNCS += functions/gnutls_transport_set_errno
1047 FUNCS += functions/gnutls_transport_set_errno.short
1048 FUNCS += functions/gnutls_session_set_ptr
1049 FUNCS += functions/gnutls_session_set_ptr.short
1050 FUNCS += functions/gnutls_session_get_ptr
1051 FUNCS += functions/gnutls_session_get_ptr.short
1052 FUNCS += functions/gnutls_openpgp_send_cert
1053 FUNCS += functions/gnutls_openpgp_send_cert.short
1054 FUNCS += functions/gnutls_fingerprint
1055 FUNCS += functions/gnutls_fingerprint.short
1056 FUNCS += functions/gnutls_random_art
1057 FUNCS += functions/gnutls_random_art.short
1058 FUNCS += functions/gnutls_srp_free_client_credentials
1059 FUNCS += functions/gnutls_srp_free_client_credentials.short
1060 FUNCS += functions/gnutls_srp_allocate_client_credentials
1061 FUNCS += functions/gnutls_srp_allocate_client_credentials.short
1062 FUNCS += functions/gnutls_srp_set_client_credentials
1063 FUNCS += functions/gnutls_srp_set_client_credentials.short
1064 FUNCS += functions/gnutls_srp_free_server_credentials
1065 FUNCS += functions/gnutls_srp_free_server_credentials.short
1066 FUNCS += functions/gnutls_srp_allocate_server_credentials
1067 FUNCS += functions/gnutls_srp_allocate_server_credentials.short
1068 FUNCS += functions/gnutls_srp_set_server_credentials_file
1069 FUNCS += functions/gnutls_srp_set_server_credentials_file.short
1070 FUNCS += functions/gnutls_srp_server_get_username
1071 FUNCS += functions/gnutls_srp_server_get_username.short
1072 FUNCS += functions/gnutls_srp_set_prime_bits
1073 FUNCS += functions/gnutls_srp_set_prime_bits.short
1074 FUNCS += functions/gnutls_srp_verifier
1075 FUNCS += functions/gnutls_srp_verifier.short
1076 FUNCS += functions/gnutls_srp_set_server_credentials_function
1077 FUNCS += functions/gnutls_srp_set_server_credentials_function.short
1078 FUNCS += functions/gnutls_srp_set_client_credentials_function
1079 FUNCS += functions/gnutls_srp_set_client_credentials_function.short
1080 FUNCS += functions/gnutls_srp_base64_encode
1081 FUNCS += functions/gnutls_srp_base64_encode.short
1082 FUNCS += functions/gnutls_srp_base64_encode_alloc
1083 FUNCS += functions/gnutls_srp_base64_encode_alloc.short
1084 FUNCS += functions/gnutls_srp_base64_decode
1085 FUNCS += functions/gnutls_srp_base64_decode.short
1086 FUNCS += functions/gnutls_srp_base64_decode_alloc
1087 FUNCS += functions/gnutls_srp_base64_decode_alloc.short
1088 FUNCS += functions/gnutls_psk_free_client_credentials
1089 FUNCS += functions/gnutls_psk_free_client_credentials.short
1090 FUNCS += functions/gnutls_psk_allocate_client_credentials
1091 FUNCS += functions/gnutls_psk_allocate_client_credentials.short
1092 FUNCS += functions/gnutls_psk_set_client_credentials
1093 FUNCS += functions/gnutls_psk_set_client_credentials.short
1094 FUNCS += functions/gnutls_psk_free_server_credentials
1095 FUNCS += functions/gnutls_psk_free_server_credentials.short
1096 FUNCS += functions/gnutls_psk_allocate_server_credentials
1097 FUNCS += functions/gnutls_psk_allocate_server_credentials.short
1098 FUNCS += functions/gnutls_psk_set_server_credentials_file
1099 FUNCS += functions/gnutls_psk_set_server_credentials_file.short
1100 FUNCS += functions/gnutls_psk_set_server_credentials_hint
1101 FUNCS += functions/gnutls_psk_set_server_credentials_hint.short
1102 FUNCS += functions/gnutls_psk_server_get_username
1103 FUNCS += functions/gnutls_psk_server_get_username.short
1104 FUNCS += functions/gnutls_psk_client_get_hint
1105 FUNCS += functions/gnutls_psk_client_get_hint.short
1106 FUNCS += functions/gnutls_psk_set_server_credentials_function
1107 FUNCS += functions/gnutls_psk_set_server_credentials_function.short
1108 FUNCS += functions/gnutls_psk_set_client_credentials_function
1109 FUNCS += functions/gnutls_psk_set_client_credentials_function.short
1110 FUNCS += functions/gnutls_hex_encode
1111 FUNCS += functions/gnutls_hex_encode.short
1112 FUNCS += functions/gnutls_hex_decode
1113 FUNCS += functions/gnutls_hex_decode.short
1114 FUNCS += functions/gnutls_psk_set_server_dh_params
1115 FUNCS += functions/gnutls_psk_set_server_dh_params.short
1116 FUNCS += functions/gnutls_psk_set_server_params_function
1117 FUNCS += functions/gnutls_psk_set_server_params_function.short
1118 FUNCS += functions/gnutls_auth_get_type
1119 FUNCS += functions/gnutls_auth_get_type.short
1120 FUNCS += functions/gnutls_auth_server_get_type
1121 FUNCS += functions/gnutls_auth_server_get_type.short
1122 FUNCS += functions/gnutls_auth_client_get_type
1123 FUNCS += functions/gnutls_auth_client_get_type.short
1124 FUNCS += functions/gnutls_dh_set_prime_bits
1125 FUNCS += functions/gnutls_dh_set_prime_bits.short
1126 FUNCS += functions/gnutls_dh_get_secret_bits
1127 FUNCS += functions/gnutls_dh_get_secret_bits.short
1128 FUNCS += functions/gnutls_dh_get_peers_public_bits
1129 FUNCS += functions/gnutls_dh_get_peers_public_bits.short
1130 FUNCS += functions/gnutls_dh_get_prime_bits
1131 FUNCS += functions/gnutls_dh_get_prime_bits.short
1132 FUNCS += functions/gnutls_dh_get_group
1133 FUNCS += functions/gnutls_dh_get_group.short
1134 FUNCS += functions/gnutls_dh_get_pubkey
1135 FUNCS += functions/gnutls_dh_get_pubkey.short
1136 FUNCS += functions/gnutls_certificate_set_retrieve_function
1137 FUNCS += functions/gnutls_certificate_set_retrieve_function.short
1138 FUNCS += functions/gnutls_certificate_set_verify_function
1139 FUNCS += functions/gnutls_certificate_set_verify_function.short
1140 FUNCS += functions/gnutls_certificate_server_set_request
1141 FUNCS += functions/gnutls_certificate_server_set_request.short
1142 FUNCS += functions/gnutls_certificate_get_peers
1143 FUNCS += functions/gnutls_certificate_get_peers.short
1144 FUNCS += functions/gnutls_certificate_get_ours
1145 FUNCS += functions/gnutls_certificate_get_ours.short
1146 FUNCS += functions/gnutls_certificate_activation_time_peers
1147 FUNCS += functions/gnutls_certificate_activation_time_peers.short
1148 FUNCS += functions/gnutls_certificate_expiration_time_peers
1149 FUNCS += functions/gnutls_certificate_expiration_time_peers.short
1150 FUNCS += functions/gnutls_certificate_client_get_request_status
1151 FUNCS += functions/gnutls_certificate_client_get_request_status.short
1152 FUNCS += functions/gnutls_certificate_verify_peers2
1153 FUNCS += functions/gnutls_certificate_verify_peers2.short
1154 FUNCS += functions/gnutls_pem_base64_encode
1155 FUNCS += functions/gnutls_pem_base64_encode.short
1156 FUNCS += functions/gnutls_pem_base64_decode
1157 FUNCS += functions/gnutls_pem_base64_decode.short
1158 FUNCS += functions/gnutls_pem_base64_encode_alloc
1159 FUNCS += functions/gnutls_pem_base64_encode_alloc.short
1160 FUNCS += functions/gnutls_pem_base64_decode_alloc
1161 FUNCS += functions/gnutls_pem_base64_decode_alloc.short
1162 FUNCS += functions/gnutls_certificate_set_params_function
1163 FUNCS += functions/gnutls_certificate_set_params_function.short
1164 FUNCS += functions/gnutls_anon_set_params_function
1165 FUNCS += functions/gnutls_anon_set_params_function.short
1166 FUNCS += functions/gnutls_psk_set_params_function
1167 FUNCS += functions/gnutls_psk_set_params_function.short
1168 FUNCS += functions/gnutls_hex2bin
1169 FUNCS += functions/gnutls_hex2bin.short
1170 FUNCS += functions/gnutls_tdb_init
1171 FUNCS += functions/gnutls_tdb_init.short
1172 FUNCS += functions/gnutls_tdb_set_store_func
1173 FUNCS += functions/gnutls_tdb_set_store_func.short
1174 FUNCS += functions/gnutls_tdb_set_store_commitment_func
1175 FUNCS += functions/gnutls_tdb_set_store_commitment_func.short
1176 FUNCS += functions/gnutls_tdb_set_verify_func
1177 FUNCS += functions/gnutls_tdb_set_verify_func.short
1178 FUNCS += functions/gnutls_tdb_deinit
1179 FUNCS += functions/gnutls_tdb_deinit.short
1180 FUNCS += functions/gnutls_verify_stored_pubkey
1181 FUNCS += functions/gnutls_verify_stored_pubkey.short
1182 FUNCS += functions/gnutls_store_commitment
1183 FUNCS += functions/gnutls_store_commitment.short
1184 FUNCS += functions/gnutls_store_pubkey
1185 FUNCS += functions/gnutls_store_pubkey.short
1186 FUNCS += functions/gnutls_ocsp_req_init
1187 FUNCS += functions/gnutls_ocsp_req_init.short
1188 FUNCS += functions/gnutls_ocsp_req_deinit
1189 FUNCS += functions/gnutls_ocsp_req_deinit.short
1190 FUNCS += functions/gnutls_ocsp_req_import
1191 FUNCS += functions/gnutls_ocsp_req_import.short
1192 FUNCS += functions/gnutls_ocsp_req_export
1193 FUNCS += functions/gnutls_ocsp_req_export.short
1194 FUNCS += functions/gnutls_ocsp_req_print
1195 FUNCS += functions/gnutls_ocsp_req_print.short
1196 FUNCS += functions/gnutls_ocsp_req_get_version
1197 FUNCS += functions/gnutls_ocsp_req_get_version.short
1198 FUNCS += functions/gnutls_ocsp_req_get_cert_id
1199 FUNCS += functions/gnutls_ocsp_req_get_cert_id.short
1200 FUNCS += functions/gnutls_ocsp_req_add_cert_id
1201 FUNCS += functions/gnutls_ocsp_req_add_cert_id.short
1202 FUNCS += functions/gnutls_ocsp_req_add_cert
1203 FUNCS += functions/gnutls_ocsp_req_add_cert.short
1204 FUNCS += functions/gnutls_ocsp_req_get_extension
1205 FUNCS += functions/gnutls_ocsp_req_get_extension.short
1206 FUNCS += functions/gnutls_ocsp_req_set_extension
1207 FUNCS += functions/gnutls_ocsp_req_set_extension.short
1208 FUNCS += functions/gnutls_ocsp_req_get_nonce
1209 FUNCS += functions/gnutls_ocsp_req_get_nonce.short
1210 FUNCS += functions/gnutls_ocsp_req_set_nonce
1211 FUNCS += functions/gnutls_ocsp_req_set_nonce.short
1212 FUNCS += functions/gnutls_ocsp_req_randomize_nonce
1213 FUNCS += functions/gnutls_ocsp_req_randomize_nonce.short
1214 FUNCS += functions/gnutls_ocsp_resp_init
1215 FUNCS += functions/gnutls_ocsp_resp_init.short
1216 FUNCS += functions/gnutls_ocsp_resp_deinit
1217 FUNCS += functions/gnutls_ocsp_resp_deinit.short
1218 FUNCS += functions/gnutls_ocsp_resp_import
1219 FUNCS += functions/gnutls_ocsp_resp_import.short
1220 FUNCS += functions/gnutls_ocsp_resp_export
1221 FUNCS += functions/gnutls_ocsp_resp_export.short
1222 FUNCS += functions/gnutls_ocsp_resp_print
1223 FUNCS += functions/gnutls_ocsp_resp_print.short
1224 FUNCS += functions/gnutls_ocsp_resp_get_status
1225 FUNCS += functions/gnutls_ocsp_resp_get_status.short
1226 FUNCS += functions/gnutls_ocsp_resp_get_response
1227 FUNCS += functions/gnutls_ocsp_resp_get_response.short
1228 FUNCS += functions/gnutls_ocsp_resp_get_version
1229 FUNCS += functions/gnutls_ocsp_resp_get_version.short
1230 FUNCS += functions/gnutls_ocsp_resp_get_responder
1231 FUNCS += functions/gnutls_ocsp_resp_get_responder.short
1232 FUNCS += functions/gnutls_ocsp_resp_get_produced
1233 FUNCS += functions/gnutls_ocsp_resp_get_produced.short
1234 FUNCS += functions/gnutls_ocsp_resp_get_single
1235 FUNCS += functions/gnutls_ocsp_resp_get_single.short
1236 FUNCS += functions/gnutls_ocsp_resp_get_extension
1237 FUNCS += functions/gnutls_ocsp_resp_get_extension.short
1238 FUNCS += functions/gnutls_ocsp_resp_get_nonce
1239 FUNCS += functions/gnutls_ocsp_resp_get_nonce.short
1240 FUNCS += functions/gnutls_ocsp_resp_get_signature_algorithm
1241 FUNCS += functions/gnutls_ocsp_resp_get_signature_algorithm.short
1242 FUNCS += functions/gnutls_ocsp_resp_get_signature
1243 FUNCS += functions/gnutls_ocsp_resp_get_signature.short
1244 FUNCS += functions/gnutls_ocsp_resp_get_certs
1245 FUNCS += functions/gnutls_ocsp_resp_get_certs.short
1246 FUNCS += functions/gnutls_ocsp_resp_verify_direct
1247 FUNCS += functions/gnutls_ocsp_resp_verify_direct.short
1248 FUNCS += functions/gnutls_ocsp_resp_verify
1249 FUNCS += functions/gnutls_ocsp_resp_verify.short
1250 FUNCS += functions/gnutls_openpgp_crt_init
1251 FUNCS += functions/gnutls_openpgp_crt_init.short
1252 FUNCS += functions/gnutls_openpgp_crt_deinit
1253 FUNCS += functions/gnutls_openpgp_crt_deinit.short
1254 FUNCS += functions/gnutls_openpgp_crt_import
1255 FUNCS += functions/gnutls_openpgp_crt_import.short
1256 FUNCS += functions/gnutls_openpgp_crt_export
1257 FUNCS += functions/gnutls_openpgp_crt_export.short
1258 FUNCS += functions/gnutls_openpgp_crt_print
1259 FUNCS += functions/gnutls_openpgp_crt_print.short
1260 FUNCS += functions/gnutls_openpgp_crt_get_key_usage
1261 FUNCS += functions/gnutls_openpgp_crt_get_key_usage.short
1262 FUNCS += functions/gnutls_openpgp_crt_get_fingerprint
1263 FUNCS += functions/gnutls_openpgp_crt_get_fingerprint.short
1264 FUNCS += functions/gnutls_openpgp_crt_get_subkey_fingerprint
1265 FUNCS += functions/gnutls_openpgp_crt_get_subkey_fingerprint.short
1266 FUNCS += functions/gnutls_openpgp_crt_get_name
1267 FUNCS += functions/gnutls_openpgp_crt_get_name.short
1268 FUNCS += functions/gnutls_openpgp_crt_get_pk_algorithm
1269 FUNCS += functions/gnutls_openpgp_crt_get_pk_algorithm.short
1270 FUNCS += functions/gnutls_openpgp_crt_get_version
1271 FUNCS += functions/gnutls_openpgp_crt_get_version.short
1272 FUNCS += functions/gnutls_openpgp_crt_get_creation_time
1273 FUNCS += functions/gnutls_openpgp_crt_get_creation_time.short
1274 FUNCS += functions/gnutls_openpgp_crt_get_expiration_time
1275 FUNCS += functions/gnutls_openpgp_crt_get_expiration_time.short
1276 FUNCS += functions/gnutls_openpgp_crt_get_key_id
1277 FUNCS += functions/gnutls_openpgp_crt_get_key_id.short
1278 FUNCS += functions/gnutls_openpgp_crt_check_hostname
1279 FUNCS += functions/gnutls_openpgp_crt_check_hostname.short
1280 FUNCS += functions/gnutls_openpgp_crt_get_revoked_status
1281 FUNCS += functions/gnutls_openpgp_crt_get_revoked_status.short
1282 FUNCS += functions/gnutls_openpgp_crt_get_subkey_count
1283 FUNCS += functions/gnutls_openpgp_crt_get_subkey_count.short
1284 FUNCS += functions/gnutls_openpgp_crt_get_subkey_idx
1285 FUNCS += functions/gnutls_openpgp_crt_get_subkey_idx.short
1286 FUNCS += functions/gnutls_openpgp_crt_get_subkey_revoked_status
1287 FUNCS += functions/gnutls_openpgp_crt_get_subkey_revoked_status.short
1288 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_algorithm
1289 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_algorithm.short
1290 FUNCS += functions/gnutls_openpgp_crt_get_subkey_creation_time
1291 FUNCS += functions/gnutls_openpgp_crt_get_subkey_creation_time.short
1292 FUNCS += functions/gnutls_openpgp_crt_get_subkey_expiration_time
1293 FUNCS += functions/gnutls_openpgp_crt_get_subkey_expiration_time.short
1294 FUNCS += functions/gnutls_openpgp_crt_get_subkey_id
1295 FUNCS += functions/gnutls_openpgp_crt_get_subkey_id.short
1296 FUNCS += functions/gnutls_openpgp_crt_get_subkey_usage
1297 FUNCS += functions/gnutls_openpgp_crt_get_subkey_usage.short
1298 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_dsa_raw
1299 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.short
1300 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_rsa_raw
1301 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.short
1302 FUNCS += functions/gnutls_openpgp_crt_get_pk_dsa_raw
1303 FUNCS += functions/gnutls_openpgp_crt_get_pk_dsa_raw.short
1304 FUNCS += functions/gnutls_openpgp_crt_get_pk_rsa_raw
1305 FUNCS += functions/gnutls_openpgp_crt_get_pk_rsa_raw.short
1306 FUNCS += functions/gnutls_openpgp_crt_get_preferred_key_id
1307 FUNCS += functions/gnutls_openpgp_crt_get_preferred_key_id.short
1308 FUNCS += functions/gnutls_openpgp_crt_set_preferred_key_id
1309 FUNCS += functions/gnutls_openpgp_crt_set_preferred_key_id.short
1310 FUNCS += functions/gnutls_openpgp_privkey_init
1311 FUNCS += functions/gnutls_openpgp_privkey_init.short
1312 FUNCS += functions/gnutls_openpgp_privkey_deinit
1313 FUNCS += functions/gnutls_openpgp_privkey_deinit.short
1314 FUNCS += functions/gnutls_openpgp_privkey_get_pk_algorithm
1315 FUNCS += functions/gnutls_openpgp_privkey_get_pk_algorithm.short
1316 FUNCS += functions/gnutls_openpgp_privkey_sec_param
1317 FUNCS += functions/gnutls_openpgp_privkey_sec_param.short
1318 FUNCS += functions/gnutls_openpgp_privkey_import
1319 FUNCS += functions/gnutls_openpgp_privkey_import.short
1320 FUNCS += functions/gnutls_openpgp_privkey_get_fingerprint
1321 FUNCS += functions/gnutls_openpgp_privkey_get_fingerprint.short
1322 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_fingerprint
1323 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_fingerprint.short
1324 FUNCS += functions/gnutls_openpgp_privkey_get_key_id
1325 FUNCS += functions/gnutls_openpgp_privkey_get_key_id.short
1326 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_count
1327 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_count.short
1328 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_idx
1329 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_idx.short
1330 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_revoked_status
1331 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_revoked_status.short
1332 FUNCS += functions/gnutls_openpgp_privkey_get_revoked_status
1333 FUNCS += functions/gnutls_openpgp_privkey_get_revoked_status.short
1334 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_pk_algorithm
1335 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_pk_algorithm.short
1336 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_id
1337 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_id.short
1338 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_creation_time
1339 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_creation_time.short
1340 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_dsa_raw
1341 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_dsa_raw.short
1342 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_rsa_raw
1343 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_rsa_raw.short
1344 FUNCS += functions/gnutls_openpgp_privkey_export_dsa_raw
1345 FUNCS += functions/gnutls_openpgp_privkey_export_dsa_raw.short
1346 FUNCS += functions/gnutls_openpgp_privkey_export_rsa_raw
1347 FUNCS += functions/gnutls_openpgp_privkey_export_rsa_raw.short
1348 FUNCS += functions/gnutls_openpgp_privkey_export
1349 FUNCS += functions/gnutls_openpgp_privkey_export.short
1350 FUNCS += functions/gnutls_openpgp_privkey_set_preferred_key_id
1351 FUNCS += functions/gnutls_openpgp_privkey_set_preferred_key_id.short
1352 FUNCS += functions/gnutls_openpgp_privkey_get_preferred_key_id
1353 FUNCS += functions/gnutls_openpgp_privkey_get_preferred_key_id.short
1354 FUNCS += functions/gnutls_openpgp_crt_get_auth_subkey
1355 FUNCS += functions/gnutls_openpgp_crt_get_auth_subkey.short
1356 FUNCS += functions/gnutls_openpgp_keyring_init
1357 FUNCS += functions/gnutls_openpgp_keyring_init.short
1358 FUNCS += functions/gnutls_openpgp_keyring_deinit
1359 FUNCS += functions/gnutls_openpgp_keyring_deinit.short
1360 FUNCS += functions/gnutls_openpgp_keyring_import
1361 FUNCS += functions/gnutls_openpgp_keyring_import.short
1362 FUNCS += functions/gnutls_openpgp_keyring_check_id
1363 FUNCS += functions/gnutls_openpgp_keyring_check_id.short
1364 FUNCS += functions/gnutls_openpgp_crt_verify_ring
1365 FUNCS += functions/gnutls_openpgp_crt_verify_ring.short
1366 FUNCS += functions/gnutls_openpgp_crt_verify_self
1367 FUNCS += functions/gnutls_openpgp_crt_verify_self.short
1368 FUNCS += functions/gnutls_openpgp_keyring_get_crt
1369 FUNCS += functions/gnutls_openpgp_keyring_get_crt.short
1370 FUNCS += functions/gnutls_openpgp_keyring_get_crt_count
1371 FUNCS += functions/gnutls_openpgp_keyring_get_crt_count.short
1372 FUNCS += functions/gnutls_openpgp_set_recv_key_function
1373 FUNCS += functions/gnutls_openpgp_set_recv_key_function.short
1374 FUNCS += functions/gnutls_certificate_set_openpgp_key
1375 FUNCS += functions/gnutls_certificate_set_openpgp_key.short
1376 FUNCS += functions/gnutls_certificate_set_openpgp_key_file
1377 FUNCS += functions/gnutls_certificate_set_openpgp_key_file.short
1378 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem
1379 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem.short
1380 FUNCS += functions/gnutls_certificate_set_openpgp_key_file2
1381 FUNCS += functions/gnutls_certificate_set_openpgp_key_file2.short
1382 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem2
1383 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem2.short
1384 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_mem
1385 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_mem.short
1386 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_file
1387 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_file.short
1388 FUNCS += functions/gnutls_pkcs11_init
1389 FUNCS += functions/gnutls_pkcs11_init.short
1390 FUNCS += functions/gnutls_pkcs11_reinit
1391 FUNCS += functions/gnutls_pkcs11_reinit.short
1392 FUNCS += functions/gnutls_pkcs11_deinit
1393 FUNCS += functions/gnutls_pkcs11_deinit.short
1394 FUNCS += functions/gnutls_pkcs11_set_token_function
1395 FUNCS += functions/gnutls_pkcs11_set_token_function.short
1396 FUNCS += functions/gnutls_pkcs11_set_pin_function
1397 FUNCS += functions/gnutls_pkcs11_set_pin_function.short
1398 FUNCS += functions/gnutls_pkcs11_add_provider
1399 FUNCS += functions/gnutls_pkcs11_add_provider.short
1400 FUNCS += functions/gnutls_pkcs11_obj_init
1401 FUNCS += functions/gnutls_pkcs11_obj_init.short
1402 FUNCS += functions/gnutls_pkcs11_obj_import_url
1403 FUNCS += functions/gnutls_pkcs11_obj_import_url.short
1404 FUNCS += functions/gnutls_pkcs11_obj_export_url
1405 FUNCS += functions/gnutls_pkcs11_obj_export_url.short
1406 FUNCS += functions/gnutls_pkcs11_obj_deinit
1407 FUNCS += functions/gnutls_pkcs11_obj_deinit.short
1408 FUNCS += functions/gnutls_pkcs11_obj_export
1409 FUNCS += functions/gnutls_pkcs11_obj_export.short
1410 FUNCS += functions/gnutls_pkcs11_copy_x509_crt
1411 FUNCS += functions/gnutls_pkcs11_copy_x509_crt.short
1412 FUNCS += functions/gnutls_pkcs11_copy_x509_privkey
1413 FUNCS += functions/gnutls_pkcs11_copy_x509_privkey.short
1414 FUNCS += functions/gnutls_pkcs11_delete_url
1415 FUNCS += functions/gnutls_pkcs11_delete_url.short
1416 FUNCS += functions/gnutls_pkcs11_copy_secret_key
1417 FUNCS += functions/gnutls_pkcs11_copy_secret_key.short
1418 FUNCS += functions/gnutls_pkcs11_obj_get_info
1419 FUNCS += functions/gnutls_pkcs11_obj_get_info.short
1420 FUNCS += functions/gnutls_pkcs11_token_init
1421 FUNCS += functions/gnutls_pkcs11_token_init.short
1422 FUNCS += functions/gnutls_pkcs11_token_get_mechanism
1423 FUNCS += functions/gnutls_pkcs11_token_get_mechanism.short
1424 FUNCS += functions/gnutls_pkcs11_token_set_pin
1425 FUNCS += functions/gnutls_pkcs11_token_set_pin.short
1426 FUNCS += functions/gnutls_pkcs11_token_get_url
1427 FUNCS += functions/gnutls_pkcs11_token_get_url.short
1428 FUNCS += functions/gnutls_pkcs11_token_get_info
1429 FUNCS += functions/gnutls_pkcs11_token_get_info.short
1430 FUNCS += functions/gnutls_pkcs11_token_get_flags
1431 FUNCS += functions/gnutls_pkcs11_token_get_flags.short
1432 FUNCS += functions/gnutls_pkcs11_obj_list_import_url
1433 FUNCS += functions/gnutls_pkcs11_obj_list_import_url.short
1434 FUNCS += functions/gnutls_x509_crt_import_pkcs11
1435 FUNCS += functions/gnutls_x509_crt_import_pkcs11.short
1436 FUNCS += functions/gnutls_x509_crt_import_pkcs11_url
1437 FUNCS += functions/gnutls_x509_crt_import_pkcs11_url.short
1438 FUNCS += functions/gnutls_pkcs11_obj_get_type
1439 FUNCS += functions/gnutls_pkcs11_obj_get_type.short
1440 FUNCS += functions/gnutls_pkcs11_type_get_name
1441 FUNCS += functions/gnutls_pkcs11_type_get_name.short
1442 FUNCS += functions/gnutls_x509_crt_list_import_pkcs11
1443 FUNCS += functions/gnutls_x509_crt_list_import_pkcs11.short
1444 FUNCS += functions/gnutls_pkcs11_privkey_init
1445 FUNCS += functions/gnutls_pkcs11_privkey_init.short
1446 FUNCS += functions/gnutls_pkcs11_privkey_deinit
1447 FUNCS += functions/gnutls_pkcs11_privkey_deinit.short
1448 FUNCS += functions/gnutls_pkcs11_privkey_get_pk_algorithm
1449 FUNCS += functions/gnutls_pkcs11_privkey_get_pk_algorithm.short
1450 FUNCS += functions/gnutls_pkcs11_privkey_get_info
1451 FUNCS += functions/gnutls_pkcs11_privkey_get_info.short
1452 FUNCS += functions/gnutls_pkcs11_privkey_import_url
1453 FUNCS += functions/gnutls_pkcs11_privkey_import_url.short
1454 FUNCS += functions/gnutls_pkcs11_privkey_export_url
1455 FUNCS += functions/gnutls_pkcs11_privkey_export_url.short
1456 FUNCS += functions/gnutls_pkcs11_privkey_generate
1457 FUNCS += functions/gnutls_pkcs11_privkey_generate.short
1458 FUNCS += functions/gnutls_pkcs12_init
1459 FUNCS += functions/gnutls_pkcs12_init.short
1460 FUNCS += functions/gnutls_pkcs12_deinit
1461 FUNCS += functions/gnutls_pkcs12_deinit.short
1462 FUNCS += functions/gnutls_pkcs12_import
1463 FUNCS += functions/gnutls_pkcs12_import.short
1464 FUNCS += functions/gnutls_pkcs12_export
1465 FUNCS += functions/gnutls_pkcs12_export.short
1466 FUNCS += functions/gnutls_pkcs12_get_bag
1467 FUNCS += functions/gnutls_pkcs12_get_bag.short
1468 FUNCS += functions/gnutls_pkcs12_set_bag
1469 FUNCS += functions/gnutls_pkcs12_set_bag.short
1470 FUNCS += functions/gnutls_pkcs12_generate_mac
1471 FUNCS += functions/gnutls_pkcs12_generate_mac.short
1472 FUNCS += functions/gnutls_pkcs12_verify_mac
1473 FUNCS += functions/gnutls_pkcs12_verify_mac.short
1474 FUNCS += functions/gnutls_pkcs12_bag_decrypt
1475 FUNCS += functions/gnutls_pkcs12_bag_decrypt.short
1476 FUNCS += functions/gnutls_pkcs12_bag_encrypt
1477 FUNCS += functions/gnutls_pkcs12_bag_encrypt.short
1478 FUNCS += functions/gnutls_pkcs12_bag_get_type
1479 FUNCS += functions/gnutls_pkcs12_bag_get_type.short
1480 FUNCS += functions/gnutls_pkcs12_bag_get_data
1481 FUNCS += functions/gnutls_pkcs12_bag_get_data.short
1482 FUNCS += functions/gnutls_pkcs12_bag_set_data
1483 FUNCS += functions/gnutls_pkcs12_bag_set_data.short
1484 FUNCS += functions/gnutls_pkcs12_bag_set_crl
1485 FUNCS += functions/gnutls_pkcs12_bag_set_crl.short
1486 FUNCS += functions/gnutls_pkcs12_bag_set_crt
1487 FUNCS += functions/gnutls_pkcs12_bag_set_crt.short
1488 FUNCS += functions/gnutls_pkcs12_bag_init
1489 FUNCS += functions/gnutls_pkcs12_bag_init.short
1490 FUNCS += functions/gnutls_pkcs12_bag_deinit
1491 FUNCS += functions/gnutls_pkcs12_bag_deinit.short
1492 FUNCS += functions/gnutls_pkcs12_bag_get_count
1493 FUNCS += functions/gnutls_pkcs12_bag_get_count.short
1494 FUNCS += functions/gnutls_pkcs12_bag_get_key_id
1495 FUNCS += functions/gnutls_pkcs12_bag_get_key_id.short
1496 FUNCS += functions/gnutls_pkcs12_bag_set_key_id
1497 FUNCS += functions/gnutls_pkcs12_bag_set_key_id.short
1498 FUNCS += functions/gnutls_pkcs12_bag_get_friendly_name
1499 FUNCS += functions/gnutls_pkcs12_bag_get_friendly_name.short
1500 FUNCS += functions/gnutls_pkcs12_bag_set_friendly_name
1501 FUNCS += functions/gnutls_pkcs12_bag_set_friendly_name.short
1502 FUNCS += functions/gnutls_x509_crt_init
1503 FUNCS += functions/gnutls_x509_crt_init.short
1504 FUNCS += functions/gnutls_x509_crt_deinit
1505 FUNCS += functions/gnutls_x509_crt_deinit.short
1506 FUNCS += functions/gnutls_x509_crt_import
1507 FUNCS += functions/gnutls_x509_crt_import.short
1508 FUNCS += functions/gnutls_x509_crt_list_import2
1509 FUNCS += functions/gnutls_x509_crt_list_import2.short
1510 FUNCS += functions/gnutls_x509_crt_list_import
1511 FUNCS += functions/gnutls_x509_crt_list_import.short
1512 FUNCS += functions/gnutls_x509_crt_export
1513 FUNCS += functions/gnutls_x509_crt_export.short
1514 FUNCS += functions/gnutls_x509_crt_get_private_key_usage_period
1515 FUNCS += functions/gnutls_x509_crt_get_private_key_usage_period.short
1516 FUNCS += functions/gnutls_x509_crt_get_issuer_dn
1517 FUNCS += functions/gnutls_x509_crt_get_issuer_dn.short
1518 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_oid
1519 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_oid.short
1520 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid
1521 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid.short
1522 FUNCS += functions/gnutls_x509_crt_get_dn
1523 FUNCS += functions/gnutls_x509_crt_get_dn.short
1524 FUNCS += functions/gnutls_x509_crt_get_dn_oid
1525 FUNCS += functions/gnutls_x509_crt_get_dn_oid.short
1526 FUNCS += functions/gnutls_x509_crt_get_dn_by_oid
1527 FUNCS += functions/gnutls_x509_crt_get_dn_by_oid.short
1528 FUNCS += functions/gnutls_x509_crt_check_hostname
1529 FUNCS += functions/gnutls_x509_crt_check_hostname.short
1530 FUNCS += functions/gnutls_x509_crt_get_signature_algorithm
1531 FUNCS += functions/gnutls_x509_crt_get_signature_algorithm.short
1532 FUNCS += functions/gnutls_x509_crt_get_signature
1533 FUNCS += functions/gnutls_x509_crt_get_signature.short
1534 FUNCS += functions/gnutls_x509_crt_get_version
1535 FUNCS += functions/gnutls_x509_crt_get_version.short
1536 FUNCS += functions/gnutls_x509_crt_get_key_id
1537 FUNCS += functions/gnutls_x509_crt_get_key_id.short
1538 FUNCS += functions/gnutls_x509_crt_set_private_key_usage_period
1539 FUNCS += functions/gnutls_x509_crt_set_private_key_usage_period.short
1540 FUNCS += functions/gnutls_x509_crt_set_authority_key_id
1541 FUNCS += functions/gnutls_x509_crt_set_authority_key_id.short
1542 FUNCS += functions/gnutls_x509_crt_get_authority_key_id
1543 FUNCS += functions/gnutls_x509_crt_get_authority_key_id.short
1544 FUNCS += functions/gnutls_x509_crt_get_authority_key_gn_serial
1545 FUNCS += functions/gnutls_x509_crt_get_authority_key_gn_serial.short
1546 FUNCS += functions/gnutls_x509_crt_get_subject_key_id
1547 FUNCS += functions/gnutls_x509_crt_get_subject_key_id.short
1548 FUNCS += functions/gnutls_x509_crt_get_subject_unique_id
1549 FUNCS += functions/gnutls_x509_crt_get_subject_unique_id.short
1550 FUNCS += functions/gnutls_x509_crt_get_issuer_unique_id
1551 FUNCS += functions/gnutls_x509_crt_get_issuer_unique_id.short
1552 FUNCS += functions/gnutls_x509_crt_get_authority_info_access
1553 FUNCS += functions/gnutls_x509_crt_get_authority_info_access.short
1554 FUNCS += functions/gnutls_x509_crt_get_crl_dist_points
1555 FUNCS += functions/gnutls_x509_crt_get_crl_dist_points.short
1556 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points2
1557 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points2.short
1558 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points
1559 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points.short
1560 FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points
1561 FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points.short
1562 FUNCS += functions/gnutls_x509_crl_sign2
1563 FUNCS += functions/gnutls_x509_crl_sign2.short
1564 FUNCS += functions/gnutls_x509_crt_get_activation_time
1565 FUNCS += functions/gnutls_x509_crt_get_activation_time.short
1566 FUNCS += functions/gnutls_x509_crt_get_expiration_time
1567 FUNCS += functions/gnutls_x509_crt_get_expiration_time.short
1568 FUNCS += functions/gnutls_x509_crt_get_serial
1569 FUNCS += functions/gnutls_x509_crt_get_serial.short
1570 FUNCS += functions/gnutls_x509_crt_get_pk_algorithm
1571 FUNCS += functions/gnutls_x509_crt_get_pk_algorithm.short
1572 FUNCS += functions/gnutls_x509_crt_get_pk_rsa_raw
1573 FUNCS += functions/gnutls_x509_crt_get_pk_rsa_raw.short
1574 FUNCS += functions/gnutls_x509_crt_get_pk_dsa_raw
1575 FUNCS += functions/gnutls_x509_crt_get_pk_dsa_raw.short
1576 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name
1577 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name.short
1578 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name2
1579 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name2.short
1580 FUNCS += functions/gnutls_x509_crt_get_subject_alt_othername_oid
1581 FUNCS += functions/gnutls_x509_crt_get_subject_alt_othername_oid.short
1582 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name
1583 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name.short
1584 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name2
1585 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name2.short
1586 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_othername_oid
1587 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_othername_oid.short
1588 FUNCS += functions/gnutls_x509_crt_get_ca_status
1589 FUNCS += functions/gnutls_x509_crt_get_ca_status.short
1590 FUNCS += functions/gnutls_x509_crt_get_basic_constraints
1591 FUNCS += functions/gnutls_x509_crt_get_basic_constraints.short
1592 FUNCS += functions/gnutls_x509_crt_get_key_usage
1593 FUNCS += functions/gnutls_x509_crt_get_key_usage.short
1594 FUNCS += functions/gnutls_x509_crt_set_key_usage
1595 FUNCS += functions/gnutls_x509_crt_set_key_usage.short
1596 FUNCS += functions/gnutls_x509_crt_set_authority_info_access
1597 FUNCS += functions/gnutls_x509_crt_set_authority_info_access.short
1598 FUNCS += functions/gnutls_x509_crt_get_proxy
1599 FUNCS += functions/gnutls_x509_crt_get_proxy.short
1600 FUNCS += functions/gnutls_x509_dn_oid_known
1601 FUNCS += functions/gnutls_x509_dn_oid_known.short
1602 FUNCS += functions/gnutls_x509_dn_oid_name
1603 FUNCS += functions/gnutls_x509_dn_oid_name.short
1604 FUNCS += functions/gnutls_x509_crt_get_extension_oid
1605 FUNCS += functions/gnutls_x509_crt_get_extension_oid.short
1606 FUNCS += functions/gnutls_x509_crt_get_extension_by_oid
1607 FUNCS += functions/gnutls_x509_crt_get_extension_by_oid.short
1608 FUNCS += functions/gnutls_x509_crt_get_extension_info
1609 FUNCS += functions/gnutls_x509_crt_get_extension_info.short
1610 FUNCS += functions/gnutls_x509_crt_get_extension_data
1611 FUNCS += functions/gnutls_x509_crt_get_extension_data.short
1612 FUNCS += functions/gnutls_x509_crt_set_extension_by_oid
1613 FUNCS += functions/gnutls_x509_crt_set_extension_by_oid.short
1614 FUNCS += functions/gnutls_x509_crt_set_dn_by_oid
1615 FUNCS += functions/gnutls_x509_crt_set_dn_by_oid.short
1616 FUNCS += functions/gnutls_x509_crt_set_issuer_dn_by_oid
1617 FUNCS += functions/gnutls_x509_crt_set_issuer_dn_by_oid.short
1618 FUNCS += functions/gnutls_x509_crt_set_version
1619 FUNCS += functions/gnutls_x509_crt_set_version.short
1620 FUNCS += functions/gnutls_x509_crt_set_key
1621 FUNCS += functions/gnutls_x509_crt_set_key.short
1622 FUNCS += functions/gnutls_x509_crt_set_ca_status
1623 FUNCS += functions/gnutls_x509_crt_set_ca_status.short
1624 FUNCS += functions/gnutls_x509_crt_set_basic_constraints
1625 FUNCS += functions/gnutls_x509_crt_set_basic_constraints.short
1626 FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name
1627 FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name.short
1628 FUNCS += functions/gnutls_x509_crt_set_subject_alt_name
1629 FUNCS += functions/gnutls_x509_crt_set_subject_alt_name.short
1630 FUNCS += functions/gnutls_x509_crt_sign
1631 FUNCS += functions/gnutls_x509_crt_sign.short
1632 FUNCS += functions/gnutls_x509_crt_sign2
1633 FUNCS += functions/gnutls_x509_crt_sign2.short
1634 FUNCS += functions/gnutls_x509_crt_set_activation_time
1635 FUNCS += functions/gnutls_x509_crt_set_activation_time.short
1636 FUNCS += functions/gnutls_x509_crt_set_expiration_time
1637 FUNCS += functions/gnutls_x509_crt_set_expiration_time.short
1638 FUNCS += functions/gnutls_x509_crt_set_serial
1639 FUNCS += functions/gnutls_x509_crt_set_serial.short
1640 FUNCS += functions/gnutls_x509_crt_set_subject_key_id
1641 FUNCS += functions/gnutls_x509_crt_set_subject_key_id.short
1642 FUNCS += functions/gnutls_x509_crt_set_proxy_dn
1643 FUNCS += functions/gnutls_x509_crt_set_proxy_dn.short
1644 FUNCS += functions/gnutls_x509_crt_set_proxy
1645 FUNCS += functions/gnutls_x509_crt_set_proxy.short
1646 FUNCS += functions/gnutls_x509_crt_print
1647 FUNCS += functions/gnutls_x509_crt_print.short
1648 FUNCS += functions/gnutls_x509_crl_print
1649 FUNCS += functions/gnutls_x509_crl_print.short
1650 FUNCS += functions/gnutls_x509_crt_get_raw_issuer_dn
1651 FUNCS += functions/gnutls_x509_crt_get_raw_issuer_dn.short
1652 FUNCS += functions/gnutls_x509_crt_get_raw_dn
1653 FUNCS += functions/gnutls_x509_crt_get_raw_dn.short
1654 FUNCS += functions/gnutls_x509_rdn_get
1655 FUNCS += functions/gnutls_x509_rdn_get.short
1656 FUNCS += functions/gnutls_x509_rdn_get_oid
1657 FUNCS += functions/gnutls_x509_rdn_get_oid.short
1658 FUNCS += functions/gnutls_x509_rdn_get_by_oid
1659 FUNCS += functions/gnutls_x509_rdn_get_by_oid.short
1660 FUNCS += functions/gnutls_x509_crt_get_subject
1661 FUNCS += functions/gnutls_x509_crt_get_subject.short
1662 FUNCS += functions/gnutls_x509_crt_get_issuer
1663 FUNCS += functions/gnutls_x509_crt_get_issuer.short
1664 FUNCS += functions/gnutls_x509_dn_get_rdn_ava
1665 FUNCS += functions/gnutls_x509_dn_get_rdn_ava.short
1666 FUNCS += functions/gnutls_x509_dn_init
1667 FUNCS += functions/gnutls_x509_dn_init.short
1668 FUNCS += functions/gnutls_x509_dn_import
1669 FUNCS += functions/gnutls_x509_dn_import.short
1670 FUNCS += functions/gnutls_x509_dn_export
1671 FUNCS += functions/gnutls_x509_dn_export.short
1672 FUNCS += functions/gnutls_x509_dn_deinit
1673 FUNCS += functions/gnutls_x509_dn_deinit.short
1674 FUNCS += functions/gnutls_x509_crl_init
1675 FUNCS += functions/gnutls_x509_crl_init.short
1676 FUNCS += functions/gnutls_x509_crl_deinit
1677 FUNCS += functions/gnutls_x509_crl_deinit.short
1678 FUNCS += functions/gnutls_x509_crl_import
1679 FUNCS += functions/gnutls_x509_crl_import.short
1680 FUNCS += functions/gnutls_x509_crl_export
1681 FUNCS += functions/gnutls_x509_crl_export.short
1682 FUNCS += functions/gnutls_x509_crl_get_raw_issuer_dn
1683 FUNCS += functions/gnutls_x509_crl_get_raw_issuer_dn.short
1684 FUNCS += functions/gnutls_x509_crl_get_issuer_dn
1685 FUNCS += functions/gnutls_x509_crl_get_issuer_dn.short
1686 FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid
1687 FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid.short
1688 FUNCS += functions/gnutls_x509_crl_get_dn_oid
1689 FUNCS += functions/gnutls_x509_crl_get_dn_oid.short
1690 FUNCS += functions/gnutls_x509_crl_get_signature_algorithm
1691 FUNCS += functions/gnutls_x509_crl_get_signature_algorithm.short
1692 FUNCS += functions/gnutls_x509_crl_get_signature
1693 FUNCS += functions/gnutls_x509_crl_get_signature.short
1694 FUNCS += functions/gnutls_x509_crl_get_version
1695 FUNCS += functions/gnutls_x509_crl_get_version.short
1696 FUNCS += functions/gnutls_x509_crl_get_this_update
1697 FUNCS += functions/gnutls_x509_crl_get_this_update.short
1698 FUNCS += functions/gnutls_x509_crl_get_next_update
1699 FUNCS += functions/gnutls_x509_crl_get_next_update.short
1700 FUNCS += functions/gnutls_x509_crl_get_crt_count
1701 FUNCS += functions/gnutls_x509_crl_get_crt_count.short
1702 FUNCS += functions/gnutls_x509_crl_get_crt_serial
1703 FUNCS += functions/gnutls_x509_crl_get_crt_serial.short
1704 FUNCS += functions/gnutls_x509_crl_check_issuer
1705 FUNCS += functions/gnutls_x509_crl_check_issuer.short
1706 FUNCS += functions/gnutls_x509_crl_list_import2
1707 FUNCS += functions/gnutls_x509_crl_list_import2.short
1708 FUNCS += functions/gnutls_x509_crl_list_import
1709 FUNCS += functions/gnutls_x509_crl_list_import.short
1710 FUNCS += functions/gnutls_x509_crl_set_version
1711 FUNCS += functions/gnutls_x509_crl_set_version.short
1712 FUNCS += functions/gnutls_x509_crl_set_this_update
1713 FUNCS += functions/gnutls_x509_crl_set_this_update.short
1714 FUNCS += functions/gnutls_x509_crl_set_next_update
1715 FUNCS += functions/gnutls_x509_crl_set_next_update.short
1716 FUNCS += functions/gnutls_x509_crl_set_crt_serial
1717 FUNCS += functions/gnutls_x509_crl_set_crt_serial.short
1718 FUNCS += functions/gnutls_x509_crl_set_crt
1719 FUNCS += functions/gnutls_x509_crl_set_crt.short
1720 FUNCS += functions/gnutls_x509_crl_get_authority_key_id
1721 FUNCS += functions/gnutls_x509_crl_get_authority_key_id.short
1722 FUNCS += functions/gnutls_x509_crl_get_authority_key_gn_serial
1723 FUNCS += functions/gnutls_x509_crl_get_authority_key_gn_serial.short
1724 FUNCS += functions/gnutls_x509_crl_get_number
1725 FUNCS += functions/gnutls_x509_crl_get_number.short
1726 FUNCS += functions/gnutls_x509_crl_get_extension_oid
1727 FUNCS += functions/gnutls_x509_crl_get_extension_oid.short
1728 FUNCS += functions/gnutls_x509_crl_get_extension_info
1729 FUNCS += functions/gnutls_x509_crl_get_extension_info.short
1730 FUNCS += functions/gnutls_x509_crl_get_extension_data
1731 FUNCS += functions/gnutls_x509_crl_get_extension_data.short
1732 FUNCS += functions/gnutls_x509_crl_set_authority_key_id
1733 FUNCS += functions/gnutls_x509_crl_set_authority_key_id.short
1734 FUNCS += functions/gnutls_x509_crl_set_number
1735 FUNCS += functions/gnutls_x509_crl_set_number.short
1736 FUNCS += functions/gnutls_pkcs7_init
1737 FUNCS += functions/gnutls_pkcs7_init.short
1738 FUNCS += functions/gnutls_pkcs7_deinit
1739 FUNCS += functions/gnutls_pkcs7_deinit.short
1740 FUNCS += functions/gnutls_pkcs7_import
1741 FUNCS += functions/gnutls_pkcs7_import.short
1742 FUNCS += functions/gnutls_pkcs7_export
1743 FUNCS += functions/gnutls_pkcs7_export.short
1744 FUNCS += functions/gnutls_pkcs7_get_crt_count
1745 FUNCS += functions/gnutls_pkcs7_get_crt_count.short
1746 FUNCS += functions/gnutls_pkcs7_get_crt_raw
1747 FUNCS += functions/gnutls_pkcs7_get_crt_raw.short
1748 FUNCS += functions/gnutls_pkcs7_set_crt_raw
1749 FUNCS += functions/gnutls_pkcs7_set_crt_raw.short
1750 FUNCS += functions/gnutls_pkcs7_set_crt
1751 FUNCS += functions/gnutls_pkcs7_set_crt.short
1752 FUNCS += functions/gnutls_pkcs7_delete_crt
1753 FUNCS += functions/gnutls_pkcs7_delete_crt.short
1754 FUNCS += functions/gnutls_pkcs7_get_crl_raw
1755 FUNCS += functions/gnutls_pkcs7_get_crl_raw.short
1756 FUNCS += functions/gnutls_pkcs7_get_crl_count
1757 FUNCS += functions/gnutls_pkcs7_get_crl_count.short
1758 FUNCS += functions/gnutls_pkcs7_set_crl_raw
1759 FUNCS += functions/gnutls_pkcs7_set_crl_raw.short
1760 FUNCS += functions/gnutls_pkcs7_set_crl
1761 FUNCS += functions/gnutls_pkcs7_set_crl.short
1762 FUNCS += functions/gnutls_pkcs7_delete_crl
1763 FUNCS += functions/gnutls_pkcs7_delete_crl.short
1764 FUNCS += functions/gnutls_x509_crt_check_issuer
1765 FUNCS += functions/gnutls_x509_crt_check_issuer.short
1766 FUNCS += functions/gnutls_x509_crt_list_verify
1767 FUNCS += functions/gnutls_x509_crt_list_verify.short
1768 FUNCS += functions/gnutls_x509_crt_verify
1769 FUNCS += functions/gnutls_x509_crt_verify.short
1770 FUNCS += functions/gnutls_x509_crl_verify
1771 FUNCS += functions/gnutls_x509_crl_verify.short
1772 FUNCS += functions/gnutls_x509_crt_check_revocation
1773 FUNCS += functions/gnutls_x509_crt_check_revocation.short
1774 FUNCS += functions/gnutls_x509_crt_get_fingerprint
1775 FUNCS += functions/gnutls_x509_crt_get_fingerprint.short
1776 FUNCS += functions/gnutls_x509_crt_get_key_purpose_oid
1777 FUNCS += functions/gnutls_x509_crt_get_key_purpose_oid.short
1778 FUNCS += functions/gnutls_x509_crt_set_key_purpose_oid
1779 FUNCS += functions/gnutls_x509_crt_set_key_purpose_oid.short
1780 FUNCS += functions/gnutls_x509_privkey_init
1781 FUNCS += functions/gnutls_x509_privkey_init.short
1782 FUNCS += functions/gnutls_x509_privkey_deinit
1783 FUNCS += functions/gnutls_x509_privkey_deinit.short
1784 FUNCS += functions/gnutls_x509_privkey_sec_param
1785 FUNCS += functions/gnutls_x509_privkey_sec_param.short
1786 FUNCS += functions/gnutls_x509_privkey_cpy
1787 FUNCS += functions/gnutls_x509_privkey_cpy.short
1788 FUNCS += functions/gnutls_x509_privkey_import
1789 FUNCS += functions/gnutls_x509_privkey_import.short
1790 FUNCS += functions/gnutls_x509_privkey_import_pkcs8
1791 FUNCS += functions/gnutls_x509_privkey_import_pkcs8.short
1792 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw
1793 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw.short
1794 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw2
1795 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw2.short
1796 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw
1797 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw.short
1798 FUNCS += functions/gnutls_x509_privkey_fix
1799 FUNCS += functions/gnutls_x509_privkey_fix.short
1800 FUNCS += functions/gnutls_x509_privkey_export_dsa_raw
1801 FUNCS += functions/gnutls_x509_privkey_export_dsa_raw.short
1802 FUNCS += functions/gnutls_x509_privkey_import_dsa_raw
1803 FUNCS += functions/gnutls_x509_privkey_import_dsa_raw.short
1804 FUNCS += functions/gnutls_x509_privkey_get_pk_algorithm
1805 FUNCS += functions/gnutls_x509_privkey_get_pk_algorithm.short
1806 FUNCS += functions/gnutls_x509_privkey_get_key_id
1807 FUNCS += functions/gnutls_x509_privkey_get_key_id.short
1808 FUNCS += functions/gnutls_x509_privkey_generate
1809 FUNCS += functions/gnutls_x509_privkey_generate.short
1810 FUNCS += functions/gnutls_x509_privkey_verify_params
1811 FUNCS += functions/gnutls_x509_privkey_verify_params.short
1812 FUNCS += functions/gnutls_x509_privkey_export
1813 FUNCS += functions/gnutls_x509_privkey_export.short
1814 FUNCS += functions/gnutls_x509_privkey_export_pkcs8
1815 FUNCS += functions/gnutls_x509_privkey_export_pkcs8.short
1816 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw2
1817 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw2.short
1818 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw
1819 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw.short
1820 FUNCS += functions/gnutls_x509_privkey_export_ecc_raw
1821 FUNCS += functions/gnutls_x509_privkey_export_ecc_raw.short
1822 FUNCS += functions/gnutls_x509_crq_sign2
1823 FUNCS += functions/gnutls_x509_crq_sign2.short
1824 FUNCS += functions/gnutls_x509_crq_print
1825 FUNCS += functions/gnutls_x509_crq_print.short
1826 FUNCS += functions/gnutls_x509_crq_verify
1827 FUNCS += functions/gnutls_x509_crq_verify.short
1828 FUNCS += functions/gnutls_x509_crq_init
1829 FUNCS += functions/gnutls_x509_crq_init.short
1830 FUNCS += functions/gnutls_x509_crq_deinit
1831 FUNCS += functions/gnutls_x509_crq_deinit.short
1832 FUNCS += functions/gnutls_x509_crq_import
1833 FUNCS += functions/gnutls_x509_crq_import.short
1834 FUNCS += functions/gnutls_x509_crq_get_private_key_usage_period
1835 FUNCS += functions/gnutls_x509_crq_get_private_key_usage_period.short
1836 FUNCS += functions/gnutls_x509_crq_get_dn
1837 FUNCS += functions/gnutls_x509_crq_get_dn.short
1838 FUNCS += functions/gnutls_x509_crq_get_dn_oid
1839 FUNCS += functions/gnutls_x509_crq_get_dn_oid.short
1840 FUNCS += functions/gnutls_x509_crq_get_dn_by_oid
1841 FUNCS += functions/gnutls_x509_crq_get_dn_by_oid.short
1842 FUNCS += functions/gnutls_x509_crq_set_dn_by_oid
1843 FUNCS += functions/gnutls_x509_crq_set_dn_by_oid.short
1844 FUNCS += functions/gnutls_x509_crq_set_version
1845 FUNCS += functions/gnutls_x509_crq_set_version.short
1846 FUNCS += functions/gnutls_x509_crq_get_version
1847 FUNCS += functions/gnutls_x509_crq_get_version.short
1848 FUNCS += functions/gnutls_x509_crq_set_key
1849 FUNCS += functions/gnutls_x509_crq_set_key.short
1850 FUNCS += functions/gnutls_x509_crq_set_challenge_password
1851 FUNCS += functions/gnutls_x509_crq_set_challenge_password.short
1852 FUNCS += functions/gnutls_x509_crq_get_challenge_password
1853 FUNCS += functions/gnutls_x509_crq_get_challenge_password.short
1854 FUNCS += functions/gnutls_x509_crq_set_attribute_by_oid
1855 FUNCS += functions/gnutls_x509_crq_set_attribute_by_oid.short
1856 FUNCS += functions/gnutls_x509_crq_get_attribute_by_oid
1857 FUNCS += functions/gnutls_x509_crq_get_attribute_by_oid.short
1858 FUNCS += functions/gnutls_x509_crq_export
1859 FUNCS += functions/gnutls_x509_crq_export.short
1860 FUNCS += functions/gnutls_x509_crt_set_crq
1861 FUNCS += functions/gnutls_x509_crt_set_crq.short
1862 FUNCS += functions/gnutls_x509_crt_set_crq_extensions
1863 FUNCS += functions/gnutls_x509_crt_set_crq_extensions.short
1864 FUNCS += functions/gnutls_x509_crq_set_private_key_usage_period
1865 FUNCS += functions/gnutls_x509_crq_set_private_key_usage_period.short
1866 FUNCS += functions/gnutls_x509_crq_set_key_rsa_raw
1867 FUNCS += functions/gnutls_x509_crq_set_key_rsa_raw.short
1868 FUNCS += functions/gnutls_x509_crq_set_subject_alt_name
1869 FUNCS += functions/gnutls_x509_crq_set_subject_alt_name.short
1870 FUNCS += functions/gnutls_x509_crq_set_key_usage
1871 FUNCS += functions/gnutls_x509_crq_set_key_usage.short
1872 FUNCS += functions/gnutls_x509_crq_set_basic_constraints
1873 FUNCS += functions/gnutls_x509_crq_set_basic_constraints.short
1874 FUNCS += functions/gnutls_x509_crq_set_key_purpose_oid
1875 FUNCS += functions/gnutls_x509_crq_set_key_purpose_oid.short
1876 FUNCS += functions/gnutls_x509_crq_get_key_purpose_oid
1877 FUNCS += functions/gnutls_x509_crq_get_key_purpose_oid.short
1878 FUNCS += functions/gnutls_x509_crq_get_extension_data
1879 FUNCS += functions/gnutls_x509_crq_get_extension_data.short
1880 FUNCS += functions/gnutls_x509_crq_get_extension_info
1881 FUNCS += functions/gnutls_x509_crq_get_extension_info.short
1882 FUNCS += functions/gnutls_x509_crq_get_attribute_data
1883 FUNCS += functions/gnutls_x509_crq_get_attribute_data.short
1884 FUNCS += functions/gnutls_x509_crq_get_attribute_info
1885 FUNCS += functions/gnutls_x509_crq_get_attribute_info.short
1886 FUNCS += functions/gnutls_x509_crq_get_pk_algorithm
1887 FUNCS += functions/gnutls_x509_crq_get_pk_algorithm.short
1888 FUNCS += functions/gnutls_x509_crq_get_key_id
1889 FUNCS += functions/gnutls_x509_crq_get_key_id.short
1890 FUNCS += functions/gnutls_x509_crq_get_key_rsa_raw
1891 FUNCS += functions/gnutls_x509_crq_get_key_rsa_raw.short
1892 FUNCS += functions/gnutls_x509_crq_get_key_usage
1893 FUNCS += functions/gnutls_x509_crq_get_key_usage.short
1894 FUNCS += functions/gnutls_x509_crq_get_basic_constraints
1895 FUNCS += functions/gnutls_x509_crq_get_basic_constraints.short
1896 FUNCS += functions/gnutls_x509_crq_get_subject_alt_name
1897 FUNCS += functions/gnutls_x509_crq_get_subject_alt_name.short
1898 FUNCS += functions/gnutls_x509_crq_get_subject_alt_othername_oid
1899 FUNCS += functions/gnutls_x509_crq_get_subject_alt_othername_oid.short
1900 FUNCS += functions/gnutls_x509_crq_get_extension_by_oid
1901 FUNCS += functions/gnutls_x509_crq_get_extension_by_oid.short
1902 FUNCS += functions/gnutls_x509_trust_list_init
1903 FUNCS += functions/gnutls_x509_trust_list_init.short
1904 FUNCS += functions/gnutls_x509_trust_list_deinit
1905 FUNCS += functions/gnutls_x509_trust_list_deinit.short
1906 FUNCS += functions/gnutls_x509_trust_list_get_issuer
1907 FUNCS += functions/gnutls_x509_trust_list_get_issuer.short
1908 FUNCS += functions/gnutls_x509_trust_list_add_cas
1909 FUNCS += functions/gnutls_x509_trust_list_add_cas.short
1910 FUNCS += functions/gnutls_x509_trust_list_add_named_crt
1911 FUNCS += functions/gnutls_x509_trust_list_add_named_crt.short
1912 FUNCS += functions/gnutls_x509_trust_list_add_crls
1913 FUNCS += functions/gnutls_x509_trust_list_add_crls.short
1914 FUNCS += functions/gnutls_x509_trust_list_verify_named_crt
1915 FUNCS += functions/gnutls_x509_trust_list_verify_named_crt.short
1916 FUNCS += functions/gnutls_x509_trust_list_verify_crt
1917 FUNCS += functions/gnutls_x509_trust_list_verify_crt.short