Merge branch 'upstream' into tizen
[platform/upstream/gnutls.git] / doc / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
3 #
4 # Author: Nikos Mavrogiannopoulos
5 #
6 # This file is part of GnuTLS.
7 #
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.
12 #
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.
17 #
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.
21
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
26
27 SUBDIRS = examples cyclo scripts manpages credentials latex
28 if ENABLE_GTK_DOC
29 SUBDIRS += reference
30 endif
31
32 -include $(top_srcdir)/doc/doc.mk
33
34 invoke-gnutls-cli.texi: $(top_srcdir)/src/cli-args.def
35         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -L$(top_srcdir)/src -Tagtexi-cmd.tpl $<; \
36         if [ ! -e $@ ]; then \
37                 cp $(srcdir)/$@ .; \
38         fi; \
39         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
40         mv -f $@.tmp $@
41
42 invoke-gnutls-cli-debug.texi: $(top_srcdir)/src/cli-debug-args.def invoke-gnutls-cli.texi
43         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
44         if [ ! -e $@ ]; then \
45                 cp $(srcdir)/$@ .; \
46         fi; \
47         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
48         mv -f $@.tmp $@
49
50 invoke-gnutls-serv.texi: $(top_srcdir)/src/serv-args.def invoke-gnutls-cli-debug.texi
51         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
52         if [ ! -e $@ ]; then \
53                 cp $(srcdir)/$@ .; \
54         fi; \
55         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
56         mv -f $@.tmp $@
57
58 invoke-certtool.texi: $(top_srcdir)/src/certtool-args.def invoke-gnutls-serv.texi
59         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
60         if [ ! -e $@ ]; then \
61                 cp $(srcdir)/$@ .; \
62         fi; \
63         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
64         rm -f $@ && \
65         $(SED) -e 's/@subheading/@subsubheading/g' \
66             -e 's/@section/@subsection/g' $@.tmp > $@ && \
67         rm -f $@.tmp
68
69 invoke-ocsptool.texi: $(top_srcdir)/src/ocsptool-args.def invoke-certtool.texi
70         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
71         if [ ! -e $@ ]; then \
72                 cp $(srcdir)/$@ .; \
73         fi; \
74         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
75         rm -f $@ && \
76         $(SED) -e 's/@subheading/@subsubheading/g' \
77             -e 's/@section/@subsection/g' $@.tmp > $@ && \
78         rm -f $@.tmp
79
80 invoke-danetool.texi: $(top_srcdir)/src/danetool-args.def invoke-ocsptool.texi
81         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
82         if [ ! -e $@ ]; then \
83                 cp $(srcdir)/$@ .; \
84         fi; \
85         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
86         rm -f $@ && \
87         $(SED) -e 's/@subheading/@subsubheading/g' \
88             -e 's/@section/@subsection/g' $@.tmp > $@ && \
89         rm -f $@.tmp
90
91 invoke-srptool.texi: $(top_srcdir)/src/srptool-args.def invoke-danetool.texi
92         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
93         if [ ! -e $@ ]; then \
94                 cp $(srcdir)/$@ .; \
95         fi; \
96         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
97         rm -f $@ && \
98         $(SED) -e 's/@subheading/@subsubheading/g' \
99             -e 's/@section/@subsubsection/g' $@.tmp > $@ && \
100         rm -f $@.tmp
101
102 invoke-psktool.texi: $(top_srcdir)/src/psktool-args.def invoke-srptool.texi
103         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
104         if [ ! -e $@ ]; then \
105                 cp $(srcdir)/$@ .; \
106         fi; \
107         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
108         rm -f $@ && \
109         $(SED) -e 's/@subheading/@subsubheading/g' \
110             -e 's/@section/@subsubsection/g' $@.tmp > $@ && \
111         rm -f $@.tmp
112
113 invoke-p11tool.texi: $(top_srcdir)/src/p11tool-args.def invoke-psktool.texi
114         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
115         if [ ! -e $@ ]; then \
116                 cp $(srcdir)/$@ .; \
117         fi; \
118         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
119         rm -f $@ && \
120         $(SED) -e 's/@subheading/@subsection/g' \
121             -e 's/@section/@subsection/g' $@.tmp > $@ && \
122         rm -f $@.tmp
123
124 invoke-tpmtool.texi: $(top_srcdir)/src/tpmtool-args.def invoke-p11tool.texi
125         PATH="$(top_builddir)/src/:$${PATH}:" $(AUTOGEN) -Tagtexi-cmd.tpl $<; \
126         if [ ! -e $@ ]; then \
127                 cp $(srcdir)/$@ .; \
128         fi; \
129         $(srcdir)/scripts/cleanup-autogen.pl < $@ > $@.tmp && \
130         rm -f $@ && \
131         $(SED) -e 's/@subheading/@subsection/g' \
132             -e 's/@section/@subsection/g' $@.tmp > $@ && \
133         rm -f $@.tmp
134
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 cha-crypto.texi cha-auth.texi
144
145 AUTOGENED_DOC = 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
149
150 gnutls_TEXINFOS += stamp_functions
151
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
161
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
173
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
184
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
193
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
198
199 MAINTAINERCLEANFILES =
200
201 # Generated texinfos.
202
203 API_FILES=gnutls-api.texi x509-api.texi pgp-api.texi pkcs12-api.texi \
204         tpm-api.texi pkcs11-api.texi abstract-api.texi compat-api.texi \
205         dtls-api.texi crypto-api.texi ocsp-api.texi tpm-api.texi dane-api.texi \
206         pkcs7-api.texi
207
208 clean-local:
209         -rm -f stamp_enums stamp_functions
210         -rm -rf functions/ enums/
211         -rm -f $(API_FILES)
212
213 gnutls_TEXINFOS += $(API_FILES)
214
215 MAINTAINERCLEANFILES += $(API_FILES)
216
217 gnutls-api.texi: $(top_srcdir)/lib/includes/gnutls/gnutls.h.in
218         echo "" > $@-tmp
219         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
220                 echo $(ECHO_N) "Creating documentation for $$i... " && \
221                 $(srcdir)/scripts/gdoc -texinfo \
222                         -function $$i \
223                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
224                 echo "ok"; \
225         done
226         mv -f $@-tmp $@
227
228 dane-api.texi: $(top_srcdir)/libdane/includes/gnutls/dane.h
229         echo "" > $@-tmp
230         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
231                 echo $(ECHO_N) "Creating documentation for $$i... " && \
232                 $(srcdir)/scripts/gdoc -texinfo \
233                         -function $$i \
234                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
235                 echo "ok"; \
236         done
237         mv -f $@-tmp $@
238
239 x509-api.texi: $(top_srcdir)/lib/includes/gnutls/x509.h $(top_srcdir)/lib/includes/gnutls/x509-ext.h
240         echo "" > $@-tmp
241         cat $^ > $@-tmp2
242         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $@-tmp2 |sort |uniq`; do \
243                 echo $(ECHO_N) "Creating documentation for $$i... " && \
244                 $(srcdir)/scripts/gdoc -texinfo \
245                         -function $$i \
246                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
247                 echo "ok"; \
248         done
249         rm -f $@-tmp2
250         mv -f $@-tmp $@
251
252 pgp-api.texi: $(top_srcdir)/lib/includes/gnutls/openpgp.h
253         echo "" > $@-tmp
254         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
255                 echo $(ECHO_N) "Creating documentation for $$i... " && \
256                 $(srcdir)/scripts/gdoc -texinfo \
257                         -function $$i \
258                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
259                 echo "ok"; \
260         done
261         mv -f $@-tmp $@
262
263
264 pkcs12-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs12.h
265         echo "" > $@-tmp
266         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
267                 echo $(ECHO_N) "Creating documentation for $$i... " && \
268                 $(srcdir)/scripts/gdoc -texinfo \
269                         -function $$i \
270                         $(C_X509_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
271                 echo "ok"; \
272         done
273         mv -f $@-tmp $@
274
275 pkcs11-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs11.h
276         echo "" > $@-tmp
277         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
278                 echo $(ECHO_N) "Creating documentation for $$i... " && \
279                 $(srcdir)/scripts/gdoc -texinfo \
280                         -function $$i \
281                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
282                 echo "ok"; \
283         done
284         mv -f $@-tmp $@
285
286 pkcs7-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs7.h
287         echo "" > $@-tmp
288         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
289                 echo $(ECHO_N) "Creating documentation for $$i... " && \
290                 $(srcdir)/scripts/gdoc -texinfo \
291                         -function $$i \
292                         $(C_X509_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
293                 echo "ok"; \
294         done
295         mv -f $@-tmp $@
296
297 tpm-api.texi: $(top_srcdir)/lib/includes/gnutls/tpm.h
298         echo "" > $@-tmp
299         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
300                 echo $(ECHO_N) "Creating documentation for $$i... " && \
301                 $(srcdir)/scripts/gdoc -texinfo \
302                         -function $$i \
303                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
304                 echo "ok"; \
305         done
306         mv -f $@-tmp $@
307
308 abstract-api.texi: $(top_srcdir)/lib/includes/gnutls/abstract.h $(top_srcdir)/lib/includes/gnutls/urls.h $(top_srcdir)/lib/includes/gnutls/system-keys.h
309         echo "" > $@-tmp
310         cat $^ >$@-headers-tmp
311         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $@-headers-tmp |sort|uniq`; do \
312                 echo $(ECHO_N) "Creating documentation for $$i... " && \
313                 $(srcdir)/scripts/gdoc -texinfo \
314                         -function $$i \
315                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
316                 echo "ok"; \
317         done
318         rm -f $@-headers-tmp
319         mv -f $@-tmp $@
320
321 compat-api.texi: $(top_srcdir)/lib/includes/gnutls/compat.h
322         echo "" > $@-tmp
323         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
324                 echo $(ECHO_N) "Creating documentation for $$i... " && \
325                 $(srcdir)/scripts/gdoc -texinfo \
326                         -function $$i \
327                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
328                 echo "ok"; \
329         done
330         mv -f $@-tmp $@
331
332 dtls-api.texi: $(top_srcdir)/lib/includes/gnutls/dtls.h
333         echo "" > $@-tmp
334         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
335                 echo $(ECHO_N) "Creating documentation for $$i... " && \
336                 $(srcdir)/scripts/gdoc -texinfo \
337                         -function $$i \
338                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
339                 echo "ok"; \
340         done
341         mv -f $@-tmp $@
342
343 crypto-api.texi: $(top_srcdir)/lib/includes/gnutls/crypto.h
344         echo "" > $@-tmp
345         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
346                 echo $(ECHO_N) "Creating documentation for $$i... " && \
347                 $(srcdir)/scripts/gdoc -texinfo \
348                         -function $$i \
349                         $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
350                 echo "ok"; \
351         done
352         mv -f $@-tmp $@
353
354 ocsp-api.texi: $(top_srcdir)/lib/includes/gnutls/ocsp.h
355         echo "" > $@-tmp
356         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
357                 echo $(ECHO_N) "Creating documentation for $$i... " && \
358                 $(srcdir)/scripts/gdoc -texinfo \
359                         -function $$i \
360                         $(C_X509_SOURCE_FILES) >> $@-tmp 2>/dev/null && \
361                 echo "ok"; \
362         done
363         mv -f $@-tmp $@
364
365 # Generated texinfos.
366 # for some reason it does not work when cross compiling
367 if !WINDOWS
368 gnutls_TEXINFOS += error_codes.texi algorithms.texi alerts.texi enums.texi
369 endif
370
371 DISTCLEANFILES = error_codes.texi algorithms.texi alerts.texi enums.texi
372
373 AM_CPPFLAGS = \
374         -I$(top_builddir)/lib/includes -I$(top_srcdir)/lib/includes \
375         -I$(top_builddir)/
376
377 EXTRA_PROGRAMS = errcodes printlist alert-printlist
378
379 errcodes_SOURCES = errcodes.c common.c common.h
380 errcodes_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
381
382 printlist_SOURCES = printlist.c common.c common.h
383 printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
384
385 alert_printlist_SOURCES = alert-printlist.c common.c common.h
386 alert_printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
387
388 error_codes.texi: $(top_srcdir)/lib/gnutls_errors.c $(srcdir)/errcodes.c
389         $(MAKE) $(builddir)/errcodes
390         $(builddir)/errcodes > $@-tmp
391         mv -f $@-tmp $@
392
393 algorithms.texi: $(top_srcdir)/lib/algorithms/ciphers.c $(srcdir)/printlist.c
394         $(MAKE) $(builddir)/printlist
395         $(builddir)/printlist > $@-tmp
396         mv -f $@-tmp $@
397
398 alerts.texi: $(top_srcdir)/lib/gnutls_alert.c $(srcdir)/alert-printlist.c
399         $(MAKE) $(builddir)/alert-printlist
400         $(builddir)/alert-printlist > $@-tmp
401         mv -f $@-tmp $@
402
403 enums.texi: $(HEADER_FILES)
404         echo "" > $@-tmp
405         for i in $^; do \
406                 echo $(ECHO_N) "Creating documentation for $$i... " && \
407                 $(srcdir)/scripts/gdoc -texinfo $$i >> $@-tmp && \
408                 echo "ok"; \
409         done
410         mv -f $@-tmp $@
411
412 gnutls_TEXINFOS += $(ENUMS) $(FUNCS) $(AUTOGENED_DOC)
413 DISTCLEANFILES += $(ENUMS) stamp_enums stamp_functions
414
415
416 stamp_functions: $(API_FILES)
417         -mkdir functions
418         -rm -f functions/*.short
419         for i in $^; do \
420                 $(srcdir)/scripts/split-texi.pl functions < $$i; \
421         done
422         $(SED) -i 's/\@anchor{.*//g' functions/*
423         $(SED) -i 's/\@subheading.*//g' functions/*
424         cd functions && for i in *;do grep ^"@deftypefun" $$i | $(SED) 's/@deftypefun/@item/g;s/ {/ @var{/;s/ {/ @ref{/' > ../functions/$$i.short;done
425         echo $@ > $@
426
427 stamp_enums: enums.texi
428         -mkdir enums
429         $(srcdir)/scripts/split-texi.pl enums enum < $<
430         echo $@ > $@
431
432 $(ENUMS): stamp_enums
433
434 $(FUNCS): stamp_functions
435
436 compare-exported:
437         rm -f tmp-exp-$@ tmp-head-$@
438         for i in ../libdane/includes/gnutls/*.h ../lib/includes/gnutls/*.h;do perl scripts/getfuncs.pl <$$i >>tmp-head-$@;done
439         sort -u tmp-head-$@ > tmp2-head-$@
440         mv tmp2-head-$@ tmp-head-$@
441         scripts/getfuncs-map.pl <../lib/libgnutls.map >tmp-exp-$@
442         scripts/getfuncs-map.pl <../libdane/libdane.map >>tmp-exp-$@
443         sort -u tmp-exp-$@ > tmp2-exp-$@
444         mv tmp2-exp-$@ tmp-exp-$@
445         @echo "******************************************************************************"
446         @echo "If the following step fails there is a symbol in headers that is not exported or vice-versa"
447         @echo "******************************************************************************"
448         diff -u tmp-exp-$@ tmp-head-$@
449         rm -f tmp-exp-$@ tmp-head-$@
450
451 compare-makefile: enums.texi
452         @echo "******************************************************************************"
453         @echo "If the following step fails copy $(srcdir)/doc/tmp-compare-makefile to doc/Makefile.am"
454         @echo "******************************************************************************"
455         ENUMS=`grep '^@c ' $< | $(SED) 's/@c //g' | sort -d`; \
456         STR=""; \
457         for i in $$ENUMS; do \
458                 STR="$$STR\nENUMS += enums/$$i"; \
459         done; \
460         grep -v -e '^ENUMS += ' $(srcdir)/Makefile.am | \
461                 perl -p -e "s,^ENUMS =,ENUMS =$$STR," > tmp-$@; \
462         diff -u $(srcdir)/Makefile.am tmp-$@ >/dev/null
463         rm -f tmp-$@
464         FUNCS=`cat $(HEADER_FILES) | $(top_srcdir)/doc/scripts/getfuncs.pl|sort -d|uniq`; \
465         MANS=""; \
466         for i in $$FUNCS; do \
467                 MANS="$$MANS\nFUNCS += functions/$$i\nFUNCS += functions/$$i.short"; \
468         done; \
469         grep -v -e '^FUNCS += ' $(srcdir)/Makefile.am > tmp-$@; \
470         echo "\"s,^FUNCS =,FUNCS =$$MANS,\" -i tmp-$@"|xargs $(SED)
471         @echo "******************************************************************************"
472         @echo "If the following step fails copy $(srcdir)/doc/tmp-compare-makefile to doc/Makefile.am"
473         @echo "******************************************************************************"
474         diff -u $(srcdir)/Makefile.am tmp-$@ >/dev/null
475         rm -f tmp-$@
476
477 .PHONY: compare-makefile compare-exported
478
479 # Guile texinfos.
480
481 guile_texi = core.c.texi
482 BUILT_SOURCES        = $(guile_texi)
483 MAINTAINERCLEANFILES += $(guile_texi)
484 EXTRA_DIST           += $(guile_texi) extract-guile-c-doc.scm
485 guile_TEXINFOS       = gnutls-guile.texi $(guile_texi)
486
487 if HAVE_GUILE
488
489 GUILE_FOR_BUILD =                               \
490   GUILE_AUTO_COMPILE=0                          \
491   $(GUILE) -L $(top_srcdir)/guile/modules
492
493 SNARF_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)                      \
494          -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes    \
495          -I$(top_srcdir)/extra/includes                         \
496          -I$(top_srcdir)/guile/src -I$(top_builddir)/guile/src          \
497          $(GUILE_CFLAGS)
498
499 core.c.texi: $(top_srcdir)/guile/src/core.c
500         $(MAKE) -C ../guile/src built-sources &&                        \
501         $(GUILE_FOR_BUILD) -l "$(srcdir)/extract-guile-c-doc.scm"       \
502            -e '(apply main (cdr (command-line)))'                       \
503            -- "$^" "$(CPP)" "$(SNARF_CPPFLAGS) $(CPPFLAGS)"             \
504            > "$@"
505
506 else !HAVE_GUILE
507
508 core.c.texi:
509         echo "(Guile not available, documentation not generated.)" > $@
510
511 endif !HAVE_GUILE
512
513 gnutls.xml: epub.texi
514         makeinfo --docbook $<
515         $(SED) -i 's/\&\#8226;//g' $@
516
517 gnutls.epub: gnutls.xml
518         dbtoepub $<
519         epub-fix --delete-unmanifested gnutls.epub
520
521 ENUMS =
522 ENUMS += enums/dane_cert_type_t
523 ENUMS += enums/dane_cert_usage_t
524 ENUMS += enums/dane_match_type_t
525 ENUMS += enums/dane_query_status_t
526 ENUMS += enums/dane_state_flags_t
527 ENUMS += enums/dane_verify_flags_t
528 ENUMS += enums/dane_verify_status_t
529 ENUMS += enums/gnutls_alert_description_t
530 ENUMS += enums/gnutls_alert_level_t
531 ENUMS += enums/gnutls_certificate_flags
532 ENUMS += enums/gnutls_certificate_import_flags
533 ENUMS += enums/gnutls_certificate_print_formats_t
534 ENUMS += enums/gnutls_certificate_request_t
535 ENUMS += enums/gnutls_certificate_status_t
536 ENUMS += enums/gnutls_certificate_type_t
537 ENUMS += enums/gnutls_certificate_verification_profiles_t
538 ENUMS += enums/gnutls_certificate_verify_flags
539 ENUMS += enums/gnutls_channel_binding_t
540 ENUMS += enums/gnutls_cipher_algorithm_t
541 ENUMS += enums/gnutls_close_request_t
542 ENUMS += enums/gnutls_compression_method_t
543 ENUMS += enums/gnutls_credentials_type_t
544 ENUMS += enums/gnutls_digest_algorithm_t
545 ENUMS += enums/gnutls_ecc_curve_t
546 ENUMS += enums/gnutls_ext_parse_type_t
547 ENUMS += enums/gnutls_handshake_description_t
548 ENUMS += enums/gnutls_keyid_flags_t
549 ENUMS += enums/gnutls_kx_algorithm_t
550 ENUMS += enums/gnutls_mac_algorithm_t
551 ENUMS += enums/gnutls_ocsp_cert_status_t
552 ENUMS += enums/gnutls_ocsp_print_formats_t
553 ENUMS += enums/gnutls_ocsp_resp_status_t
554 ENUMS += enums/gnutls_ocsp_verify_reason_t
555 ENUMS += enums/gnutls_openpgp_crt_fmt_t
556 ENUMS += enums/gnutls_openpgp_crt_status_t
557 ENUMS += enums/gnutls_params_type_t
558 ENUMS += enums/gnutls_pin_flag_t
559 ENUMS += enums/gnutls_pk_algorithm_t
560 ENUMS += enums/gnutls_pkcs11_obj_flags
561 ENUMS += enums/gnutls_pkcs11_obj_info_t
562 ENUMS += enums/gnutls_pkcs11_obj_type_t
563 ENUMS += enums/gnutls_pkcs11_token_info_t
564 ENUMS += enums/gnutls_pkcs11_url_type_t
565 ENUMS += enums/gnutls_pkcs12_bag_type_t
566 ENUMS += enums/gnutls_pkcs7_sign_flags
567 ENUMS += enums/gnutls_pkcs_encrypt_flags_t
568 ENUMS += enums/gnutls_privkey_flags_t
569 ENUMS += enums/gnutls_privkey_type_t
570 ENUMS += enums/gnutls_protocol_t
571 ENUMS += enums/gnutls_psk_key_flags
572 ENUMS += enums/gnutls_pubkey_flags_t
573 ENUMS += enums/gnutls_rnd_level_t
574 ENUMS += enums/gnutls_sec_param_t
575 ENUMS += enums/gnutls_server_name_type_t
576 ENUMS += enums/gnutls_sign_algorithm_t
577 ENUMS += enums/gnutls_srtp_profile_t
578 ENUMS += enums/gnutls_supplemental_data_format_type_t
579 ENUMS += enums/gnutls_tpmkey_fmt_t
580 ENUMS += enums/gnutls_vdata_types_t
581 ENUMS += enums/gnutls_x509_crl_reason_t
582 ENUMS += enums/gnutls_x509_crt_fmt_t
583 ENUMS += enums/gnutls_x509_subject_alt_name_t
584
585 FUNCS =
586 FUNCS += functions/dane_cert_type_name
587 FUNCS += functions/dane_cert_type_name.short
588 FUNCS += functions/dane_cert_usage_name
589 FUNCS += functions/dane_cert_usage_name.short
590 FUNCS += functions/dane_match_type_name
591 FUNCS += functions/dane_match_type_name.short
592 FUNCS += functions/dane_query_data
593 FUNCS += functions/dane_query_data.short
594 FUNCS += functions/dane_query_deinit
595 FUNCS += functions/dane_query_deinit.short
596 FUNCS += functions/dane_query_entries
597 FUNCS += functions/dane_query_entries.short
598 FUNCS += functions/dane_query_status
599 FUNCS += functions/dane_query_status.short
600 FUNCS += functions/dane_query_tlsa
601 FUNCS += functions/dane_query_tlsa.short
602 FUNCS += functions/dane_query_to_raw_tlsa
603 FUNCS += functions/dane_query_to_raw_tlsa.short
604 FUNCS += functions/dane_raw_tlsa
605 FUNCS += functions/dane_raw_tlsa.short
606 FUNCS += functions/dane_state_deinit
607 FUNCS += functions/dane_state_deinit.short
608 FUNCS += functions/dane_state_init
609 FUNCS += functions/dane_state_init.short
610 FUNCS += functions/dane_state_set_dlv_file
611 FUNCS += functions/dane_state_set_dlv_file.short
612 FUNCS += functions/dane_strerror
613 FUNCS += functions/dane_strerror.short
614 FUNCS += functions/dane_verification_status_print
615 FUNCS += functions/dane_verification_status_print.short
616 FUNCS += functions/dane_verify_crt
617 FUNCS += functions/dane_verify_crt.short
618 FUNCS += functions/dane_verify_crt_raw
619 FUNCS += functions/dane_verify_crt_raw.short
620 FUNCS += functions/dane_verify_session_crt
621 FUNCS += functions/dane_verify_session_crt.short
622 FUNCS += functions/gnutls_aead_cipher_decrypt
623 FUNCS += functions/gnutls_aead_cipher_decrypt.short
624 FUNCS += functions/gnutls_aead_cipher_deinit
625 FUNCS += functions/gnutls_aead_cipher_deinit.short
626 FUNCS += functions/gnutls_aead_cipher_encrypt
627 FUNCS += functions/gnutls_aead_cipher_encrypt.short
628 FUNCS += functions/gnutls_aead_cipher_init
629 FUNCS += functions/gnutls_aead_cipher_init.short
630 FUNCS += functions/gnutls_alert_get
631 FUNCS += functions/gnutls_alert_get.short
632 FUNCS += functions/gnutls_alert_get_name
633 FUNCS += functions/gnutls_alert_get_name.short
634 FUNCS += functions/gnutls_alert_get_strname
635 FUNCS += functions/gnutls_alert_get_strname.short
636 FUNCS += functions/gnutls_alert_send
637 FUNCS += functions/gnutls_alert_send.short
638 FUNCS += functions/gnutls_alert_send_appropriate
639 FUNCS += functions/gnutls_alert_send_appropriate.short
640 FUNCS += functions/gnutls_alpn_get_selected_protocol
641 FUNCS += functions/gnutls_alpn_get_selected_protocol.short
642 FUNCS += functions/gnutls_alpn_set_protocols
643 FUNCS += functions/gnutls_alpn_set_protocols.short
644 FUNCS += functions/gnutls_anon_allocate_client_credentials
645 FUNCS += functions/gnutls_anon_allocate_client_credentials.short
646 FUNCS += functions/gnutls_anon_allocate_server_credentials
647 FUNCS += functions/gnutls_anon_allocate_server_credentials.short
648 FUNCS += functions/gnutls_anon_free_client_credentials
649 FUNCS += functions/gnutls_anon_free_client_credentials.short
650 FUNCS += functions/gnutls_anon_free_server_credentials
651 FUNCS += functions/gnutls_anon_free_server_credentials.short
652 FUNCS += functions/gnutls_anon_set_params_function
653 FUNCS += functions/gnutls_anon_set_params_function.short
654 FUNCS += functions/gnutls_anon_set_server_dh_params
655 FUNCS += functions/gnutls_anon_set_server_dh_params.short
656 FUNCS += functions/gnutls_anon_set_server_params_function
657 FUNCS += functions/gnutls_anon_set_server_params_function.short
658 FUNCS += functions/gnutls_auth_client_get_type
659 FUNCS += functions/gnutls_auth_client_get_type.short
660 FUNCS += functions/gnutls_auth_get_type
661 FUNCS += functions/gnutls_auth_get_type.short
662 FUNCS += functions/gnutls_auth_server_get_type
663 FUNCS += functions/gnutls_auth_server_get_type.short
664 FUNCS += functions/gnutls_buffer_append_data
665 FUNCS += functions/gnutls_buffer_append_data.short
666 FUNCS += functions/gnutls_bye
667 FUNCS += functions/gnutls_bye.short
668 FUNCS += functions/gnutls_certificate_activation_time_peers
669 FUNCS += functions/gnutls_certificate_activation_time_peers.short
670 FUNCS += functions/gnutls_certificate_allocate_credentials
671 FUNCS += functions/gnutls_certificate_allocate_credentials.short
672 FUNCS += functions/gnutls_certificate_client_get_request_status
673 FUNCS += functions/gnutls_certificate_client_get_request_status.short
674 FUNCS += functions/gnutls_certificate_expiration_time_peers
675 FUNCS += functions/gnutls_certificate_expiration_time_peers.short
676 FUNCS += functions/gnutls_certificate_free_ca_names
677 FUNCS += functions/gnutls_certificate_free_ca_names.short
678 FUNCS += functions/gnutls_certificate_free_cas
679 FUNCS += functions/gnutls_certificate_free_cas.short
680 FUNCS += functions/gnutls_certificate_free_credentials
681 FUNCS += functions/gnutls_certificate_free_credentials.short
682 FUNCS += functions/gnutls_certificate_free_crls
683 FUNCS += functions/gnutls_certificate_free_crls.short
684 FUNCS += functions/gnutls_certificate_free_keys
685 FUNCS += functions/gnutls_certificate_free_keys.short
686 FUNCS += functions/gnutls_certificate_get_crt_raw
687 FUNCS += functions/gnutls_certificate_get_crt_raw.short
688 FUNCS += functions/gnutls_certificate_get_issuer
689 FUNCS += functions/gnutls_certificate_get_issuer.short
690 FUNCS += functions/gnutls_certificate_get_openpgp_crt
691 FUNCS += functions/gnutls_certificate_get_openpgp_crt.short
692 FUNCS += functions/gnutls_certificate_get_openpgp_key
693 FUNCS += functions/gnutls_certificate_get_openpgp_key.short
694 FUNCS += functions/gnutls_certificate_get_ours
695 FUNCS += functions/gnutls_certificate_get_ours.short
696 FUNCS += functions/gnutls_certificate_get_peers
697 FUNCS += functions/gnutls_certificate_get_peers.short
698 FUNCS += functions/gnutls_certificate_get_peers_subkey_id
699 FUNCS += functions/gnutls_certificate_get_peers_subkey_id.short
700 FUNCS += functions/gnutls_certificate_get_trust_list
701 FUNCS += functions/gnutls_certificate_get_trust_list.short
702 FUNCS += functions/gnutls_certificate_get_verify_flags
703 FUNCS += functions/gnutls_certificate_get_verify_flags.short
704 FUNCS += functions/gnutls_certificate_get_x509_crt
705 FUNCS += functions/gnutls_certificate_get_x509_crt.short
706 FUNCS += functions/gnutls_certificate_get_x509_key
707 FUNCS += functions/gnutls_certificate_get_x509_key.short
708 FUNCS += functions/gnutls_certificate_send_x509_rdn_sequence
709 FUNCS += functions/gnutls_certificate_send_x509_rdn_sequence.short
710 FUNCS += functions/gnutls_certificate_server_set_request
711 FUNCS += functions/gnutls_certificate_server_set_request.short
712 FUNCS += functions/gnutls_certificate_set_dh_params
713 FUNCS += functions/gnutls_certificate_set_dh_params.short
714 FUNCS += functions/gnutls_certificate_set_flags
715 FUNCS += functions/gnutls_certificate_set_flags.short
716 FUNCS += functions/gnutls_certificate_set_key
717 FUNCS += functions/gnutls_certificate_set_key.short
718 FUNCS += functions/gnutls_certificate_set_ocsp_status_request_file
719 FUNCS += functions/gnutls_certificate_set_ocsp_status_request_file.short
720 FUNCS += functions/gnutls_certificate_set_ocsp_status_request_function
721 FUNCS += functions/gnutls_certificate_set_ocsp_status_request_function.short
722 FUNCS += functions/gnutls_certificate_set_openpgp_key
723 FUNCS += functions/gnutls_certificate_set_openpgp_key.short
724 FUNCS += functions/gnutls_certificate_set_openpgp_key_file
725 FUNCS += functions/gnutls_certificate_set_openpgp_key_file.short
726 FUNCS += functions/gnutls_certificate_set_openpgp_key_file2
727 FUNCS += functions/gnutls_certificate_set_openpgp_key_file2.short
728 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem
729 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem.short
730 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem2
731 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem2.short
732 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_file
733 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_file.short
734 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_mem
735 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_mem.short
736 FUNCS += functions/gnutls_certificate_set_params_function
737 FUNCS += functions/gnutls_certificate_set_params_function.short
738 FUNCS += functions/gnutls_certificate_set_pin_function
739 FUNCS += functions/gnutls_certificate_set_pin_function.short
740 FUNCS += functions/gnutls_certificate_set_retrieve_function
741 FUNCS += functions/gnutls_certificate_set_retrieve_function.short
742 FUNCS += functions/gnutls_certificate_set_retrieve_function2
743 FUNCS += functions/gnutls_certificate_set_retrieve_function2.short
744 FUNCS += functions/gnutls_certificate_set_trust_list
745 FUNCS += functions/gnutls_certificate_set_trust_list.short
746 FUNCS += functions/gnutls_certificate_set_verify_flags
747 FUNCS += functions/gnutls_certificate_set_verify_flags.short
748 FUNCS += functions/gnutls_certificate_set_verify_function
749 FUNCS += functions/gnutls_certificate_set_verify_function.short
750 FUNCS += functions/gnutls_certificate_set_verify_limits
751 FUNCS += functions/gnutls_certificate_set_verify_limits.short
752 FUNCS += functions/gnutls_certificate_set_x509_crl
753 FUNCS += functions/gnutls_certificate_set_x509_crl.short
754 FUNCS += functions/gnutls_certificate_set_x509_crl_file
755 FUNCS += functions/gnutls_certificate_set_x509_crl_file.short
756 FUNCS += functions/gnutls_certificate_set_x509_crl_mem
757 FUNCS += functions/gnutls_certificate_set_x509_crl_mem.short
758 FUNCS += functions/gnutls_certificate_set_x509_key
759 FUNCS += functions/gnutls_certificate_set_x509_key.short
760 FUNCS += functions/gnutls_certificate_set_x509_key_file
761 FUNCS += functions/gnutls_certificate_set_x509_key_file.short
762 FUNCS += functions/gnutls_certificate_set_x509_key_file2
763 FUNCS += functions/gnutls_certificate_set_x509_key_file2.short
764 FUNCS += functions/gnutls_certificate_set_x509_key_mem
765 FUNCS += functions/gnutls_certificate_set_x509_key_mem.short
766 FUNCS += functions/gnutls_certificate_set_x509_key_mem2
767 FUNCS += functions/gnutls_certificate_set_x509_key_mem2.short
768 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_file
769 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_file.short
770 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_mem
771 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_mem.short
772 FUNCS += functions/gnutls_certificate_set_x509_system_trust
773 FUNCS += functions/gnutls_certificate_set_x509_system_trust.short
774 FUNCS += functions/gnutls_certificate_set_x509_trust
775 FUNCS += functions/gnutls_certificate_set_x509_trust.short
776 FUNCS += functions/gnutls_certificate_set_x509_trust_dir
777 FUNCS += functions/gnutls_certificate_set_x509_trust_dir.short
778 FUNCS += functions/gnutls_certificate_set_x509_trust_file
779 FUNCS += functions/gnutls_certificate_set_x509_trust_file.short
780 FUNCS += functions/gnutls_certificate_set_x509_trust_mem
781 FUNCS += functions/gnutls_certificate_set_x509_trust_mem.short
782 FUNCS += functions/gnutls_certificate_type_get
783 FUNCS += functions/gnutls_certificate_type_get.short
784 FUNCS += functions/gnutls_certificate_type_get_id
785 FUNCS += functions/gnutls_certificate_type_get_id.short
786 FUNCS += functions/gnutls_certificate_type_get_name
787 FUNCS += functions/gnutls_certificate_type_get_name.short
788 FUNCS += functions/gnutls_certificate_type_list
789 FUNCS += functions/gnutls_certificate_type_list.short
790 FUNCS += functions/gnutls_certificate_verification_status_print
791 FUNCS += functions/gnutls_certificate_verification_status_print.short
792 FUNCS += functions/gnutls_certificate_verify_peers
793 FUNCS += functions/gnutls_certificate_verify_peers.short
794 FUNCS += functions/gnutls_certificate_verify_peers2
795 FUNCS += functions/gnutls_certificate_verify_peers2.short
796 FUNCS += functions/gnutls_certificate_verify_peers3
797 FUNCS += functions/gnutls_certificate_verify_peers3.short
798 FUNCS += functions/gnutls_check_version
799 FUNCS += functions/gnutls_check_version.short
800 FUNCS += functions/gnutls_cipher_add_auth
801 FUNCS += functions/gnutls_cipher_add_auth.short
802 FUNCS += functions/gnutls_cipher_decrypt
803 FUNCS += functions/gnutls_cipher_decrypt.short
804 FUNCS += functions/gnutls_cipher_decrypt2
805 FUNCS += functions/gnutls_cipher_decrypt2.short
806 FUNCS += functions/gnutls_cipher_deinit
807 FUNCS += functions/gnutls_cipher_deinit.short
808 FUNCS += functions/gnutls_cipher_encrypt
809 FUNCS += functions/gnutls_cipher_encrypt.short
810 FUNCS += functions/gnutls_cipher_encrypt2
811 FUNCS += functions/gnutls_cipher_encrypt2.short
812 FUNCS += functions/gnutls_cipher_get
813 FUNCS += functions/gnutls_cipher_get.short
814 FUNCS += functions/gnutls_cipher_get_block_size
815 FUNCS += functions/gnutls_cipher_get_block_size.short
816 FUNCS += functions/gnutls_cipher_get_id
817 FUNCS += functions/gnutls_cipher_get_id.short
818 FUNCS += functions/gnutls_cipher_get_iv_size
819 FUNCS += functions/gnutls_cipher_get_iv_size.short
820 FUNCS += functions/gnutls_cipher_get_key_size
821 FUNCS += functions/gnutls_cipher_get_key_size.short
822 FUNCS += functions/gnutls_cipher_get_name
823 FUNCS += functions/gnutls_cipher_get_name.short
824 FUNCS += functions/gnutls_cipher_get_tag_size
825 FUNCS += functions/gnutls_cipher_get_tag_size.short
826 FUNCS += functions/gnutls_cipher_init
827 FUNCS += functions/gnutls_cipher_init.short
828 FUNCS += functions/gnutls_cipher_list
829 FUNCS += functions/gnutls_cipher_list.short
830 FUNCS += functions/gnutls_cipher_set_iv
831 FUNCS += functions/gnutls_cipher_set_iv.short
832 FUNCS += functions/gnutls_cipher_suite_get_name
833 FUNCS += functions/gnutls_cipher_suite_get_name.short
834 FUNCS += functions/gnutls_cipher_suite_info
835 FUNCS += functions/gnutls_cipher_suite_info.short
836 FUNCS += functions/gnutls_cipher_tag
837 FUNCS += functions/gnutls_cipher_tag.short
838 FUNCS += functions/gnutls_compression_get
839 FUNCS += functions/gnutls_compression_get.short
840 FUNCS += functions/gnutls_compression_get_id
841 FUNCS += functions/gnutls_compression_get_id.short
842 FUNCS += functions/gnutls_compression_get_name
843 FUNCS += functions/gnutls_compression_get_name.short
844 FUNCS += functions/gnutls_compression_list
845 FUNCS += functions/gnutls_compression_list.short
846 FUNCS += functions/gnutls_credentials_clear
847 FUNCS += functions/gnutls_credentials_clear.short
848 FUNCS += functions/gnutls_credentials_get
849 FUNCS += functions/gnutls_credentials_get.short
850 FUNCS += functions/gnutls_credentials_set
851 FUNCS += functions/gnutls_credentials_set.short
852 FUNCS += functions/gnutls_crypto_register_aead_cipher
853 FUNCS += functions/gnutls_crypto_register_aead_cipher.short
854 FUNCS += functions/gnutls_crypto_register_cipher
855 FUNCS += functions/gnutls_crypto_register_cipher.short
856 FUNCS += functions/gnutls_crypto_register_digest
857 FUNCS += functions/gnutls_crypto_register_digest.short
858 FUNCS += functions/gnutls_crypto_register_mac
859 FUNCS += functions/gnutls_crypto_register_mac.short
860 FUNCS += functions/gnutls_db_check_entry
861 FUNCS += functions/gnutls_db_check_entry.short
862 FUNCS += functions/gnutls_db_check_entry_time
863 FUNCS += functions/gnutls_db_check_entry_time.short
864 FUNCS += functions/gnutls_db_get_default_cache_expiration
865 FUNCS += functions/gnutls_db_get_default_cache_expiration.short
866 FUNCS += functions/gnutls_db_get_ptr
867 FUNCS += functions/gnutls_db_get_ptr.short
868 FUNCS += functions/gnutls_db_remove_session
869 FUNCS += functions/gnutls_db_remove_session.short
870 FUNCS += functions/gnutls_db_set_cache_expiration
871 FUNCS += functions/gnutls_db_set_cache_expiration.short
872 FUNCS += functions/gnutls_db_set_ptr
873 FUNCS += functions/gnutls_db_set_ptr.short
874 FUNCS += functions/gnutls_db_set_remove_function
875 FUNCS += functions/gnutls_db_set_remove_function.short
876 FUNCS += functions/gnutls_db_set_retrieve_function
877 FUNCS += functions/gnutls_db_set_retrieve_function.short
878 FUNCS += functions/gnutls_db_set_store_function
879 FUNCS += functions/gnutls_db_set_store_function.short
880 FUNCS += functions/gnutls_deinit
881 FUNCS += functions/gnutls_deinit.short
882 FUNCS += functions/gnutls_dh_get_group
883 FUNCS += functions/gnutls_dh_get_group.short
884 FUNCS += functions/gnutls_dh_get_peers_public_bits
885 FUNCS += functions/gnutls_dh_get_peers_public_bits.short
886 FUNCS += functions/gnutls_dh_get_prime_bits
887 FUNCS += functions/gnutls_dh_get_prime_bits.short
888 FUNCS += functions/gnutls_dh_get_pubkey
889 FUNCS += functions/gnutls_dh_get_pubkey.short
890 FUNCS += functions/gnutls_dh_get_secret_bits
891 FUNCS += functions/gnutls_dh_get_secret_bits.short
892 FUNCS += functions/gnutls_dh_params_cpy
893 FUNCS += functions/gnutls_dh_params_cpy.short
894 FUNCS += functions/gnutls_dh_params_deinit
895 FUNCS += functions/gnutls_dh_params_deinit.short
896 FUNCS += functions/gnutls_dh_params_export2_pkcs3
897 FUNCS += functions/gnutls_dh_params_export2_pkcs3.short
898 FUNCS += functions/gnutls_dh_params_export_pkcs3
899 FUNCS += functions/gnutls_dh_params_export_pkcs3.short
900 FUNCS += functions/gnutls_dh_params_export_raw
901 FUNCS += functions/gnutls_dh_params_export_raw.short
902 FUNCS += functions/gnutls_dh_params_generate2
903 FUNCS += functions/gnutls_dh_params_generate2.short
904 FUNCS += functions/gnutls_dh_params_import_pkcs3
905 FUNCS += functions/gnutls_dh_params_import_pkcs3.short
906 FUNCS += functions/gnutls_dh_params_import_raw
907 FUNCS += functions/gnutls_dh_params_import_raw.short
908 FUNCS += functions/gnutls_dh_params_import_raw2
909 FUNCS += functions/gnutls_dh_params_import_raw2.short
910 FUNCS += functions/gnutls_dh_params_init
911 FUNCS += functions/gnutls_dh_params_init.short
912 FUNCS += functions/gnutls_dh_set_prime_bits
913 FUNCS += functions/gnutls_dh_set_prime_bits.short
914 FUNCS += functions/gnutls_digest_get_id
915 FUNCS += functions/gnutls_digest_get_id.short
916 FUNCS += functions/gnutls_digest_get_name
917 FUNCS += functions/gnutls_digest_get_name.short
918 FUNCS += functions/gnutls_digest_get_oid
919 FUNCS += functions/gnutls_digest_get_oid.short
920 FUNCS += functions/gnutls_digest_list
921 FUNCS += functions/gnutls_digest_list.short
922 FUNCS += functions/gnutls_dtls_cookie_send
923 FUNCS += functions/gnutls_dtls_cookie_send.short
924 FUNCS += functions/gnutls_dtls_cookie_verify
925 FUNCS += functions/gnutls_dtls_cookie_verify.short
926 FUNCS += functions/gnutls_dtls_get_data_mtu
927 FUNCS += functions/gnutls_dtls_get_data_mtu.short
928 FUNCS += functions/gnutls_dtls_get_mtu
929 FUNCS += functions/gnutls_dtls_get_mtu.short
930 FUNCS += functions/gnutls_dtls_get_timeout
931 FUNCS += functions/gnutls_dtls_get_timeout.short
932 FUNCS += functions/gnutls_dtls_prestate_set
933 FUNCS += functions/gnutls_dtls_prestate_set.short
934 FUNCS += functions/gnutls_dtls_set_data_mtu
935 FUNCS += functions/gnutls_dtls_set_data_mtu.short
936 FUNCS += functions/gnutls_dtls_set_mtu
937 FUNCS += functions/gnutls_dtls_set_mtu.short
938 FUNCS += functions/gnutls_dtls_set_timeouts
939 FUNCS += functions/gnutls_dtls_set_timeouts.short
940 FUNCS += functions/gnutls_ecc_curve_get
941 FUNCS += functions/gnutls_ecc_curve_get.short
942 FUNCS += functions/gnutls_ecc_curve_get_id
943 FUNCS += functions/gnutls_ecc_curve_get_id.short
944 FUNCS += functions/gnutls_ecc_curve_get_name
945 FUNCS += functions/gnutls_ecc_curve_get_name.short
946 FUNCS += functions/gnutls_ecc_curve_get_oid
947 FUNCS += functions/gnutls_ecc_curve_get_oid.short
948 FUNCS += functions/gnutls_ecc_curve_get_size
949 FUNCS += functions/gnutls_ecc_curve_get_size.short
950 FUNCS += functions/gnutls_ecc_curve_list
951 FUNCS += functions/gnutls_ecc_curve_list.short
952 FUNCS += functions/gnutls_error_is_fatal
953 FUNCS += functions/gnutls_error_is_fatal.short
954 FUNCS += functions/gnutls_error_to_alert
955 FUNCS += functions/gnutls_error_to_alert.short
956 FUNCS += functions/gnutls_est_record_overhead_size
957 FUNCS += functions/gnutls_est_record_overhead_size.short
958 FUNCS += functions/gnutls_ext_get_data
959 FUNCS += functions/gnutls_ext_get_data.short
960 FUNCS += functions/gnutls_ext_register
961 FUNCS += functions/gnutls_ext_register.short
962 FUNCS += functions/gnutls_ext_set_data
963 FUNCS += functions/gnutls_ext_set_data.short
964 FUNCS += functions/gnutls_fingerprint
965 FUNCS += functions/gnutls_fingerprint.short
966 FUNCS += functions/gnutls_fips140_mode_enabled
967 FUNCS += functions/gnutls_fips140_mode_enabled.short
968 FUNCS += functions/gnutls_global_deinit
969 FUNCS += functions/gnutls_global_deinit.short
970 FUNCS += functions/gnutls_global_init
971 FUNCS += functions/gnutls_global_init.short
972 FUNCS += functions/gnutls_global_set_audit_log_function
973 FUNCS += functions/gnutls_global_set_audit_log_function.short
974 FUNCS += functions/gnutls_global_set_log_function
975 FUNCS += functions/gnutls_global_set_log_function.short
976 FUNCS += functions/gnutls_global_set_log_level
977 FUNCS += functions/gnutls_global_set_log_level.short
978 FUNCS += functions/gnutls_global_set_mem_functions
979 FUNCS += functions/gnutls_global_set_mem_functions.short
980 FUNCS += functions/gnutls_global_set_mutex
981 FUNCS += functions/gnutls_global_set_mutex.short
982 FUNCS += functions/gnutls_global_set_time_function
983 FUNCS += functions/gnutls_global_set_time_function.short
984 FUNCS += functions/gnutls_handshake
985 FUNCS += functions/gnutls_handshake.short
986 FUNCS += functions/gnutls_handshake_description_get_name
987 FUNCS += functions/gnutls_handshake_description_get_name.short
988 FUNCS += functions/gnutls_handshake_get_last_in
989 FUNCS += functions/gnutls_handshake_get_last_in.short
990 FUNCS += functions/gnutls_handshake_get_last_out
991 FUNCS += functions/gnutls_handshake_get_last_out.short
992 FUNCS += functions/gnutls_handshake_set_hook_function
993 FUNCS += functions/gnutls_handshake_set_hook_function.short
994 FUNCS += functions/gnutls_handshake_set_max_packet_length
995 FUNCS += functions/gnutls_handshake_set_max_packet_length.short
996 FUNCS += functions/gnutls_handshake_set_post_client_hello_function
997 FUNCS += functions/gnutls_handshake_set_post_client_hello_function.short
998 FUNCS += functions/gnutls_handshake_set_private_extensions
999 FUNCS += functions/gnutls_handshake_set_private_extensions.short
1000 FUNCS += functions/gnutls_handshake_set_random
1001 FUNCS += functions/gnutls_handshake_set_random.short
1002 FUNCS += functions/gnutls_handshake_set_timeout
1003 FUNCS += functions/gnutls_handshake_set_timeout.short
1004 FUNCS += functions/gnutls_hash
1005 FUNCS += functions/gnutls_hash.short
1006 FUNCS += functions/gnutls_hash_deinit
1007 FUNCS += functions/gnutls_hash_deinit.short
1008 FUNCS += functions/gnutls_hash_fast
1009 FUNCS += functions/gnutls_hash_fast.short
1010 FUNCS += functions/gnutls_hash_get_len
1011 FUNCS += functions/gnutls_hash_get_len.short
1012 FUNCS += functions/gnutls_hash_init
1013 FUNCS += functions/gnutls_hash_init.short
1014 FUNCS += functions/gnutls_hash_output
1015 FUNCS += functions/gnutls_hash_output.short
1016 FUNCS += functions/gnutls_heartbeat_allowed
1017 FUNCS += functions/gnutls_heartbeat_allowed.short
1018 FUNCS += functions/gnutls_heartbeat_enable
1019 FUNCS += functions/gnutls_heartbeat_enable.short
1020 FUNCS += functions/gnutls_heartbeat_get_timeout
1021 FUNCS += functions/gnutls_heartbeat_get_timeout.short
1022 FUNCS += functions/gnutls_heartbeat_ping
1023 FUNCS += functions/gnutls_heartbeat_ping.short
1024 FUNCS += functions/gnutls_heartbeat_pong
1025 FUNCS += functions/gnutls_heartbeat_pong.short
1026 FUNCS += functions/gnutls_heartbeat_set_timeouts
1027 FUNCS += functions/gnutls_heartbeat_set_timeouts.short
1028 FUNCS += functions/gnutls_hex2bin
1029 FUNCS += functions/gnutls_hex2bin.short
1030 FUNCS += functions/gnutls_hex_decode
1031 FUNCS += functions/gnutls_hex_decode.short
1032 FUNCS += functions/gnutls_hex_decode2
1033 FUNCS += functions/gnutls_hex_decode2.short
1034 FUNCS += functions/gnutls_hex_encode
1035 FUNCS += functions/gnutls_hex_encode.short
1036 FUNCS += functions/gnutls_hex_encode2
1037 FUNCS += functions/gnutls_hex_encode2.short
1038 FUNCS += functions/gnutls_hmac
1039 FUNCS += functions/gnutls_hmac.short
1040 FUNCS += functions/gnutls_hmac_deinit
1041 FUNCS += functions/gnutls_hmac_deinit.short
1042 FUNCS += functions/gnutls_hmac_fast
1043 FUNCS += functions/gnutls_hmac_fast.short
1044 FUNCS += functions/gnutls_hmac_get_len
1045 FUNCS += functions/gnutls_hmac_get_len.short
1046 FUNCS += functions/gnutls_hmac_init
1047 FUNCS += functions/gnutls_hmac_init.short
1048 FUNCS += functions/gnutls_hmac_output
1049 FUNCS += functions/gnutls_hmac_output.short
1050 FUNCS += functions/gnutls_hmac_set_nonce
1051 FUNCS += functions/gnutls_hmac_set_nonce.short
1052 FUNCS += functions/gnutls_init
1053 FUNCS += functions/gnutls_init.short
1054 FUNCS += functions/gnutls_key_generate
1055 FUNCS += functions/gnutls_key_generate.short
1056 FUNCS += functions/gnutls_kx_get
1057 FUNCS += functions/gnutls_kx_get.short
1058 FUNCS += functions/gnutls_kx_get_id
1059 FUNCS += functions/gnutls_kx_get_id.short
1060 FUNCS += functions/gnutls_kx_get_name
1061 FUNCS += functions/gnutls_kx_get_name.short
1062 FUNCS += functions/gnutls_kx_list
1063 FUNCS += functions/gnutls_kx_list.short
1064 FUNCS += functions/gnutls_load_file
1065 FUNCS += functions/gnutls_load_file.short
1066 FUNCS += functions/gnutls_mac_get
1067 FUNCS += functions/gnutls_mac_get.short
1068 FUNCS += functions/gnutls_mac_get_id
1069 FUNCS += functions/gnutls_mac_get_id.short
1070 FUNCS += functions/gnutls_mac_get_key_size
1071 FUNCS += functions/gnutls_mac_get_key_size.short
1072 FUNCS += functions/gnutls_mac_get_name
1073 FUNCS += functions/gnutls_mac_get_name.short
1074 FUNCS += functions/gnutls_mac_get_nonce_size
1075 FUNCS += functions/gnutls_mac_get_nonce_size.short
1076 FUNCS += functions/gnutls_mac_list
1077 FUNCS += functions/gnutls_mac_list.short
1078 FUNCS += functions/gnutls_memcmp
1079 FUNCS += functions/gnutls_memcmp.short
1080 FUNCS += functions/gnutls_memset
1081 FUNCS += functions/gnutls_memset.short
1082 FUNCS += functions/gnutls_ocsp_req_add_cert
1083 FUNCS += functions/gnutls_ocsp_req_add_cert.short
1084 FUNCS += functions/gnutls_ocsp_req_add_cert_id
1085 FUNCS += functions/gnutls_ocsp_req_add_cert_id.short
1086 FUNCS += functions/gnutls_ocsp_req_deinit
1087 FUNCS += functions/gnutls_ocsp_req_deinit.short
1088 FUNCS += functions/gnutls_ocsp_req_export
1089 FUNCS += functions/gnutls_ocsp_req_export.short
1090 FUNCS += functions/gnutls_ocsp_req_get_cert_id
1091 FUNCS += functions/gnutls_ocsp_req_get_cert_id.short
1092 FUNCS += functions/gnutls_ocsp_req_get_extension
1093 FUNCS += functions/gnutls_ocsp_req_get_extension.short
1094 FUNCS += functions/gnutls_ocsp_req_get_nonce
1095 FUNCS += functions/gnutls_ocsp_req_get_nonce.short
1096 FUNCS += functions/gnutls_ocsp_req_get_version
1097 FUNCS += functions/gnutls_ocsp_req_get_version.short
1098 FUNCS += functions/gnutls_ocsp_req_import
1099 FUNCS += functions/gnutls_ocsp_req_import.short
1100 FUNCS += functions/gnutls_ocsp_req_init
1101 FUNCS += functions/gnutls_ocsp_req_init.short
1102 FUNCS += functions/gnutls_ocsp_req_print
1103 FUNCS += functions/gnutls_ocsp_req_print.short
1104 FUNCS += functions/gnutls_ocsp_req_randomize_nonce
1105 FUNCS += functions/gnutls_ocsp_req_randomize_nonce.short
1106 FUNCS += functions/gnutls_ocsp_req_set_extension
1107 FUNCS += functions/gnutls_ocsp_req_set_extension.short
1108 FUNCS += functions/gnutls_ocsp_req_set_nonce
1109 FUNCS += functions/gnutls_ocsp_req_set_nonce.short
1110 FUNCS += functions/gnutls_ocsp_resp_check_crt
1111 FUNCS += functions/gnutls_ocsp_resp_check_crt.short
1112 FUNCS += functions/gnutls_ocsp_resp_deinit
1113 FUNCS += functions/gnutls_ocsp_resp_deinit.short
1114 FUNCS += functions/gnutls_ocsp_resp_export
1115 FUNCS += functions/gnutls_ocsp_resp_export.short
1116 FUNCS += functions/gnutls_ocsp_resp_get_certs
1117 FUNCS += functions/gnutls_ocsp_resp_get_certs.short
1118 FUNCS += functions/gnutls_ocsp_resp_get_extension
1119 FUNCS += functions/gnutls_ocsp_resp_get_extension.short
1120 FUNCS += functions/gnutls_ocsp_resp_get_nonce
1121 FUNCS += functions/gnutls_ocsp_resp_get_nonce.short
1122 FUNCS += functions/gnutls_ocsp_resp_get_produced
1123 FUNCS += functions/gnutls_ocsp_resp_get_produced.short
1124 FUNCS += functions/gnutls_ocsp_resp_get_responder
1125 FUNCS += functions/gnutls_ocsp_resp_get_responder.short
1126 FUNCS += functions/gnutls_ocsp_resp_get_responder_raw_id
1127 FUNCS += functions/gnutls_ocsp_resp_get_responder_raw_id.short
1128 FUNCS += functions/gnutls_ocsp_resp_get_response
1129 FUNCS += functions/gnutls_ocsp_resp_get_response.short
1130 FUNCS += functions/gnutls_ocsp_resp_get_signature
1131 FUNCS += functions/gnutls_ocsp_resp_get_signature.short
1132 FUNCS += functions/gnutls_ocsp_resp_get_signature_algorithm
1133 FUNCS += functions/gnutls_ocsp_resp_get_signature_algorithm.short
1134 FUNCS += functions/gnutls_ocsp_resp_get_single
1135 FUNCS += functions/gnutls_ocsp_resp_get_single.short
1136 FUNCS += functions/gnutls_ocsp_resp_get_status
1137 FUNCS += functions/gnutls_ocsp_resp_get_status.short
1138 FUNCS += functions/gnutls_ocsp_resp_get_version
1139 FUNCS += functions/gnutls_ocsp_resp_get_version.short
1140 FUNCS += functions/gnutls_ocsp_resp_import
1141 FUNCS += functions/gnutls_ocsp_resp_import.short
1142 FUNCS += functions/gnutls_ocsp_resp_init
1143 FUNCS += functions/gnutls_ocsp_resp_init.short
1144 FUNCS += functions/gnutls_ocsp_resp_print
1145 FUNCS += functions/gnutls_ocsp_resp_print.short
1146 FUNCS += functions/gnutls_ocsp_resp_verify
1147 FUNCS += functions/gnutls_ocsp_resp_verify.short
1148 FUNCS += functions/gnutls_ocsp_resp_verify_direct
1149 FUNCS += functions/gnutls_ocsp_resp_verify_direct.short
1150 FUNCS += functions/gnutls_ocsp_status_request_enable_client
1151 FUNCS += functions/gnutls_ocsp_status_request_enable_client.short
1152 FUNCS += functions/gnutls_ocsp_status_request_get
1153 FUNCS += functions/gnutls_ocsp_status_request_get.short
1154 FUNCS += functions/gnutls_ocsp_status_request_is_checked
1155 FUNCS += functions/gnutls_ocsp_status_request_is_checked.short
1156 FUNCS += functions/gnutls_oid_to_digest
1157 FUNCS += functions/gnutls_oid_to_digest.short
1158 FUNCS += functions/gnutls_oid_to_ecc_curve
1159 FUNCS += functions/gnutls_oid_to_ecc_curve.short
1160 FUNCS += functions/gnutls_oid_to_pk
1161 FUNCS += functions/gnutls_oid_to_pk.short
1162 FUNCS += functions/gnutls_oid_to_sign
1163 FUNCS += functions/gnutls_oid_to_sign.short
1164 FUNCS += functions/gnutls_openpgp_crt_check_email
1165 FUNCS += functions/gnutls_openpgp_crt_check_email.short
1166 FUNCS += functions/gnutls_openpgp_crt_check_hostname
1167 FUNCS += functions/gnutls_openpgp_crt_check_hostname.short
1168 FUNCS += functions/gnutls_openpgp_crt_check_hostname2
1169 FUNCS += functions/gnutls_openpgp_crt_check_hostname2.short
1170 FUNCS += functions/gnutls_openpgp_crt_deinit
1171 FUNCS += functions/gnutls_openpgp_crt_deinit.short
1172 FUNCS += functions/gnutls_openpgp_crt_export
1173 FUNCS += functions/gnutls_openpgp_crt_export.short
1174 FUNCS += functions/gnutls_openpgp_crt_export2
1175 FUNCS += functions/gnutls_openpgp_crt_export2.short
1176 FUNCS += functions/gnutls_openpgp_crt_get_auth_subkey
1177 FUNCS += functions/gnutls_openpgp_crt_get_auth_subkey.short
1178 FUNCS += functions/gnutls_openpgp_crt_get_creation_time
1179 FUNCS += functions/gnutls_openpgp_crt_get_creation_time.short
1180 FUNCS += functions/gnutls_openpgp_crt_get_expiration_time
1181 FUNCS += functions/gnutls_openpgp_crt_get_expiration_time.short
1182 FUNCS += functions/gnutls_openpgp_crt_get_fingerprint
1183 FUNCS += functions/gnutls_openpgp_crt_get_fingerprint.short
1184 FUNCS += functions/gnutls_openpgp_crt_get_key_id
1185 FUNCS += functions/gnutls_openpgp_crt_get_key_id.short
1186 FUNCS += functions/gnutls_openpgp_crt_get_key_usage
1187 FUNCS += functions/gnutls_openpgp_crt_get_key_usage.short
1188 FUNCS += functions/gnutls_openpgp_crt_get_name
1189 FUNCS += functions/gnutls_openpgp_crt_get_name.short
1190 FUNCS += functions/gnutls_openpgp_crt_get_pk_algorithm
1191 FUNCS += functions/gnutls_openpgp_crt_get_pk_algorithm.short
1192 FUNCS += functions/gnutls_openpgp_crt_get_pk_dsa_raw
1193 FUNCS += functions/gnutls_openpgp_crt_get_pk_dsa_raw.short
1194 FUNCS += functions/gnutls_openpgp_crt_get_pk_rsa_raw
1195 FUNCS += functions/gnutls_openpgp_crt_get_pk_rsa_raw.short
1196 FUNCS += functions/gnutls_openpgp_crt_get_preferred_key_id
1197 FUNCS += functions/gnutls_openpgp_crt_get_preferred_key_id.short
1198 FUNCS += functions/gnutls_openpgp_crt_get_revoked_status
1199 FUNCS += functions/gnutls_openpgp_crt_get_revoked_status.short
1200 FUNCS += functions/gnutls_openpgp_crt_get_subkey_count
1201 FUNCS += functions/gnutls_openpgp_crt_get_subkey_count.short
1202 FUNCS += functions/gnutls_openpgp_crt_get_subkey_creation_time
1203 FUNCS += functions/gnutls_openpgp_crt_get_subkey_creation_time.short
1204 FUNCS += functions/gnutls_openpgp_crt_get_subkey_expiration_time
1205 FUNCS += functions/gnutls_openpgp_crt_get_subkey_expiration_time.short
1206 FUNCS += functions/gnutls_openpgp_crt_get_subkey_fingerprint
1207 FUNCS += functions/gnutls_openpgp_crt_get_subkey_fingerprint.short
1208 FUNCS += functions/gnutls_openpgp_crt_get_subkey_id
1209 FUNCS += functions/gnutls_openpgp_crt_get_subkey_id.short
1210 FUNCS += functions/gnutls_openpgp_crt_get_subkey_idx
1211 FUNCS += functions/gnutls_openpgp_crt_get_subkey_idx.short
1212 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_algorithm
1213 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_algorithm.short
1214 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_dsa_raw
1215 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.short
1216 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_rsa_raw
1217 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.short
1218 FUNCS += functions/gnutls_openpgp_crt_get_subkey_revoked_status
1219 FUNCS += functions/gnutls_openpgp_crt_get_subkey_revoked_status.short
1220 FUNCS += functions/gnutls_openpgp_crt_get_subkey_usage
1221 FUNCS += functions/gnutls_openpgp_crt_get_subkey_usage.short
1222 FUNCS += functions/gnutls_openpgp_crt_get_version
1223 FUNCS += functions/gnutls_openpgp_crt_get_version.short
1224 FUNCS += functions/gnutls_openpgp_crt_import
1225 FUNCS += functions/gnutls_openpgp_crt_import.short
1226 FUNCS += functions/gnutls_openpgp_crt_init
1227 FUNCS += functions/gnutls_openpgp_crt_init.short
1228 FUNCS += functions/gnutls_openpgp_crt_print
1229 FUNCS += functions/gnutls_openpgp_crt_print.short
1230 FUNCS += functions/gnutls_openpgp_crt_set_preferred_key_id
1231 FUNCS += functions/gnutls_openpgp_crt_set_preferred_key_id.short
1232 FUNCS += functions/gnutls_openpgp_crt_verify_ring
1233 FUNCS += functions/gnutls_openpgp_crt_verify_ring.short
1234 FUNCS += functions/gnutls_openpgp_crt_verify_self
1235 FUNCS += functions/gnutls_openpgp_crt_verify_self.short
1236 FUNCS += functions/gnutls_openpgp_keyring_check_id
1237 FUNCS += functions/gnutls_openpgp_keyring_check_id.short
1238 FUNCS += functions/gnutls_openpgp_keyring_deinit
1239 FUNCS += functions/gnutls_openpgp_keyring_deinit.short
1240 FUNCS += functions/gnutls_openpgp_keyring_get_crt
1241 FUNCS += functions/gnutls_openpgp_keyring_get_crt.short
1242 FUNCS += functions/gnutls_openpgp_keyring_get_crt_count
1243 FUNCS += functions/gnutls_openpgp_keyring_get_crt_count.short
1244 FUNCS += functions/gnutls_openpgp_keyring_import
1245 FUNCS += functions/gnutls_openpgp_keyring_import.short
1246 FUNCS += functions/gnutls_openpgp_keyring_init
1247 FUNCS += functions/gnutls_openpgp_keyring_init.short
1248 FUNCS += functions/gnutls_openpgp_privkey_deinit
1249 FUNCS += functions/gnutls_openpgp_privkey_deinit.short
1250 FUNCS += functions/gnutls_openpgp_privkey_export
1251 FUNCS += functions/gnutls_openpgp_privkey_export.short
1252 FUNCS += functions/gnutls_openpgp_privkey_export2
1253 FUNCS += functions/gnutls_openpgp_privkey_export2.short
1254 FUNCS += functions/gnutls_openpgp_privkey_export_dsa_raw
1255 FUNCS += functions/gnutls_openpgp_privkey_export_dsa_raw.short
1256 FUNCS += functions/gnutls_openpgp_privkey_export_rsa_raw
1257 FUNCS += functions/gnutls_openpgp_privkey_export_rsa_raw.short
1258 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_dsa_raw
1259 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_dsa_raw.short
1260 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_rsa_raw
1261 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_rsa_raw.short
1262 FUNCS += functions/gnutls_openpgp_privkey_get_fingerprint
1263 FUNCS += functions/gnutls_openpgp_privkey_get_fingerprint.short
1264 FUNCS += functions/gnutls_openpgp_privkey_get_key_id
1265 FUNCS += functions/gnutls_openpgp_privkey_get_key_id.short
1266 FUNCS += functions/gnutls_openpgp_privkey_get_pk_algorithm
1267 FUNCS += functions/gnutls_openpgp_privkey_get_pk_algorithm.short
1268 FUNCS += functions/gnutls_openpgp_privkey_get_preferred_key_id
1269 FUNCS += functions/gnutls_openpgp_privkey_get_preferred_key_id.short
1270 FUNCS += functions/gnutls_openpgp_privkey_get_revoked_status
1271 FUNCS += functions/gnutls_openpgp_privkey_get_revoked_status.short
1272 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_count
1273 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_count.short
1274 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_creation_time
1275 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_creation_time.short
1276 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_expiration_time
1277 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_expiration_time.short
1278 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_fingerprint
1279 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_fingerprint.short
1280 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_id
1281 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_id.short
1282 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_idx
1283 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_idx.short
1284 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_pk_algorithm
1285 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_pk_algorithm.short
1286 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_revoked_status
1287 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_revoked_status.short
1288 FUNCS += functions/gnutls_openpgp_privkey_import
1289 FUNCS += functions/gnutls_openpgp_privkey_import.short
1290 FUNCS += functions/gnutls_openpgp_privkey_init
1291 FUNCS += functions/gnutls_openpgp_privkey_init.short
1292 FUNCS += functions/gnutls_openpgp_privkey_sec_param
1293 FUNCS += functions/gnutls_openpgp_privkey_sec_param.short
1294 FUNCS += functions/gnutls_openpgp_privkey_set_preferred_key_id
1295 FUNCS += functions/gnutls_openpgp_privkey_set_preferred_key_id.short
1296 FUNCS += functions/gnutls_openpgp_privkey_sign_hash
1297 FUNCS += functions/gnutls_openpgp_privkey_sign_hash.short
1298 FUNCS += functions/gnutls_openpgp_send_cert
1299 FUNCS += functions/gnutls_openpgp_send_cert.short
1300 FUNCS += functions/gnutls_openpgp_set_recv_key_function
1301 FUNCS += functions/gnutls_openpgp_set_recv_key_function.short
1302 FUNCS += functions/gnutls_packet_deinit
1303 FUNCS += functions/gnutls_packet_deinit.short
1304 FUNCS += functions/gnutls_packet_get
1305 FUNCS += functions/gnutls_packet_get.short
1306 FUNCS += functions/gnutls_pcert_deinit
1307 FUNCS += functions/gnutls_pcert_deinit.short
1308 FUNCS += functions/gnutls_pcert_export_openpgp
1309 FUNCS += functions/gnutls_pcert_export_openpgp.short
1310 FUNCS += functions/gnutls_pcert_export_x509
1311 FUNCS += functions/gnutls_pcert_export_x509.short
1312 FUNCS += functions/gnutls_pcert_import_openpgp
1313 FUNCS += functions/gnutls_pcert_import_openpgp.short
1314 FUNCS += functions/gnutls_pcert_import_openpgp_raw
1315 FUNCS += functions/gnutls_pcert_import_openpgp_raw.short
1316 FUNCS += functions/gnutls_pcert_import_x509
1317 FUNCS += functions/gnutls_pcert_import_x509.short
1318 FUNCS += functions/gnutls_pcert_import_x509_list
1319 FUNCS += functions/gnutls_pcert_import_x509_list.short
1320 FUNCS += functions/gnutls_pcert_import_x509_raw
1321 FUNCS += functions/gnutls_pcert_import_x509_raw.short
1322 FUNCS += functions/gnutls_pcert_list_import_x509_raw
1323 FUNCS += functions/gnutls_pcert_list_import_x509_raw.short
1324 FUNCS += functions/gnutls_pem_base64_decode
1325 FUNCS += functions/gnutls_pem_base64_decode.short
1326 FUNCS += functions/gnutls_pem_base64_decode2
1327 FUNCS += functions/gnutls_pem_base64_decode2.short
1328 FUNCS += functions/gnutls_pem_base64_encode
1329 FUNCS += functions/gnutls_pem_base64_encode.short
1330 FUNCS += functions/gnutls_pem_base64_encode2
1331 FUNCS += functions/gnutls_pem_base64_encode2.short
1332 FUNCS += functions/gnutls_perror
1333 FUNCS += functions/gnutls_perror.short
1334 FUNCS += functions/gnutls_pk_algorithm_get_name
1335 FUNCS += functions/gnutls_pk_algorithm_get_name.short
1336 FUNCS += functions/gnutls_pk_bits_to_sec_param
1337 FUNCS += functions/gnutls_pk_bits_to_sec_param.short
1338 FUNCS += functions/gnutls_pkcs11_add_provider
1339 FUNCS += functions/gnutls_pkcs11_add_provider.short
1340 FUNCS += functions/gnutls_pkcs11_copy_attached_extension
1341 FUNCS += functions/gnutls_pkcs11_copy_attached_extension.short
1342 FUNCS += functions/gnutls_pkcs11_copy_pubkey
1343 FUNCS += functions/gnutls_pkcs11_copy_pubkey.short
1344 FUNCS += functions/gnutls_pkcs11_copy_secret_key
1345 FUNCS += functions/gnutls_pkcs11_copy_secret_key.short
1346 FUNCS += functions/gnutls_pkcs11_copy_x509_crt
1347 FUNCS += functions/gnutls_pkcs11_copy_x509_crt.short
1348 FUNCS += functions/gnutls_pkcs11_copy_x509_crt2
1349 FUNCS += functions/gnutls_pkcs11_copy_x509_crt2.short
1350 FUNCS += functions/gnutls_pkcs11_copy_x509_privkey
1351 FUNCS += functions/gnutls_pkcs11_copy_x509_privkey.short
1352 FUNCS += functions/gnutls_pkcs11_copy_x509_privkey2
1353 FUNCS += functions/gnutls_pkcs11_copy_x509_privkey2.short
1354 FUNCS += functions/gnutls_pkcs11_crt_is_known
1355 FUNCS += functions/gnutls_pkcs11_crt_is_known.short
1356 FUNCS += functions/gnutls_pkcs11_deinit
1357 FUNCS += functions/gnutls_pkcs11_deinit.short
1358 FUNCS += functions/gnutls_pkcs11_delete_url
1359 FUNCS += functions/gnutls_pkcs11_delete_url.short
1360 FUNCS += functions/gnutls_pkcs11_get_pin_function
1361 FUNCS += functions/gnutls_pkcs11_get_pin_function.short
1362 FUNCS += functions/gnutls_pkcs11_get_raw_issuer
1363 FUNCS += functions/gnutls_pkcs11_get_raw_issuer.short
1364 FUNCS += functions/gnutls_pkcs11_get_raw_issuer_by_dn
1365 FUNCS += functions/gnutls_pkcs11_get_raw_issuer_by_dn.short
1366 FUNCS += functions/gnutls_pkcs11_get_raw_issuer_by_subject_key_id
1367 FUNCS += functions/gnutls_pkcs11_get_raw_issuer_by_subject_key_id.short
1368 FUNCS += functions/gnutls_pkcs11_init
1369 FUNCS += functions/gnutls_pkcs11_init.short
1370 FUNCS += functions/gnutls_pkcs11_obj_deinit
1371 FUNCS += functions/gnutls_pkcs11_obj_deinit.short
1372 FUNCS += functions/gnutls_pkcs11_obj_export
1373 FUNCS += functions/gnutls_pkcs11_obj_export.short
1374 FUNCS += functions/gnutls_pkcs11_obj_export2
1375 FUNCS += functions/gnutls_pkcs11_obj_export2.short
1376 FUNCS += functions/gnutls_pkcs11_obj_export3
1377 FUNCS += functions/gnutls_pkcs11_obj_export3.short
1378 FUNCS += functions/gnutls_pkcs11_obj_export_url
1379 FUNCS += functions/gnutls_pkcs11_obj_export_url.short
1380 FUNCS += functions/gnutls_pkcs11_obj_flags_get_str
1381 FUNCS += functions/gnutls_pkcs11_obj_flags_get_str.short
1382 FUNCS += functions/gnutls_pkcs11_obj_get_exts
1383 FUNCS += functions/gnutls_pkcs11_obj_get_exts.short
1384 FUNCS += functions/gnutls_pkcs11_obj_get_flags
1385 FUNCS += functions/gnutls_pkcs11_obj_get_flags.short
1386 FUNCS += functions/gnutls_pkcs11_obj_get_info
1387 FUNCS += functions/gnutls_pkcs11_obj_get_info.short
1388 FUNCS += functions/gnutls_pkcs11_obj_get_type
1389 FUNCS += functions/gnutls_pkcs11_obj_get_type.short
1390 FUNCS += functions/gnutls_pkcs11_obj_import_url
1391 FUNCS += functions/gnutls_pkcs11_obj_import_url.short
1392 FUNCS += functions/gnutls_pkcs11_obj_init
1393 FUNCS += functions/gnutls_pkcs11_obj_init.short
1394 FUNCS += functions/gnutls_pkcs11_obj_list_import_url3
1395 FUNCS += functions/gnutls_pkcs11_obj_list_import_url3.short
1396 FUNCS += functions/gnutls_pkcs11_obj_list_import_url4
1397 FUNCS += functions/gnutls_pkcs11_obj_list_import_url4.short
1398 FUNCS += functions/gnutls_pkcs11_obj_set_info
1399 FUNCS += functions/gnutls_pkcs11_obj_set_info.short
1400 FUNCS += functions/gnutls_pkcs11_obj_set_pin_function
1401 FUNCS += functions/gnutls_pkcs11_obj_set_pin_function.short
1402 FUNCS += functions/gnutls_pkcs11_privkey_cpy
1403 FUNCS += functions/gnutls_pkcs11_privkey_cpy.short
1404 FUNCS += functions/gnutls_pkcs11_privkey_deinit
1405 FUNCS += functions/gnutls_pkcs11_privkey_deinit.short
1406 FUNCS += functions/gnutls_pkcs11_privkey_export_pubkey
1407 FUNCS += functions/gnutls_pkcs11_privkey_export_pubkey.short
1408 FUNCS += functions/gnutls_pkcs11_privkey_export_url
1409 FUNCS += functions/gnutls_pkcs11_privkey_export_url.short
1410 FUNCS += functions/gnutls_pkcs11_privkey_generate
1411 FUNCS += functions/gnutls_pkcs11_privkey_generate.short
1412 FUNCS += functions/gnutls_pkcs11_privkey_generate2
1413 FUNCS += functions/gnutls_pkcs11_privkey_generate2.short
1414 FUNCS += functions/gnutls_pkcs11_privkey_generate3
1415 FUNCS += functions/gnutls_pkcs11_privkey_generate3.short
1416 FUNCS += functions/gnutls_pkcs11_privkey_get_info
1417 FUNCS += functions/gnutls_pkcs11_privkey_get_info.short
1418 FUNCS += functions/gnutls_pkcs11_privkey_get_pk_algorithm
1419 FUNCS += functions/gnutls_pkcs11_privkey_get_pk_algorithm.short
1420 FUNCS += functions/gnutls_pkcs11_privkey_import_url
1421 FUNCS += functions/gnutls_pkcs11_privkey_import_url.short
1422 FUNCS += functions/gnutls_pkcs11_privkey_init
1423 FUNCS += functions/gnutls_pkcs11_privkey_init.short
1424 FUNCS += functions/gnutls_pkcs11_privkey_set_pin_function
1425 FUNCS += functions/gnutls_pkcs11_privkey_set_pin_function.short
1426 FUNCS += functions/gnutls_pkcs11_privkey_status
1427 FUNCS += functions/gnutls_pkcs11_privkey_status.short
1428 FUNCS += functions/gnutls_pkcs11_reinit
1429 FUNCS += functions/gnutls_pkcs11_reinit.short
1430 FUNCS += functions/gnutls_pkcs11_set_pin_function
1431 FUNCS += functions/gnutls_pkcs11_set_pin_function.short
1432 FUNCS += functions/gnutls_pkcs11_set_token_function
1433 FUNCS += functions/gnutls_pkcs11_set_token_function.short
1434 FUNCS += functions/gnutls_pkcs11_token_get_flags
1435 FUNCS += functions/gnutls_pkcs11_token_get_flags.short
1436 FUNCS += functions/gnutls_pkcs11_token_get_info
1437 FUNCS += functions/gnutls_pkcs11_token_get_info.short
1438 FUNCS += functions/gnutls_pkcs11_token_get_mechanism
1439 FUNCS += functions/gnutls_pkcs11_token_get_mechanism.short
1440 FUNCS += functions/gnutls_pkcs11_token_get_random
1441 FUNCS += functions/gnutls_pkcs11_token_get_random.short
1442 FUNCS += functions/gnutls_pkcs11_token_get_url
1443 FUNCS += functions/gnutls_pkcs11_token_get_url.short
1444 FUNCS += functions/gnutls_pkcs11_token_init
1445 FUNCS += functions/gnutls_pkcs11_token_init.short
1446 FUNCS += functions/gnutls_pkcs11_token_set_pin
1447 FUNCS += functions/gnutls_pkcs11_token_set_pin.short
1448 FUNCS += functions/gnutls_pkcs11_type_get_name
1449 FUNCS += functions/gnutls_pkcs11_type_get_name.short
1450 FUNCS += functions/gnutls_pkcs12_bag_decrypt
1451 FUNCS += functions/gnutls_pkcs12_bag_decrypt.short
1452 FUNCS += functions/gnutls_pkcs12_bag_deinit
1453 FUNCS += functions/gnutls_pkcs12_bag_deinit.short
1454 FUNCS += functions/gnutls_pkcs12_bag_enc_info
1455 FUNCS += functions/gnutls_pkcs12_bag_enc_info.short
1456 FUNCS += functions/gnutls_pkcs12_bag_encrypt
1457 FUNCS += functions/gnutls_pkcs12_bag_encrypt.short
1458 FUNCS += functions/gnutls_pkcs12_bag_get_count
1459 FUNCS += functions/gnutls_pkcs12_bag_get_count.short
1460 FUNCS += functions/gnutls_pkcs12_bag_get_data
1461 FUNCS += functions/gnutls_pkcs12_bag_get_data.short
1462 FUNCS += functions/gnutls_pkcs12_bag_get_friendly_name
1463 FUNCS += functions/gnutls_pkcs12_bag_get_friendly_name.short
1464 FUNCS += functions/gnutls_pkcs12_bag_get_key_id
1465 FUNCS += functions/gnutls_pkcs12_bag_get_key_id.short
1466 FUNCS += functions/gnutls_pkcs12_bag_get_type
1467 FUNCS += functions/gnutls_pkcs12_bag_get_type.short
1468 FUNCS += functions/gnutls_pkcs12_bag_init
1469 FUNCS += functions/gnutls_pkcs12_bag_init.short
1470 FUNCS += functions/gnutls_pkcs12_bag_set_crl
1471 FUNCS += functions/gnutls_pkcs12_bag_set_crl.short
1472 FUNCS += functions/gnutls_pkcs12_bag_set_crt
1473 FUNCS += functions/gnutls_pkcs12_bag_set_crt.short
1474 FUNCS += functions/gnutls_pkcs12_bag_set_data
1475 FUNCS += functions/gnutls_pkcs12_bag_set_data.short
1476 FUNCS += functions/gnutls_pkcs12_bag_set_friendly_name
1477 FUNCS += functions/gnutls_pkcs12_bag_set_friendly_name.short
1478 FUNCS += functions/gnutls_pkcs12_bag_set_key_id
1479 FUNCS += functions/gnutls_pkcs12_bag_set_key_id.short
1480 FUNCS += functions/gnutls_pkcs12_bag_set_privkey
1481 FUNCS += functions/gnutls_pkcs12_bag_set_privkey.short
1482 FUNCS += functions/gnutls_pkcs12_deinit
1483 FUNCS += functions/gnutls_pkcs12_deinit.short
1484 FUNCS += functions/gnutls_pkcs12_export
1485 FUNCS += functions/gnutls_pkcs12_export.short
1486 FUNCS += functions/gnutls_pkcs12_export2
1487 FUNCS += functions/gnutls_pkcs12_export2.short
1488 FUNCS += functions/gnutls_pkcs12_generate_mac
1489 FUNCS += functions/gnutls_pkcs12_generate_mac.short
1490 FUNCS += functions/gnutls_pkcs12_generate_mac2
1491 FUNCS += functions/gnutls_pkcs12_generate_mac2.short
1492 FUNCS += functions/gnutls_pkcs12_get_bag
1493 FUNCS += functions/gnutls_pkcs12_get_bag.short
1494 FUNCS += functions/gnutls_pkcs12_import
1495 FUNCS += functions/gnutls_pkcs12_import.short
1496 FUNCS += functions/gnutls_pkcs12_init
1497 FUNCS += functions/gnutls_pkcs12_init.short
1498 FUNCS += functions/gnutls_pkcs12_mac_info
1499 FUNCS += functions/gnutls_pkcs12_mac_info.short
1500 FUNCS += functions/gnutls_pkcs12_set_bag
1501 FUNCS += functions/gnutls_pkcs12_set_bag.short
1502 FUNCS += functions/gnutls_pkcs12_simple_parse
1503 FUNCS += functions/gnutls_pkcs12_simple_parse.short
1504 FUNCS += functions/gnutls_pkcs12_verify_mac
1505 FUNCS += functions/gnutls_pkcs12_verify_mac.short
1506 FUNCS += functions/gnutls_pkcs7_add_attr
1507 FUNCS += functions/gnutls_pkcs7_add_attr.short
1508 FUNCS += functions/gnutls_pkcs7_attrs_deinit
1509 FUNCS += functions/gnutls_pkcs7_attrs_deinit.short
1510 FUNCS += functions/gnutls_pkcs7_deinit
1511 FUNCS += functions/gnutls_pkcs7_deinit.short
1512 FUNCS += functions/gnutls_pkcs7_delete_crl
1513 FUNCS += functions/gnutls_pkcs7_delete_crl.short
1514 FUNCS += functions/gnutls_pkcs7_delete_crt
1515 FUNCS += functions/gnutls_pkcs7_delete_crt.short
1516 FUNCS += functions/gnutls_pkcs7_export
1517 FUNCS += functions/gnutls_pkcs7_export.short
1518 FUNCS += functions/gnutls_pkcs7_export2
1519 FUNCS += functions/gnutls_pkcs7_export2.short
1520 FUNCS += functions/gnutls_pkcs7_get_attr
1521 FUNCS += functions/gnutls_pkcs7_get_attr.short
1522 FUNCS += functions/gnutls_pkcs7_get_crl_count
1523 FUNCS += functions/gnutls_pkcs7_get_crl_count.short
1524 FUNCS += functions/gnutls_pkcs7_get_crl_raw
1525 FUNCS += functions/gnutls_pkcs7_get_crl_raw.short
1526 FUNCS += functions/gnutls_pkcs7_get_crl_raw2
1527 FUNCS += functions/gnutls_pkcs7_get_crl_raw2.short
1528 FUNCS += functions/gnutls_pkcs7_get_crt_count
1529 FUNCS += functions/gnutls_pkcs7_get_crt_count.short
1530 FUNCS += functions/gnutls_pkcs7_get_crt_raw
1531 FUNCS += functions/gnutls_pkcs7_get_crt_raw.short
1532 FUNCS += functions/gnutls_pkcs7_get_crt_raw2
1533 FUNCS += functions/gnutls_pkcs7_get_crt_raw2.short
1534 FUNCS += functions/gnutls_pkcs7_get_embedded_data
1535 FUNCS += functions/gnutls_pkcs7_get_embedded_data.short
1536 FUNCS += functions/gnutls_pkcs7_get_signature_count
1537 FUNCS += functions/gnutls_pkcs7_get_signature_count.short
1538 FUNCS += functions/gnutls_pkcs7_get_signature_info
1539 FUNCS += functions/gnutls_pkcs7_get_signature_info.short
1540 FUNCS += functions/gnutls_pkcs7_import
1541 FUNCS += functions/gnutls_pkcs7_import.short
1542 FUNCS += functions/gnutls_pkcs7_init
1543 FUNCS += functions/gnutls_pkcs7_init.short
1544 FUNCS += functions/gnutls_pkcs7_print
1545 FUNCS += functions/gnutls_pkcs7_print.short
1546 FUNCS += functions/gnutls_pkcs7_set_crl
1547 FUNCS += functions/gnutls_pkcs7_set_crl.short
1548 FUNCS += functions/gnutls_pkcs7_set_crl_raw
1549 FUNCS += functions/gnutls_pkcs7_set_crl_raw.short
1550 FUNCS += functions/gnutls_pkcs7_set_crt
1551 FUNCS += functions/gnutls_pkcs7_set_crt.short
1552 FUNCS += functions/gnutls_pkcs7_set_crt_raw
1553 FUNCS += functions/gnutls_pkcs7_set_crt_raw.short
1554 FUNCS += functions/gnutls_pkcs7_sign
1555 FUNCS += functions/gnutls_pkcs7_sign.short
1556 FUNCS += functions/gnutls_pkcs7_signature_info_deinit
1557 FUNCS += functions/gnutls_pkcs7_signature_info_deinit.short
1558 FUNCS += functions/gnutls_pkcs7_verify
1559 FUNCS += functions/gnutls_pkcs7_verify.short
1560 FUNCS += functions/gnutls_pkcs7_verify_direct
1561 FUNCS += functions/gnutls_pkcs7_verify_direct.short
1562 FUNCS += functions/gnutls_pkcs8_info
1563 FUNCS += functions/gnutls_pkcs8_info.short
1564 FUNCS += functions/gnutls_pkcs_schema_get_name
1565 FUNCS += functions/gnutls_pkcs_schema_get_name.short
1566 FUNCS += functions/gnutls_pkcs_schema_get_oid
1567 FUNCS += functions/gnutls_pkcs_schema_get_oid.short
1568 FUNCS += functions/gnutls_pk_get_id
1569 FUNCS += functions/gnutls_pk_get_id.short
1570 FUNCS += functions/gnutls_pk_get_name
1571 FUNCS += functions/gnutls_pk_get_name.short
1572 FUNCS += functions/gnutls_pk_get_oid
1573 FUNCS += functions/gnutls_pk_get_oid.short
1574 FUNCS += functions/gnutls_pk_list
1575 FUNCS += functions/gnutls_pk_list.short
1576 FUNCS += functions/gnutls_pk_to_sign
1577 FUNCS += functions/gnutls_pk_to_sign.short
1578 FUNCS += functions/gnutls_prf
1579 FUNCS += functions/gnutls_prf.short
1580 FUNCS += functions/gnutls_prf_raw
1581 FUNCS += functions/gnutls_prf_raw.short
1582 FUNCS += functions/gnutls_prf_rfc5705
1583 FUNCS += functions/gnutls_prf_rfc5705.short
1584 FUNCS += functions/gnutls_priority_certificate_type_list
1585 FUNCS += functions/gnutls_priority_certificate_type_list.short
1586 FUNCS += functions/gnutls_priority_cipher_list
1587 FUNCS += functions/gnutls_priority_cipher_list.short
1588 FUNCS += functions/gnutls_priority_compression_list
1589 FUNCS += functions/gnutls_priority_compression_list.short
1590 FUNCS += functions/gnutls_priority_deinit
1591 FUNCS += functions/gnutls_priority_deinit.short
1592 FUNCS += functions/gnutls_priority_ecc_curve_list
1593 FUNCS += functions/gnutls_priority_ecc_curve_list.short
1594 FUNCS += functions/gnutls_priority_get_cipher_suite_index
1595 FUNCS += functions/gnutls_priority_get_cipher_suite_index.short
1596 FUNCS += functions/gnutls_priority_init
1597 FUNCS += functions/gnutls_priority_init.short
1598 FUNCS += functions/gnutls_priority_kx_list
1599 FUNCS += functions/gnutls_priority_kx_list.short
1600 FUNCS += functions/gnutls_priority_mac_list
1601 FUNCS += functions/gnutls_priority_mac_list.short
1602 FUNCS += functions/gnutls_priority_protocol_list
1603 FUNCS += functions/gnutls_priority_protocol_list.short
1604 FUNCS += functions/gnutls_priority_set
1605 FUNCS += functions/gnutls_priority_set.short
1606 FUNCS += functions/gnutls_priority_set_direct
1607 FUNCS += functions/gnutls_priority_set_direct.short
1608 FUNCS += functions/gnutls_priority_sign_list
1609 FUNCS += functions/gnutls_priority_sign_list.short
1610 FUNCS += functions/gnutls_priority_string_list
1611 FUNCS += functions/gnutls_priority_string_list.short
1612 FUNCS += functions/gnutls_privkey_decrypt_data
1613 FUNCS += functions/gnutls_privkey_decrypt_data.short
1614 FUNCS += functions/gnutls_privkey_deinit
1615 FUNCS += functions/gnutls_privkey_deinit.short
1616 FUNCS += functions/gnutls_privkey_export_dsa_raw
1617 FUNCS += functions/gnutls_privkey_export_dsa_raw.short
1618 FUNCS += functions/gnutls_privkey_export_ecc_raw
1619 FUNCS += functions/gnutls_privkey_export_ecc_raw.short
1620 FUNCS += functions/gnutls_privkey_export_openpgp
1621 FUNCS += functions/gnutls_privkey_export_openpgp.short
1622 FUNCS += functions/gnutls_privkey_export_pkcs11
1623 FUNCS += functions/gnutls_privkey_export_pkcs11.short
1624 FUNCS += functions/gnutls_privkey_export_rsa_raw
1625 FUNCS += functions/gnutls_privkey_export_rsa_raw.short
1626 FUNCS += functions/gnutls_privkey_export_x509
1627 FUNCS += functions/gnutls_privkey_export_x509.short
1628 FUNCS += functions/gnutls_privkey_generate
1629 FUNCS += functions/gnutls_privkey_generate.short
1630 FUNCS += functions/gnutls_privkey_get_pk_algorithm
1631 FUNCS += functions/gnutls_privkey_get_pk_algorithm.short
1632 FUNCS += functions/gnutls_privkey_get_type
1633 FUNCS += functions/gnutls_privkey_get_type.short
1634 FUNCS += functions/gnutls_privkey_import_dsa_raw
1635 FUNCS += functions/gnutls_privkey_import_dsa_raw.short
1636 FUNCS += functions/gnutls_privkey_import_ecc_raw
1637 FUNCS += functions/gnutls_privkey_import_ecc_raw.short
1638 FUNCS += functions/gnutls_privkey_import_ext
1639 FUNCS += functions/gnutls_privkey_import_ext.short
1640 FUNCS += functions/gnutls_privkey_import_ext2
1641 FUNCS += functions/gnutls_privkey_import_ext2.short
1642 FUNCS += functions/gnutls_privkey_import_ext3
1643 FUNCS += functions/gnutls_privkey_import_ext3.short
1644 FUNCS += functions/gnutls_privkey_import_openpgp
1645 FUNCS += functions/gnutls_privkey_import_openpgp.short
1646 FUNCS += functions/gnutls_privkey_import_openpgp_raw
1647 FUNCS += functions/gnutls_privkey_import_openpgp_raw.short
1648 FUNCS += functions/gnutls_privkey_import_pkcs11
1649 FUNCS += functions/gnutls_privkey_import_pkcs11.short
1650 FUNCS += functions/gnutls_privkey_import_pkcs11_url
1651 FUNCS += functions/gnutls_privkey_import_pkcs11_url.short
1652 FUNCS += functions/gnutls_privkey_import_rsa_raw
1653 FUNCS += functions/gnutls_privkey_import_rsa_raw.short
1654 FUNCS += functions/gnutls_privkey_import_tpm_raw
1655 FUNCS += functions/gnutls_privkey_import_tpm_raw.short
1656 FUNCS += functions/gnutls_privkey_import_tpm_url
1657 FUNCS += functions/gnutls_privkey_import_tpm_url.short
1658 FUNCS += functions/gnutls_privkey_import_url
1659 FUNCS += functions/gnutls_privkey_import_url.short
1660 FUNCS += functions/gnutls_privkey_import_x509
1661 FUNCS += functions/gnutls_privkey_import_x509.short
1662 FUNCS += functions/gnutls_privkey_import_x509_raw
1663 FUNCS += functions/gnutls_privkey_import_x509_raw.short
1664 FUNCS += functions/gnutls_privkey_init
1665 FUNCS += functions/gnutls_privkey_init.short
1666 FUNCS += functions/gnutls_privkey_set_pin_function
1667 FUNCS += functions/gnutls_privkey_set_pin_function.short
1668 FUNCS += functions/gnutls_privkey_sign_data
1669 FUNCS += functions/gnutls_privkey_sign_data.short
1670 FUNCS += functions/gnutls_privkey_sign_hash
1671 FUNCS += functions/gnutls_privkey_sign_hash.short
1672 FUNCS += functions/gnutls_privkey_status
1673 FUNCS += functions/gnutls_privkey_status.short
1674 FUNCS += functions/gnutls_privkey_verify_params
1675 FUNCS += functions/gnutls_privkey_verify_params.short
1676 FUNCS += functions/gnutls_protocol_get_id
1677 FUNCS += functions/gnutls_protocol_get_id.short
1678 FUNCS += functions/gnutls_protocol_get_name
1679 FUNCS += functions/gnutls_protocol_get_name.short
1680 FUNCS += functions/gnutls_protocol_get_version
1681 FUNCS += functions/gnutls_protocol_get_version.short
1682 FUNCS += functions/gnutls_protocol_list
1683 FUNCS += functions/gnutls_protocol_list.short
1684 FUNCS += functions/gnutls_psk_allocate_client_credentials
1685 FUNCS += functions/gnutls_psk_allocate_client_credentials.short
1686 FUNCS += functions/gnutls_psk_allocate_server_credentials
1687 FUNCS += functions/gnutls_psk_allocate_server_credentials.short
1688 FUNCS += functions/gnutls_psk_client_get_hint
1689 FUNCS += functions/gnutls_psk_client_get_hint.short
1690 FUNCS += functions/gnutls_psk_free_client_credentials
1691 FUNCS += functions/gnutls_psk_free_client_credentials.short
1692 FUNCS += functions/gnutls_psk_free_server_credentials
1693 FUNCS += functions/gnutls_psk_free_server_credentials.short
1694 FUNCS += functions/gnutls_psk_server_get_username
1695 FUNCS += functions/gnutls_psk_server_get_username.short
1696 FUNCS += functions/gnutls_psk_set_client_credentials
1697 FUNCS += functions/gnutls_psk_set_client_credentials.short
1698 FUNCS += functions/gnutls_psk_set_client_credentials_function
1699 FUNCS += functions/gnutls_psk_set_client_credentials_function.short
1700 FUNCS += functions/gnutls_psk_set_params_function
1701 FUNCS += functions/gnutls_psk_set_params_function.short
1702 FUNCS += functions/gnutls_psk_set_server_credentials_file
1703 FUNCS += functions/gnutls_psk_set_server_credentials_file.short
1704 FUNCS += functions/gnutls_psk_set_server_credentials_function
1705 FUNCS += functions/gnutls_psk_set_server_credentials_function.short
1706 FUNCS += functions/gnutls_psk_set_server_credentials_hint
1707 FUNCS += functions/gnutls_psk_set_server_credentials_hint.short
1708 FUNCS += functions/gnutls_psk_set_server_dh_params
1709 FUNCS += functions/gnutls_psk_set_server_dh_params.short
1710 FUNCS += functions/gnutls_psk_set_server_params_function
1711 FUNCS += functions/gnutls_psk_set_server_params_function.short
1712 FUNCS += functions/gnutls_pubkey_deinit
1713 FUNCS += functions/gnutls_pubkey_deinit.short
1714 FUNCS += functions/gnutls_pubkey_encrypt_data
1715 FUNCS += functions/gnutls_pubkey_encrypt_data.short
1716 FUNCS += functions/gnutls_pubkey_export
1717 FUNCS += functions/gnutls_pubkey_export.short
1718 FUNCS += functions/gnutls_pubkey_export2
1719 FUNCS += functions/gnutls_pubkey_export2.short
1720 FUNCS += functions/gnutls_pubkey_export_dsa_raw
1721 FUNCS += functions/gnutls_pubkey_export_dsa_raw.short
1722 FUNCS += functions/gnutls_pubkey_export_ecc_raw
1723 FUNCS += functions/gnutls_pubkey_export_ecc_raw.short
1724 FUNCS += functions/gnutls_pubkey_export_ecc_x962
1725 FUNCS += functions/gnutls_pubkey_export_ecc_x962.short
1726 FUNCS += functions/gnutls_pubkey_export_rsa_raw
1727 FUNCS += functions/gnutls_pubkey_export_rsa_raw.short
1728 FUNCS += functions/gnutls_pubkey_get_key_id
1729 FUNCS += functions/gnutls_pubkey_get_key_id.short
1730 FUNCS += functions/gnutls_pubkey_get_key_usage
1731 FUNCS += functions/gnutls_pubkey_get_key_usage.short
1732 FUNCS += functions/gnutls_pubkey_get_openpgp_key_id
1733 FUNCS += functions/gnutls_pubkey_get_openpgp_key_id.short
1734 FUNCS += functions/gnutls_pubkey_get_pk_algorithm
1735 FUNCS += functions/gnutls_pubkey_get_pk_algorithm.short
1736 FUNCS += functions/gnutls_pubkey_get_preferred_hash_algorithm
1737 FUNCS += functions/gnutls_pubkey_get_preferred_hash_algorithm.short
1738 FUNCS += functions/gnutls_pubkey_import
1739 FUNCS += functions/gnutls_pubkey_import.short
1740 FUNCS += functions/gnutls_pubkey_import_dsa_raw
1741 FUNCS += functions/gnutls_pubkey_import_dsa_raw.short
1742 FUNCS += functions/gnutls_pubkey_import_ecc_raw
1743 FUNCS += functions/gnutls_pubkey_import_ecc_raw.short
1744 FUNCS += functions/gnutls_pubkey_import_ecc_x962
1745 FUNCS += functions/gnutls_pubkey_import_ecc_x962.short
1746 FUNCS += functions/gnutls_pubkey_import_openpgp
1747 FUNCS += functions/gnutls_pubkey_import_openpgp.short
1748 FUNCS += functions/gnutls_pubkey_import_openpgp_raw
1749 FUNCS += functions/gnutls_pubkey_import_openpgp_raw.short
1750 FUNCS += functions/gnutls_pubkey_import_pkcs11
1751 FUNCS += functions/gnutls_pubkey_import_pkcs11.short
1752 FUNCS += functions/gnutls_pubkey_import_privkey
1753 FUNCS += functions/gnutls_pubkey_import_privkey.short
1754 FUNCS += functions/gnutls_pubkey_import_rsa_raw
1755 FUNCS += functions/gnutls_pubkey_import_rsa_raw.short
1756 FUNCS += functions/gnutls_pubkey_import_tpm_raw
1757 FUNCS += functions/gnutls_pubkey_import_tpm_raw.short
1758 FUNCS += functions/gnutls_pubkey_import_tpm_url
1759 FUNCS += functions/gnutls_pubkey_import_tpm_url.short
1760 FUNCS += functions/gnutls_pubkey_import_url
1761 FUNCS += functions/gnutls_pubkey_import_url.short
1762 FUNCS += functions/gnutls_pubkey_import_x509
1763 FUNCS += functions/gnutls_pubkey_import_x509.short
1764 FUNCS += functions/gnutls_pubkey_import_x509_crq
1765 FUNCS += functions/gnutls_pubkey_import_x509_crq.short
1766 FUNCS += functions/gnutls_pubkey_import_x509_raw
1767 FUNCS += functions/gnutls_pubkey_import_x509_raw.short
1768 FUNCS += functions/gnutls_pubkey_init
1769 FUNCS += functions/gnutls_pubkey_init.short
1770 FUNCS += functions/gnutls_pubkey_print
1771 FUNCS += functions/gnutls_pubkey_print.short
1772 FUNCS += functions/gnutls_pubkey_set_key_usage
1773 FUNCS += functions/gnutls_pubkey_set_key_usage.short
1774 FUNCS += functions/gnutls_pubkey_set_pin_function
1775 FUNCS += functions/gnutls_pubkey_set_pin_function.short
1776 FUNCS += functions/gnutls_pubkey_verify_data2
1777 FUNCS += functions/gnutls_pubkey_verify_data2.short
1778 FUNCS += functions/gnutls_pubkey_verify_hash2
1779 FUNCS += functions/gnutls_pubkey_verify_hash2.short
1780 FUNCS += functions/gnutls_pubkey_verify_params
1781 FUNCS += functions/gnutls_pubkey_verify_params.short
1782 FUNCS += functions/gnutls_random_art
1783 FUNCS += functions/gnutls_random_art.short
1784 FUNCS += functions/gnutls_range_split
1785 FUNCS += functions/gnutls_range_split.short
1786 FUNCS += functions/gnutls_record_can_use_length_hiding
1787 FUNCS += functions/gnutls_record_can_use_length_hiding.short
1788 FUNCS += functions/gnutls_record_check_corked
1789 FUNCS += functions/gnutls_record_check_corked.short
1790 FUNCS += functions/gnutls_record_check_pending
1791 FUNCS += functions/gnutls_record_check_pending.short
1792 FUNCS += functions/gnutls_record_cork
1793 FUNCS += functions/gnutls_record_cork.short
1794 FUNCS += functions/gnutls_record_disable_padding
1795 FUNCS += functions/gnutls_record_disable_padding.short
1796 FUNCS += functions/gnutls_record_discard_queued
1797 FUNCS += functions/gnutls_record_discard_queued.short
1798 FUNCS += functions/gnutls_record_get_direction
1799 FUNCS += functions/gnutls_record_get_direction.short
1800 FUNCS += functions/gnutls_record_get_discarded
1801 FUNCS += functions/gnutls_record_get_discarded.short
1802 FUNCS += functions/gnutls_record_get_max_size
1803 FUNCS += functions/gnutls_record_get_max_size.short
1804 FUNCS += functions/gnutls_record_get_state
1805 FUNCS += functions/gnutls_record_get_state.short
1806 FUNCS += functions/gnutls_record_overhead_size
1807 FUNCS += functions/gnutls_record_overhead_size.short
1808 FUNCS += functions/gnutls_record_recv
1809 FUNCS += functions/gnutls_record_recv.short
1810 FUNCS += functions/gnutls_record_recv_packet
1811 FUNCS += functions/gnutls_record_recv_packet.short
1812 FUNCS += functions/gnutls_record_recv_seq
1813 FUNCS += functions/gnutls_record_recv_seq.short
1814 FUNCS += functions/gnutls_record_send
1815 FUNCS += functions/gnutls_record_send.short
1816 FUNCS += functions/gnutls_record_send_range
1817 FUNCS += functions/gnutls_record_send_range.short
1818 FUNCS += functions/gnutls_record_set_max_size
1819 FUNCS += functions/gnutls_record_set_max_size.short
1820 FUNCS += functions/gnutls_record_set_state
1821 FUNCS += functions/gnutls_record_set_state.short
1822 FUNCS += functions/gnutls_record_set_timeout
1823 FUNCS += functions/gnutls_record_set_timeout.short
1824 FUNCS += functions/gnutls_record_uncork
1825 FUNCS += functions/gnutls_record_uncork.short
1826 FUNCS += functions/gnutls_register_custom_url
1827 FUNCS += functions/gnutls_register_custom_url.short
1828 FUNCS += functions/gnutls_rehandshake
1829 FUNCS += functions/gnutls_rehandshake.short
1830 FUNCS += functions/gnutls_rnd
1831 FUNCS += functions/gnutls_rnd.short
1832 FUNCS += functions/gnutls_rnd_refresh
1833 FUNCS += functions/gnutls_rnd_refresh.short
1834 FUNCS += functions/gnutls_safe_renegotiation_status
1835 FUNCS += functions/gnutls_safe_renegotiation_status.short
1836 FUNCS += functions/gnutls_sec_param_get_name
1837 FUNCS += functions/gnutls_sec_param_get_name.short
1838 FUNCS += functions/gnutls_sec_param_to_pk_bits
1839 FUNCS += functions/gnutls_sec_param_to_pk_bits.short
1840 FUNCS += functions/gnutls_sec_param_to_symmetric_bits
1841 FUNCS += functions/gnutls_sec_param_to_symmetric_bits.short
1842 FUNCS += functions/gnutls_server_name_get
1843 FUNCS += functions/gnutls_server_name_get.short
1844 FUNCS += functions/gnutls_server_name_set
1845 FUNCS += functions/gnutls_server_name_set.short
1846 FUNCS += functions/gnutls_session_channel_binding
1847 FUNCS += functions/gnutls_session_channel_binding.short
1848 FUNCS += functions/gnutls_session_enable_compatibility_mode
1849 FUNCS += functions/gnutls_session_enable_compatibility_mode.short
1850 FUNCS += functions/gnutls_session_etm_status
1851 FUNCS += functions/gnutls_session_etm_status.short
1852 FUNCS += functions/gnutls_session_ext_master_secret_status
1853 FUNCS += functions/gnutls_session_ext_master_secret_status.short
1854 FUNCS += functions/gnutls_session_force_valid
1855 FUNCS += functions/gnutls_session_force_valid.short
1856 FUNCS += functions/gnutls_session_get_data
1857 FUNCS += functions/gnutls_session_get_data.short
1858 FUNCS += functions/gnutls_session_get_data2
1859 FUNCS += functions/gnutls_session_get_data2.short
1860 FUNCS += functions/gnutls_session_get_desc
1861 FUNCS += functions/gnutls_session_get_desc.short
1862 FUNCS += functions/gnutls_session_get_id
1863 FUNCS += functions/gnutls_session_get_id.short
1864 FUNCS += functions/gnutls_session_get_id2
1865 FUNCS += functions/gnutls_session_get_id2.short
1866 FUNCS += functions/gnutls_session_get_ptr
1867 FUNCS += functions/gnutls_session_get_ptr.short
1868 FUNCS += functions/gnutls_session_get_random
1869 FUNCS += functions/gnutls_session_get_random.short
1870 FUNCS += functions/gnutls_session_get_verify_cert_status
1871 FUNCS += functions/gnutls_session_get_verify_cert_status.short
1872 FUNCS += functions/gnutls_session_is_resumed
1873 FUNCS += functions/gnutls_session_is_resumed.short
1874 FUNCS += functions/gnutls_session_resumption_requested
1875 FUNCS += functions/gnutls_session_resumption_requested.short
1876 FUNCS += functions/gnutls_session_set_data
1877 FUNCS += functions/gnutls_session_set_data.short
1878 FUNCS += functions/gnutls_session_set_id
1879 FUNCS += functions/gnutls_session_set_id.short
1880 FUNCS += functions/gnutls_session_set_premaster
1881 FUNCS += functions/gnutls_session_set_premaster.short
1882 FUNCS += functions/gnutls_session_set_ptr
1883 FUNCS += functions/gnutls_session_set_ptr.short
1884 FUNCS += functions/gnutls_session_set_verify_cert
1885 FUNCS += functions/gnutls_session_set_verify_cert.short
1886 FUNCS += functions/gnutls_session_set_verify_cert2
1887 FUNCS += functions/gnutls_session_set_verify_cert2.short
1888 FUNCS += functions/gnutls_session_set_verify_function
1889 FUNCS += functions/gnutls_session_set_verify_function.short
1890 FUNCS += functions/gnutls_session_ticket_enable_client
1891 FUNCS += functions/gnutls_session_ticket_enable_client.short
1892 FUNCS += functions/gnutls_session_ticket_enable_server
1893 FUNCS += functions/gnutls_session_ticket_enable_server.short
1894 FUNCS += functions/gnutls_session_ticket_key_generate
1895 FUNCS += functions/gnutls_session_ticket_key_generate.short
1896 FUNCS += functions/gnutls_set_default_priority
1897 FUNCS += functions/gnutls_set_default_priority.short
1898 FUNCS += functions/gnutls_sign_algorithm_get
1899 FUNCS += functions/gnutls_sign_algorithm_get.short
1900 FUNCS += functions/gnutls_sign_algorithm_get_client
1901 FUNCS += functions/gnutls_sign_algorithm_get_client.short
1902 FUNCS += functions/gnutls_sign_algorithm_get_requested
1903 FUNCS += functions/gnutls_sign_algorithm_get_requested.short
1904 FUNCS += functions/gnutls_sign_get_hash_algorithm
1905 FUNCS += functions/gnutls_sign_get_hash_algorithm.short
1906 FUNCS += functions/gnutls_sign_get_id
1907 FUNCS += functions/gnutls_sign_get_id.short
1908 FUNCS += functions/gnutls_sign_get_name
1909 FUNCS += functions/gnutls_sign_get_name.short
1910 FUNCS += functions/gnutls_sign_get_oid
1911 FUNCS += functions/gnutls_sign_get_oid.short
1912 FUNCS += functions/gnutls_sign_get_pk_algorithm
1913 FUNCS += functions/gnutls_sign_get_pk_algorithm.short
1914 FUNCS += functions/gnutls_sign_is_secure
1915 FUNCS += functions/gnutls_sign_is_secure.short
1916 FUNCS += functions/gnutls_sign_list
1917 FUNCS += functions/gnutls_sign_list.short
1918 FUNCS += functions/gnutls_srp_allocate_client_credentials
1919 FUNCS += functions/gnutls_srp_allocate_client_credentials.short
1920 FUNCS += functions/gnutls_srp_allocate_server_credentials
1921 FUNCS += functions/gnutls_srp_allocate_server_credentials.short
1922 FUNCS += functions/gnutls_srp_base64_decode
1923 FUNCS += functions/gnutls_srp_base64_decode.short
1924 FUNCS += functions/gnutls_srp_base64_decode2
1925 FUNCS += functions/gnutls_srp_base64_decode2.short
1926 FUNCS += functions/gnutls_srp_base64_encode
1927 FUNCS += functions/gnutls_srp_base64_encode.short
1928 FUNCS += functions/gnutls_srp_base64_encode2
1929 FUNCS += functions/gnutls_srp_base64_encode2.short
1930 FUNCS += functions/gnutls_srp_free_client_credentials
1931 FUNCS += functions/gnutls_srp_free_client_credentials.short
1932 FUNCS += functions/gnutls_srp_free_server_credentials
1933 FUNCS += functions/gnutls_srp_free_server_credentials.short
1934 FUNCS += functions/gnutls_srp_server_get_username
1935 FUNCS += functions/gnutls_srp_server_get_username.short
1936 FUNCS += functions/gnutls_srp_set_client_credentials
1937 FUNCS += functions/gnutls_srp_set_client_credentials.short
1938 FUNCS += functions/gnutls_srp_set_client_credentials_function
1939 FUNCS += functions/gnutls_srp_set_client_credentials_function.short
1940 FUNCS += functions/gnutls_srp_set_prime_bits
1941 FUNCS += functions/gnutls_srp_set_prime_bits.short
1942 FUNCS += functions/gnutls_srp_set_server_credentials_file
1943 FUNCS += functions/gnutls_srp_set_server_credentials_file.short
1944 FUNCS += functions/gnutls_srp_set_server_credentials_function
1945 FUNCS += functions/gnutls_srp_set_server_credentials_function.short
1946 FUNCS += functions/gnutls_srp_set_server_fake_salt_seed
1947 FUNCS += functions/gnutls_srp_set_server_fake_salt_seed.short
1948 FUNCS += functions/gnutls_srp_verifier
1949 FUNCS += functions/gnutls_srp_verifier.short
1950 FUNCS += functions/gnutls_srtp_get_keys
1951 FUNCS += functions/gnutls_srtp_get_keys.short
1952 FUNCS += functions/gnutls_srtp_get_mki
1953 FUNCS += functions/gnutls_srtp_get_mki.short
1954 FUNCS += functions/gnutls_srtp_get_profile_id
1955 FUNCS += functions/gnutls_srtp_get_profile_id.short
1956 FUNCS += functions/gnutls_srtp_get_profile_name
1957 FUNCS += functions/gnutls_srtp_get_profile_name.short
1958 FUNCS += functions/gnutls_srtp_get_selected_profile
1959 FUNCS += functions/gnutls_srtp_get_selected_profile.short
1960 FUNCS += functions/gnutls_srtp_set_mki
1961 FUNCS += functions/gnutls_srtp_set_mki.short
1962 FUNCS += functions/gnutls_srtp_set_profile
1963 FUNCS += functions/gnutls_srtp_set_profile.short
1964 FUNCS += functions/gnutls_srtp_set_profile_direct
1965 FUNCS += functions/gnutls_srtp_set_profile_direct.short
1966 FUNCS += functions/gnutls_store_commitment
1967 FUNCS += functions/gnutls_store_commitment.short
1968 FUNCS += functions/gnutls_store_pubkey
1969 FUNCS += functions/gnutls_store_pubkey.short
1970 FUNCS += functions/gnutls_strerror
1971 FUNCS += functions/gnutls_strerror.short
1972 FUNCS += functions/gnutls_strerror_name
1973 FUNCS += functions/gnutls_strerror_name.short
1974 FUNCS += functions/gnutls_subject_alt_names_deinit
1975 FUNCS += functions/gnutls_subject_alt_names_deinit.short
1976 FUNCS += functions/gnutls_subject_alt_names_get
1977 FUNCS += functions/gnutls_subject_alt_names_get.short
1978 FUNCS += functions/gnutls_subject_alt_names_init
1979 FUNCS += functions/gnutls_subject_alt_names_init.short
1980 FUNCS += functions/gnutls_subject_alt_names_set
1981 FUNCS += functions/gnutls_subject_alt_names_set.short
1982 FUNCS += functions/gnutls_supplemental_get_name
1983 FUNCS += functions/gnutls_supplemental_get_name.short
1984 FUNCS += functions/gnutls_supplemental_recv
1985 FUNCS += functions/gnutls_supplemental_recv.short
1986 FUNCS += functions/gnutls_supplemental_register
1987 FUNCS += functions/gnutls_supplemental_register.short
1988 FUNCS += functions/gnutls_supplemental_send
1989 FUNCS += functions/gnutls_supplemental_send.short
1990 FUNCS += functions/gnutls_system_key_add_x509
1991 FUNCS += functions/gnutls_system_key_add_x509.short
1992 FUNCS += functions/gnutls_system_key_delete
1993 FUNCS += functions/gnutls_system_key_delete.short
1994 FUNCS += functions/gnutls_system_key_iter_deinit
1995 FUNCS += functions/gnutls_system_key_iter_deinit.short
1996 FUNCS += functions/gnutls_system_key_iter_get_info
1997 FUNCS += functions/gnutls_system_key_iter_get_info.short
1998 FUNCS += functions/gnutls_system_recv_timeout
1999 FUNCS += functions/gnutls_system_recv_timeout.short
2000 FUNCS += functions/gnutls_tdb_deinit
2001 FUNCS += functions/gnutls_tdb_deinit.short
2002 FUNCS += functions/gnutls_tdb_init
2003 FUNCS += functions/gnutls_tdb_init.short
2004 FUNCS += functions/gnutls_tdb_set_store_commitment_func
2005 FUNCS += functions/gnutls_tdb_set_store_commitment_func.short
2006 FUNCS += functions/gnutls_tdb_set_store_func
2007 FUNCS += functions/gnutls_tdb_set_store_func.short
2008 FUNCS += functions/gnutls_tdb_set_verify_func
2009 FUNCS += functions/gnutls_tdb_set_verify_func.short
2010 FUNCS += functions/gnutls_tpm_get_registered
2011 FUNCS += functions/gnutls_tpm_get_registered.short
2012 FUNCS += functions/gnutls_tpm_key_list_deinit
2013 FUNCS += functions/gnutls_tpm_key_list_deinit.short
2014 FUNCS += functions/gnutls_tpm_key_list_get_url
2015 FUNCS += functions/gnutls_tpm_key_list_get_url.short
2016 FUNCS += functions/gnutls_tpm_privkey_delete
2017 FUNCS += functions/gnutls_tpm_privkey_delete.short
2018 FUNCS += functions/gnutls_tpm_privkey_generate
2019 FUNCS += functions/gnutls_tpm_privkey_generate.short
2020 FUNCS += functions/gnutls_transport_get_int
2021 FUNCS += functions/gnutls_transport_get_int.short
2022 FUNCS += functions/gnutls_transport_get_int2
2023 FUNCS += functions/gnutls_transport_get_int2.short
2024 FUNCS += functions/gnutls_transport_get_ptr
2025 FUNCS += functions/gnutls_transport_get_ptr.short
2026 FUNCS += functions/gnutls_transport_get_ptr2
2027 FUNCS += functions/gnutls_transport_get_ptr2.short
2028 FUNCS += functions/gnutls_transport_set_errno
2029 FUNCS += functions/gnutls_transport_set_errno.short
2030 FUNCS += functions/gnutls_transport_set_errno_function
2031 FUNCS += functions/gnutls_transport_set_errno_function.short
2032 FUNCS += functions/gnutls_transport_set_int
2033 FUNCS += functions/gnutls_transport_set_int.short
2034 FUNCS += functions/gnutls_transport_set_int2
2035 FUNCS += functions/gnutls_transport_set_int2.short
2036 FUNCS += functions/gnutls_transport_set_ptr
2037 FUNCS += functions/gnutls_transport_set_ptr.short
2038 FUNCS += functions/gnutls_transport_set_ptr2
2039 FUNCS += functions/gnutls_transport_set_ptr2.short
2040 FUNCS += functions/gnutls_transport_set_pull_function
2041 FUNCS += functions/gnutls_transport_set_pull_function.short
2042 FUNCS += functions/gnutls_transport_set_pull_timeout_function
2043 FUNCS += functions/gnutls_transport_set_pull_timeout_function.short
2044 FUNCS += functions/gnutls_transport_set_push_function
2045 FUNCS += functions/gnutls_transport_set_push_function.short
2046 FUNCS += functions/gnutls_transport_set_vec_push_function
2047 FUNCS += functions/gnutls_transport_set_vec_push_function.short
2048 FUNCS += functions/gnutls_url_is_supported
2049 FUNCS += functions/gnutls_url_is_supported.short
2050 FUNCS += functions/gnutls_verify_stored_pubkey
2051 FUNCS += functions/gnutls_verify_stored_pubkey.short
2052 FUNCS += functions/gnutls_x509_aia_deinit
2053 FUNCS += functions/gnutls_x509_aia_deinit.short
2054 FUNCS += functions/gnutls_x509_aia_get
2055 FUNCS += functions/gnutls_x509_aia_get.short
2056 FUNCS += functions/gnutls_x509_aia_init
2057 FUNCS += functions/gnutls_x509_aia_init.short
2058 FUNCS += functions/gnutls_x509_aia_set
2059 FUNCS += functions/gnutls_x509_aia_set.short
2060 FUNCS += functions/gnutls_x509_aki_deinit
2061 FUNCS += functions/gnutls_x509_aki_deinit.short
2062 FUNCS += functions/gnutls_x509_aki_get_cert_issuer
2063 FUNCS += functions/gnutls_x509_aki_get_cert_issuer.short
2064 FUNCS += functions/gnutls_x509_aki_get_id
2065 FUNCS += functions/gnutls_x509_aki_get_id.short
2066 FUNCS += functions/gnutls_x509_aki_init
2067 FUNCS += functions/gnutls_x509_aki_init.short
2068 FUNCS += functions/gnutls_x509_aki_set_cert_issuer
2069 FUNCS += functions/gnutls_x509_aki_set_cert_issuer.short
2070 FUNCS += functions/gnutls_x509_aki_set_id
2071 FUNCS += functions/gnutls_x509_aki_set_id.short
2072 FUNCS += functions/gnutls_x509_crl_check_issuer
2073 FUNCS += functions/gnutls_x509_crl_check_issuer.short
2074 FUNCS += functions/gnutls_x509_crl_deinit
2075 FUNCS += functions/gnutls_x509_crl_deinit.short
2076 FUNCS += functions/gnutls_x509_crl_dist_points_deinit
2077 FUNCS += functions/gnutls_x509_crl_dist_points_deinit.short
2078 FUNCS += functions/gnutls_x509_crl_dist_points_get
2079 FUNCS += functions/gnutls_x509_crl_dist_points_get.short
2080 FUNCS += functions/gnutls_x509_crl_dist_points_init
2081 FUNCS += functions/gnutls_x509_crl_dist_points_init.short
2082 FUNCS += functions/gnutls_x509_crl_dist_points_set
2083 FUNCS += functions/gnutls_x509_crl_dist_points_set.short
2084 FUNCS += functions/gnutls_x509_crl_export
2085 FUNCS += functions/gnutls_x509_crl_export.short
2086 FUNCS += functions/gnutls_x509_crl_export2
2087 FUNCS += functions/gnutls_x509_crl_export2.short
2088 FUNCS += functions/gnutls_x509_crl_get_authority_key_gn_serial
2089 FUNCS += functions/gnutls_x509_crl_get_authority_key_gn_serial.short
2090 FUNCS += functions/gnutls_x509_crl_get_authority_key_id
2091 FUNCS += functions/gnutls_x509_crl_get_authority_key_id.short
2092 FUNCS += functions/gnutls_x509_crl_get_crt_count
2093 FUNCS += functions/gnutls_x509_crl_get_crt_count.short
2094 FUNCS += functions/gnutls_x509_crl_get_crt_serial
2095 FUNCS += functions/gnutls_x509_crl_get_crt_serial.short
2096 FUNCS += functions/gnutls_x509_crl_get_dn_oid
2097 FUNCS += functions/gnutls_x509_crl_get_dn_oid.short
2098 FUNCS += functions/gnutls_x509_crl_get_extension_data
2099 FUNCS += functions/gnutls_x509_crl_get_extension_data.short
2100 FUNCS += functions/gnutls_x509_crl_get_extension_data2
2101 FUNCS += functions/gnutls_x509_crl_get_extension_data2.short
2102 FUNCS += functions/gnutls_x509_crl_get_extension_info
2103 FUNCS += functions/gnutls_x509_crl_get_extension_info.short
2104 FUNCS += functions/gnutls_x509_crl_get_extension_oid
2105 FUNCS += functions/gnutls_x509_crl_get_extension_oid.short
2106 FUNCS += functions/gnutls_x509_crl_get_issuer_dn
2107 FUNCS += functions/gnutls_x509_crl_get_issuer_dn.short
2108 FUNCS += functions/gnutls_x509_crl_get_issuer_dn2
2109 FUNCS += functions/gnutls_x509_crl_get_issuer_dn2.short
2110 FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid
2111 FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid.short
2112 FUNCS += functions/gnutls_x509_crl_get_next_update
2113 FUNCS += functions/gnutls_x509_crl_get_next_update.short
2114 FUNCS += functions/gnutls_x509_crl_get_number
2115 FUNCS += functions/gnutls_x509_crl_get_number.short
2116 FUNCS += functions/gnutls_x509_crl_get_raw_issuer_dn
2117 FUNCS += functions/gnutls_x509_crl_get_raw_issuer_dn.short
2118 FUNCS += functions/gnutls_x509_crl_get_signature
2119 FUNCS += functions/gnutls_x509_crl_get_signature.short
2120 FUNCS += functions/gnutls_x509_crl_get_signature_algorithm
2121 FUNCS += functions/gnutls_x509_crl_get_signature_algorithm.short
2122 FUNCS += functions/gnutls_x509_crl_get_this_update
2123 FUNCS += functions/gnutls_x509_crl_get_this_update.short
2124 FUNCS += functions/gnutls_x509_crl_get_version
2125 FUNCS += functions/gnutls_x509_crl_get_version.short
2126 FUNCS += functions/gnutls_x509_crl_import
2127 FUNCS += functions/gnutls_x509_crl_import.short
2128 FUNCS += functions/gnutls_x509_crl_init
2129 FUNCS += functions/gnutls_x509_crl_init.short
2130 FUNCS += functions/gnutls_x509_crl_iter_crt_serial
2131 FUNCS += functions/gnutls_x509_crl_iter_crt_serial.short
2132 FUNCS += functions/gnutls_x509_crl_iter_deinit
2133 FUNCS += functions/gnutls_x509_crl_iter_deinit.short
2134 FUNCS += functions/gnutls_x509_crl_list_import
2135 FUNCS += functions/gnutls_x509_crl_list_import.short
2136 FUNCS += functions/gnutls_x509_crl_list_import2
2137 FUNCS += functions/gnutls_x509_crl_list_import2.short
2138 FUNCS += functions/gnutls_x509_crl_print
2139 FUNCS += functions/gnutls_x509_crl_print.short
2140 FUNCS += functions/gnutls_x509_crl_privkey_sign
2141 FUNCS += functions/gnutls_x509_crl_privkey_sign.short
2142 FUNCS += functions/gnutls_x509_crl_set_authority_key_id
2143 FUNCS += functions/gnutls_x509_crl_set_authority_key_id.short
2144 FUNCS += functions/gnutls_x509_crl_set_crt
2145 FUNCS += functions/gnutls_x509_crl_set_crt.short
2146 FUNCS += functions/gnutls_x509_crl_set_crt_serial
2147 FUNCS += functions/gnutls_x509_crl_set_crt_serial.short
2148 FUNCS += functions/gnutls_x509_crl_set_next_update
2149 FUNCS += functions/gnutls_x509_crl_set_next_update.short
2150 FUNCS += functions/gnutls_x509_crl_set_number
2151 FUNCS += functions/gnutls_x509_crl_set_number.short
2152 FUNCS += functions/gnutls_x509_crl_set_this_update
2153 FUNCS += functions/gnutls_x509_crl_set_this_update.short
2154 FUNCS += functions/gnutls_x509_crl_set_version
2155 FUNCS += functions/gnutls_x509_crl_set_version.short
2156 FUNCS += functions/gnutls_x509_crl_sign
2157 FUNCS += functions/gnutls_x509_crl_sign.short
2158 FUNCS += functions/gnutls_x509_crl_sign2
2159 FUNCS += functions/gnutls_x509_crl_sign2.short
2160 FUNCS += functions/gnutls_x509_crl_verify
2161 FUNCS += functions/gnutls_x509_crl_verify.short
2162 FUNCS += functions/gnutls_x509_crq_deinit
2163 FUNCS += functions/gnutls_x509_crq_deinit.short
2164 FUNCS += functions/gnutls_x509_crq_export
2165 FUNCS += functions/gnutls_x509_crq_export.short
2166 FUNCS += functions/gnutls_x509_crq_export2
2167 FUNCS += functions/gnutls_x509_crq_export2.short
2168 FUNCS += functions/gnutls_x509_crq_get_attribute_by_oid
2169 FUNCS += functions/gnutls_x509_crq_get_attribute_by_oid.short
2170 FUNCS += functions/gnutls_x509_crq_get_attribute_data
2171 FUNCS += functions/gnutls_x509_crq_get_attribute_data.short
2172 FUNCS += functions/gnutls_x509_crq_get_attribute_info
2173 FUNCS += functions/gnutls_x509_crq_get_attribute_info.short
2174 FUNCS += functions/gnutls_x509_crq_get_basic_constraints
2175 FUNCS += functions/gnutls_x509_crq_get_basic_constraints.short
2176 FUNCS += functions/gnutls_x509_crq_get_challenge_password
2177 FUNCS += functions/gnutls_x509_crq_get_challenge_password.short
2178 FUNCS += functions/gnutls_x509_crq_get_dn
2179 FUNCS += functions/gnutls_x509_crq_get_dn.short
2180 FUNCS += functions/gnutls_x509_crq_get_dn2
2181 FUNCS += functions/gnutls_x509_crq_get_dn2.short
2182 FUNCS += functions/gnutls_x509_crq_get_dn_by_oid
2183 FUNCS += functions/gnutls_x509_crq_get_dn_by_oid.short
2184 FUNCS += functions/gnutls_x509_crq_get_dn_oid
2185 FUNCS += functions/gnutls_x509_crq_get_dn_oid.short
2186 FUNCS += functions/gnutls_x509_crq_get_extension_by_oid
2187 FUNCS += functions/gnutls_x509_crq_get_extension_by_oid.short
2188 FUNCS += functions/gnutls_x509_crq_get_extension_by_oid2
2189 FUNCS += functions/gnutls_x509_crq_get_extension_by_oid2.short
2190 FUNCS += functions/gnutls_x509_crq_get_extension_data
2191 FUNCS += functions/gnutls_x509_crq_get_extension_data.short
2192 FUNCS += functions/gnutls_x509_crq_get_extension_data2
2193 FUNCS += functions/gnutls_x509_crq_get_extension_data2.short
2194 FUNCS += functions/gnutls_x509_crq_get_extension_info
2195 FUNCS += functions/gnutls_x509_crq_get_extension_info.short
2196 FUNCS += functions/gnutls_x509_crq_get_key_id
2197 FUNCS += functions/gnutls_x509_crq_get_key_id.short
2198 FUNCS += functions/gnutls_x509_crq_get_key_purpose_oid
2199 FUNCS += functions/gnutls_x509_crq_get_key_purpose_oid.short
2200 FUNCS += functions/gnutls_x509_crq_get_key_rsa_raw
2201 FUNCS += functions/gnutls_x509_crq_get_key_rsa_raw.short
2202 FUNCS += functions/gnutls_x509_crq_get_key_usage
2203 FUNCS += functions/gnutls_x509_crq_get_key_usage.short
2204 FUNCS += functions/gnutls_x509_crq_get_pk_algorithm
2205 FUNCS += functions/gnutls_x509_crq_get_pk_algorithm.short
2206 FUNCS += functions/gnutls_x509_crq_get_private_key_usage_period
2207 FUNCS += functions/gnutls_x509_crq_get_private_key_usage_period.short
2208 FUNCS += functions/gnutls_x509_crq_get_signature_algorithm
2209 FUNCS += functions/gnutls_x509_crq_get_signature_algorithm.short
2210 FUNCS += functions/gnutls_x509_crq_get_subject_alt_name
2211 FUNCS += functions/gnutls_x509_crq_get_subject_alt_name.short
2212 FUNCS += functions/gnutls_x509_crq_get_subject_alt_othername_oid
2213 FUNCS += functions/gnutls_x509_crq_get_subject_alt_othername_oid.short
2214 FUNCS += functions/gnutls_x509_crq_get_version
2215 FUNCS += functions/gnutls_x509_crq_get_version.short
2216 FUNCS += functions/gnutls_x509_crq_import
2217 FUNCS += functions/gnutls_x509_crq_import.short
2218 FUNCS += functions/gnutls_x509_crq_init
2219 FUNCS += functions/gnutls_x509_crq_init.short
2220 FUNCS += functions/gnutls_x509_crq_print
2221 FUNCS += functions/gnutls_x509_crq_print.short
2222 FUNCS += functions/gnutls_x509_crq_privkey_sign
2223 FUNCS += functions/gnutls_x509_crq_privkey_sign.short
2224 FUNCS += functions/gnutls_x509_crq_set_attribute_by_oid
2225 FUNCS += functions/gnutls_x509_crq_set_attribute_by_oid.short
2226 FUNCS += functions/gnutls_x509_crq_set_basic_constraints
2227 FUNCS += functions/gnutls_x509_crq_set_basic_constraints.short
2228 FUNCS += functions/gnutls_x509_crq_set_challenge_password
2229 FUNCS += functions/gnutls_x509_crq_set_challenge_password.short
2230 FUNCS += functions/gnutls_x509_crq_set_dn
2231 FUNCS += functions/gnutls_x509_crq_set_dn.short
2232 FUNCS += functions/gnutls_x509_crq_set_dn_by_oid
2233 FUNCS += functions/gnutls_x509_crq_set_dn_by_oid.short
2234 FUNCS += functions/gnutls_x509_crq_set_key
2235 FUNCS += functions/gnutls_x509_crq_set_key.short
2236 FUNCS += functions/gnutls_x509_crq_set_key_purpose_oid
2237 FUNCS += functions/gnutls_x509_crq_set_key_purpose_oid.short
2238 FUNCS += functions/gnutls_x509_crq_set_key_rsa_raw
2239 FUNCS += functions/gnutls_x509_crq_set_key_rsa_raw.short
2240 FUNCS += functions/gnutls_x509_crq_set_key_usage
2241 FUNCS += functions/gnutls_x509_crq_set_key_usage.short
2242 FUNCS += functions/gnutls_x509_crq_set_private_key_usage_period
2243 FUNCS += functions/gnutls_x509_crq_set_private_key_usage_period.short
2244 FUNCS += functions/gnutls_x509_crq_set_pubkey
2245 FUNCS += functions/gnutls_x509_crq_set_pubkey.short
2246 FUNCS += functions/gnutls_x509_crq_set_subject_alt_name
2247 FUNCS += functions/gnutls_x509_crq_set_subject_alt_name.short
2248 FUNCS += functions/gnutls_x509_crq_set_version
2249 FUNCS += functions/gnutls_x509_crq_set_version.short
2250 FUNCS += functions/gnutls_x509_crq_sign
2251 FUNCS += functions/gnutls_x509_crq_sign.short
2252 FUNCS += functions/gnutls_x509_crq_sign2
2253 FUNCS += functions/gnutls_x509_crq_sign2.short
2254 FUNCS += functions/gnutls_x509_crq_verify
2255 FUNCS += functions/gnutls_x509_crq_verify.short
2256 FUNCS += functions/gnutls_x509_crt_check_email
2257 FUNCS += functions/gnutls_x509_crt_check_email.short
2258 FUNCS += functions/gnutls_x509_crt_check_hostname
2259 FUNCS += functions/gnutls_x509_crt_check_hostname.short
2260 FUNCS += functions/gnutls_x509_crt_check_hostname2
2261 FUNCS += functions/gnutls_x509_crt_check_hostname2.short
2262 FUNCS += functions/gnutls_x509_crt_check_issuer
2263 FUNCS += functions/gnutls_x509_crt_check_issuer.short
2264 FUNCS += functions/gnutls_x509_crt_check_revocation
2265 FUNCS += functions/gnutls_x509_crt_check_revocation.short
2266 FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points
2267 FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points.short
2268 FUNCS += functions/gnutls_x509_crt_deinit
2269 FUNCS += functions/gnutls_x509_crt_deinit.short
2270 FUNCS += functions/gnutls_x509_crt_export
2271 FUNCS += functions/gnutls_x509_crt_export.short
2272 FUNCS += functions/gnutls_x509_crt_export2
2273 FUNCS += functions/gnutls_x509_crt_export2.short
2274 FUNCS += functions/gnutls_x509_crt_get_activation_time
2275 FUNCS += functions/gnutls_x509_crt_get_activation_time.short
2276 FUNCS += functions/gnutls_x509_crt_get_authority_info_access
2277 FUNCS += functions/gnutls_x509_crt_get_authority_info_access.short
2278 FUNCS += functions/gnutls_x509_crt_get_authority_key_gn_serial
2279 FUNCS += functions/gnutls_x509_crt_get_authority_key_gn_serial.short
2280 FUNCS += functions/gnutls_x509_crt_get_authority_key_id
2281 FUNCS += functions/gnutls_x509_crt_get_authority_key_id.short
2282 FUNCS += functions/gnutls_x509_crt_get_basic_constraints
2283 FUNCS += functions/gnutls_x509_crt_get_basic_constraints.short
2284 FUNCS += functions/gnutls_x509_crt_get_ca_status
2285 FUNCS += functions/gnutls_x509_crt_get_ca_status.short
2286 FUNCS += functions/gnutls_x509_crt_get_crl_dist_points
2287 FUNCS += functions/gnutls_x509_crt_get_crl_dist_points.short
2288 FUNCS += functions/gnutls_x509_crt_get_dn
2289 FUNCS += functions/gnutls_x509_crt_get_dn.short
2290 FUNCS += functions/gnutls_x509_crt_get_dn2
2291 FUNCS += functions/gnutls_x509_crt_get_dn2.short
2292 FUNCS += functions/gnutls_x509_crt_get_dn_by_oid
2293 FUNCS += functions/gnutls_x509_crt_get_dn_by_oid.short
2294 FUNCS += functions/gnutls_x509_crt_get_dn_oid
2295 FUNCS += functions/gnutls_x509_crt_get_dn_oid.short
2296 FUNCS += functions/gnutls_x509_crt_get_expiration_time
2297 FUNCS += functions/gnutls_x509_crt_get_expiration_time.short
2298 FUNCS += functions/gnutls_x509_crt_get_extension_by_oid
2299 FUNCS += functions/gnutls_x509_crt_get_extension_by_oid.short
2300 FUNCS += functions/gnutls_x509_crt_get_extension_by_oid2
2301 FUNCS += functions/gnutls_x509_crt_get_extension_by_oid2.short
2302 FUNCS += functions/gnutls_x509_crt_get_extension_data
2303 FUNCS += functions/gnutls_x509_crt_get_extension_data.short
2304 FUNCS += functions/gnutls_x509_crt_get_extension_data2
2305 FUNCS += functions/gnutls_x509_crt_get_extension_data2.short
2306 FUNCS += functions/gnutls_x509_crt_get_extension_info
2307 FUNCS += functions/gnutls_x509_crt_get_extension_info.short
2308 FUNCS += functions/gnutls_x509_crt_get_extension_oid
2309 FUNCS += functions/gnutls_x509_crt_get_extension_oid.short
2310 FUNCS += functions/gnutls_x509_crt_get_fingerprint
2311 FUNCS += functions/gnutls_x509_crt_get_fingerprint.short
2312 FUNCS += functions/gnutls_x509_crt_get_issuer
2313 FUNCS += functions/gnutls_x509_crt_get_issuer.short
2314 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name
2315 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name.short
2316 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name2
2317 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name2.short
2318 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_othername_oid
2319 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_othername_oid.short
2320 FUNCS += functions/gnutls_x509_crt_get_issuer_dn
2321 FUNCS += functions/gnutls_x509_crt_get_issuer_dn.short
2322 FUNCS += functions/gnutls_x509_crt_get_issuer_dn2
2323 FUNCS += functions/gnutls_x509_crt_get_issuer_dn2.short
2324 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid
2325 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid.short
2326 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_oid
2327 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_oid.short
2328 FUNCS += functions/gnutls_x509_crt_get_issuer_unique_id
2329 FUNCS += functions/gnutls_x509_crt_get_issuer_unique_id.short
2330 FUNCS += functions/gnutls_x509_crt_get_key_id
2331 FUNCS += functions/gnutls_x509_crt_get_key_id.short
2332 FUNCS += functions/gnutls_x509_crt_get_key_purpose_oid
2333 FUNCS += functions/gnutls_x509_crt_get_key_purpose_oid.short
2334 FUNCS += functions/gnutls_x509_crt_get_key_usage
2335 FUNCS += functions/gnutls_x509_crt_get_key_usage.short
2336 FUNCS += functions/gnutls_x509_crt_get_name_constraints
2337 FUNCS += functions/gnutls_x509_crt_get_name_constraints.short
2338 FUNCS += functions/gnutls_x509_crt_get_pk_algorithm
2339 FUNCS += functions/gnutls_x509_crt_get_pk_algorithm.short
2340 FUNCS += functions/gnutls_x509_crt_get_pk_dsa_raw
2341 FUNCS += functions/gnutls_x509_crt_get_pk_dsa_raw.short
2342 FUNCS += functions/gnutls_x509_crt_get_pk_ecc_raw
2343 FUNCS += functions/gnutls_x509_crt_get_pk_ecc_raw.short
2344 FUNCS += functions/gnutls_x509_crt_get_pk_rsa_raw
2345 FUNCS += functions/gnutls_x509_crt_get_pk_rsa_raw.short
2346 FUNCS += functions/gnutls_x509_crt_get_policy
2347 FUNCS += functions/gnutls_x509_crt_get_policy.short
2348 FUNCS += functions/gnutls_x509_crt_get_preferred_hash_algorithm
2349 FUNCS += functions/gnutls_x509_crt_get_preferred_hash_algorithm.short
2350 FUNCS += functions/gnutls_x509_crt_get_private_key_usage_period
2351 FUNCS += functions/gnutls_x509_crt_get_private_key_usage_period.short
2352 FUNCS += functions/gnutls_x509_crt_get_proxy
2353 FUNCS += functions/gnutls_x509_crt_get_proxy.short
2354 FUNCS += functions/gnutls_x509_crt_get_raw_dn
2355 FUNCS += functions/gnutls_x509_crt_get_raw_dn.short
2356 FUNCS += functions/gnutls_x509_crt_get_raw_issuer_dn
2357 FUNCS += functions/gnutls_x509_crt_get_raw_issuer_dn.short
2358 FUNCS += functions/gnutls_x509_crt_get_serial
2359 FUNCS += functions/gnutls_x509_crt_get_serial.short
2360 FUNCS += functions/gnutls_x509_crt_get_signature
2361 FUNCS += functions/gnutls_x509_crt_get_signature.short
2362 FUNCS += functions/gnutls_x509_crt_get_signature_algorithm
2363 FUNCS += functions/gnutls_x509_crt_get_signature_algorithm.short
2364 FUNCS += functions/gnutls_x509_crt_get_subject
2365 FUNCS += functions/gnutls_x509_crt_get_subject.short
2366 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name
2367 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name.short
2368 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name2
2369 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name2.short
2370 FUNCS += functions/gnutls_x509_crt_get_subject_alt_othername_oid
2371 FUNCS += functions/gnutls_x509_crt_get_subject_alt_othername_oid.short
2372 FUNCS += functions/gnutls_x509_crt_get_subject_key_id
2373 FUNCS += functions/gnutls_x509_crt_get_subject_key_id.short
2374 FUNCS += functions/gnutls_x509_crt_get_subject_unique_id
2375 FUNCS += functions/gnutls_x509_crt_get_subject_unique_id.short
2376 FUNCS += functions/gnutls_x509_crt_get_version
2377 FUNCS += functions/gnutls_x509_crt_get_version.short
2378 FUNCS += functions/gnutls_x509_crt_import
2379 FUNCS += functions/gnutls_x509_crt_import.short
2380 FUNCS += functions/gnutls_x509_crt_import_pkcs11
2381 FUNCS += functions/gnutls_x509_crt_import_pkcs11.short
2382 FUNCS += functions/gnutls_x509_crt_import_url
2383 FUNCS += functions/gnutls_x509_crt_import_url.short
2384 FUNCS += functions/gnutls_x509_crt_init
2385 FUNCS += functions/gnutls_x509_crt_init.short
2386 FUNCS += functions/gnutls_x509_crt_list_import
2387 FUNCS += functions/gnutls_x509_crt_list_import.short
2388 FUNCS += functions/gnutls_x509_crt_list_import2
2389 FUNCS += functions/gnutls_x509_crt_list_import2.short
2390 FUNCS += functions/gnutls_x509_crt_list_import_pkcs11
2391 FUNCS += functions/gnutls_x509_crt_list_import_pkcs11.short
2392 FUNCS += functions/gnutls_x509_crt_list_verify
2393 FUNCS += functions/gnutls_x509_crt_list_verify.short
2394 FUNCS += functions/gnutls_x509_crt_print
2395 FUNCS += functions/gnutls_x509_crt_print.short
2396 FUNCS += functions/gnutls_x509_crt_privkey_sign
2397 FUNCS += functions/gnutls_x509_crt_privkey_sign.short
2398 FUNCS += functions/gnutls_x509_crt_set_activation_time
2399 FUNCS += functions/gnutls_x509_crt_set_activation_time.short
2400 FUNCS += functions/gnutls_x509_crt_set_authority_info_access
2401 FUNCS += functions/gnutls_x509_crt_set_authority_info_access.short
2402 FUNCS += functions/gnutls_x509_crt_set_authority_key_id
2403 FUNCS += functions/gnutls_x509_crt_set_authority_key_id.short
2404 FUNCS += functions/gnutls_x509_crt_set_basic_constraints
2405 FUNCS += functions/gnutls_x509_crt_set_basic_constraints.short
2406 FUNCS += functions/gnutls_x509_crt_set_ca_status
2407 FUNCS += functions/gnutls_x509_crt_set_ca_status.short
2408 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points
2409 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points.short
2410 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points2
2411 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points2.short
2412 FUNCS += functions/gnutls_x509_crt_set_crq
2413 FUNCS += functions/gnutls_x509_crt_set_crq.short
2414 FUNCS += functions/gnutls_x509_crt_set_crq_extensions
2415 FUNCS += functions/gnutls_x509_crt_set_crq_extensions.short
2416 FUNCS += functions/gnutls_x509_crt_set_dn
2417 FUNCS += functions/gnutls_x509_crt_set_dn.short
2418 FUNCS += functions/gnutls_x509_crt_set_dn_by_oid
2419 FUNCS += functions/gnutls_x509_crt_set_dn_by_oid.short
2420 FUNCS += functions/gnutls_x509_crt_set_expiration_time
2421 FUNCS += functions/gnutls_x509_crt_set_expiration_time.short
2422 FUNCS += functions/gnutls_x509_crt_set_extension_by_oid
2423 FUNCS += functions/gnutls_x509_crt_set_extension_by_oid.short
2424 FUNCS += functions/gnutls_x509_crt_set_issuer_alt_name
2425 FUNCS += functions/gnutls_x509_crt_set_issuer_alt_name.short
2426 FUNCS += functions/gnutls_x509_crt_set_issuer_dn
2427 FUNCS += functions/gnutls_x509_crt_set_issuer_dn.short
2428 FUNCS += functions/gnutls_x509_crt_set_issuer_dn_by_oid
2429 FUNCS += functions/gnutls_x509_crt_set_issuer_dn_by_oid.short
2430 FUNCS += functions/gnutls_x509_crt_set_issuer_unique_id
2431 FUNCS += functions/gnutls_x509_crt_set_issuer_unique_id.short
2432 FUNCS += functions/gnutls_x509_crt_set_key
2433 FUNCS += functions/gnutls_x509_crt_set_key.short
2434 FUNCS += functions/gnutls_x509_crt_set_key_purpose_oid
2435 FUNCS += functions/gnutls_x509_crt_set_key_purpose_oid.short
2436 FUNCS += functions/gnutls_x509_crt_set_key_usage
2437 FUNCS += functions/gnutls_x509_crt_set_key_usage.short
2438 FUNCS += functions/gnutls_x509_crt_set_name_constraints
2439 FUNCS += functions/gnutls_x509_crt_set_name_constraints.short
2440 FUNCS += functions/gnutls_x509_crt_set_pin_function
2441 FUNCS += functions/gnutls_x509_crt_set_pin_function.short
2442 FUNCS += functions/gnutls_x509_crt_set_policy
2443 FUNCS += functions/gnutls_x509_crt_set_policy.short
2444 FUNCS += functions/gnutls_x509_crt_set_private_key_usage_period
2445 FUNCS += functions/gnutls_x509_crt_set_private_key_usage_period.short
2446 FUNCS += functions/gnutls_x509_crt_set_proxy
2447 FUNCS += functions/gnutls_x509_crt_set_proxy.short
2448 FUNCS += functions/gnutls_x509_crt_set_proxy_dn
2449 FUNCS += functions/gnutls_x509_crt_set_proxy_dn.short
2450 FUNCS += functions/gnutls_x509_crt_set_pubkey
2451 FUNCS += functions/gnutls_x509_crt_set_pubkey.short
2452 FUNCS += functions/gnutls_x509_crt_set_serial
2453 FUNCS += functions/gnutls_x509_crt_set_serial.short
2454 FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name
2455 FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name.short
2456 FUNCS += functions/gnutls_x509_crt_set_subject_alt_name
2457 FUNCS += functions/gnutls_x509_crt_set_subject_alt_name.short
2458 FUNCS += functions/gnutls_x509_crt_set_subject_key_id
2459 FUNCS += functions/gnutls_x509_crt_set_subject_key_id.short
2460 FUNCS += functions/gnutls_x509_crt_set_subject_unique_id
2461 FUNCS += functions/gnutls_x509_crt_set_subject_unique_id.short
2462 FUNCS += functions/gnutls_x509_crt_set_version
2463 FUNCS += functions/gnutls_x509_crt_set_version.short
2464 FUNCS += functions/gnutls_x509_crt_sign
2465 FUNCS += functions/gnutls_x509_crt_sign.short
2466 FUNCS += functions/gnutls_x509_crt_sign2
2467 FUNCS += functions/gnutls_x509_crt_sign2.short
2468 FUNCS += functions/gnutls_x509_crt_verify
2469 FUNCS += functions/gnutls_x509_crt_verify.short
2470 FUNCS += functions/gnutls_x509_crt_verify_data2
2471 FUNCS += functions/gnutls_x509_crt_verify_data2.short
2472 FUNCS += functions/gnutls_x509_dn_deinit
2473 FUNCS += functions/gnutls_x509_dn_deinit.short
2474 FUNCS += functions/gnutls_x509_dn_export
2475 FUNCS += functions/gnutls_x509_dn_export.short
2476 FUNCS += functions/gnutls_x509_dn_export2
2477 FUNCS += functions/gnutls_x509_dn_export2.short
2478 FUNCS += functions/gnutls_x509_dn_get_rdn_ava
2479 FUNCS += functions/gnutls_x509_dn_get_rdn_ava.short
2480 FUNCS += functions/gnutls_x509_dn_get_str
2481 FUNCS += functions/gnutls_x509_dn_get_str.short
2482 FUNCS += functions/gnutls_x509_dn_import
2483 FUNCS += functions/gnutls_x509_dn_import.short
2484 FUNCS += functions/gnutls_x509_dn_init
2485 FUNCS += functions/gnutls_x509_dn_init.short
2486 FUNCS += functions/gnutls_x509_dn_oid_known
2487 FUNCS += functions/gnutls_x509_dn_oid_known.short
2488 FUNCS += functions/gnutls_x509_dn_oid_name
2489 FUNCS += functions/gnutls_x509_dn_oid_name.short
2490 FUNCS += functions/gnutls_x509_ext_deinit
2491 FUNCS += functions/gnutls_x509_ext_deinit.short
2492 FUNCS += functions/gnutls_x509_ext_export_aia
2493 FUNCS += functions/gnutls_x509_ext_export_aia.short
2494 FUNCS += functions/gnutls_x509_ext_export_authority_key_id
2495 FUNCS += functions/gnutls_x509_ext_export_authority_key_id.short
2496 FUNCS += functions/gnutls_x509_ext_export_basic_constraints
2497 FUNCS += functions/gnutls_x509_ext_export_basic_constraints.short
2498 FUNCS += functions/gnutls_x509_ext_export_crl_dist_points
2499 FUNCS += functions/gnutls_x509_ext_export_crl_dist_points.short
2500 FUNCS += functions/gnutls_x509_ext_export_key_purposes
2501 FUNCS += functions/gnutls_x509_ext_export_key_purposes.short
2502 FUNCS += functions/gnutls_x509_ext_export_key_usage
2503 FUNCS += functions/gnutls_x509_ext_export_key_usage.short
2504 FUNCS += functions/gnutls_x509_ext_export_name_constraints
2505 FUNCS += functions/gnutls_x509_ext_export_name_constraints.short
2506 FUNCS += functions/gnutls_x509_ext_export_policies
2507 FUNCS += functions/gnutls_x509_ext_export_policies.short
2508 FUNCS += functions/gnutls_x509_ext_export_private_key_usage_period
2509 FUNCS += functions/gnutls_x509_ext_export_private_key_usage_period.short
2510 FUNCS += functions/gnutls_x509_ext_export_proxy
2511 FUNCS += functions/gnutls_x509_ext_export_proxy.short
2512 FUNCS += functions/gnutls_x509_ext_export_subject_alt_names
2513 FUNCS += functions/gnutls_x509_ext_export_subject_alt_names.short
2514 FUNCS += functions/gnutls_x509_ext_export_subject_key_id
2515 FUNCS += functions/gnutls_x509_ext_export_subject_key_id.short
2516 FUNCS += functions/gnutls_x509_ext_import_aia
2517 FUNCS += functions/gnutls_x509_ext_import_aia.short
2518 FUNCS += functions/gnutls_x509_ext_import_authority_key_id
2519 FUNCS += functions/gnutls_x509_ext_import_authority_key_id.short
2520 FUNCS += functions/gnutls_x509_ext_import_basic_constraints
2521 FUNCS += functions/gnutls_x509_ext_import_basic_constraints.short
2522 FUNCS += functions/gnutls_x509_ext_import_crl_dist_points
2523 FUNCS += functions/gnutls_x509_ext_import_crl_dist_points.short
2524 FUNCS += functions/gnutls_x509_ext_import_key_purposes
2525 FUNCS += functions/gnutls_x509_ext_import_key_purposes.short
2526 FUNCS += functions/gnutls_x509_ext_import_key_usage
2527 FUNCS += functions/gnutls_x509_ext_import_key_usage.short
2528 FUNCS += functions/gnutls_x509_ext_import_name_constraints
2529 FUNCS += functions/gnutls_x509_ext_import_name_constraints.short
2530 FUNCS += functions/gnutls_x509_ext_import_policies
2531 FUNCS += functions/gnutls_x509_ext_import_policies.short
2532 FUNCS += functions/gnutls_x509_ext_import_private_key_usage_period
2533 FUNCS += functions/gnutls_x509_ext_import_private_key_usage_period.short
2534 FUNCS += functions/gnutls_x509_ext_import_proxy
2535 FUNCS += functions/gnutls_x509_ext_import_proxy.short
2536 FUNCS += functions/gnutls_x509_ext_import_subject_alt_names
2537 FUNCS += functions/gnutls_x509_ext_import_subject_alt_names.short
2538 FUNCS += functions/gnutls_x509_ext_import_subject_key_id
2539 FUNCS += functions/gnutls_x509_ext_import_subject_key_id.short
2540 FUNCS += functions/gnutls_x509_ext_print
2541 FUNCS += functions/gnutls_x509_ext_print.short
2542 FUNCS += functions/gnutls_x509_key_purpose_deinit
2543 FUNCS += functions/gnutls_x509_key_purpose_deinit.short
2544 FUNCS += functions/gnutls_x509_key_purpose_get
2545 FUNCS += functions/gnutls_x509_key_purpose_get.short
2546 FUNCS += functions/gnutls_x509_key_purpose_init
2547 FUNCS += functions/gnutls_x509_key_purpose_init.short
2548 FUNCS += functions/gnutls_x509_key_purpose_set
2549 FUNCS += functions/gnutls_x509_key_purpose_set.short
2550 FUNCS += functions/gnutls_x509_name_constraints_add_excluded
2551 FUNCS += functions/gnutls_x509_name_constraints_add_excluded.short
2552 FUNCS += functions/gnutls_x509_name_constraints_add_permitted
2553 FUNCS += functions/gnutls_x509_name_constraints_add_permitted.short
2554 FUNCS += functions/gnutls_x509_name_constraints_check
2555 FUNCS += functions/gnutls_x509_name_constraints_check.short
2556 FUNCS += functions/gnutls_x509_name_constraints_check_crt
2557 FUNCS += functions/gnutls_x509_name_constraints_check_crt.short
2558 FUNCS += functions/gnutls_x509_name_constraints_deinit
2559 FUNCS += functions/gnutls_x509_name_constraints_deinit.short
2560 FUNCS += functions/gnutls_x509_name_constraints_get_excluded
2561 FUNCS += functions/gnutls_x509_name_constraints_get_excluded.short
2562 FUNCS += functions/gnutls_x509_name_constraints_get_permitted
2563 FUNCS += functions/gnutls_x509_name_constraints_get_permitted.short
2564 FUNCS += functions/gnutls_x509_name_constraints_init
2565 FUNCS += functions/gnutls_x509_name_constraints_init.short
2566 FUNCS += functions/gnutls_x509_othername_to_virtual
2567 FUNCS += functions/gnutls_x509_othername_to_virtual.short
2568 FUNCS += functions/gnutls_x509_policies_deinit
2569 FUNCS += functions/gnutls_x509_policies_deinit.short
2570 FUNCS += functions/gnutls_x509_policies_get
2571 FUNCS += functions/gnutls_x509_policies_get.short
2572 FUNCS += functions/gnutls_x509_policies_init
2573 FUNCS += functions/gnutls_x509_policies_init.short
2574 FUNCS += functions/gnutls_x509_policies_set
2575 FUNCS += functions/gnutls_x509_policies_set.short
2576 FUNCS += functions/gnutls_x509_policy_release
2577 FUNCS += functions/gnutls_x509_policy_release.short
2578 FUNCS += functions/gnutls_x509_privkey_cpy
2579 FUNCS += functions/gnutls_x509_privkey_cpy.short
2580 FUNCS += functions/gnutls_x509_privkey_deinit
2581 FUNCS += functions/gnutls_x509_privkey_deinit.short
2582 FUNCS += functions/gnutls_x509_privkey_export
2583 FUNCS += functions/gnutls_x509_privkey_export.short
2584 FUNCS += functions/gnutls_x509_privkey_export2
2585 FUNCS += functions/gnutls_x509_privkey_export2.short
2586 FUNCS += functions/gnutls_x509_privkey_export2_pkcs8
2587 FUNCS += functions/gnutls_x509_privkey_export2_pkcs8.short
2588 FUNCS += functions/gnutls_x509_privkey_export_dsa_raw
2589 FUNCS += functions/gnutls_x509_privkey_export_dsa_raw.short
2590 FUNCS += functions/gnutls_x509_privkey_export_ecc_raw
2591 FUNCS += functions/gnutls_x509_privkey_export_ecc_raw.short
2592 FUNCS += functions/gnutls_x509_privkey_export_pkcs8
2593 FUNCS += functions/gnutls_x509_privkey_export_pkcs8.short
2594 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw
2595 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw.short
2596 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw2
2597 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw2.short
2598 FUNCS += functions/gnutls_x509_privkey_fix
2599 FUNCS += functions/gnutls_x509_privkey_fix.short
2600 FUNCS += functions/gnutls_x509_privkey_generate
2601 FUNCS += functions/gnutls_x509_privkey_generate.short
2602 FUNCS += functions/gnutls_x509_privkey_get_key_id
2603 FUNCS += functions/gnutls_x509_privkey_get_key_id.short
2604 FUNCS += functions/gnutls_x509_privkey_get_pk_algorithm
2605 FUNCS += functions/gnutls_x509_privkey_get_pk_algorithm.short
2606 FUNCS += functions/gnutls_x509_privkey_get_pk_algorithm2
2607 FUNCS += functions/gnutls_x509_privkey_get_pk_algorithm2.short
2608 FUNCS += functions/gnutls_x509_privkey_import
2609 FUNCS += functions/gnutls_x509_privkey_import.short
2610 FUNCS += functions/gnutls_x509_privkey_import2
2611 FUNCS += functions/gnutls_x509_privkey_import2.short
2612 FUNCS += functions/gnutls_x509_privkey_import_dsa_raw
2613 FUNCS += functions/gnutls_x509_privkey_import_dsa_raw.short
2614 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw
2615 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw.short
2616 FUNCS += functions/gnutls_x509_privkey_import_openssl
2617 FUNCS += functions/gnutls_x509_privkey_import_openssl.short
2618 FUNCS += functions/gnutls_x509_privkey_import_pkcs8
2619 FUNCS += functions/gnutls_x509_privkey_import_pkcs8.short
2620 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw
2621 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw.short
2622 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw2
2623 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw2.short
2624 FUNCS += functions/gnutls_x509_privkey_init
2625 FUNCS += functions/gnutls_x509_privkey_init.short
2626 FUNCS += functions/gnutls_x509_privkey_sec_param
2627 FUNCS += functions/gnutls_x509_privkey_sec_param.short
2628 FUNCS += functions/gnutls_x509_privkey_set_pin_function
2629 FUNCS += functions/gnutls_x509_privkey_set_pin_function.short
2630 FUNCS += functions/gnutls_x509_privkey_sign_data
2631 FUNCS += functions/gnutls_x509_privkey_sign_data.short
2632 FUNCS += functions/gnutls_x509_privkey_sign_hash
2633 FUNCS += functions/gnutls_x509_privkey_sign_hash.short
2634 FUNCS += functions/gnutls_x509_privkey_verify_params
2635 FUNCS += functions/gnutls_x509_privkey_verify_params.short
2636 FUNCS += functions/gnutls_x509_rdn_get
2637 FUNCS += functions/gnutls_x509_rdn_get.short
2638 FUNCS += functions/gnutls_x509_rdn_get_by_oid
2639 FUNCS += functions/gnutls_x509_rdn_get_by_oid.short
2640 FUNCS += functions/gnutls_x509_rdn_get_oid
2641 FUNCS += functions/gnutls_x509_rdn_get_oid.short
2642 FUNCS += functions/gnutls_x509_trust_list_add_cas
2643 FUNCS += functions/gnutls_x509_trust_list_add_cas.short
2644 FUNCS += functions/gnutls_x509_trust_list_add_crls
2645 FUNCS += functions/gnutls_x509_trust_list_add_crls.short
2646 FUNCS += functions/gnutls_x509_trust_list_add_named_crt
2647 FUNCS += functions/gnutls_x509_trust_list_add_named_crt.short
2648 FUNCS += functions/gnutls_x509_trust_list_add_system_trust
2649 FUNCS += functions/gnutls_x509_trust_list_add_system_trust.short
2650 FUNCS += functions/gnutls_x509_trust_list_add_trust_dir
2651 FUNCS += functions/gnutls_x509_trust_list_add_trust_dir.short
2652 FUNCS += functions/gnutls_x509_trust_list_add_trust_file
2653 FUNCS += functions/gnutls_x509_trust_list_add_trust_file.short
2654 FUNCS += functions/gnutls_x509_trust_list_add_trust_mem
2655 FUNCS += functions/gnutls_x509_trust_list_add_trust_mem.short
2656 FUNCS += functions/gnutls_x509_trust_list_deinit
2657 FUNCS += functions/gnutls_x509_trust_list_deinit.short
2658 FUNCS += functions/gnutls_x509_trust_list_get_issuer
2659 FUNCS += functions/gnutls_x509_trust_list_get_issuer.short
2660 FUNCS += functions/gnutls_x509_trust_list_get_issuer_by_dn
2661 FUNCS += functions/gnutls_x509_trust_list_get_issuer_by_dn.short
2662 FUNCS += functions/gnutls_x509_trust_list_get_issuer_by_subject_key_id
2663 FUNCS += functions/gnutls_x509_trust_list_get_issuer_by_subject_key_id.short
2664 FUNCS += functions/gnutls_x509_trust_list_init
2665 FUNCS += functions/gnutls_x509_trust_list_init.short
2666 FUNCS += functions/gnutls_x509_trust_list_iter_deinit
2667 FUNCS += functions/gnutls_x509_trust_list_iter_deinit.short
2668 FUNCS += functions/gnutls_x509_trust_list_iter_get_ca
2669 FUNCS += functions/gnutls_x509_trust_list_iter_get_ca.short
2670 FUNCS += functions/gnutls_x509_trust_list_remove_cas
2671 FUNCS += functions/gnutls_x509_trust_list_remove_cas.short
2672 FUNCS += functions/gnutls_x509_trust_list_remove_trust_file
2673 FUNCS += functions/gnutls_x509_trust_list_remove_trust_file.short
2674 FUNCS += functions/gnutls_x509_trust_list_remove_trust_mem
2675 FUNCS += functions/gnutls_x509_trust_list_remove_trust_mem.short
2676 FUNCS += functions/gnutls_x509_trust_list_verify_crt
2677 FUNCS += functions/gnutls_x509_trust_list_verify_crt.short
2678 FUNCS += functions/gnutls_x509_trust_list_verify_crt2
2679 FUNCS += functions/gnutls_x509_trust_list_verify_crt2.short
2680 FUNCS += functions/gnutls_x509_trust_list_verify_named_crt
2681 FUNCS += functions/gnutls_x509_trust_list_verify_named_crt.short