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