From 9838cc9a9b18ea5e3d94de1ba2f8bdd5013333d8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 7 Apr 2019 14:30:30 +0200 Subject: gnutls.h: re-define GNUTLS_CRT_RAWPK This was available before 3.6.4, and was incorrectly removed. It was found using libabigail tools. Signed-off-by: Nikos Mavrogiannopoulos --- lib/includes/gnutls/gnutls.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 5b5d9bab8a..7fc96aaea1 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -755,6 +755,8 @@ typedef enum { GNUTLS_VERSION_UNKNOWN = 0xff /* change it to 0xffff */ } gnutls_protocol_t; +#define GNUTLS_CRT_RAW GNUTLS_CRT_RAWPK + /** * gnutls_certificate_type_t: * @GNUTLS_CRT_UNKNOWN: Unknown certificate type. -- cgit v1.2.1 From 4af851b5355ddd48f1629946e002f69d7b61fe3c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 7 Apr 2019 18:29:02 +0200 Subject: .gitignore: ignore tests/libpkcs11mock2.la Signed-off-by: Nikos Mavrogiannopoulos --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8953088ca4..6716e4c728 100644 --- a/.gitignore +++ b/.gitignore @@ -446,6 +446,7 @@ tests/key-usage-rsa tests/keygen tests/keylog-env tests/libpkcs11mock1.la +tests/libpkcs11mock2.la tests/libutils.la tests/long-session-id tests/memset -- cgit v1.2.1 From 858f85c626936fd4c60e8e44033e84db3c9f2a87 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 7 Apr 2019 13:22:21 +0200 Subject: abi-check: simplify ABI comparison using libabigail tools These have output ABI format compatibility and that means we can take snapshots to test ABI against. We also hard-code explicitly the SONAME version to ensure no accidental SONAME bumps happen. This patch also moves symbols.last in the devel/ subdirectory and no internal files are shipped. Relates: #292 Signed-off-by: Nikos Mavrogiannopoulos --- Makefile.am | 151 +- README.md | 6 +- devel/ABI-3.4.0-x86_64.dump | 42683 ---------------------------------- devel/ABI-3.4.17-x86_64.dump | 42810 ---------------------------------- devel/ABI-3.5.8-x86_64.dump | 44418 ------------------------------------ devel/ABI-3.6.0-x86_64.dump | 39891 -------------------------------- devel/ABI-dane-x86_64.dump | 5145 ----- devel/libdane-3.6.7-x86_64.abi | 2947 +++ devel/libdane-latest-x86_64.abi | 2947 +++ devel/libgnutls-3.6.7-x86_64.abi | 19552 ++++++++++++++++ devel/libgnutls-latest-x86_64.abi | 19552 ++++++++++++++++ devel/libgnutls.abignore | 9 + devel/symbols.last | 1218 + symbols.last | 1218 - 14 files changed, 46313 insertions(+), 176234 deletions(-) delete mode 100644 devel/ABI-3.4.0-x86_64.dump delete mode 100644 devel/ABI-3.4.17-x86_64.dump delete mode 100644 devel/ABI-3.5.8-x86_64.dump delete mode 100644 devel/ABI-3.6.0-x86_64.dump delete mode 100644 devel/ABI-dane-x86_64.dump create mode 100644 devel/libdane-3.6.7-x86_64.abi create mode 100644 devel/libdane-latest-x86_64.abi create mode 100644 devel/libgnutls-3.6.7-x86_64.abi create mode 100644 devel/libgnutls-latest-x86_64.abi create mode 100644 devel/libgnutls.abignore create mode 100644 devel/symbols.last delete mode 100644 symbols.last diff --git a/Makefile.am b/Makefile.am index 5be356e2ce..f1c70d1e42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ endif ACLOCAL_AMFLAGS = -I m4 -I src/libopts/m4 -I src/gl/m4 -I lib/unistring/m4 --install EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md README.md LICENSE AUTHORS NEWS \ - ChangeLog THANKS INSTALL.md symbols.last + ChangeLog THANKS INSTALL.md DISTCLEANFILES = AUTHORS @@ -77,74 +77,89 @@ pic-check: false; \ fi -abi-dump: - @abi-dumper lib/.libs/libgnutls.so -lver $(VERSION) -o "./devel/ABI-$(VERSION)-$$(uname -m).dump" -public-headers lib/includes/gnutls/ - -ABI_TMPCLONEDIR="gnutls-prev-abi.tmp" -ABI_TMPFILE_CUR="abi-temp-cur.xml" -ABI_TMPFILE_PRE="abi-temp-prev.xml" -ABIREFCMD="git for-each-ref --sort=taggerdate --format '%(refname)' refs/tags|tail -1" -ABIVERCMD="git for-each-ref --sort=taggerdate --format '%(refname)' refs/tags|tail -1|cut -d '/' -f 3|sed -e 's/gnutls_//' -e 's/_/./g'" -.prev-tag-abi.stamp: - @rm -rf $(ABI_TMPCLONEDIR) - @git clone -l . $(ABI_TMPCLONEDIR) - @echo "Creating ABI for $$(eval $(ABIVERCMD))" - cd $(ABI_TMPCLONEDIR) && \ - git fetch --tags https://gitlab.com/gnutls/gnutls.git && \ - git checkout $$(eval $(ABIREFCMD)) && \ - SUBMODULE_NOFETCH=1 ./bootstrap && if test -f ../cache/config.cache;then \ - CFLAGS="-g -Og" ./configure --disable-doc --cache-file ../cache/config.cache;\ - else\ - CFLAGS="-g -Og" ./configure --disable-doc;\ - fi && $(MAKE) -j$$(nproc) -C gl && $(MAKE) -j$$(nproc) -C lib && $(MAKE) -j$$(nproc) -C libdane - touch $@ - -# We skip session::set_transport_vec_push_function() as it is seen as different when -# compiled with the glibc struct iovec, under gcc8. This should be temporary for -# 3.6.2 to 3.6.3 transition. -abi-check: .prev-tag-abi.stamp - @rm -f $(ABI_TMPFILE_CUR) $(ABI_TMPFILE_PRE) - @echo "Checking libgnutls ABI" - @echo "$(VERSION)" >$(ABI_TMPFILE_CUR) - @echo "$(srcdir)/lib/includes/gnutls" >>$(ABI_TMPFILE_CUR) - @echo "$(builddir)/lib/includes/gnutls" >>$(ABI_TMPFILE_CUR) - @echo "$(builddir)/lib/.libs" >>$(ABI_TMPFILE_CUR) - @echo "$(VERSION)" >$(ABI_TMPFILE_PRE) - @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls" >>$(ABI_TMPFILE_PRE) - @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls" >>$(ABI_TMPFILE_PRE) - @echo "_ZN6gnutls7session31set_transport_vec_push_functionEPFlPvPK8giovec_tiE" >>$(ABI_TMPFILE_PRE) - @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/.libs" >>$(ABI_TMPFILE_PRE) - PATH="/sbin$(PATH_SEPARATOR)$$PATH" \ - abi-compliance-checker -abi -lib gnutls -old $(ABI_TMPFILE_PRE) -new $(ABI_TMPFILE_CUR) -skip-symbols $(srcdir)/devel/abi-unchecked-symbols - @echo "Checking libgnutls-dane ABI" - @echo "$(VERSION)" >$(ABI_TMPFILE_CUR) - @echo "$(srcdir)/libdane/includes/gnutls" >>$(ABI_TMPFILE_CUR) - @echo "$(srcdir)/lib/includes/gnutls" >>$(ABI_TMPFILE_CUR) - @echo "$(builddir)/lib/includes/gnutls" >>$(ABI_TMPFILE_CUR) - @echo "$(builddir)/libdane/.libs" >>$(ABI_TMPFILE_CUR) - @echo "$$(eval $(ABIVERCMD))" >$(ABI_TMPFILE_PRE) - @echo "$(builddir)/$(ABI_TMPCLONEDIR)/libdane/includes/gnutls" >>$(ABI_TMPFILE_PRE) - @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls" >>$(ABI_TMPFILE_PRE) - @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls" >>$(ABI_TMPFILE_PRE) - @echo "$(builddir)/$(ABI_TMPCLONEDIR)/libdane/.libs" >>$(ABI_TMPFILE_PRE) - PATH="/sbin$(PATH_SEPARATOR)$$PATH" \ - abi-compliance-checker -abi -lib gnutls-dane -old $(ABI_TMPFILE_PRE) -new $(ABI_TMPFILE_CUR) - @rm -f $(ABI_TMPFILE_CUR) $(ABI_TMPFILE_PRE) - -symbol-check: - @objdump -T $(builddir)/lib/.libs/libgnutls.so | grep -v ' \*UND\*' | awk '{print $$7 "@" $$6;}' | grep -v GNUTLS_FIPS140 | grep -v GNUTLS_PRIVATE | grep -v '^@' | sort -u >symbols.last.tmp - @diff -u $(srcdir)/symbols.last symbols.last.tmp >/dev/null 2>&1; if test $$? != 0;then \ - diff -u $(srcdir)/symbols.last symbols.last.tmp | grep -v '\-\-\-' >symbols.diff.tmp 2>&1; \ +ABIDW_COMMON = --no-show-locs --no-corpus-path +ABIGNORE_FILE = "$(top_srcdir)/devel/libgnutls.abignore" +SYMBOLS_LAST_FILE = "$(top_srcdir)/devel/symbols.last" +LIBGNUTLS_ABI_LAST_FILE = "$(top_srcdir)/devel/libgnutls-latest-$$(uname -m).abi" +LIBDANE_ABI_LAST_FILE = "$(top_srcdir)/devel/libdane-latest-$$(uname -m).abi" + +abi-dump-versioned: lib/libgnutls.la libdane/libgnutls-dane.la + @echo "**************************************************************************" + @echo "Generating versioned ABI files of current gnutls and gnutls-dane libraries" + @echo "**************************************************************************" + @abidw lib/.libs/libgnutls.so $(ABIDW_COMMON) --suppressions $(ABIGNORE_FILE) --out-file "$(srcdir)/devel/libgnutls-$(VERSION)-$$(uname -m).abi" + @abidw libdane/.libs/libgnutls-dane.so $(ABIDW_COMMON) --out-file "$(srcdir)/devel/libdane-$(VERSION)-$$(uname -m).abi" + +abi-dump-latest: lib/libgnutls.la libdane/libgnutls-dane.la + @echo "****************************************************************" + @echo "Generating ABI files of current gnutls and gnutls-dane libraries" + @echo "****************************************************************" + @abidw lib/.libs/libgnutls.so $(ABIDW_COMMON) --suppressions $(ABIGNORE_FILE) --out-file $(LIBGNUTLS_ABI_LAST_FILE) + @abidw libdane/.libs/libgnutls-dane.so $(ABIDW_COMMON) --out-file $(LIBDANE_ABI_LAST_FILE) + @rm -f "./devel/libgnutls-latest-$$(uname -m).tmp" + @rm -f "./devel/libdane-latest-$$(uname -m).tmp" + +abi-check-latest: lib/libgnutls.la libdane/libgnutls-dane.la + @echo "Checking whether the latest ABI dump matches" + @abidiff --suppressions $(ABIGNORE_FILE) lib/.libs/libgnutls.so $(LIBGNUTLS_ABI_LAST_FILE); if test $$? != 0;then \ + echo "*********************************************************"; \ + echo "libgnutls ABI has changed; use 'make-files-update' "; \ + echo "and use 'git diff' to check correctness before committing"; \ + echo "*********************************************************"; \ + false; \ + fi + @abidiff libdane/.libs/libgnutls-dane.so $(LIBDANE_ABI_LAST_FILE); if test $$? != 0;then \ + echo "*********************************************************"; \ + echo "libgnutls-dane ABI has changed; use 'make-files-update' "; \ + echo "and use 'git diff' to check correctness before committing"; \ + echo "*********************************************************"; \ + false; \ + fi + @echo "********************************" + @echo "Current release matches ABI dump" + @echo "********************************" + +ABICHECK_COMMON = --no-added-syms +abi-check: lib/libgnutls.la libdane/libgnutls-dane.la + @for file in $$(echo $(srcdir)/devel/libgnutls-*-$$(uname -m).abi);do \ + echo "Comparing libgnutls with $$file"; \ + abidiff $${file} lib/.libs/libgnutls.so $(ABICHECK_COMMON) --suppressions $(ABIGNORE_FILE) --hd2 "$(srcdir)/lib/includes/gnutls/"; \ + if test $$? != 0;then \ + echo "****************************************************************************"; \ + echo "ABI check failed; If intentional add suppression in devel/libgnutls.abignore"; \ + echo "****************************************************************************"; \ + false; \ + fi; \ + done + @for file in $$(echo $(srcdir)/devel/libdane-*-$$(uname -m).abi);do \ + echo "Comparing libgnutls-dane with $$file"; \ + abidiff $${file} libdane/.libs/libgnutls-dane.so $(ABICHECK_COMMON) --hd2 "$(srcdir)/libdane/includes/gnutls/"; \ + if test $$? != 0;then \ + echo "**********************************************"; \ + echo "ABI check failed; If intentional add a "; \ + echo "libabigail suppression file for libgnutls-dane"; \ + echo "**********************************************"; \ + false; \ + fi; \ + done + @echo "********************" + @echo "ABI checks completed" + @echo "********************" + +symbol-check: lib/libgnutls.la + @objdump -T $(builddir)/lib/.libs/libgnutls.so | grep -v ' \*UND\*' | awk '{print $$7 "@" $$6;}' | grep -v GNUTLS_FIPS140 | grep -v GNUTLS_PRIVATE | grep -v '^@' | sort -u >symbols.last.tmp + @diff -u $(SYMBOLS_LAST_FILE) symbols.last.tmp >/dev/null 2>&1; if test $$? != 0;then \ + diff -u $(SYMBOLS_LAST_FILE) symbols.last.tmp | grep -v '\-\-\-' >symbols.diff.tmp 2>&1; \ if grep -e '^-' symbols.diff.tmp;then \ echo "*******************************************"; \ - echo "Symbols were removed from the library."; \ + echo "Symbols were removed from the library. "; \ echo "Check symbols.diff.tmp for more information"; \ echo "*******************************************"; \ false; \ else \ echo "*************************************************************"; \ - echo "Symbols were added in the library; check symbols.diff.tmp for"; \ - echo "correctness; then use 'make files-update'"; \ + echo "Symbols were added in the library; use 'make-files-update' "; \ + echo "and use 'git diff' to check correctness before committing "; \ echo "*************************************************************"; \ false; \ fi \ @@ -170,16 +185,20 @@ libopts-check: @echo "*****************************************************************" test "`autoopts-config libsrc|cut -d '-' -f 2|sed 's/.tar.gz//'`" = "`cat $(srcdir)/src/libopts/autoopts/options.h |grep OPTIONS_VERSION_STRING|cut -d '"' -f 2|sed 's/:/./g'`" -files-update: libopts-check +files-update: libopts-check abi-dump-latest $(MAKE) -C doc/ compare-makefile || mv doc/tmp-compare-makefile $(srcdir)/doc/Makefile.am $(MAKE) -C doc/manpages compare-makefile || mv doc/manpages/tmp-compare-makefile $(srcdir)/doc/manpages/Makefile.am - $(MAKE) -C . symbol-check || mv symbols.last.tmp $(srcdir)/symbols.last + $(MAKE) -C . symbol-check || mv symbols.last.tmp $(SYMBOLS_LAST_FILE) @echo "******************************************************************************************" @echo "updated auto-generated files; please use git diff to verify the correctness of the changes" @echo "******************************************************************************************" -dist-hook: libopts-check symbol-check +dist-hook: libopts-check $(PKG_CONFIG) --atleast-version=2.2.0 guile-2.2 + if test -d "$(top_srcdir)/devel";then \ + $(MAKE) -C $(top_srcdir) symbol-check && \ + $(MAKE) -C $(top_srcdir) abi-check-latest; \ + fi $(MAKE) -C doc/ compare-makefile $(MAKE) -C doc/ compare-exported $(MAKE) -C doc/manpages compare-makefile @@ -187,4 +206,4 @@ dist-hook: libopts-check symbol-check mv ChangeLog $(distdir) touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf $(distdir)/doc/*.info -.PHONY: abi-check abi-dump pic-check symbol-check local-code-coverage-output files-update libopts-check AUTHORS +.PHONY: abi-check abi-dump-versioned abi-dump-latest pic-check symbol-check local-code-coverage-output files-update libopts-check AUTHORS diff --git a/README.md b/README.md index f3a4759f32..a834b7a931 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ We require several tools to check out and build the software, including: * [AWK](https://www.gnu.org/software/awk/) (for make dist, pmccabe2html) * [bison](https://www.gnu.org/software/bison) (for datetime parser in certtool) * [libunbound](https://unbound.net/) (for DANE support) -* [abi-compliance-checker](https://lvc.github.io/abi-compliance-checker/) (for make dist) +* [libabigail](https://pagure.io/libabigail/) (for abi comparison in make dist) * [tcsd](https://trousers.sourceforge.net/) (for TPM support; optional) * [swtpm](https://github.com/stefanberger/swtpm) (for TPM test; optional) * [ncat](https://nmap.org/download.html) (for TPM test; optional) @@ -90,13 +90,13 @@ and mbedtls. Debian/Ubuntu: ``` apt-get install -y valgrind libasan1 libubsan0 nodejs softhsm2 datefudge lcov libssl-dev libcmocka-dev expect -apt-get install -y dieharder libpolarssl-runtime openssl abi-compliance-checker socat net-tools ppp lockfile-progs +apt-get install -y dieharder libpolarssl-runtime openssl abigail-tools socat net-tools ppp lockfile-progs ``` Fedora/RHEL: ``` yum install -y valgrind libasan libasan-static libubsan nodejs softhsm datefudge lcov openssl-devel expect -yum install -y dieharder mbedtls-utils openssl abi-compliance-checker libcmocka-devel socat lockfile-progs +yum install -y dieharder mbedtls-utils openssl libabigail libcmocka-devel socat lockfile-progs ``` diff --git a/devel/ABI-3.4.0-x86_64.dump b/devel/ABI-3.4.0-x86_64.dump deleted file mode 100644 index db4797e575..0000000000 --- a/devel/ABI-3.4.0-x86_64.dump +++ /dev/null @@ -1,42683 +0,0 @@ -$VAR1 = { - 'ABI_DUMPER_VERSION' => '0.99.14', - 'ABI_DUMP_VERSION' => '3.2', - 'Arch' => 'x86_64', - 'GccVersion' => '5.3.1', - 'Headers' => { - 'abstract.h' => 1, - 'abstract_int.h' => 1, - 'algorithms.h' => 1, - 'alpn.h' => 1, - 'anon.h' => 1, - 'cert.h' => 1, - 'context.h' => 1, - 'crypto-backend.h' => 1, - 'crypto.h' => 1, - 'dtls.h' => 1, - 'ecc.h' => 1, - 'etm.h' => 1, - 'ext_master_secret.h' => 1, - 'filters.h' => 1, - 'fips.h' => 1, - 'gnutls.h' => 1, - 'gnutls_auth.h' => 1, - 'gnutls_cipher_int.h' => 1, - 'gnutls_compress.h' => 1, - 'gnutls_errors.h' => 1, - 'gnutls_extensions.h' => 1, - 'gnutls_global.h' => 1, - 'gnutls_hash_int.h' => 1, - 'gnutls_int.h' => 1, - 'gnutls_mpi.h' => 1, - 'gnutls_pk.h' => 1, - 'gnutls_str.h' => 1, - 'gnutls_str_array.h' => 1, - 'heartbeat.h' => 1, - 'keydb.h' => 1, - 'libio.h' => 1, - 'libtasn1.h' => 1, - 'locks.h' => 1, - 'max_record.h' => 1, - 'ocsp.h' => 1, - 'opencdk.h' => 1, - 'openpgp.h' => 1, - 'openpgp_int.h' => 1, - 'packet.h' => 1, - 'pin.h' => 1, - 'pkcs11.h' => 1, - 'pkcs11_int.h' => 1, - 'pkcs12.h' => 1, - 'platform.h' => 1, - 'psk.h' => 1, - 'random.h' => 1, - 'safe_renegotiation.h' => 1, - 'server_name.h' => 1, - 'session_ticket.h' => 1, - 'signature.h' => 1, - 'srp.h' => 1, - 'srtp.h' => 1, - 'status_request.h' => 1, - 'stddef.h' => 1, - 'stdint.h' => 1, - 'stdio.h' => 1, - 'stream.h' => 1, - 'system-keys.h' => 1, - 'system.h' => 1, - 'time.h' => 1, - 'tpm.h' => 1, - 'tss_structs.h' => 1, - 'tss_typedef.h' => 1, - 'types.h' => 1, - 'urls.h' => 1, - 'verify-high.h' => 1, - 'x509-ext.h' => 1, - 'x509.h' => 1, - 'x509_int.h' => 1 - }, - 'Language' => 'C', - 'LibraryName' => 'libgnutls.so.30.0.0', - 'LibraryVersion' => '3.4.0', - 'NameSpaces' => {}, - 'Needed' => { - 'libc.so.6' => 1, - 'libgmp.so.10' => 1, - 'libhogweed.so.4' => 1, - 'libidn.so.11' => 1, - 'libnettle.so.6' => 1, - 'libp11-kit.so.0' => 1, - 'libtasn1.so.6' => 1, - 'libtspi.so.1' => 1, - 'libz.so.1' => 1 - }, - 'Sources' => { - 'alpn.c' => 1, - 'cert_types.c' => 1, - 'ciphers.c' => 1, - 'ciphersuites.c' => 1, - 'common.c' => 1, - 'crl.c' => 1, - 'crl_write.c' => 1, - 'crq.c' => 1, - 'crypto-api.c' => 1, - 'crypto-backend.c' => 1, - 'debug.c' => 1, - 'dn.c' => 1, - 'ecc.c' => 1, - 'email-verify.c' => 1, - 'etm.c' => 1, - 'ext_master_secret.c' => 1, - 'extensions.c' => 1, - 'extras.c' => 1, - 'fips.c' => 1, - 'gnutls_alert.c' => 1, - 'gnutls_anon_cred.c' => 1, - 'gnutls_auth.c' => 1, - 'gnutls_buffers.c' => 1, - 'gnutls_cert.c' => 1, - 'gnutls_compress.c' => 1, - 'gnutls_db.c' => 1, - 'gnutls_dh.c' => 1, - 'gnutls_dtls.c' => 1, - 'gnutls_errors.c' => 1, - 'gnutls_extensions.c' => 1, - 'gnutls_global.c' => 1, - 'gnutls_handshake.c' => 1, - 'gnutls_mem.c' => 1, - 'gnutls_openpgp.c' => 1, - 'gnutls_pcert.c' => 1, - 'gnutls_pk.c' => 1, - 'gnutls_priority.c' => 1, - 'gnutls_privkey.c' => 1, - 'gnutls_privkey_raw.c' => 1, - 'gnutls_psk.c' => 1, - 'gnutls_pubkey.c' => 1, - 'gnutls_range.c' => 1, - 'gnutls_record.c' => 1, - 'gnutls_session.c' => 1, - 'gnutls_session_pack.c' => 1, - 'gnutls_srp.c' => 1, - 'gnutls_state.c' => 1, - 'gnutls_str.c' => 1, - 'gnutls_supplemental.c' => 1, - 'gnutls_ui.c' => 1, - 'gnutls_x509.c' => 1, - 'heartbeat.c' => 1, - 'hostname-verify.c' => 1, - 'kx.c' => 1, - 'locks.c' => 1, - 'mac.c' => 1, - 'max_record.c' => 1, - 'mpi.c' => 1, - 'name_constraints.c' => 1, - 'ocsp.c' => 1, - 'ocsp_output.c' => 1, - 'output.c' => 1, - 'pgp.c' => 1, - 'pgpverify.c' => 1, - 'pin.c' => 1, - 'pk.c' => 1, - 'pkcs11.c' => 1, - 'pkcs11_privkey.c' => 1, - 'pkcs11_secret.c' => 1, - 'pkcs11_write.c' => 1, - 'pkcs11x.c' => 1, - 'pkcs12.c' => 1, - 'pkcs12_bag.c' => 1, - 'pkcs12_encr.c' => 1, - 'pkcs7.c' => 1, - 'privkey.c' => 1, - 'privkey_openssl.c' => 1, - 'privkey_pkcs8.c' => 1, - 'protocols.c' => 1, - 'publickey.c' => 1, - 'random.c' => 1, - 'safe-memfuncs.c' => 1, - 'safe_renegotiation.c' => 1, - 'secparams.c' => 1, - 'server_name.c' => 1, - 'session_ticket.c' => 1, - 'sign.c' => 1, - 'signature.c' => 1, - 'srp.c' => 1, - 'srp_sb64.c' => 1, - 'srtp.c' => 1, - 'status_request.c' => 1, - 'system-keys-dummy.c' => 1, - 'system.c' => 1, - 'system_override.c' => 1, - 'tpm.c' => 1, - 'urls.c' => 1, - 'verify-high.c' => 1, - 'verify-high2.c' => 1, - 'verify-tofu.c' => 1, - 'verify.c' => 1, - 'x509.c' => 1, - 'x509_b64.c' => 1, - 'x509_dn.c' => 1, - 'x509_ext.c' => 1, - 'x509_write.c' => 1 - }, - 'SymbolInfo' => { - '1002031' => { - 'Header' => 'x509.h', - 'Line' => '491', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '2' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '180' - }, - '1002315' => { - 'Header' => 'x509.h', - 'Line' => '744', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '2' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '216' - }, - '1009188' => { - 'Line' => '56', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1272629' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_subject_alt_names_init', - 'Source' => 'x509_ext.c' - }, - '1009199' => { - 'Line' => '178', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '999716' - }, - '1' => { - 'name' => 'san_type', - 'type' => '130' - }, - '2' => { - 'name' => 'san', - 'type' => '3587' - }, - '3' => { - 'name' => 'othername_oid', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_subject_alt_names_set', - 'Source' => 'x509_ext.c' - }, - '1009210' => { - 'Line' => '305', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '999716' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_subject_alt_names', - 'Source' => 'x509_ext.c' - }, - '1009221' => { - 'Line' => '86', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '999716' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_subject_alt_names_deinit', - 'Source' => 'x509_ext.c' - }, - '1009232' => { - 'Line' => '222', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'sans', - 'type' => '999716' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_subject_alt_names', - 'Source' => 'x509_ext.c' - }, - '1009243' => { - 'Line' => '673', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1277421' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aki_init', - 'Source' => 'x509_ext.c' - }, - '1009254' => { - 'Line' => '732', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '999738' - }, - '1' => { - 'name' => 'id', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aki_set_id', - 'Source' => 'x509_ext.c' - }, - '1009265' => { - 'Line' => '966', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '999738' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_authority_key_id', - 'Source' => 'x509_ext.c' - }, - '1009276' => { - 'Line' => '690', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '999738' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aki_deinit', - 'Source' => 'x509_ext.c' - }, - '1051366' => { - 'Header' => 'x509.h', - 'Line' => '572', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'format', - 'type' => '1017994' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_print', - 'Source' => 'output.c', - 'SourceLine' => '1685' - }, - '1052028' => { - 'Line' => '2054', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'format', - 'type' => '1017994' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_print', - 'Source' => 'output.c' - }, - '1052802' => { - 'Line' => '2354', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'format', - 'type' => '1017994' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_print', - 'Source' => 'output.c' - }, - '1056242' => { - 'Line' => '2426', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'type' => '3631' - }, - '1' => { - 'name' => 'format', - 'type' => '1017994' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_print', - 'Source' => 'output.c' - }, - '1057105' => { - 'Line' => '2458', - 'Param' => { - '0' => { - 'name' => 'exts', - 'type' => '798703' - }, - '1' => { - 'name' => 'exts_size', - 'type' => '130' - }, - '2' => { - 'name' => 'format', - 'type' => '1017994' - }, - '3' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_print', - 'Source' => 'output.c' - }, - '1057506' => { - 'Header' => 'gnutls.h', - 'Line' => '863', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2348' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_pk_get_name', - 'Source' => 'publickey.c', - 'SourceLine' => '198' - }, - '1057541' => { - 'Line' => '537', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'buf', - 'type' => '208' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_dn', - 'Source' => 'x509.c' - }, - '1057552' => { - 'Line' => '393', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'buf', - 'type' => '208' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn', - 'Source' => 'x509.c' - }, - '1057563' => { - 'Header' => 'gnutls.h', - 'Line' => '646', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2348' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_pk_algorithm_get_name', - 'Source' => 'publickey.c', - 'SourceLine' => '117' - }, - '1057587' => { - 'Line' => '137', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2500' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_sign_is_secure', - 'Source' => 'sign.c' - }, - '1057645' => { - 'Line' => '1830', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'critical', - 'type' => '17947' - }, - '2' => { - 'name' => 'pathlen', - 'type' => '13711' - }, - '3' => { - 'name' => 'policyLanguage', - 'type' => '211849' - }, - '4' => { - 'name' => 'policy', - 'type' => '211849' - }, - '5' => { - 'name' => 'sizeof_policy', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_proxy', - 'Source' => 'x509.c' - }, - '1057657' => { - 'Line' => '2466', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'algo', - 'type' => '109671' - }, - '2' => { - 'name' => 'buf', - 'type' => '184' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_fingerprint', - 'Source' => 'x509.c' - }, - '1057669' => { - 'Line' => '672', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_signature_algorithm', - 'Source' => 'x509.c' - }, - '1057747' => { - 'Header' => 'gnutls.h', - 'Line' => '825', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2348' - }, - '1' => { - 'name' => 'bits', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '2648', - 'ShortName' => 'gnutls_pk_bits_to_sec_param', - 'Source' => 'secparams.c', - 'SourceLine' => '181' - }, - '1057759' => { - 'Header' => 'gnutls.h', - 'Line' => '827', - 'Param' => { - '0' => { - 'name' => 'param', - 'type' => '2648' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_sec_param_get_name', - 'Source' => 'secparams.c', - 'SourceLine' => '153' - }, - '1057839' => { - 'Line' => '811', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '999738' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'san_type', - 'type' => '17947' - }, - '3' => { - 'name' => 'san', - 'type' => '3665' - }, - '4' => { - 'name' => 'othername_oid', - 'type' => '3665' - }, - '5' => { - 'name' => 'serial', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aki_get_cert_issuer', - 'Source' => 'x509_ext.c' - }, - '1057861' => { - 'Line' => '860', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'aki', - 'type' => '999738' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_authority_key_id', - 'Source' => 'x509_ext.c' - }, - '1057872' => { - 'Line' => '711', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '999738' - }, - '1' => { - 'name' => 'id', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aki_get_id', - 'Source' => 'x509_ext.c' - }, - '1058049' => { - 'Line' => '3138', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '105' - }, - '1' => { - 'name' => 'othername', - 'type' => '3587' - }, - '2' => { - 'name' => 'virt_type', - 'type' => '17947' - }, - '3' => { - 'name' => 'virt', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_othername_to_virtual', - 'Source' => 'x509_ext.c' - }, - '1058094' => { - 'Line' => '109', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '999716' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'san_type', - 'type' => '17947' - }, - '3' => { - 'name' => 'san', - 'type' => '3665' - }, - '4' => { - 'name' => 'othername_oid', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_subject_alt_names_get', - 'Source' => 'x509_ext.c' - }, - '1058127' => { - 'Line' => '571', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'id', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_subject_key_id', - 'Source' => 'x509_ext.c' - }, - '1058138' => { - 'Line' => '1654', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1284640' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_policies_init', - 'Source' => 'x509_ext.c' - }, - '1058149' => { - 'Line' => '1779', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'policies', - 'type' => '1020553' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_policies', - 'Source' => 'x509_ext.c' - }, - '1058160' => { - 'Line' => '1695', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1020553' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'policy', - 'type' => '1201578' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_policies_get', - 'Source' => 'x509_ext.c' - }, - '1058171' => { - 'Line' => '1671', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1020553' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policies_deinit', - 'Source' => 'x509_ext.c' - }, - '1058182' => { - 'Line' => '1162', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'activation', - 'type' => '17423' - }, - '2' => { - 'name' => 'expiration', - 'type' => '17423' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_private_key_usage_period', - 'Source' => 'x509_ext.c' - }, - '1058204' => { - 'Line' => '2818', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1294616' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_key_purpose_init', - 'Source' => 'x509_ext.c' - }, - '1058215' => { - 'Line' => '2918', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'p', - 'type' => '1020531' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_key_purposes', - 'Source' => 'x509_ext.c' - }, - '1058226' => { - 'Line' => '2893', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1020531' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'oid', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_key_purpose_get', - 'Source' => 'x509_ext.c' - }, - '1058237' => { - 'Line' => '2846', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1020531' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_key_purpose_deinit', - 'Source' => 'x509_ext.c' - }, - '1058248' => { - 'Line' => '2141', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1289333' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_dist_points_init', - 'Source' => 'x509_ext.c' - }, - '1058259' => { - 'Line' => '2279', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'cdp', - 'type' => '1020465' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_crl_dist_points', - 'Source' => 'x509_ext.c' - }, - '1058270' => { - 'Line' => '2184', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1020465' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'type', - 'type' => '17947' - }, - '3' => { - 'name' => 'san', - 'type' => '3665' - }, - '4' => { - 'name' => 'reasons', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_dist_points_get', - 'Source' => 'x509_ext.c' - }, - '1058281' => { - 'Line' => '2158', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1020465' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_dist_points_deinit', - 'Source' => 'x509_ext.c' - }, - '1058307' => { - 'Line' => '1410', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'pathlen', - 'type' => '13711' - }, - '2' => { - 'name' => 'policyLanguage', - 'type' => '211849' - }, - '3' => { - 'name' => 'policy', - 'type' => '211849' - }, - '4' => { - 'name' => 'sizeof_policy', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_proxy', - 'Source' => 'x509_ext.c' - }, - '1058318' => { - 'Line' => '2499', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1291928' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aia_init', - 'Source' => 'x509_ext.c' - }, - '1058329' => { - 'Line' => '2693', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'aia', - 'type' => '1020487' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_aia', - 'Source' => 'x509_ext.c' - }, - '1058340' => { - 'Line' => '2549', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1020487' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'oid', - 'type' => '3665' - }, - '3' => { - 'name' => 'san_type', - 'type' => '17947' - }, - '4' => { - 'name' => 'san', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aia_get', - 'Source' => 'x509_ext.c' - }, - '1058351' => { - 'Line' => '2516', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1020487' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aia_deinit', - 'Source' => 'x509_ext.c' - }, - '1058362' => { - 'Line' => '233', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1242914' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_name_constraints_init', - 'Source' => 'name_constraints.c' - }, - '1058374' => { - 'Line' => '370', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_name_constraints', - 'Source' => 'x509_ext.c' - }, - '1058385' => { - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'type', - 'type' => '17947' - }, - '3' => { - 'name' => 'name', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_get_permitted' - }, - '1058397' => { - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'type', - 'type' => '17947' - }, - '3' => { - 'name' => 'name', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_get_excluded' - }, - '1058409' => { - 'Line' => '201', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_deinit', - 'Source' => 'name_constraints.c' - }, - '1058457' => { - 'Line' => '2134', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_extension_info', - 'Source' => 'x509.c' - }, - '1058469' => { - 'Header' => 'x509.h', - 'Line' => '191', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_version' - }, - '1058525' => { - 'Line' => '3445', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'buf', - 'type' => '208' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_unique_id', - 'Source' => 'x509.c' - }, - '1058536' => { - 'Line' => '3401', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'buf', - 'type' => '208' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_subject_unique_id', - 'Source' => 'x509.c' - }, - '1058547' => { - 'Line' => '690', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'sig', - 'type' => '208' - }, - '2' => { - 'name' => 'sig_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_signature', - 'Source' => 'x509.c' - }, - '1065187' => { - 'Line' => '282', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_export', - 'Source' => 'pkcs12.c' - }, - '1065403' => { - 'Line' => '314', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_export2', - 'Source' => 'pkcs12.c' - }, - '1067573' => { - 'Line' => '602', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'bag', - 'type' => '1062767' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_get_bag', - 'Source' => 'pkcs12.c' - }, - '1068476' => { - 'Line' => '861', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'mac', - 'type' => '1971' - }, - '2' => { - 'name' => 'pass', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_generate_mac2', - 'Source' => 'pkcs12.c' - }, - '1069836' => { - 'Line' => '991', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'pass', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_generate_mac', - 'Source' => 'pkcs12.c' - }, - '1072812' => { - 'Line' => '737', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'bag', - 'type' => '1062767' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_set_bag', - 'Source' => 'pkcs12.c' - }, - '107472' => { - 'Header' => 'gnutls_str.h', - 'Line' => '45', - 'Param' => { - '0' => { - 'name' => 'str', - 'type' => '10555' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_buffer_init', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '82' - }, - '107483' => { - 'Header' => 'gnutls_str.h', - 'Line' => '48', - 'Param' => { - '0' => { - 'name' => 'str', - 'type' => '10555' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_buffer_clear', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '97' - }, - '1076703' => { - 'Line' => '1845', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'mac', - 'type' => '17947' - }, - '2' => { - 'name' => 'salt', - 'type' => '184' - }, - '3' => { - 'name' => 'salt_size', - 'type' => '17947' - }, - '4' => { - 'name' => 'iter_count', - 'type' => '17947' - }, - '5' => { - 'name' => 'oid', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_mac_info', - 'Source' => 'pkcs12.c' - }, - '1077758' => { - 'Header' => 'x509_int.h', - 'Line' => '348', - 'Param' => { - '0' => { - 'name' => 'me', - 'type' => '7511' - }, - '1' => { - 'name' => 'id', - 'type' => '130' - }, - '2' => { - 'name' => 'salt', - 'type' => '25160' - }, - '3' => { - 'name' => 'salt_size', - 'type' => '130' - }, - '4' => { - 'name' => 'iter', - 'type' => '130' - }, - '5' => { - 'name' => 'pw', - 'type' => '105' - }, - '6' => { - 'name' => 'req_keylen', - 'offset' => '0', - 'type' => '130' - }, - '7' => { - 'name' => 'keybuf', - 'offset' => '8', - 'type' => '5817' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_pkcs12_string_to_key', - 'Source' => 'pkcs12_encr.c', - 'SourceLine' => '57' - }, - '1077905' => { - 'Line' => '97', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1062891', - 'ShortName' => 'gnutls_pkcs12_bag_get_type', - 'Source' => 'pkcs12_bag.c' - }, - '1077916' => { - 'Line' => '142', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_get_data', - 'Source' => 'pkcs12_bag.c' - }, - '1077939' => { - 'Line' => '1441', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - }, - '3' => { - 'name' => 'password', - 'type' => '105' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_import_pkcs8', - 'Source' => 'privkey_pkcs8.c' - }, - '1078066' => { - 'Line' => '46', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1081968' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_init', - 'Source' => 'pkcs12_bag.c' - }, - '1078077' => { - 'Line' => '662', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'pass', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_decrypt', - 'Source' => 'pkcs12_bag.c' - }, - '1078088' => { - 'Line' => '118', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_get_count', - 'Source' => 'pkcs12_bag.c' - }, - '1078099' => { - 'Line' => '77', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_bag_deinit', - 'Source' => 'pkcs12_bag.c' - }, - '1084116' => { - 'Line' => '387', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'type', - 'type' => '1062891' - }, - '2' => { - 'name' => 'data', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_set_data', - 'Source' => 'pkcs12_bag.c' - }, - '1084273' => { - 'Line' => '444', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'crt', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_set_crt', - 'Source' => 'pkcs12_bag.c' - }, - '1084527' => { - 'Line' => '480', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_set_crl', - 'Source' => 'pkcs12_bag.c' - }, - '1084781' => { - 'Line' => '519', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'id', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_set_key_id', - 'Source' => 'pkcs12_bag.c' - }, - '1084965' => { - 'Line' => '560', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'id', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_get_key_id', - 'Source' => 'pkcs12_bag.c' - }, - '1085092' => { - 'Line' => '593', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'name', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_get_friendly_name', - 'Source' => 'pkcs12_bag.c' - }, - '1085220' => { - 'Line' => '627', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_set_friendly_name', - 'Source' => 'pkcs12_bag.c' - }, - '1085640' => { - 'Line' => '715', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'pass', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_encrypt', - 'Source' => 'pkcs12_bag.c' - }, - '1086215' => { - 'Line' => '808', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'schema', - 'type' => '17947' - }, - '2' => { - 'name' => 'cipher', - 'type' => '17947' - }, - '3' => { - 'name' => 'salt', - 'type' => '184' - }, - '4' => { - 'name' => 'salt_size', - 'type' => '17947' - }, - '5' => { - 'name' => 'iter_count', - 'type' => '17947' - }, - '6' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_enc_info', - 'Source' => 'pkcs12_bag.c' - }, - '1086595' => { - 'Line' => '872', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1062767' - }, - '1' => { - 'name' => 'privkey', - 'type' => '111785' - }, - '2' => { - 'name' => 'password', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_bag_set_privkey', - 'Source' => 'pkcs12_bag.c' - }, - '10868' => { - 'Line' => '104', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_record_can_use_length_hiding', - 'Source' => 'gnutls_range.c' - }, - '1087349' => { - 'Line' => '765', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'password', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export2_pkcs8', - 'Source' => 'privkey_pkcs8.c' - }, - '1096815' => { - 'Line' => '156', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1096973' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_init', - 'Source' => 'pkcs7.c' - }, - '1096979' => { - 'Line' => '178', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_deinit', - 'Source' => 'pkcs7.c' - }, - '1097065' => { - 'Line' => '205', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_import', - 'Source' => 'pkcs7.c' - }, - '1097440' => { - 'Line' => '280', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'certificate', - 'type' => '184' - }, - '3' => { - 'name' => 'certificate_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_get_crt_raw', - 'Source' => 'pkcs7.c' - }, - '1098228' => { - 'Line' => '371', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_get_crt_count', - 'Source' => 'pkcs7.c' - }, - '1098459' => { - 'Line' => '423', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_export', - 'Source' => 'pkcs7.c' - }, - '1098619' => { - 'Line' => '453', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_export2', - 'Source' => 'pkcs7.c' - }, - '1098756' => { - 'Line' => '550', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'crt', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_set_crt_raw', - 'Source' => 'pkcs7.c' - }, - '1099402' => { - 'Line' => '639', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'crt', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_set_crt', - 'Source' => 'pkcs7.c' - }, - '1099651' => { - 'Line' => '677', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_delete_crt', - 'Source' => 'pkcs7.c' - }, - '1100181' => { - 'Line' => '745', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'crl', - 'type' => '184' - }, - '3' => { - 'name' => 'crl_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_get_crl_raw', - 'Source' => 'pkcs7.c' - }, - '1100747' => { - 'Line' => '813', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_get_crl_count', - 'Source' => 'pkcs7.c' - }, - '1100978' => { - 'Line' => '855', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'crl', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_set_crl_raw', - 'Source' => 'pkcs7.c' - }, - '1101582' => { - 'Line' => '933', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_set_crl', - 'Source' => 'pkcs7.c' - }, - '1101831' => { - 'Line' => '970', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1094060' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs7_delete_crl', - 'Source' => 'pkcs7.c' - }, - '1110236' => { - 'Header' => 'x509.h', - 'Line' => '986', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_import', - 'Source' => 'privkey.c', - 'SourceLine' => '453' - }, - '1112927' => { - 'Line' => '735', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'm', - 'type' => '3587' - }, - '2' => { - 'name' => 'e', - 'type' => '3587' - }, - '3' => { - 'name' => 'd', - 'type' => '3587' - }, - '4' => { - 'name' => 'p', - 'type' => '3587' - }, - '5' => { - 'name' => 'q', - 'type' => '3587' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw', - 'Source' => 'privkey.c' - }, - '1114112' => { - 'Line' => '1071', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm2', - 'Source' => 'privkey.c' - }, - '1114271' => { - 'Line' => '1126', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export', - 'Source' => 'privkey.c' - }, - '1114510' => { - 'Header' => 'x509.h', - 'Line' => '1063', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export2', - 'Source' => 'privkey.c', - 'SourceLine' => '1164' - }, - '1114733' => { - 'Line' => '1192', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2648', - 'ShortName' => 'gnutls_x509_privkey_sec_param', - 'Source' => 'privkey.c' - }, - '1114837' => { - 'Line' => '1220', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'curve', - 'type' => '365382' - }, - '2' => { - 'name' => 'x', - 'type' => '3665' - }, - '3' => { - 'name' => 'y', - 'type' => '3665' - }, - '4' => { - 'name' => 'k', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export_ecc_raw', - 'Source' => 'privkey.c' - }, - '1115057' => { - 'Line' => '1252', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - }, - '3' => { - 'name' => 'd', - 'type' => '3665' - }, - '4' => { - 'name' => 'p', - 'type' => '3665' - }, - '5' => { - 'name' => 'q', - 'type' => '3665' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw', - 'Source' => 'privkey.c' - }, - '1116114' => { - 'Line' => '1497', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_verify_params', - 'Source' => 'privkey.c' - }, - '1116453' => { - 'Line' => '1633', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'hash', - 'type' => '3587' - }, - '2' => { - 'name' => 'signature', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_sign_hash', - 'Source' => 'privkey.c' - }, - '1116632' => { - 'Line' => '1684', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'digest', - 'type' => '109671' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - }, - '3' => { - 'name' => 'data', - 'type' => '3587' - }, - '4' => { - 'name' => 'signature', - 'type' => '184' - }, - '5' => { - 'name' => 'signature_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_sign_data', - 'Source' => 'privkey.c' - }, - '1117395' => { - 'Line' => '1742', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_fix', - 'Source' => 'privkey.c' - }, - '1118011' => { - 'Line' => '123', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'password', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_import_openssl', - 'Source' => 'privkey_openssl.c' - }, - '11308' => { - 'Line' => '148', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'orig', - 'type' => '12472' - }, - '2' => { - 'name' => 'next', - 'type' => '10964' - }, - '3' => { - 'name' => 'remainder', - 'type' => '10964' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_range_split', - 'Source' => 'gnutls_range.c' - }, - '1139602' => { - 'Line' => '351', - 'Param' => { - '0' => { - 'name' => 'schema', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_pkcs_schema_get_name', - 'Source' => 'privkey_pkcs8.c' - }, - '1139672' => { - 'Line' => '368', - 'Param' => { - '0' => { - 'name' => 'schema', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_pkcs_schema_get_oid', - 'Source' => 'privkey_pkcs8.c' - }, - '1139742' => { - 'Line' => '571', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'password', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'output_data', - 'type' => '184' - }, - '5' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export_pkcs8', - 'Source' => 'privkey_pkcs8.c' - }, - '1140452' => { - 'Line' => '655', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '3587' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'schema', - 'type' => '17947' - }, - '3' => { - 'name' => 'cipher', - 'type' => '17947' - }, - '4' => { - 'name' => 'salt', - 'type' => '184' - }, - '5' => { - 'name' => 'salt_size', - 'type' => '17947' - }, - '6' => { - 'name' => 'iter_count', - 'offset' => '0', - 'type' => '17947' - }, - '7' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs8_info', - 'Source' => 'privkey_pkcs8.c' - }, - '1145939' => { - 'Header' => 'crypto.h', - 'Line' => '59', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1695' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_get_block_size', - 'Source' => 'ciphers.c', - 'SourceLine' => '253' - }, - '1146061' => { - 'Line' => '316', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1695' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_cipher_get_key_size', - 'Source' => 'ciphers.c' - }, - '1146202' => { - 'Line' => '284', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1695' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_get_iv_size', - 'Source' => 'ciphers.c' - }, - '1156358' => { - 'Header' => 'x509.h', - 'Line' => '182', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'hostname', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_check_hostname2', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '120' - }, - '1157713' => { - 'Line' => '45', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'hostname', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_check_hostname', - 'Source' => 'hostname-verify.c' - }, - '1179801' => { - 'Line' => '1267', - 'Param' => { - '0' => { - 'name' => 'cert_list', - 'type' => '1170871' - }, - '1' => { - 'name' => 'cert_list_length', - 'type' => '70' - }, - '2' => { - 'name' => 'CA_list', - 'type' => '1170871' - }, - '3' => { - 'name' => 'CA_list_length', - 'type' => '70' - }, - '4' => { - 'name' => 'CRL_list', - 'type' => '1180076' - }, - '5' => { - 'name' => 'CRL_list_length', - 'type' => '70' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '130' - }, - '7' => { - 'name' => 'verify', - 'offset' => '8', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_list_verify', - 'Source' => 'verify.c' - }, - '1180087' => { - 'Header' => 'x509.h', - 'Line' => '900', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'CA_list', - 'type' => '1170871' - }, - '2' => { - 'name' => 'CA_list_length', - 'type' => '70' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'verify', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1321' - }, - '1180253' => { - 'Line' => '1347', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_check_issuer', - 'Source' => 'verify.c' - }, - '1180459' => { - 'Header' => 'x509.h', - 'Line' => '904', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'trusted_cas', - 'type' => '1170871' - }, - '2' => { - 'name' => 'tcas_size', - 'type' => '70' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'verify', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1392' - }, - '1181859' => { - 'Header' => 'x509.h', - 'Line' => '917', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_key_purpose_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2950' - }, - '1181939' => { - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'critical', - 'type' => '17947' - }, - '2' => { - 'name' => 'ca', - 'type' => '17947' - }, - '3' => { - 'name' => 'pathlen', - 'type' => '13711' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_basic_constraints' - }, - '1181962' => { - 'Line' => '113', - 'Param' => { - '0' => { - 'name' => 'param', - 'type' => '2648' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_sec_param_to_symmetric_bits', - 'Source' => 'secparams.c' - }, - '1182020' => { - 'Line' => '156', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_name_constraints', - 'Source' => 'name_constraints.c' - }, - '1182056' => { - 'Line' => '606', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'cert', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_x509_name_constraints_check_crt', - 'Source' => 'name_constraints.c' - }, - '1182114' => { - 'Line' => '2781', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '1180076' - }, - '2' => { - 'name' => 'crl_list_length', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_check_revocation', - 'Source' => 'x509.c' - }, - '1182162' => { - 'Header' => 'x509.h', - 'Line' => '404', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_ca_status', - 'Source' => 'x509.c', - 'SourceLine' => '1749' - }, - '1190328' => { - 'Line' => '422', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn2', - 'Source' => 'x509.c' - }, - '1190484' => { - 'Line' => '464', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '4' => { - 'name' => 'buf', - 'type' => '184' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_by_oid', - 'Source' => 'x509.c' - }, - '1190836' => { - 'Line' => '506', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_oid', - 'Source' => 'x509.c' - }, - '1191219' => { - 'Header' => 'x509.h', - 'Line' => '173', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_dn2', - 'Source' => 'x509.c', - 'SourceLine' => '565' - }, - '1191727' => { - 'Line' => '648', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_dn_oid', - 'Source' => 'x509.c' - }, - '1194714' => { - 'Line' => '807', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'activation', - 'type' => '17423' - }, - '2' => { - 'name' => 'expiration', - 'type' => '17423' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_private_key_usage_period', - 'Source' => 'x509.c' - }, - '1195886' => { - 'Line' => '977', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'alt', - 'type' => '184' - }, - '3' => { - 'name' => 'alt_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'alt_type', - 'type' => '17947' - }, - '5' => { - 'name' => 'serial', - 'type' => '184' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '5416' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_gn_serial', - 'Source' => 'x509.c' - }, - '1199559' => { - 'Line' => '1507', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'ian', - 'type' => '184' - }, - '3' => { - 'name' => 'ian_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name', - 'Source' => 'x509.c' - }, - '1199734' => { - 'Header' => 'x509.h', - 'Line' => '373', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'san', - 'type' => '184' - }, - '3' => { - 'name' => 'san_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'san_type', - 'type' => '17947' - }, - '5' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name2', - 'Source' => 'x509.c', - 'SourceLine' => '1541' - }, - '1199927' => { - 'Line' => '1579', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'ian', - 'type' => '184' - }, - '3' => { - 'name' => 'ian_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'ian_type', - 'type' => '17947' - }, - '5' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name2', - 'Source' => 'x509.c' - }, - '1200120' => { - 'Line' => '1620', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_othername_oid', - 'Source' => 'x509.c' - }, - '1200279' => { - 'Line' => '1661', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'ret', - 'type' => '184' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_othername_oid', - 'Source' => 'x509.c' - }, - '1201517' => { - 'Header' => 'x509.h', - 'Line' => '453', - 'Param' => { - '0' => { - 'name' => 'policy', - 'type' => '1201578' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policy_release', - 'Source' => 'x509.c', - 'SourceLine' => '1878' - }, - '1201584' => { - 'Line' => '1907', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'policy', - 'type' => '1201578' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_policy', - 'Source' => 'x509.c' - }, - '1202101' => { - 'Line' => '1982', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'buf', - 'type' => '184' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '5416' - }, - '5' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid', - 'Source' => 'x509.c' - }, - '1202488' => { - 'Line' => '2043', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'output', - 'type' => '3665' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid2', - 'Source' => 'x509.c' - }, - '1202716' => { - 'Line' => '2089', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_extension_oid', - 'Source' => 'x509.c' - }, - '1203507' => { - 'Line' => '2204', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'data', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_extension_data', - 'Source' => 'x509.c' - }, - '1203875' => { - 'Header' => 'x509.h', - 'Line' => '581', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_raw_issuer_dn', - 'Source' => 'x509.c', - 'SourceLine' => '2250' - }, - '1204057' => { - 'Line' => '2273', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_raw_dn', - 'Source' => 'x509.c' - }, - '1204239' => { - 'Line' => '2306', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '993661' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_subject', - 'Source' => 'x509.c' - }, - '1204381' => { - 'Line' => '2326', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '993661' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_issuer', - 'Source' => 'x509.c' - }, - '1204523' => { - 'Line' => '2360', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '985583' - }, - '1' => { - 'name' => 'irdn', - 'type' => '70' - }, - '2' => { - 'name' => 'iava', - 'type' => '70' - }, - '3' => { - 'name' => 'ava', - 'type' => '1205392' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_dn_get_rdn_ava', - 'Source' => 'x509.c' - }, - '1208430' => { - 'Line' => '2807', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'hash', - 'type' => '363186' - }, - '2' => { - 'name' => 'mand', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_preferred_hash_algorithm', - 'Source' => 'x509.c' - }, - '1208804' => { - 'Line' => '2862', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'san', - 'type' => '184' - }, - '3' => { - 'name' => 'san_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'reason_flags', - 'type' => '17947' - }, - '5' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_crl_dist_points', - 'Source' => 'x509.c' - }, - '1209965' => { - 'Line' => '3026', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_pk_rsa_raw', - 'Source' => 'x509.c' - }, - '1210474' => { - 'Line' => '3084', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'p', - 'type' => '3665' - }, - '2' => { - 'name' => 'q', - 'type' => '3665' - }, - '3' => { - 'name' => 'g', - 'type' => '3665' - }, - '4' => { - 'name' => 'y', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_pk_dsa_raw', - 'Source' => 'x509.c' - }, - '1212333' => { - 'Header' => 'x509.h', - 'Line' => '130', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '564554' - }, - '1' => { - 'name' => 'size', - 'type' => '17947' - }, - '2' => { - 'name' => 'data', - 'type' => '3587' - }, - '3' => { - 'name' => 'format', - 'type' => '177145' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_list_import2', - 'Source' => 'x509.c', - 'SourceLine' => '3176' - }, - '1213240' => { - 'Line' => '3634', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'what', - 'type' => '70' - }, - '3' => { - 'name' => 'data', - 'type' => '3665' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_authority_info_access', - 'Source' => 'x509.c' - }, - '1221280' => { - 'Line' => '205', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '105' - }, - '2' => { - 'name' => 'err', - 'type' => '225961' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_dn', - 'Source' => 'x509_dn.c' - }, - '1221393' => { - 'Line' => '225', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'dn', - 'type' => '105' - }, - '2' => { - 'name' => 'err', - 'type' => '225961' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn', - 'Source' => 'x509_dn.c' - }, - '1221506' => { - 'Line' => '246', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'dn', - 'type' => '105' - }, - '2' => { - 'name' => 'err', - 'type' => '225961' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_dn', - 'Source' => 'x509_dn.c' - }, - '1225949' => { - 'Line' => '434', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'ca', - 'type' => '130' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_basic_constraints', - 'Source' => 'x509_write.c' - }, - '1226026' => { - 'Line' => '1416', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '111762' - }, - '3' => { - 'name' => 'dig', - 'type' => '109671' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_privkey_sign', - 'Source' => 'x509_write.c' - }, - '1226116' => { - 'Line' => '860', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '111785' - }, - '3' => { - 'name' => 'dig', - 'type' => '109671' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_sign2', - 'Source' => 'x509_write.c' - }, - '1226226' => { - 'Line' => '62', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '3' => { - 'name' => 'name', - 'type' => '291' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_dn_by_oid', - 'Source' => 'x509_write.c' - }, - '1226390' => { - 'Line' => '100', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '3' => { - 'name' => 'name', - 'type' => '291' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn_by_oid', - 'Source' => 'x509_write.c' - }, - '1226554' => { - 'Line' => '132', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'eecrt', - 'type' => '111797' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '3' => { - 'name' => 'name', - 'type' => '291' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_proxy_dn', - 'Source' => 'x509_write.c' - }, - '1226851' => { - 'Line' => '179', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'version', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_version', - 'Source' => 'x509_write.c' - }, - '1227116' => { - 'Line' => '217', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_key', - 'Source' => 'x509_write.c' - }, - '1227278' => { - 'Line' => '254', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'crq', - 'type' => '629572' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_crq', - 'Source' => 'x509_write.c' - }, - '1227710' => { - 'Line' => '301', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'crq', - 'type' => '629572' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_crq_extensions', - 'Source' => 'x509_write.c' - }, - '1228240' => { - 'Line' => '391', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'buf', - 'type' => '291' - }, - '3' => { - 'name' => 'sizeof_buf', - 'type' => '52' - }, - '4' => { - 'name' => 'critical', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_extension_by_oid', - 'Source' => 'x509_write.c' - }, - '1228761' => { - 'Line' => '481', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'ca', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_ca_status', - 'Source' => 'x509_write.c' - }, - '1229117' => { - 'Line' => '596', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'data', - 'type' => '291' - }, - '3' => { - 'name' => 'data_size', - 'type' => '130' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_subject_alt_name', - 'Source' => 'x509_write.c' - }, - '1229708' => { - 'Line' => '548', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'data_string', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_subject_alternative_name', - 'Source' => 'x509_write.c' - }, - '1229906' => { - 'Line' => '679', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'data', - 'type' => '291' - }, - '3' => { - 'name' => 'data_size', - 'type' => '130' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_issuer_alt_name', - 'Source' => 'x509_write.c' - }, - '1230497' => { - 'Line' => '761', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'pathLenConstraint', - 'type' => '70' - }, - '2' => { - 'name' => 'policyLanguage', - 'type' => '105' - }, - '3' => { - 'name' => 'policy', - 'type' => '105' - }, - '4' => { - 'name' => 'sizeof_policy', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_proxy', - 'Source' => 'x509_write.c' - }, - '1230822' => { - 'Line' => '812', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'activation', - 'type' => '225' - }, - '2' => { - 'name' => 'expiration', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_private_key_usage_period', - 'Source' => 'x509_write.c' - }, - '1231109' => { - 'Line' => '931', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'act_time', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_activation_time', - 'Source' => 'x509_write.c' - }, - '1231271' => { - 'Line' => '957', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'exp_time', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_expiration_time', - 'Source' => 'x509_write.c' - }, - '1231433' => { - 'Line' => '986', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'serial', - 'type' => '291' - }, - '2' => { - 'name' => 'serial_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_serial', - 'Source' => 'x509_write.c' - }, - '1231698' => { - 'Line' => '1068', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'data', - 'type' => '291' - }, - '3' => { - 'name' => 'data_size', - 'type' => '130' - }, - '4' => { - 'name' => 'reason_flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points2', - 'Source' => 'x509_write.c' - }, - '1232366' => { - 'Line' => '1042', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'data_string', - 'type' => '291' - }, - '3' => { - 'name' => 'reason_flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points', - 'Source' => 'x509_write.c' - }, - '1232531' => { - 'Line' => '1154', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '111797' - }, - '1' => { - 'name' => 'src', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_cpy_crl_dist_points', - 'Source' => 'x509_write.c' - }, - '1232814' => { - 'Line' => '1204', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'id', - 'type' => '291' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_subject_key_id', - 'Source' => 'x509_write.c' - }, - '1233274' => { - 'Line' => '1270', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'id', - 'type' => '291' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_authority_key_id', - 'Source' => 'x509_write.c' - }, - '1233725' => { - 'Line' => '1335', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '291' - }, - '2' => { - 'name' => 'critical', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_key_purpose_oid', - 'Source' => 'x509_write.c' - }, - '1235136' => { - 'Line' => '912', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_sign', - 'Source' => 'x509_write.c' - }, - '1235264' => { - 'Line' => '1465', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'what', - 'type' => '70' - }, - '2' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_authority_info_access', - 'Source' => 'x509_write.c' - }, - '1236001' => { - 'Line' => '1550', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'policy', - 'type' => '1236541' - }, - '2' => { - 'name' => 'critical', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_policy', - 'Source' => 'x509_write.c' - }, - '1236801' => { - 'Line' => '1505', - 'Param' => { - '0' => { - 'name' => 'pathLenConstraint', - 'type' => '70' - }, - '1' => { - 'name' => 'policyLanguage', - 'type' => '105' - }, - '2' => { - 'name' => 'policy', - 'type' => '105' - }, - '3' => { - 'name' => 'sizeof_policy', - 'type' => '52' - }, - '4' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_proxy', - 'Source' => 'x509_ext.c' - }, - '1236812' => { - 'Line' => '1215', - 'Param' => { - '0' => { - 'name' => 'activation', - 'type' => '225' - }, - '1' => { - 'name' => 'expiration', - 'type' => '225' - }, - '2' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_private_key_usage_period', - 'Source' => 'x509_ext.c' - }, - '1236856' => { - 'Line' => '2245', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1020465' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'san', - 'type' => '3587' - }, - '3' => { - 'name' => 'reasons', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_dist_points_set', - 'Source' => 'x509_ext.c' - }, - '1236867' => { - 'Line' => '2387', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1020465' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_crl_dist_points', - 'Source' => 'x509_ext.c' - }, - '1236889' => { - 'Line' => '624', - 'Param' => { - '0' => { - 'name' => 'id', - 'type' => '3587' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_subject_key_id', - 'Source' => 'x509_ext.c' - }, - '1236934' => { - 'Line' => '2864', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1020531' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_key_purpose_set', - 'Source' => 'x509_ext.c' - }, - '1236945' => { - 'Line' => '2992', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1020531' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_key_purposes', - 'Source' => 'x509_ext.c' - }, - '1237045' => { - 'Line' => '2590', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1020487' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'san_type', - 'type' => '130' - }, - '3' => { - 'name' => 'san', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aia_set', - 'Source' => 'x509_ext.c' - }, - '1237056' => { - 'Line' => '2745', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1020487' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_aia', - 'Source' => 'x509_ext.c' - }, - '1237100' => { - 'Line' => '1732', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1020553' - }, - '1' => { - 'name' => 'policy', - 'type' => '1236541' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_policies_set', - 'Source' => 'x509_ext.c' - }, - '1237111' => { - 'Line' => '1987', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1020553' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_policies', - 'Source' => 'x509_ext.c' - }, - '1242920' => { - 'Line' => '310', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'name', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_name_constraints_add_permitted', - 'Source' => 'name_constraints.c' - }, - '1243042' => { - 'Line' => '330', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'name', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_name_constraints_add_excluded', - 'Source' => 'name_constraints.c' - }, - '1243164' => { - 'Line' => '351', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '2' => { - 'name' => 'critical', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_name_constraints', - 'Source' => 'name_constraints.c' - }, - '1244760' => { - 'Line' => '576', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '1' => { - 'name' => 'type', - 'type' => '370754' - }, - '2' => { - 'name' => 'name', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_x509_name_constraints_check', - 'Source' => 'name_constraints.c' - }, - '1247511' => { - 'Line' => '431', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1018880' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_name_constraints', - 'Source' => 'x509_ext.c' - }, - '12483' => { - 'Line' => '227', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data', - 'type' => '291' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'range', - 'type' => '12472' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '214', - 'ShortName' => 'gnutls_record_send_range', - 'Source' => 'gnutls_range.c' - }, - '1253944' => { - 'Line' => '502', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '1249853' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_iter_deinit', - 'Source' => 'verify-high.c' - }, - '1254078' => { - 'Line' => '409', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'iter', - 'type' => '1254865' - }, - '2' => { - 'name' => 'crt', - 'type' => '112890' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_iter_get_ca', - 'Source' => 'verify-high.c' - }, - '1254871' => { - 'Header' => 'x509.h', - 'Line' => '1285', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'clist', - 'type' => '1170871' - }, - '2' => { - 'name' => 'clist_size', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_remove_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '560' - }, - '1255181' => { - 'Line' => '640', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'cert', - 'type' => '111797' - }, - '2' => { - 'name' => 'name', - 'type' => '291' - }, - '3' => { - 'name' => 'name_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_add_named_crt', - 'Source' => 'verify-high.c' - }, - '1256625' => { - 'Header' => 'x509.h', - 'Line' => '1271', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'dn', - 'type' => '3587' - }, - '2' => { - 'name' => 'issuer', - 'type' => '112890' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer_by_dn', - 'Source' => 'verify-high.c', - 'SourceLine' => '956' - }, - '1257193' => { - 'Line' => '1304', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'cert', - 'type' => '111797' - }, - '2' => { - 'name' => 'name', - 'type' => '291' - }, - '3' => { - 'name' => 'name_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - }, - '5' => { - 'name' => 'voutput', - 'type' => '17947' - }, - '6' => { - 'name' => 'func', - 'offset' => '0', - 'type' => '1178041' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_verify_named_crt', - 'Source' => 'verify-high.c' - }, - '1259055' => { - 'Line' => '1041', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '112890' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '130' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'voutput', - 'type' => '17947' - }, - '5' => { - 'name' => 'func', - 'type' => '1178041' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt', - 'Source' => 'verify-high.c' - }, - '1259813' => { - 'Line' => '49', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'email', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_check_email', - 'Source' => 'email-verify.c' - }, - '1264317' => { - 'Line' => '136', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'cas', - 'type' => '3587' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_mem', - 'Source' => 'verify-high2.c' - }, - '1266809' => { - 'Line' => '489', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'ca_file', - 'type' => '105' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_file', - 'Source' => 'verify-high2.c' - }, - '1277768' => { - 'Line' => '753', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '999738' - }, - '1' => { - 'name' => 'san_type', - 'type' => '130' - }, - '2' => { - 'name' => 'san', - 'type' => '3587' - }, - '3' => { - 'name' => 'othername_oid', - 'type' => '105' - }, - '4' => { - 'name' => 'serial', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_aki_set_cert_issuer', - 'Source' => 'x509_ext.c' - }, - '1307184' => { - 'Line' => '536', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'digest', - 'type' => '109671' - }, - '2' => { - 'name' => 'issuer_name_hash', - 'type' => '3587' - }, - '3' => { - 'name' => 'issuer_key_hash', - 'type' => '3587' - }, - '4' => { - 'name' => 'serial_number', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_add_cert_id', - 'Source' => 'ocsp.c' - }, - '1307286' => { - 'Header' => 'ocsp.h', - 'Line' => '173', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '2' => { - 'name' => 'oid', - 'type' => '3665' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - }, - '4' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '732' - }, - '1307444' => { - 'Line' => '883', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'critical', - 'type' => '130' - }, - '2' => { - 'name' => 'nonce', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_set_nonce', - 'Source' => 'ocsp.c' - }, - '1307562' => { - 'Header' => 'ocsp.h', - 'Line' => '205', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_status', - 'Source' => 'ocsp.c', - 'SourceLine' => '967' - }, - '1307644' => { - 'Header' => 'ocsp.h', - 'Line' => '220', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'type', - 'type' => '130' - }, - '2' => { - 'name' => 'raw', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_responder_raw_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '1170' - }, - '1307772' => { - 'Header' => 'ocsp.h', - 'Line' => '245', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'sig', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_signature', - 'Source' => 'ocsp.c', - 'SourceLine' => '1731' - }, - '1308319' => { - 'Line' => '60', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1308543' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_init', - 'Source' => 'ocsp.c' - }, - '1308549' => { - 'Line' => '88', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_req_deinit', - 'Source' => 'ocsp.c' - }, - '1309092' => { - 'Line' => '179', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_import', - 'Source' => 'ocsp.c' - }, - '1309526' => { - 'Line' => '353', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_export', - 'Source' => 'ocsp.c' - }, - '1309740' => { - 'Header' => 'ocsp.h', - 'Line' => '153', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '372' - }, - '1310012' => { - 'Header' => 'ocsp.h', - 'Line' => '155', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '2' => { - 'name' => 'digest', - 'type' => '363186' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'type' => '3665' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'type' => '3665' - }, - '5' => { - 'name' => 'serial_number', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_get_cert_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '425' - }, - '1311477' => { - 'Line' => '640', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'digest', - 'type' => '109671' - }, - '2' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '3' => { - 'name' => 'cert', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_add_cert', - 'Source' => 'ocsp.c' - }, - '1312645' => { - 'Line' => '321', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_export', - 'Source' => 'ocsp.c' - }, - '1313038' => { - 'Line' => '808', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'critical', - 'type' => '130' - }, - '3' => { - 'name' => 'data', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_set_extension', - 'Source' => 'ocsp.c' - }, - '1313241' => { - 'Header' => 'ocsp.h', - 'Line' => '183', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'critical', - 'type' => '17947' - }, - '2' => { - 'name' => 'nonce', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '837' - }, - '1313894' => { - 'Line' => '931', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_randomize_nonce', - 'Source' => 'ocsp.c' - }, - '1315249' => { - 'Header' => 'ocsp.h', - 'Line' => '206', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'response_type_oid', - 'type' => '3665' - }, - '2' => { - 'name' => 'response', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_response', - 'Source' => 'ocsp.c', - 'SourceLine' => '1020' - }, - '1315468' => { - 'Header' => 'ocsp.h', - 'Line' => '211', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '1066' - }, - '1315740' => { - 'Header' => 'ocsp.h', - 'Line' => '212', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_responder', - 'Source' => 'ocsp.c', - 'SourceLine' => '1110' - }, - '1316331' => { - 'Header' => 'ocsp.h', - 'Line' => '224', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_ocsp_resp_get_produced', - 'Source' => 'ocsp.c', - 'SourceLine' => '1238' - }, - '1319218' => { - 'Header' => 'ocsp.h', - 'Line' => '236', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '2' => { - 'name' => 'oid', - 'type' => '3665' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - }, - '4' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '1583' - }, - '1319825' => { - 'Header' => 'ocsp.h', - 'Line' => '241', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'critical', - 'type' => '17947' - }, - '2' => { - 'name' => 'nonce', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '1661' - }, - '1320143' => { - 'Header' => 'ocsp.h', - 'Line' => '244', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_signature_algorithm', - 'Source' => 'ocsp.c', - 'SourceLine' => '1701' - }, - '1321039' => { - 'Header' => 'ocsp.h', - 'Line' => '247', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'certs', - 'type' => '564554' - }, - '2' => { - 'name' => 'ncerts', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_certs', - 'Source' => 'ocsp.c', - 'SourceLine' => '1773' - }, - '1322856' => { - 'Line' => '2156', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'trustlist', - 'type' => '113318' - }, - '2' => { - 'name' => 'verify', - 'type' => '17947' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_verify', - 'Source' => 'ocsp.c' - }, - '1333822' => { - 'Line' => '174', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '1306782' - }, - '1' => { - 'name' => 'format', - 'type' => '1328076' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_req_print', - 'Source' => 'ocsp_output.c' - }, - '1335691' => { - 'Line' => '644', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'format', - 'type' => '1328076' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_print', - 'Source' => 'ocsp_output.c' - }, - '13418' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1558', - 'Return' => '3671', - 'ShortName' => 'gnutls_free', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '30' - }, - '13430' => { - 'Data' => 1, - 'Header' => 'gnutls_mpi.h', - 'Line' => '31', - 'Return' => '5428', - 'ShortName' => '_gnutls_mpi_ops', - 'Source' => 'mpi.c', - 'SourceLine' => '353' - }, - '13441' => { - 'Data' => 1, - 'Header' => 'gnutls_global.h', - 'Line' => '43', - 'Return' => '70', - 'ShortName' => '_gnutls_log_level', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '66' - }, - '13463' => { - 'Line' => '737', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_dtls_get_data_mtu', - 'Source' => 'gnutls_dtls.c' - }, - '13474' => { - 'Header' => 'gnutls_errors.h', - 'Line' => '43', - 'Param' => { - '0' => { - 'name' => 'level', - 'type' => '70' - }, - '1' => { - 'name' => 'fmt', - 'type' => '105' - }, - '2' => { - 'type' => '-1' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_log', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '623' - }, - '1348849' => { - 'Line' => '258', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_get_max_size', - 'Source' => 'max_record.c' - }, - '1348898' => { - 'Line' => '287', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '214', - 'ShortName' => 'gnutls_record_set_max_size', - 'Source' => 'max_record.c' - }, - '136538' => { - 'Line' => '2389', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_rehandshake', - 'Source' => 'gnutls_handshake.c' - }, - '136710' => { - 'Line' => '2627', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'ms', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_timeout', - 'Source' => 'gnutls_handshake.c' - }, - '1375422' => { - 'Header' => 'gnutls.h', - 'Line' => '1036', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data', - 'type' => '184' - }, - '2' => { - 'name' => 'data_length', - 'type' => '5416' - }, - '3' => { - 'name' => 'type', - 'type' => '17947' - }, - '4' => { - 'name' => 'indx', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_server_name_get', - 'Source' => 'server_name.c', - 'SourceLine' => '283' - }, - '1375911' => { - 'Line' => '376', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '1365156' - }, - '2' => { - 'name' => 'name', - 'type' => '291' - }, - '3' => { - 'name' => 'name_length', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_server_name_set', - 'Source' => 'server_name.c' - }, - '1392323' => { - 'Line' => '424', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'indx', - 'type' => '52' - }, - '2' => { - 'name' => 'algo', - 'type' => '469673' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_sign_algorithm_get_requested', - 'Source' => 'signature.c' - }, - '1392604' => { - 'Line' => '469', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_sign_algorithm_get', - 'Source' => 'signature.c' - }, - '1392653' => { - 'Line' => '485', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_sign_algorithm_get_client', - 'Source' => 'signature.c' - }, - '1407081' => { - 'Line' => '425', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_safe_renegotiation_status', - 'Source' => 'safe_renegotiation.c' - }, - '1422031' => { - 'Line' => '446', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_ticket_key_generate', - 'Source' => 'session_ticket.c' - }, - '1422293' => { - 'Line' => '504', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'key', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_ticket_enable_server', - 'Source' => 'session_ticket.c' - }, - '145246' => { - 'Line' => '2532', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_handshake', - 'Source' => 'gnutls_handshake.c' - }, - '1464145' => { - 'Line' => '76', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_heartbeat_allowed', - 'Source' => 'heartbeat.c' - }, - '1466137' => { - 'Line' => '55', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_enable', - 'Source' => 'heartbeat.c' - }, - '1466372' => { - 'Line' => '159', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data_size', - 'type' => '52' - }, - '2' => { - 'name' => 'max_tries', - 'type' => '130' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_heartbeat_ping', - 'Source' => 'heartbeat.c' - }, - '1467613' => { - 'Line' => '284', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_heartbeat_pong', - 'Source' => 'heartbeat.c' - }, - '1469121' => { - 'Line' => '400', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_heartbeat_get_timeout', - 'Source' => 'heartbeat.c' - }, - '1469289' => { - 'Line' => '431', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'retrans_timeout', - 'type' => '130' - }, - '2' => { - 'name' => 'total_timeout', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_set_timeouts', - 'Source' => 'heartbeat.c' - }, - '1487566' => { - 'Line' => '418', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - }, - '1' => { - 'name' => 'ocsp_func', - 'type' => '112213' - }, - '2' => { - 'name' => 'ptr', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_function', - 'Source' => 'status_request.c' - }, - '1487638' => { - 'Line' => '459', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - }, - '1' => { - 'name' => 'response_file', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_file', - 'Source' => 'status_request.c' - }, - '1513057' => { - 'Line' => '124', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_session_ext_master_secret_status', - 'Source' => 'ext_master_secret.c' - }, - '1525038' => { - 'Line' => '137', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_session_etm_status', - 'Source' => 'etm.c' - }, - '1538447' => { - 'Line' => '212', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'protocol', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_alpn_get_selected_protocol', - 'Source' => 'alpn.c' - }, - '1538683' => { - 'Line' => '259', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'protocols', - 'type' => '3587' - }, - '2' => { - 'name' => 'protocols_size', - 'type' => '130' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_alpn_set_protocols', - 'Source' => 'alpn.c' - }, - '1550845' => { - 'Line' => '306', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'profile', - 'type' => '1550923' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srtp_get_selected_profile', - 'Source' => 'srtp.c' - }, - '1553439' => { - 'Line' => '126', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - }, - '1' => { - 'name' => 'profile', - 'type' => '1550923' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srtp_get_profile_id', - 'Source' => 'srtp.c' - }, - '1553529' => { - 'Line' => '150', - 'Param' => { - '0' => { - 'name' => 'profile', - 'type' => '1542727' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_srtp_get_profile_name', - 'Source' => 'srtp.c' - }, - '1553874' => { - 'Line' => '346', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'mki', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srtp_get_mki', - 'Source' => 'srtp.c' - }, - '1554171' => { - 'Line' => '387', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'mki', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srtp_set_mki', - 'Source' => 'srtp.c' - }, - '1554474' => { - 'Line' => '431', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'profile', - 'type' => '1542727' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srtp_set_profile', - 'Source' => 'srtp.c' - }, - '1554736' => { - 'Line' => '476', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'profiles', - 'type' => '105' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '225961' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srtp_set_profile_direct', - 'Source' => 'srtp.c' - }, - '1555143' => { - 'Line' => '550', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'key_material', - 'type' => '184' - }, - '2' => { - 'name' => 'key_material_size', - 'type' => '130' - }, - '3' => { - 'name' => 'client_key', - 'type' => '3665' - }, - '4' => { - 'name' => 'client_salt', - 'type' => '3665' - }, - '5' => { - 'name' => 'server_key', - 'type' => '3665' - }, - '6' => { - 'name' => 'server_salt', - 'offset' => '0', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srtp_get_keys', - 'Source' => 'srtp.c' - }, - '157036' => { - 'Header' => 'gnutls.h', - 'Line' => '1282', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'max', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_max_packet_length', - 'Source' => 'gnutls_handshake.c', - 'SourceLine' => '3320' - }, - '157095' => { - 'Line' => '3341', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2144', - 'ShortName' => 'gnutls_handshake_get_last_in', - 'Source' => 'gnutls_handshake.c' - }, - '157144' => { - 'Line' => '3361', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2144', - 'ShortName' => 'gnutls_handshake_get_last_out', - 'Source' => 'gnutls_handshake.c' - }, - '158339' => { - 'Header' => 'gnutls_str.h', - 'Line' => '74', - 'Param' => { - '0' => { - 'name' => 'buf', - 'type' => '10555' - }, - '1' => { - 'name' => 'pfx_size', - 'type' => '70' - }, - '2' => { - 'name' => 'data', - 'type' => '291' - }, - '3' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_buffer_append_data_prefix', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '750' - }, - '158361' => { - 'Line' => '242', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1869', - 'ShortName' => 'gnutls_auth_client_get_type', - 'Source' => 'gnutls_auth.c' - }, - '158373' => { - 'Line' => '222', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1869', - 'ShortName' => 'gnutls_auth_server_get_type', - 'Source' => 'gnutls_auth.c' - }, - '158407' => { - 'Header' => 'algorithms.h', - 'Line' => '78', - 'Param' => { - '0' => { - 'name' => 'c', - 'type' => '1971' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '7511', - 'ShortName' => '_gnutls_mac_to_entry', - 'Source' => 'mac.c', - 'SourceLine' => '57' - }, - '158718' => { - 'Header' => 'gnutls_str.h', - 'Line' => '113', - 'Param' => { - '0' => { - 'name' => '_old', - 'type' => '291' - }, - '1' => { - 'name' => 'oldlen', - 'type' => '52' - }, - '2' => { - 'name' => 'buffer', - 'type' => '208' - }, - '3' => { - 'name' => 'buffer_size', - 'type' => '52' - }, - '4' => { - 'name' => 'separator', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_bin2hex' - }, - '158740' => { - 'Header' => 'gnutls_str.h', - 'Line' => '68', - 'Param' => { - '0' => { - 'name' => 'buf', - 'type' => '10555' - }, - '1' => { - 'name' => 'pfx_size', - 'type' => '70' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_buffer_append_prefix' - }, - '158762' => { - 'Line' => '728', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'major', - 'type' => '123' - }, - '2' => { - 'name' => 'minor', - 'type' => '123' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_record_set_default_version', - 'Source' => 'gnutls_state.c' - }, - '158895' => { - 'Line' => '144', - 'Param' => { - '0' => { - 'name' => 'version', - 'type' => '2242' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_protocol_get_name', - 'Source' => 'protocols.c' - }, - '159218' => { - 'Line' => '351', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '482458', - 'ShortName' => 'gnutls_alert_get', - 'Source' => 'gnutls_alert.c' - }, - '1720921' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1733', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_4096_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '665' - }, - '1720943' => { - 'Data' => 1, - 'Line' => '661', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_4096_group_generator', - 'Source' => 'srp.c' - }, - '1720965' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1736', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_3072_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '569' - }, - '1720987' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1737', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_3072_group_generator', - 'Source' => 'srp.c', - 'SourceLine' => '565' - }, - '1721009' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1739', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_2048_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '511' - }, - '1721031' => { - 'Data' => 1, - 'Line' => '515', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_2048_group_generator', - 'Source' => 'srp.c' - }, - '1721053' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1742', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_1536_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '471' - }, - '1721075' => { - 'Data' => 1, - 'Line' => '475', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_1536_group_generator', - 'Source' => 'srp.c' - }, - '1721097' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1745', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_1024_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '438' - }, - '1721119' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1746', - 'Return' => '3593', - 'ShortName' => 'gnutls_srp_1024_group_generator', - 'Source' => 'srp.c', - 'SourceLine' => '442' - }, - '172715' => { - 'Header' => 'gnutls.h', - 'Line' => '913', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_strerror', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '456' - }, - '173045' => { - 'Line' => '438', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_perror', - 'Source' => 'gnutls_errors.c' - }, - '173144' => { - 'Line' => '497', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_strerror_name', - 'Source' => 'gnutls_errors.c' - }, - '173223' => { - 'Header' => 'gnutls_errors.h', - 'Line' => '42', - 'Param' => { - '0' => { - 'name' => 'asn_err', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_asn2err', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '521' - }, - '173450' => { - 'Header' => 'gnutls_errors.h', - 'Line' => '57', - 'Param' => { - '0' => { - 'name' => 'prefix', - 'type' => '105' - }, - '1' => { - 'name' => 'a', - 'type' => '4648' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_mpi_log', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '557' - }, - '174681' => { - 'Data' => 1, - 'Header' => 'gnutls_global.h', - 'Line' => '41', - 'Return' => '165689', - 'ShortName' => '_gnutls_log_func', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '64' - }, - '174692' => { - 'Data' => 1, - 'Header' => 'gnutls_global.h', - 'Line' => '42', - 'Return' => '165723', - 'ShortName' => '_gnutls_audit_log_func', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '65' - }, - '1755342' => { - 'Line' => '310', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '3587' - }, - '1' => { - 'name' => 'result', - 'type' => '208' - }, - '2' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_base64_encode', - 'Source' => 'srp_sb64.c' - }, - '1755532' => { - 'Line' => '351', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '3587' - }, - '1' => { - 'name' => 'result', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_base64_encode2', - 'Source' => 'srp_sb64.c' - }, - '1755650' => { - 'Line' => '390', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'type' => '3587' - }, - '1' => { - 'name' => 'result', - 'type' => '208' - }, - '2' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_base64_decode', - 'Source' => 'srp_sb64.c' - }, - '1755840' => { - 'Line' => '432', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'type' => '3587' - }, - '1' => { - 'name' => 'result', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_base64_decode2', - 'Source' => 'srp_sb64.c' - }, - '1788223' => { - 'Line' => '86', - 'Return' => '1788252', - 'ShortName' => 'gnutls_certificate_type_list', - 'Source' => 'cert_types.c' - }, - '1800028' => { - 'Line' => '269', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1695' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_get_tag_size', - 'Source' => 'ciphers.c' - }, - '1800462' => { - 'Line' => '352', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1695', - 'ShortName' => 'gnutls_cipher_get_id', - 'Source' => 'ciphers.c' - }, - '1800580' => { - 'Line' => '381', - 'Return' => '1800684', - 'ShortName' => 'gnutls_cipher_list', - 'Source' => 'ciphers.c' - }, - '1816421' => { - 'Line' => '1451', - 'Param' => { - '0' => { - 'name' => 'kx_algorithm', - 'type' => '1815' - }, - '1' => { - 'name' => 'cipher_algorithm', - 'type' => '1695' - }, - '2' => { - 'name' => 'mac_algorithm', - 'type' => '1971' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_cipher_suite_get_name', - 'Source' => 'ciphersuites.c' - }, - '1816829' => { - 'Line' => '1516', - 'Param' => { - '0' => { - 'name' => 'idx', - 'type' => '52' - }, - '1' => { - 'name' => 'cs_id', - 'type' => '3186' - }, - '2' => { - 'name' => 'kx', - 'type' => '380249' - }, - '3' => { - 'name' => 'cipher', - 'type' => '1129064' - }, - '4' => { - 'name' => 'mac', - 'type' => '1816957' - }, - '5' => { - 'name' => 'min_version', - 'type' => '1816963' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_cipher_suite_info', - 'Source' => 'ciphersuites.c' - }, - '1817480' => { - 'Line' => '1648', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'sidx', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_get_cipher_suite_index', - 'Source' => 'ciphersuites.c' - }, - '1821290' => { - 'Line' => '102', - 'Return' => '1821395', - 'ShortName' => 'gnutls_ecc_curve_list', - 'Source' => 'ecc.c' - }, - '1834165' => { - 'Line' => '213', - 'Return' => '1834264', - 'ShortName' => 'gnutls_kx_list', - 'Source' => 'kx.c' - }, - '1846788' => { - 'Line' => '105', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '109671' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_digest_get_name', - 'Source' => 'mac.c' - }, - '1846863' => { - 'Line' => '129', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '109671', - 'ShortName' => 'gnutls_digest_get_id', - 'Source' => 'mac.c' - }, - '1847091' => { - 'Line' => '178', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1971' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_mac_get_key_size', - 'Source' => 'mac.c' - }, - '1847166' => { - 'Line' => '198', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1971' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_mac_get_nonce_size', - 'Source' => 'mac.c' - }, - '1847241' => { - 'Line' => '218', - 'Return' => '1847341', - 'ShortName' => 'gnutls_mac_list', - 'Source' => 'mac.c' - }, - '1847368' => { - 'Line' => '245', - 'Return' => '1847468', - 'ShortName' => 'gnutls_digest_list', - 'Source' => 'mac.c' - }, - '1859763' => { - 'Line' => '187', - 'Return' => '1859862', - 'ShortName' => 'gnutls_protocol_list', - 'Source' => 'protocols.c' - }, - '1863382' => { - 'Line' => '143', - 'Return' => '113098', - 'ShortName' => 'gnutls_pk_list', - 'Source' => 'publickey.c' - }, - '1863515' => { - 'Line' => '173', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2348', - 'ShortName' => 'gnutls_pk_get_id', - 'Source' => 'publickey.c' - }, - '1870921' => { - 'Line' => '160', - 'Return' => '1871038', - 'ShortName' => 'gnutls_sign_list', - 'Source' => 'sign.c' - }, - '187192' => { - 'Line' => '120', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '2759' - }, - '1' => { - 'name' => 'prime', - 'type' => '3587' - }, - '2' => { - 'name' => 'generator', - 'type' => '3587' - }, - '3' => { - 'name' => 'key_bits', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_import_raw2', - 'Source' => 'gnutls_dh.c' - }, - '187459' => { - 'Line' => '98', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '2759' - }, - '1' => { - 'name' => 'prime', - 'type' => '3587' - }, - '2' => { - 'name' => 'generator', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_import_raw', - 'Source' => 'gnutls_dh.c' - }, - '187578' => { - 'Line' => '159', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '187702' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_init', - 'Source' => 'gnutls_dh.c' - }, - '187708' => { - 'Header' => 'gnutls.h', - 'Line' => '1577', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '2759' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_params_deinit', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '178' - }, - '187844' => { - 'Line' => '201', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '2759' - }, - '1' => { - 'name' => 'src', - 'type' => '2759' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_cpy', - 'Source' => 'gnutls_dh.c' - }, - '187908' => { - 'Line' => '237', - 'Param' => { - '0' => { - 'name' => 'dparams', - 'type' => '2759' - }, - '1' => { - 'name' => 'bits', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_generate2', - 'Source' => 'gnutls_dh.c' - }, - '188196' => { - 'Line' => '273', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '2759' - }, - '1' => { - 'name' => 'pkcs3_params', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_import_pkcs3', - 'Source' => 'gnutls_dh.c' - }, - '189377' => { - 'Line' => '440', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '2759' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_export2_pkcs3', - 'Source' => 'gnutls_dh.c' - }, - '190593' => { - 'Line' => '391', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '2759' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'params_data', - 'type' => '3186' - }, - '3' => { - 'name' => 'params_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_export_pkcs3', - 'Source' => 'gnutls_dh.c' - }, - '190977' => { - 'Line' => '564', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '2759' - }, - '1' => { - 'name' => 'prime', - 'type' => '3665' - }, - '2' => { - 'name' => 'generator', - 'type' => '3665' - }, - '3' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_params_export_raw', - 'Source' => 'gnutls_dh.c' - }, - '191313' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1557', - 'Return' => '178968', - 'ShortName' => 'gnutls_calloc', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '33' - }, - '191348' => { - 'Data' => 1, - 'Header' => 'gnutls_global.h', - 'Line' => '32', - 'Return' => '117419', - 'ShortName' => '_gnutls_gnutls_asn', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '62' - }, - '191370' => { - 'Data' => 1, - 'Header' => 'gnutls_pk.h', - 'Line' => '27', - 'Return' => '181585', - 'ShortName' => '_gnutls_pk_ops', - 'Source' => 'pk.c', - 'SourceLine' => '1712' - }, - '191381' => { - 'Data' => 1, - 'Header' => 'fips.h', - 'Line' => '41', - 'Return' => '130', - 'ShortName' => '_gnutls_lib_mode', - 'Source' => 'fips.c', - 'SourceLine' => '32' - }, - '1980930' => { - 'Header' => 'openpgp.h', - 'Line' => '118', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_revoked_status', - 'Source' => 'pgp.c', - 'SourceLine' => '566' - }, - '1981026' => { - 'Header' => 'openpgp.h', - 'Line' => '120', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_count', - 'Source' => 'pgp.c', - 'SourceLine' => '751' - }, - '1981102' => { - 'Header' => 'openpgp.h', - 'Line' => '123', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_revoked_status', - 'Source' => 'pgp.c', - 'SourceLine' => '896' - }, - '1983516' => { - 'Line' => '252', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'format', - 'type' => '604879' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_export2', - 'Source' => 'pgp.c' - }, - '1983950' => { - 'Header' => 'openpgp.h', - 'Line' => '96', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '70' - }, - '2' => { - 'name' => 'buf', - 'type' => '208' - }, - '3' => { - 'name' => 'sizeof_buf', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_name', - 'Source' => 'pgp.c', - 'SourceLine' => '338' - }, - '1984424' => { - 'Header' => 'openpgp.h', - 'Line' => '103', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_version', - 'Source' => 'pgp.c', - 'SourceLine' => '451' - }, - '1984522' => { - 'Header' => 'openpgp.h', - 'Line' => '105', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_openpgp_crt_get_creation_time', - 'Source' => 'pgp.c', - 'SourceLine' => '477' - }, - '1984620' => { - 'Header' => 'openpgp.h', - 'Line' => '106', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_openpgp_crt_get_expiration_time', - 'Source' => 'pgp.c', - 'SourceLine' => '504' - }, - '1985275' => { - 'Header' => 'openpgp.h', - 'Line' => '113', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'hostname', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_check_hostname2', - 'Source' => 'pgp.c', - 'SourceLine' => '618' - }, - '1985510' => { - 'Line' => '596', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'hostname', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_check_hostname', - 'Source' => 'pgp.c' - }, - '1985610' => { - 'Line' => '660', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'email', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_check_email', - 'Source' => 'pgp.c' - }, - '1987231' => { - 'Header' => 'openpgp.h', - 'Line' => '131', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_creation_time', - 'Source' => 'pgp.c', - 'SourceLine' => '978' - }, - '1987371' => { - 'Header' => 'openpgp.h', - 'Line' => '134', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_expiration_time', - 'Source' => 'pgp.c', - 'SourceLine' => '1013' - }, - '1987948' => { - 'Line' => '1086', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'fpr', - 'type' => '184' - }, - '3' => { - 'name' => 'fprlen', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_fingerprint', - 'Source' => 'pgp.c' - }, - '1992049' => { - 'Header' => 'openpgp.h', - 'Line' => '158', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '112649' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_rsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1498' - }, - '1992283' => { - 'Header' => 'openpgp.h', - 'Line' => '153', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '112649' - }, - '1' => { - 'name' => 'p', - 'type' => '3665' - }, - '2' => { - 'name' => 'q', - 'type' => '3665' - }, - '3' => { - 'name' => 'g', - 'type' => '3665' - }, - '4' => { - 'name' => 'y', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_dsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1530' - }, - '1992558' => { - 'Header' => 'openpgp.h', - 'Line' => '149', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'm', - 'type' => '3665' - }, - '3' => { - 'name' => 'e', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1562' - }, - '1992845' => { - 'Header' => 'openpgp.h', - 'Line' => '143', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'p', - 'type' => '3665' - }, - '3' => { - 'name' => 'q', - 'type' => '3665' - }, - '4' => { - 'name' => 'g', - 'type' => '3665' - }, - '5' => { - 'name' => 'y', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1600' - }, - '1994318' => { - 'Header' => 'openpgp.h', - 'Line' => '262', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '112649' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3186' - }, - '2' => { - 'name' => 'flag', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_get_auth_subkey', - 'Source' => 'pgp.c', - 'SourceLine' => '1718' - }, - '1998113' => { - 'Header' => 'openpgp.h', - 'Line' => '281', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'keyring', - 'type' => '111924' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - }, - '3' => { - 'name' => 'verify', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_verify_ring', - 'Source' => 'pgpverify.c', - 'SourceLine' => '53' - }, - '1998535' => { - 'Header' => 'openpgp.h', - 'Line' => '288', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'verify', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_verify_self', - 'Source' => 'pgpverify.c', - 'SourceLine' => '122' - }, - '1998775' => { - 'Line' => '86', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '111924' - }, - '1' => { - 'name' => 'keyid', - 'type' => '4032' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_keyring_check_id', - 'Source' => 'extras.c' - }, - '2002975' => { - 'Header' => 'openpgp.h', - 'Line' => '269', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '2003044' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_keyring_init', - 'Source' => 'extras.c', - 'SourceLine' => '45' - }, - '2003475' => { - 'Header' => 'openpgp.h', - 'Line' => '272', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '111924' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_keyring_import', - 'Source' => 'extras.c', - 'SourceLine' => '119' - }, - '2004176' => { - 'Line' => '216', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '111924' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_keyring_get_crt_count', - 'Source' => 'extras.c' - }, - '2004532' => { - 'Line' => '264', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '111924' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'cert', - 'type' => '623824' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_keyring_get_crt', - 'Source' => 'extras.c' - }, - '2024992' => { - 'Line' => '344', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_get_revoked_status', - 'Source' => 'privkey.c' - }, - '2025034' => { - 'Line' => '376', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'fpr', - 'type' => '184' - }, - '2' => { - 'name' => 'fprlen', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_get_fingerprint', - 'Source' => 'privkey.c' - }, - '2025146' => { - 'Line' => '418', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_get_key_id', - 'Source' => 'privkey.c' - }, - '2025356' => { - 'Line' => '704', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'keyid', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_id', - 'Source' => 'privkey.c' - }, - '2026647' => { - 'Line' => '225', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'format', - 'type' => '604879' - }, - '2' => { - 'name' => 'password', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'output_data', - 'type' => '184' - }, - '5' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_export', - 'Source' => 'privkey.c' - }, - '2027377' => { - 'Line' => '251', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'format', - 'type' => '604879' - }, - '2' => { - 'name' => 'password', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_export2', - 'Source' => 'privkey.c' - }, - '2028450' => { - 'Line' => '451', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_count', - 'Source' => 'privkey.c' - }, - '2028656' => { - 'Line' => '506', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_revoked_status', - 'Source' => 'privkey.c' - }, - '2029365' => { - 'Line' => '632', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_creation_time', - 'Source' => 'privkey.c' - }, - '2029520' => { - 'Line' => '668', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_expiration_time', - 'Source' => 'privkey.c' - }, - '2030121' => { - 'Line' => '745', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'fpr', - 'type' => '184' - }, - '3' => { - 'name' => 'fprlen', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_fingerprint', - 'Source' => 'privkey.c' - }, - '2033425' => { - 'Line' => '1062', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '112716' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - }, - '3' => { - 'name' => 'd', - 'type' => '3665' - }, - '4' => { - 'name' => 'p', - 'type' => '3665' - }, - '5' => { - 'name' => 'q', - 'type' => '3665' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_export_rsa_raw', - 'Source' => 'privkey.c' - }, - '2033851' => { - 'Line' => '1100', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '112716' - }, - '1' => { - 'name' => 'p', - 'type' => '3665' - }, - '2' => { - 'name' => 'q', - 'type' => '3665' - }, - '3' => { - 'name' => 'g', - 'type' => '3665' - }, - '4' => { - 'name' => 'y', - 'type' => '3665' - }, - '5' => { - 'name' => 'x', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_export_dsa_raw', - 'Source' => 'privkey.c' - }, - '2034255' => { - 'Line' => '1139', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'm', - 'type' => '3665' - }, - '3' => { - 'name' => 'e', - 'type' => '3665' - }, - '4' => { - 'name' => 'd', - 'type' => '3665' - }, - '5' => { - 'name' => 'p', - 'type' => '3665' - }, - '6' => { - 'name' => 'q', - 'offset' => '0', - 'type' => '3665' - }, - '7' => { - 'name' => 'u', - 'offset' => '8', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_export_subkey_rsa_raw', - 'Source' => 'privkey.c' - }, - '2034725' => { - 'Line' => '1183', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'p', - 'type' => '3665' - }, - '3' => { - 'name' => 'q', - 'type' => '3665' - }, - '4' => { - 'name' => 'g', - 'type' => '3665' - }, - '5' => { - 'name' => 'y', - 'type' => '3665' - }, - '6' => { - 'name' => 'x', - 'offset' => '0', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_export_subkey_dsa_raw', - 'Source' => 'privkey.c' - }, - '2035713' => { - 'Line' => '141', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2648', - 'ShortName' => 'gnutls_openpgp_privkey_sec_param', - 'Source' => 'privkey.c' - }, - '2047782' => { - 'Line' => '562', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '112649' - }, - '1' => { - 'name' => 'format', - 'type' => '1017994' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_print', - 'Source' => 'output.c' - }, - '2065171' => { - 'Line' => '519', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'certfile', - 'type' => '105' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '105' - }, - '3' => { - 'name' => 'subkey_id', - 'type' => '105' - }, - '4' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_file2', - 'Source' => 'gnutls_openpgp.c' - }, - '2065428' => { - 'Line' => '83', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'crt', - 'type' => '112649' - }, - '2' => { - 'name' => 'pkey', - 'type' => '112716' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_openpgp_key', - 'Source' => 'gnutls_openpgp.c' - }, - '2066850' => { - 'Line' => '193', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'index', - 'type' => '130' - }, - '2' => { - 'name' => 'key', - 'type' => '613892' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_get_openpgp_key', - 'Source' => 'gnutls_openpgp.c' - }, - '2067011' => { - 'Line' => '232', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'index', - 'type' => '130' - }, - '2' => { - 'name' => 'crt_list', - 'type' => '2067256' - }, - '3' => { - 'name' => 'crt_list_size', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_get_openpgp_crt', - 'Source' => 'gnutls_openpgp.c' - }, - '2068054' => { - 'Line' => '422', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'cert', - 'type' => '3587' - }, - '2' => { - 'name' => 'key', - 'type' => '3587' - }, - '3' => { - 'name' => 'subkey_id', - 'type' => '105' - }, - '4' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_mem2', - 'Source' => 'gnutls_openpgp.c' - }, - '2068943' => { - 'Line' => '349', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'cert', - 'type' => '3587' - }, - '2' => { - 'name' => 'key', - 'type' => '3587' - }, - '3' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_mem', - 'Source' => 'gnutls_openpgp.c' - }, - '2069743' => { - 'Line' => '372', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'certfile', - 'type' => '105' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '105' - }, - '3' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_file', - 'Source' => 'gnutls_openpgp.c' - }, - '2070145' => { - 'Line' => '659', - 'Param' => { - '0' => { - 'name' => 'c', - 'type' => '111966' - }, - '1' => { - 'name' => 'data', - 'type' => '25160' - }, - '2' => { - 'name' => 'dlen', - 'type' => '52' - }, - '3' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_openpgp_keyring_mem', - 'Source' => 'gnutls_openpgp.c' - }, - '2070442' => { - 'Line' => '615', - 'Param' => { - '0' => { - 'name' => 'c', - 'type' => '111966' - }, - '1' => { - 'name' => 'file', - 'type' => '105' - }, - '2' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_openpgp_keyring_file', - 'Source' => 'gnutls_openpgp.c' - }, - '2071024' => { - 'Line' => '757', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'func', - 'type' => '4043' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_set_recv_key_function', - 'Source' => 'gnutls_openpgp.c' - }, - '207715' => { - 'Header' => 'gnutls.h', - 'Line' => '1563', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '184' - }, - '1' => { - 'name' => 'c', - 'type' => '70' - }, - '2' => { - 'name' => 'size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_memset', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '40' - }, - '219547' => { - 'Line' => '504', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'priority', - 'type' => '210699' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_set', - 'Source' => 'gnutls_priority.c' - }, - '222520' => { - 'Line' => '1051', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'type' => '225955' - }, - '1' => { - 'name' => 'priorities', - 'type' => '105' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '225961' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_init', - 'Source' => 'gnutls_priority.c' - }, - '225989' => { - 'Line' => '1305', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'type' => '210699' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_priority_deinit', - 'Source' => 'gnutls_priority.c' - }, - '226053' => { - 'Line' => '1328', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'priorities', - 'type' => '105' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '225961' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_set_direct', - 'Source' => 'gnutls_priority.c' - }, - '226287' => { - 'Line' => '1390', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_set_default_priority', - 'Source' => 'gnutls_priority.c' - }, - '226369' => { - 'Line' => '1407', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_ecc_curve_list', - 'Source' => 'gnutls_priority.c' - }, - '226451' => { - 'Line' => '1429', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_kx_list', - 'Source' => 'gnutls_priority.c' - }, - '226516' => { - 'Line' => '1451', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_cipher_list', - 'Source' => 'gnutls_priority.c' - }, - '226579' => { - 'Line' => '1473', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_mac_list', - 'Source' => 'gnutls_priority.c' - }, - '226644' => { - 'Line' => '1495', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_compression_list', - 'Source' => 'gnutls_priority.c' - }, - '226709' => { - 'Line' => '1517', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_protocol_list', - 'Source' => 'gnutls_priority.c' - }, - '226774' => { - 'Line' => '1539', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_sign_list', - 'Source' => 'gnutls_priority.c' - }, - '226839' => { - 'Line' => '1561', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '210699' - }, - '1' => { - 'name' => 'list', - 'type' => '226434' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_priority_certificate_type_list', - 'Source' => 'gnutls_priority.c' - }, - '226904' => { - 'Line' => '1585', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '130' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_priority_string_list', - 'Source' => 'gnutls_priority.c' - }, - '228903' => { - 'Line' => '154', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1971', - 'ShortName' => 'gnutls_mac_get_id', - 'Source' => 'mac.c' - }, - '228926' => { - 'Line' => '189', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1815', - 'ShortName' => 'gnutls_kx_get_id', - 'Source' => 'kx.c' - }, - '228974' => { - 'Line' => '162', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2242', - 'ShortName' => 'gnutls_protocol_get_id', - 'Source' => 'protocols.c' - }, - '228986' => { - 'Line' => '59', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2292', - 'ShortName' => 'gnutls_certificate_type_get_id', - 'Source' => 'cert_types.c' - }, - '228998' => { - 'Line' => '183', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2500', - 'ShortName' => 'gnutls_sign_get_id', - 'Source' => 'sign.c' - }, - '240027' => { - 'Data' => 1, - 'Header' => 'gnutls_hash_int.h', - 'Line' => '34', - 'Return' => '231245', - 'ShortName' => '_gnutls_mac_ops', - 'Source' => 'mac.c', - 'SourceLine' => '461' - }, - '240038' => { - 'Data' => 1, - 'Header' => 'gnutls_hash_int.h', - 'Line' => '37', - 'Return' => '231358', - 'ShortName' => '_gnutls_digest_ops', - 'Source' => 'mac.c', - 'SourceLine' => '472' - }, - '261843' => { - 'Line' => '44', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'session_data', - 'type' => '184' - }, - '2' => { - 'name' => 'session_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_get_data', - 'Source' => 'gnutls_session.c' - }, - '262147' => { - 'Line' => '96', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_get_data2', - 'Source' => 'gnutls_session.c' - }, - '262309' => { - 'Line' => '137', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'session_id', - 'type' => '184' - }, - '2' => { - 'name' => 'session_id_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_get_id', - 'Source' => 'gnutls_session.c' - }, - '26238' => { - 'Line' => '1558', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data', - 'type' => '291' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '214', - 'ShortName' => 'gnutls_record_send', - 'Source' => 'gnutls_record.c' - }, - '262403' => { - 'Line' => '174', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'session_id', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_get_id2', - 'Source' => 'gnutls_session.c' - }, - '262465' => { - 'Header' => 'gnutls.h', - 'Line' => '1188', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'session_data', - 'type' => '291' - }, - '2' => { - 'name' => 'session_data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_set_data', - 'Source' => 'gnutls_session.c', - 'SourceLine' => '202' - }, - '262648' => { - 'Line' => '237', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_force_valid', - 'Source' => 'gnutls_session.c' - }, - '26739' => { - 'Line' => '81', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_disable_padding', - 'Source' => 'gnutls_record.c' - }, - '26782' => { - 'Line' => '97', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'ptr', - 'type' => '2660' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr', - 'Source' => 'gnutls_record.c' - }, - '26838' => { - 'Line' => '116', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'recv_ptr', - 'type' => '2660' - }, - '2' => { - 'name' => 'send_ptr', - 'type' => '2660' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr2', - 'Source' => 'gnutls_record.c' - }, - '26907' => { - 'Line' => '138', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'recv_int', - 'type' => '70' - }, - '2' => { - 'name' => 'send_int', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_int2', - 'Source' => 'gnutls_record.c' - }, - '26976' => { - 'Line' => '179', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2660', - 'ShortName' => 'gnutls_transport_get_ptr', - 'Source' => 'gnutls_record.c' - }, - '27023' => { - 'Line' => '195', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'recv_ptr', - 'type' => '27092' - }, - '2' => { - 'name' => 'send_ptr', - 'type' => '27092' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_ptr2', - 'Source' => 'gnutls_record.c' - }, - '27098' => { - 'Line' => '217', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'recv_int', - 'type' => '13711' - }, - '2' => { - 'name' => 'send_int', - 'type' => '13711' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_int2', - 'Source' => 'gnutls_record.c' - }, - '27167' => { - 'Line' => '237', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_transport_get_int', - 'Source' => 'gnutls_record.c' - }, - '273520' => { - 'Line' => '50', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'retr_func', - 'type' => '3496' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_retrieve_function', - 'Source' => 'gnutls_db.c' - }, - '273576' => { - 'Line' => '68', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'rem_func', - 'type' => '3458' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_remove_function', - 'Source' => 'gnutls_db.c' - }, - '273632' => { - 'Line' => '86', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'store_func', - 'type' => '3415' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_store_function', - 'Source' => 'gnutls_db.c' - }, - '273688' => { - 'Line' => '100', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'ptr', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_ptr', - 'Source' => 'gnutls_db.c' - }, - '273744' => { - 'Line' => '114', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '184', - 'ShortName' => 'gnutls_db_get_ptr', - 'Source' => 'gnutls_db.c' - }, - '273791' => { - 'Line' => '127', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'seconds', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_cache_expiration', - 'Source' => 'gnutls_db.c' - }, - '273847' => { - 'Line' => '137', - 'Return' => '130', - 'ShortName' => 'gnutls_db_get_default_cache_expiration', - 'Source' => 'gnutls_db.c' - }, - '273876' => { - 'Line' => '153', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'session_entry', - 'type' => '3192' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_db_check_entry', - 'Source' => 'gnutls_db.c' - }, - '273941' => { - 'Line' => '169', - 'Param' => { - '0' => { - 'name' => 'entry', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_db_check_entry_time', - 'Source' => 'gnutls_db.c' - }, - '275068' => { - 'Line' => '325', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_remove_session', - 'Source' => 'gnutls_db.c' - }, - '278952' => { - 'Line' => '135', - 'Param' => { - '0' => { - 'name' => 'msg', - 'type' => '105' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'result', - 'type' => '208' - }, - '3' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pem_base64_encode', - 'Source' => 'x509_b64.c' - }, - '279152' => { - 'Header' => 'gnutls.h', - 'Line' => '2056', - 'Param' => { - '0' => { - 'name' => 'msg', - 'type' => '105' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'result', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pem_base64_encode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '175' - }, - '280943' => { - 'Line' => '367', - 'Param' => { - '0' => { - 'name' => 'header', - 'type' => '105' - }, - '1' => { - 'name' => 'b64_data', - 'type' => '3587' - }, - '2' => { - 'name' => 'result', - 'type' => '3186' - }, - '3' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pem_base64_decode', - 'Source' => 'x509_b64.c' - }, - '281258' => { - 'Header' => 'gnutls.h', - 'Line' => '2059', - 'Param' => { - '0' => { - 'name' => 'header', - 'type' => '105' - }, - '1' => { - 'name' => 'b64_data', - 'type' => '3587' - }, - '2' => { - 'name' => 'result', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pem_base64_decode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '411' - }, - '293018' => { - 'Line' => '408', - 'Param' => { - '0' => { - 'name' => 'mod', - 'type' => '293058' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_ext_register', - 'Source' => 'gnutls_extensions.c' - }, - '295475' => { - 'Header' => 'gnutls_extensions.h', - 'Line' => '45', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '799' - }, - '2' => { - 'name' => 'data', - 'type' => '4020' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_ext_set_session_data', - 'Source' => 'gnutls_extensions.c', - 'SourceLine' => '657' - }, - '295625' => { - 'Header' => 'gnutls_extensions.h', - 'Line' => '47', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '799' - }, - '2' => { - 'name' => 'data', - 'type' => '285892' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_ext_get_session_data', - 'Source' => 'gnutls_extensions.c', - 'SourceLine' => '685' - }, - '297871' => { - 'Line' => '749', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - }, - '1' => { - 'name' => 'type', - 'type' => '70' - }, - '2' => { - 'name' => 'parse_type', - 'type' => '285942' - }, - '3' => { - 'name' => 'recv_func', - 'type' => '285695' - }, - '4' => { - 'name' => 'send_func', - 'type' => '285749' - }, - '5' => { - 'name' => 'deinit_func', - 'type' => '285787' - }, - '6' => { - 'name' => 'pack_func', - 'offset' => '0', - 'type' => '285816' - }, - '7' => { - 'name' => 'unpack_func', - 'offset' => '8', - 'type' => '285854' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ext_register', - 'Source' => 'gnutls_extensions.c' - }, - '298223' => { - 'Line' => '795', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '130' - }, - '2' => { - 'name' => 'data', - 'type' => '4020' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ext_set_data', - 'Source' => 'gnutls_extensions.c' - }, - '298341' => { - 'Line' => '814', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '130' - }, - '2' => { - 'name' => 'data', - 'type' => '285892' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ext_get_data', - 'Source' => 'gnutls_extensions.c' - }, - '298554' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1560', - 'Return' => '298566', - 'ShortName' => 'gnutls_strdup', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '34' - }, - '298594' => { - 'Data' => 1, - 'Header' => 'max_record.h', - 'Line' => '28', - 'Return' => '292626', - 'ShortName' => 'ext_mod_max_record_size', - 'Source' => 'max_record.c', - 'SourceLine' => '50' - }, - '298616' => { - 'Data' => 1, - 'Header' => 'server_name.h', - 'Line' => '41', - 'Return' => '292626', - 'ShortName' => 'ext_mod_server_name', - 'Source' => 'server_name.c', - 'SourceLine' => '46' - }, - '298627' => { - 'Data' => 1, - 'Header' => 'srp.h', - 'Line' => '33', - 'Return' => '292626', - 'ShortName' => 'ext_mod_srp', - 'Source' => 'srp.c', - 'SourceLine' => '45' - }, - '298638' => { - 'Data' => 1, - 'Header' => 'heartbeat.h', - 'Line' => '39', - 'Return' => '292626', - 'ShortName' => 'ext_mod_heartbeat', - 'Source' => 'heartbeat.c', - 'SourceLine' => '525' - }, - '298649' => { - 'Data' => 1, - 'Header' => 'session_ticket.h', - 'Line' => '28', - 'Return' => '292626', - 'ShortName' => 'ext_mod_session_ticket', - 'Source' => 'session_ticket.c', - 'SourceLine' => '57' - }, - '298660' => { - 'Data' => 1, - 'Header' => 'safe_renegotiation.h', - 'Line' => '41', - 'Return' => '292626', - 'ShortName' => 'ext_mod_sr', - 'Source' => 'safe_renegotiation.c', - 'SourceLine' => '34' - }, - '298671' => { - 'Data' => 1, - 'Header' => 'signature.h', - 'Line' => '30', - 'Return' => '292626', - 'ShortName' => 'ext_mod_sig', - 'Source' => 'signature.c', - 'SourceLine' => '51' - }, - '298682' => { - 'Data' => 1, - 'Header' => 'ecc.h', - 'Line' => '27', - 'Return' => '292626', - 'ShortName' => 'ext_mod_supported_ecc', - 'Source' => 'ecc.c', - 'SourceLine' => '52' - }, - '298693' => { - 'Data' => 1, - 'Header' => 'ecc.h', - 'Line' => '28', - 'Return' => '292626', - 'ShortName' => 'ext_mod_supported_ecc_pf', - 'Source' => 'ecc.c', - 'SourceLine' => '64' - }, - '298704' => { - 'Data' => 1, - 'Header' => 'status_request.h', - 'Line' => '28', - 'Return' => '292626', - 'ShortName' => 'ext_mod_status_request', - 'Source' => 'status_request.c', - 'SourceLine' => '522' - }, - '298715' => { - 'Data' => 1, - 'Header' => 'ext_master_secret.h', - 'Line' => '28', - 'Return' => '292626', - 'ShortName' => 'ext_mod_ext_master_secret', - 'Source' => 'ext_master_secret.c', - 'SourceLine' => '38' - }, - '298726' => { - 'Data' => 1, - 'Header' => 'srtp.h', - 'Line' => '38', - 'Return' => '292626', - 'ShortName' => 'ext_mod_srtp', - 'Source' => 'srtp.c', - 'SourceLine' => '42' - }, - '298737' => { - 'Data' => 1, - 'Header' => 'alpn.h', - 'Line' => '37', - 'Return' => '292626', - 'ShortName' => 'ext_mod_alpn', - 'Source' => 'alpn.c', - 'SourceLine' => '40' - }, - '298759' => { - 'Data' => 1, - 'Header' => 'etm.h', - 'Line' => '28', - 'Return' => '292626', - 'ShortName' => 'ext_mod_etm', - 'Source' => 'etm.c', - 'SourceLine' => '38' - }, - '298803' => { - 'Header' => 'gnutls_str.h', - 'Line' => '80', - 'Param' => { - '0' => { - 'name' => 'buf', - 'type' => '10555' - }, - '1' => { - 'name' => 'data_size', - 'type' => '5416' - }, - '2' => { - 'name' => 'check', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_buffer_pop_prefix' - }, - '309863' => { - 'Header' => 'gnutls.h', - 'Line' => '1291', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_credentials_clear', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '44' - }, - '309956' => { - 'Line' => '93', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '1869' - }, - '2' => { - 'name' => 'cred', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_credentials_set', - 'Source' => 'gnutls_auth.c' - }, - '310114' => { - 'Header' => 'gnutls.h', - 'Line' => '1937', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1869', - 'ShortName' => 'gnutls_auth_get_type', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '196' - }, - '310510' => { - 'Line' => '166', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'type', - 'type' => '1869' - }, - '2' => { - 'name' => 'cred', - 'type' => '17450' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_credentials_get', - 'Source' => 'gnutls_auth.c' - }, - '347793' => { - 'Line' => '912', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'entity', - 'type' => '130' - }, - '2' => { - 'name' => 'version', - 'type' => '2242' - }, - '3' => { - 'name' => 'kx', - 'type' => '1815' - }, - '4' => { - 'name' => 'cipher', - 'type' => '1695' - }, - '5' => { - 'name' => 'mac', - 'type' => '1971' - }, - '6' => { - 'name' => 'comp', - 'offset' => '0', - 'type' => '2021' - }, - '7' => { - 'name' => 'master', - 'offset' => '8', - 'type' => '3587' - }, - '8' => { - 'name' => 'session_id', - 'offset' => '16', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_set_premaster', - 'Source' => 'gnutls_session_pack.c' - }, - '348622' => { - 'Header' => 'gnutls_str.h', - 'Line' => '88', - 'Param' => { - '0' => { - 'name' => 'str', - 'type' => '10555' - }, - '1' => { - 'name' => 'data', - 'type' => '3665' - }, - '2' => { - 'name' => 'is_str', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_buffer_to_datum', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '249' - }, - '348644' => { - 'Header' => 'gnutls_str.h', - 'Line' => '76', - 'Param' => { - '0' => { - 'name' => 'str', - 'type' => '10555' - }, - '1' => { - 'name' => 'data', - 'type' => '184' - }, - '2' => { - 'name' => 'req_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_buffer_pop_data', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '293' - }, - '359255' => { - 'Header' => 'gnutls_pk.h', - 'Line' => '59', - 'Param' => { - '0' => { - 'name' => 'sig_value', - 'type' => '3665' - }, - '1' => { - 'name' => 'r', - 'type' => '3587' - }, - '2' => { - 'name' => 's', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_encode_ber_rs_raw', - 'Source' => 'gnutls_pk.c', - 'SourceLine' => '42' - }, - '37499' => { - 'Line' => '274', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'how', - 'type' => '15899' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_bye', - 'Source' => 'gnutls_record.c' - }, - '37735' => { - 'Line' => '1441', - 'Param' => { - '0' => { - 'name' => 'packet', - 'type' => '16959' - }, - '1' => { - 'name' => 'data', - 'type' => '3665' - }, - '2' => { - 'name' => 'sequence', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_get', - 'Source' => 'gnutls_record.c' - }, - '37866' => { - 'Line' => '1470', - 'Param' => { - '0' => { - 'name' => 'packet', - 'type' => '16959' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_deinit', - 'Source' => 'gnutls_record.c' - }, - '378881' => { - 'Line' => '672', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data', - 'type' => '378993' - }, - '2' => { - 'name' => 'elements', - 'type' => '130' - }, - '3' => { - 'name' => 'status', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_verify_peers', - 'Source' => 'gnutls_cert.c' - }, - '378999' => { - 'Line' => '57', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_keys', - 'Source' => 'gnutls_cert.c' - }, - '379152' => { - 'Line' => '91', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_cas', - 'Source' => 'gnutls_cert.c' - }, - '379194' => { - 'Line' => '115', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - }, - '1' => { - 'name' => 'cert', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer', - 'type' => '112890' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_get_issuer', - 'Source' => 'gnutls_cert.c' - }, - '37930' => { - 'Line' => '1487', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_discard_queued', - 'Source' => 'gnutls_record.c' - }, - '379322' => { - 'Line' => '143', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - }, - '1' => { - 'name' => 'idx1', - 'type' => '130' - }, - '2' => { - 'name' => 'idx2', - 'type' => '130' - }, - '3' => { - 'name' => 'cert', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_get_crt_raw', - 'Source' => 'gnutls_cert.c' - }, - '379558' => { - 'Line' => '177', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_ca_names', - 'Source' => 'gnutls_cert.c' - }, - '379635' => { - 'Line' => '195', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_credentials', - 'Source' => 'gnutls_cert.c' - }, - '379756' => { - 'Line' => '219', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '379919' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_allocate_credentials', - 'Source' => 'gnutls_cert.c' - }, - '38021' => { - 'Line' => '1514', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'packet', - 'type' => '25888' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '214', - 'ShortName' => 'gnutls_record_recv_packet', - 'Source' => 'gnutls_record.c' - }, - '380255' => { - 'Line' => '306', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'req', - 'type' => '368110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_server_set_request', - 'Source' => 'gnutls_cert.c' - }, - '380314' => { - 'Line' => '349', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '111966' - }, - '1' => { - 'name' => 'func', - 'type' => '120593' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function', - 'Source' => 'gnutls_cert.c' - }, - '380373' => { - 'Line' => '397', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '111966' - }, - '1' => { - 'name' => 'func', - 'type' => '120599' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function2', - 'Source' => 'gnutls_cert.c' - }, - '380432' => { - 'Line' => '427', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '111966' - }, - '1' => { - 'name' => 'func', - 'type' => '120605' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_function', - 'Source' => 'gnutls_cert.c' - }, - '381219' => { - 'Line' => '594', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'status', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_verify_peers2', - 'Source' => 'gnutls_cert.c' - }, - '381324' => { - 'Line' => '628', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'hostname', - 'type' => '105' - }, - '2' => { - 'name' => 'status', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_verify_peers3', - 'Source' => 'gnutls_cert.c' - }, - '381515' => { - 'Line' => '729', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_certificate_expiration_time_peers', - 'Source' => 'gnutls_cert.c' - }, - '381891' => { - 'Line' => '773', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_certificate_activation_time_peers', - 'Source' => 'gnutls_cert.c' - }, - '382686' => { - 'Line' => '873', - 'Param' => { - '0' => { - 'name' => 'status', - 'type' => '130' - }, - '1' => { - 'name' => 'type', - 'type' => '2292' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_verification_status_print', - 'Source' => 'gnutls_cert.c' - }, - '384081' => { - 'Header' => 'abstract.h', - 'Line' => '497', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pcert_deinit', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '501' - }, - '384093' => { - 'Header' => 'abstract.h', - 'Line' => '235', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_deinit', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '286' - }, - '384104' => { - 'Line' => '884', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'cert', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer', - 'type' => '112890' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer', - 'Source' => 'verify-high.c' - }, - '384127' => { - 'Line' => '125', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'all', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_deinit', - 'Source' => 'verify-high.c' - }, - '384139' => { - 'Header' => 'openpgp.h', - 'Line' => '270', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '111924' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_keyring_deinit', - 'Source' => 'extras.c', - 'SourceLine' => '61' - }, - '384151' => { - 'Line' => '83', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '565972' - }, - '1' => { - 'name' => 'size', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_init', - 'Source' => 'verify-high.c' - }, - '384163' => { - 'Header' => 'abstract.h', - 'Line' => '88', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_get_pk_algorithm', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '74' - }, - '384231' => { - 'Header' => 'gnutls.h', - 'Line' => '845', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2292', - 'ShortName' => 'gnutls_certificate_type_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '110' - }, - '384254' => { - 'Header' => 'x509.h', - 'Line' => '125', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '112890' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_init', - 'Source' => 'x509.c', - 'SourceLine' => '70' - }, - '384265' => { - 'Header' => 'x509.h', - 'Line' => '127', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_import', - 'Source' => 'x509.c', - 'SourceLine' => '252' - }, - '384276' => { - 'Line' => '780', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_x509_crt_get_expiration_time', - 'Source' => 'x509.c' - }, - '384288' => { - 'Header' => 'x509.h', - 'Line' => '126', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_deinit', - 'Source' => 'x509.c', - 'SourceLine' => '159' - }, - '384310' => { - 'Line' => '756', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_x509_crt_get_activation_time', - 'Source' => 'x509.c' - }, - '384333' => { - 'Header' => 'abstract.h', - 'Line' => '254', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_get_pk_algorithm', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '78' - }, - '384344' => { - 'Header' => 'abstract.h', - 'Line' => '383', - 'Param' => { - '0' => { - 'name' => 'signer', - 'type' => '111762' - }, - '1' => { - 'name' => 'hash', - 'type' => '109671' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - }, - '3' => { - 'name' => 'data', - 'type' => '3587' - }, - '4' => { - 'name' => 'signature', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_sign_data', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '972' - }, - '384356' => { - 'Line' => '225', - 'Param' => { - '0' => { - 'name' => 'pk', - 'type' => '2348' - }, - '1' => { - 'name' => 'hash', - 'type' => '109671' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '2500', - 'ShortName' => 'gnutls_pk_to_sign', - 'Source' => 'sign.c' - }, - '384368' => { - 'Header' => 'abstract.h', - 'Line' => '226', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'type' => '3631' - }, - '1' => { - 'name' => 'algo', - 'type' => '2500' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - }, - '3' => { - 'name' => 'data', - 'type' => '3587' - }, - '4' => { - 'name' => 'signature', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_verify_data2', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1579' - }, - '384401' => { - 'Header' => 'gnutls_str.h', - 'Line' => '59', - 'Param' => { - '0' => { - 'name' => 'dest', - 'type' => '10555' - }, - '1' => { - 'name' => 'src', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_buffer_append_str', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '204' - }, - '38655' => { - 'Line' => '1598', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_cork', - 'Source' => 'gnutls_record.c' - }, - '38700' => { - 'Line' => '1624', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_record_uncork', - 'Source' => 'gnutls_record.c' - }, - '38859' => { - 'Line' => '1699', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data', - 'type' => '184' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '214', - 'ShortName' => 'gnutls_record_recv', - 'Source' => 'gnutls_record.c' - }, - '38993' => { - 'Line' => '1727', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'data', - 'type' => '184' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'seq', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '214', - 'ShortName' => 'gnutls_record_recv_seq', - 'Source' => 'gnutls_record.c' - }, - '39143' => { - 'Line' => '1746', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'ms', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_set_timeout', - 'Source' => 'gnutls_record.c' - }, - '39235' => { - 'Data' => 1, - 'Header' => 'system.h', - 'Line' => '63', - 'Return' => '17390', - 'ShortName' => 'gnutls_time', - 'Source' => 'system.c', - 'SourceLine' => '284' - }, - '39268' => { - 'Data' => 1, - 'Header' => 'random.h', - 'Line' => '30', - 'Return' => '184', - 'ShortName' => 'gnutls_rnd_ctx', - 'Source' => 'random.c', - 'SourceLine' => '31' - }, - '39367' => { - 'Line' => '161', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2021', - 'ShortName' => 'gnutls_compression_get', - 'Source' => 'gnutls_state.c' - }, - '39434' => { - 'Line' => '802', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_dtls_get_mtu', - 'Source' => 'gnutls_dtls.c' - }, - '39445' => { - 'Line' => '411', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_error_is_fatal', - 'Source' => 'gnutls_errors.c' - }, - '39592' => { - 'Line' => '99', - 'Param' => { - '0' => { - 'name' => 'alert', - 'type' => '482458' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_alert_get_name', - 'Source' => 'gnutls_alert.c' - }, - '396368' => { - 'Line' => '85', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'type' => '165689' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_function', - 'Source' => 'gnutls_global.c' - }, - '396411' => { - 'Line' => '105', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'type' => '165723' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_audit_log_function', - 'Source' => 'gnutls_global.c' - }, - '396454' => { - 'Line' => '120', - 'Param' => { - '0' => { - 'name' => 'time_func', - 'type' => '17390' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_time_function', - 'Source' => 'gnutls_global.c' - }, - '396497' => { - 'Line' => '136', - 'Param' => { - '0' => { - 'name' => 'level', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_level', - 'Source' => 'gnutls_global.c' - }, - '396540' => { - 'Line' => '162', - 'Param' => { - '0' => { - 'name' => 'alloc_func', - 'type' => '43323' - }, - '1' => { - 'name' => 'secure_alloc_func', - 'type' => '43323' - }, - '2' => { - 'name' => 'is_secure_func', - 'type' => '388398' - }, - '3' => { - 'name' => 'realloc_func', - 'type' => '388460' - }, - '4' => { - 'name' => 'free_func', - 'type' => '3671' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_mem_functions', - 'Source' => 'gnutls_global.c' - }, - '39659' => { - 'Line' => '150', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'level', - 'type' => '482258' - }, - '2' => { - 'name' => 'desc', - 'type' => '482458' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_alert_send', - 'Source' => 'gnutls_alert.c' - }, - '396677' => { - 'Header' => 'gnutls.h', - 'Line' => '1522', - 'Return' => '70', - 'ShortName' => 'gnutls_global_init', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '204' - }, - '39682' => { - 'Header' => 'gnutls.h', - 'Line' => '2236', - 'Param' => { - '0' => { - 'name' => 'dest', - 'type' => '285604' - }, - '1' => { - 'name' => 'data', - 'type' => '291' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_buffer_append_data', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '130' - }, - '397711' => { - 'Header' => 'gnutls.h', - 'Line' => '1523', - 'Return' => '1', - 'ShortName' => 'gnutls_global_deinit', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '423' - }, - '397761' => { - 'Line' => '442', - 'Param' => { - '0' => { - 'name' => 'req_version', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_check_version', - 'Source' => 'gnutls_global.c' - }, - '398405' => { - 'Data' => 1, - 'Header' => 'gnutls_global.h', - 'Line' => '31', - 'Return' => '117419', - 'ShortName' => '_gnutls_pkix1_asn', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '61' - }, - '398532' => { - 'Data' => 1, - 'Header' => 'locks.h', - 'Line' => '30', - 'Return' => '388314', - 'ShortName' => 'gnutls_mutex_init', - 'Source' => 'system.c', - 'SourceLine' => '285' - }, - '398543' => { - 'Data' => 1, - 'Header' => 'locks.h', - 'Line' => '31', - 'Return' => '388353', - 'ShortName' => 'gnutls_mutex_deinit', - 'Source' => 'system.c', - 'SourceLine' => '286' - }, - '398785' => { - 'Header' => 'pkcs11.h', - 'Line' => '78', - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '837' - }, - '430094' => { - 'Line' => '42', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '423019' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_server_credentials', - 'Source' => 'gnutls_anon_cred.c' - }, - '430155' => { - 'Line' => '58', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '430223' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_anon_allocate_server_credentials', - 'Source' => 'gnutls_anon_cred.c' - }, - '430229' => { - 'Line' => '76', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '423074' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_client_credentials', - 'Source' => 'gnutls_anon_cred.c' - }, - '430271' => { - 'Line' => '94', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '430317' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_anon_allocate_client_credentials', - 'Source' => 'gnutls_anon_cred.c' - }, - '430323' => { - 'Line' => '115', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '423019' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '2759' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_dh_params', - 'Source' => 'gnutls_anon_cred.c' - }, - '430379' => { - 'Line' => '131', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '423019' - }, - '1' => { - 'name' => 'func', - 'type' => '120581' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_params_function', - 'Source' => 'gnutls_anon_cred.c' - }, - '435222' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1556', - 'Return' => '388460', - 'ShortName' => 'gnutls_realloc', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '31' - }, - '435349' => { - 'Data' => 1, - 'Line' => '28', - 'Return' => '43323', - 'ShortName' => 'gnutls_secure_malloc', - 'Source' => 'gnutls_mem.c' - }, - '448510' => { - 'Line' => '318', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_get_prime_bits', - 'Source' => 'gnutls_ui.c' - }, - '448813' => { - 'Line' => '56', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '440287' - }, - '1' => { - 'name' => 'key_type', - 'type' => '105' - }, - '2' => { - 'name' => 'key_size', - 'type' => '130' - }, - '3' => { - 'name' => 'fpr', - 'type' => '184' - }, - '4' => { - 'name' => 'fpr_size', - 'type' => '52' - }, - '5' => { - 'name' => 'art', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_random_art', - 'Source' => 'gnutls_ui.c' - }, - '449141' => { - 'Line' => '104', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'bits', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_set_prime_bits', - 'Source' => 'gnutls_ui.c' - }, - '449268' => { - 'Line' => '131', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'raw_gen', - 'type' => '3665' - }, - '2' => { - 'name' => 'raw_prime', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_get_group', - 'Source' => 'gnutls_ui.c' - }, - '449614' => { - 'Line' => '196', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'raw_key', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_get_pubkey', - 'Source' => 'gnutls_ui.c' - }, - '449825' => { - 'Line' => '249', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_get_secret_bits', - 'Source' => 'gnutls_ui.c' - }, - '450310' => { - 'Line' => '373', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dh_get_peers_public_bits', - 'Source' => 'gnutls_ui.c' - }, - '450580' => { - 'Line' => '432', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '2759' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_dh_params', - 'Source' => 'gnutls_ui.c' - }, - '450639' => { - 'Line' => '454', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3587', - 'ShortName' => 'gnutls_certificate_get_ours', - 'Source' => 'gnutls_ui.c' - }, - '450804' => { - 'Line' => '491', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'list_size', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '3587', - 'ShortName' => 'gnutls_certificate_get_peers', - 'Source' => 'gnutls_ui.c' - }, - '450959' => { - 'Line' => '522', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'id', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_get_peers_subkey_id', - 'Source' => 'gnutls_ui.c' - }, - '451113' => { - 'Line' => '549', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_client_get_request_status', - 'Source' => 'gnutls_ui.c' - }, - '451162' => { - 'Header' => 'gnutls.h', - 'Line' => '1674', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '109671' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'result', - 'type' => '184' - }, - '3' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_fingerprint', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '575' - }, - '451485' => { - 'Line' => '610', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'func', - 'type' => '120581' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_params_function', - 'Source' => 'gnutls_ui.c' - }, - '451544' => { - 'Line' => '627', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_flags', - 'Source' => 'gnutls_ui.c' - }, - '451603' => { - 'Line' => '645', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_certificate_get_verify_flags', - 'Source' => 'gnutls_ui.c' - }, - '451652' => { - 'Line' => '662', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'max_bits', - 'type' => '130' - }, - '2' => { - 'name' => 'max_depth', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_limits', - 'Source' => 'gnutls_ui.c' - }, - '451725' => { - 'Line' => '681', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '440299' - }, - '1' => { - 'name' => 'func', - 'type' => '120581' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_params_function', - 'Source' => 'gnutls_ui.c' - }, - '451784' => { - 'Line' => '699', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '423019' - }, - '1' => { - 'name' => 'func', - 'type' => '120581' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_params_function', - 'Source' => 'gnutls_ui.c' - }, - '451843' => { - 'Header' => 'gnutls.h', - 'Line' => '2157', - 'Param' => { - '0' => { - 'name' => 'filename', - 'type' => '105' - }, - '1' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_load_file', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '720' - }, - '452027' => { - 'Line' => '761', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_status_request_is_checked', - 'Source' => 'gnutls_ui.c' - }, - '452296' => { - 'Line' => '796', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '208', - 'ShortName' => 'gnutls_session_get_desc', - 'Source' => 'gnutls_ui.c' - }, - '453285' => { - 'Line' => '890', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'sid', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_set_id', - 'Source' => 'gnutls_ui.c' - }, - '453593' => { - 'Line' => '81', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2348' - }, - '1' => { - 'name' => 'param', - 'type' => '2648' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_sec_param_to_pk_bits', - 'Source' => 'secparams.c' - }, - '453704' => { - 'Line' => '361', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'response', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_status_request_get', - 'Source' => 'status_request.c' - }, - '453716' => { - 'Line' => '169', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1815' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_kx_get_name', - 'Source' => 'kx.c' - }, - '453764' => { - 'Line' => '138', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1971', - 'ShortName' => 'gnutls_mac_get', - 'Source' => 'gnutls_state.c' - }, - '453776' => { - 'Line' => '86', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1971' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_mac_get_name', - 'Source' => 'mac.c' - }, - '453788' => { - 'Line' => '86', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1695', - 'ShortName' => 'gnutls_cipher_get', - 'Source' => 'gnutls_state.c' - }, - '453800' => { - 'Line' => '333', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1695' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_cipher_get_name', - 'Source' => 'ciphers.c' - }, - '453812' => { - 'Line' => '37', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '2292' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_certificate_type_get_name', - 'Source' => 'cert_types.c' - }, - '453824' => { - 'Line' => '1398', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2562', - 'ShortName' => 'gnutls_ecc_curve_get', - 'Source' => 'gnutls_state.c' - }, - '453836' => { - 'Line' => '212', - 'Param' => { - '0' => { - 'name' => 'curve', - 'type' => '2562' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_ecc_curve_get_name', - 'Source' => 'ecc.c' - }, - '476014' => { - 'Header' => 'abstract.h', - 'Line' => '178', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'usage', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_get_key_usage', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '94' - }, - '476047' => { - 'Line' => '1628', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'algo', - 'type' => '2500' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - }, - '3' => { - 'name' => 'hash', - 'type' => '3587' - }, - '4' => { - 'name' => 'signature', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_verify_hash2', - 'Source' => 'gnutls_pubkey.c' - }, - '476058' => { - 'Line' => '1037', - 'Param' => { - '0' => { - 'name' => 'signer', - 'type' => '111762' - }, - '1' => { - 'name' => 'hash_algo', - 'type' => '109671' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - }, - '3' => { - 'name' => 'hash_data', - 'type' => '3587' - }, - '4' => { - 'name' => 'signature', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_sign_hash', - 'Source' => 'gnutls_privkey.c' - }, - '476114' => { - 'Line' => '267', - 'Param' => { - '0' => { - 'name' => 'sign', - 'type' => '2500' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '109671', - 'ShortName' => 'gnutls_sign_get_hash_algorithm', - 'Source' => 'sign.c' - }, - '476137' => { - 'Line' => '120', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2500' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_sign_get_name', - 'Source' => 'sign.c' - }, - '476171' => { - 'Line' => '288', - 'Param' => { - '0' => { - 'name' => 'sign', - 'type' => '2500' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2348', - 'ShortName' => 'gnutls_sign_get_pk_algorithm', - 'Source' => 'sign.c' - }, - '480160' => { - 'Header' => 'gnutls.h', - 'Line' => '835', - 'Param' => { - '0' => { - 'name' => 'curve', - 'type' => '2562' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ecc_curve_get_size', - 'Source' => 'ecc.c', - 'SourceLine' => '282' - }, - '491242' => { - 'Line' => '120', - 'Param' => { - '0' => { - 'name' => 'alert', - 'type' => '482458' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_alert_get_strname', - 'Source' => 'gnutls_alert.c' - }, - '491627' => { - 'Line' => '191', - 'Param' => { - '0' => { - 'name' => 'err', - 'type' => '70' - }, - '1' => { - 'name' => 'level', - 'type' => '13711' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_error_to_alert', - 'Source' => 'gnutls_alert.c' - }, - '491719' => { - 'Line' => '325', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'err', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_alert_send_appropriate', - 'Source' => 'gnutls_alert.c' - }, - '496175' => { - 'Line' => '58', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - }, - '3' => { - 'name' => 'd', - 'type' => '3665' - }, - '4' => { - 'name' => 'p', - 'type' => '3665' - }, - '5' => { - 'name' => 'q', - 'type' => '3665' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '3665' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '3665' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_export_rsa_raw', - 'Source' => 'gnutls_privkey_raw.c' - }, - '496587' => { - 'Line' => '104', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'p', - 'type' => '3665' - }, - '2' => { - 'name' => 'q', - 'type' => '3665' - }, - '3' => { - 'name' => 'g', - 'type' => '3665' - }, - '4' => { - 'name' => 'y', - 'type' => '3665' - }, - '5' => { - 'name' => 'x', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_export_dsa_raw', - 'Source' => 'gnutls_privkey_raw.c' - }, - '496961' => { - 'Line' => '148', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'curve', - 'type' => '365382' - }, - '2' => { - 'name' => 'x', - 'type' => '3665' - }, - '3' => { - 'name' => 'y', - 'type' => '3665' - }, - '4' => { - 'name' => 'k', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_export_ecc_raw', - 'Source' => 'gnutls_privkey_raw.c' - }, - '497322' => { - 'Line' => '195', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'm', - 'type' => '3587' - }, - '2' => { - 'name' => 'e', - 'type' => '3587' - }, - '3' => { - 'name' => 'd', - 'type' => '3587' - }, - '4' => { - 'name' => 'p', - 'type' => '3587' - }, - '5' => { - 'name' => 'q', - 'type' => '3587' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '3587' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '3587' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_rsa_raw', - 'Source' => 'gnutls_privkey_raw.c' - }, - '497793' => { - 'Line' => '248', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'p', - 'type' => '3587' - }, - '2' => { - 'name' => 'q', - 'type' => '3587' - }, - '3' => { - 'name' => 'g', - 'type' => '3587' - }, - '4' => { - 'name' => 'y', - 'type' => '3587' - }, - '5' => { - 'name' => 'x', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_dsa_raw', - 'Source' => 'gnutls_privkey_raw.c' - }, - '498231' => { - 'Line' => '299', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'curve', - 'type' => '2562' - }, - '2' => { - 'name' => 'x', - 'type' => '3587' - }, - '3' => { - 'name' => 'y', - 'type' => '3587' - }, - '4' => { - 'name' => 'k', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_ecc_raw', - 'Source' => 'gnutls_privkey_raw.c' - }, - '498824' => { - 'Line' => '46', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '564296' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_init', - 'Source' => 'privkey.c' - }, - '498836' => { - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'm', - 'type' => '3587' - }, - '2' => { - 'name' => 'e', - 'type' => '3587' - }, - '3' => { - 'name' => 'd', - 'type' => '3587' - }, - '4' => { - 'name' => 'p', - 'type' => '3587' - }, - '5' => { - 'name' => 'q', - 'type' => '3587' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '3587' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '3587' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw2' - }, - '498848' => { - 'Header' => 'abstract.h', - 'Line' => '280', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'key', - 'type' => '111785' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_x509', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '662' - }, - '498860' => { - 'Line' => '75', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_deinit', - 'Source' => 'privkey.c' - }, - '498872' => { - 'Line' => '900', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'p', - 'type' => '3587' - }, - '2' => { - 'name' => 'q', - 'type' => '3587' - }, - '3' => { - 'name' => 'g', - 'type' => '3587' - }, - '4' => { - 'name' => 'y', - 'type' => '3587' - }, - '5' => { - 'name' => 'x', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_import_dsa_raw', - 'Source' => 'privkey.c' - }, - '498884' => { - 'Line' => '988', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'curve', - 'type' => '2562' - }, - '2' => { - 'name' => 'x', - 'type' => '3587' - }, - '3' => { - 'name' => 'y', - 'type' => '3587' - }, - '4' => { - 'name' => 'k', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_import_ecc_raw', - 'Source' => 'privkey.c' - }, - '503353' => { - 'Line' => '145', - 'Param' => { - '0' => { - 'name' => 'ptr', - 'type' => '2660' - }, - '1' => { - 'name' => 'ms', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_system_recv_timeout', - 'Source' => 'system.c' - }, - '503923' => { - 'Header' => 'x509.h', - 'Line' => '1383', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'tl_flags', - 'type' => '130' - }, - '2' => { - 'name' => 'tl_vflags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_add_system_trust', - 'Source' => 'system.c', - 'SourceLine' => '571' - }, - '504990' => { - 'Data' => 1, - 'Header' => 'locks.h', - 'Line' => '32', - 'Return' => '500942', - 'ShortName' => 'gnutls_mutex_lock', - 'Source' => 'system.c', - 'SourceLine' => '287' - }, - '505012' => { - 'Data' => 1, - 'Header' => 'locks.h', - 'Line' => '33', - 'Return' => '500954', - 'ShortName' => 'gnutls_mutex_unlock', - 'Source' => 'system.c', - 'SourceLine' => '288' - }, - '505208' => { - 'Line' => '304', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'ca_file', - 'type' => '105' - }, - '2' => { - 'name' => 'crl_file', - 'type' => '105' - }, - '3' => { - 'name' => 'type', - 'type' => '177145' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '130' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_file', - 'Source' => 'verify-high2.c' - }, - '50955' => { - 'Header' => 'gnutls.h', - 'Line' => '858', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2021' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_compression_get_name', - 'Source' => 'gnutls_compress.c', - 'SourceLine' => '78' - }, - '51030' => { - 'Header' => 'gnutls.h', - 'Line' => '882', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2021', - 'ShortName' => 'gnutls_compression_get_id', - 'Source' => 'gnutls_compress.c', - 'SourceLine' => '99' - }, - '51127' => { - 'Line' => '119', - 'Return' => '51156', - 'ShortName' => 'gnutls_compression_list', - 'Source' => 'gnutls_compress.c' - }, - '512933' => { - 'Line' => '486', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '105' - }, - '1' => { - 'name' => 'hex_size', - 'type' => '52' - }, - '2' => { - 'name' => 'bin_data', - 'type' => '184' - }, - '3' => { - 'name' => 'bin_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hex2bin', - 'Source' => 'gnutls_str.c' - }, - '513074' => { - 'Header' => 'gnutls.h', - 'Line' => '1852', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '3587' - }, - '1' => { - 'name' => 'result', - 'type' => '184' - }, - '2' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hex_decode', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '546' - }, - '513201' => { - 'Line' => '575', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '3587' - }, - '1' => { - 'name' => 'result', - 'type' => '208' - }, - '2' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hex_encode', - 'Source' => 'gnutls_str.c' - }, - '53190' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1555', - 'Return' => '43323', - 'ShortName' => 'gnutls_malloc', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '29' - }, - '533088' => { - 'Header' => 'gnutls.h', - 'Line' => '840', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1815', - 'ShortName' => 'gnutls_kx_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '124' - }, - '533908' => { - 'Line' => '307', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '534467' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_init', - 'Source' => 'gnutls_state.c' - }, - '534546' => { - 'Line' => '442', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_deinit', - 'Source' => 'gnutls_state.c' - }, - '536738' => { - 'Line' => '682', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'status', - 'type' => '519149' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_send_cert', - 'Source' => 'gnutls_state.c' - }, - '536797' => { - 'Line' => '704', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'status', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_send_x509_rdn_sequence', - 'Source' => 'gnutls_state.c' - }, - '536978' => { - 'Line' => '747', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'major', - 'type' => '123' - }, - '2' => { - 'name' => 'minor', - 'type' => '123' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_hello_set_default_version', - 'Source' => 'gnutls_state.c' - }, - '537051' => { - 'Line' => '771', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'allow', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_private_extensions', - 'Source' => 'gnutls_state.c' - }, - '537802' => { - 'Line' => '1045', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '105' - }, - '3' => { - 'name' => 'seed_size', - 'type' => '52' - }, - '4' => { - 'name' => 'seed', - 'type' => '105' - }, - '5' => { - 'name' => 'outsize', - 'type' => '52' - }, - '6' => { - 'name' => 'out', - 'offset' => '0', - 'type' => '208' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_prf_raw', - 'Source' => 'gnutls_state.c' - }, - '538019' => { - 'Header' => 'gnutls.h', - 'Line' => '1011', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '105' - }, - '3' => { - 'name' => 'server_random_first', - 'type' => '70' - }, - '4' => { - 'name' => 'extra_size', - 'type' => '52' - }, - '5' => { - 'name' => 'extra', - 'type' => '105' - }, - '6' => { - 'name' => 'outsize', - 'offset' => '0', - 'type' => '52' - }, - '7' => { - 'name' => 'out', - 'offset' => '8', - 'type' => '208' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_prf', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1094' - }, - '538392' => { - 'Line' => '1141', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_is_resumed', - 'Source' => 'gnutls_state.c' - }, - '538477' => { - 'Line' => '1172', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_resumption_requested', - 'Source' => 'gnutls_state.c' - }, - '538704' => { - 'Line' => '1231', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '184', - 'ShortName' => 'gnutls_session_get_ptr', - 'Source' => 'gnutls_state.c' - }, - '538753' => { - 'Line' => '1245', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'ptr', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_ptr', - 'Source' => 'gnutls_state.c' - }, - '538812' => { - 'Line' => '1271', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_record_get_direction', - 'Source' => 'gnutls_state.c' - }, - '538861' => { - 'Line' => '1287', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'major', - 'type' => '123' - }, - '2' => { - 'name' => 'minor', - 'type' => '123' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => '_gnutls_rsa_pms_set_version', - 'Source' => 'gnutls_state.c' - }, - '538934' => { - 'Line' => '1321', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'func', - 'type' => '3598' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_post_client_hello_function', - 'Source' => 'gnutls_state.c' - }, - '538993' => { - 'Line' => '1344', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_enable_compatibility_mode', - 'Source' => 'gnutls_state.c' - }, - '539038' => { - 'Line' => '1366', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'cbtype', - 'type' => '519685' - }, - '2' => { - 'name' => 'cb', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_channel_binding', - 'Source' => 'gnutls_state.c' - }, - '539190' => { - 'Line' => '1411', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2242', - 'ShortName' => 'gnutls_protocol_get_version', - 'Source' => 'gnutls_state.c' - }, - '539271' => { - 'Line' => '1432', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'client', - 'type' => '3665' - }, - '2' => { - 'name' => 'server', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_get_random', - 'Source' => 'gnutls_state.c' - }, - '539415' => { - 'Line' => '1473', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'random', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_handshake_set_random', - 'Source' => 'gnutls_state.c' - }, - '539478' => { - 'Line' => '1516', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'htype', - 'type' => '130' - }, - '2' => { - 'name' => 'post', - 'type' => '70' - }, - '3' => { - 'name' => 'func', - 'type' => '3534' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_hook_function', - 'Source' => 'gnutls_state.c' - }, - '539565' => { - 'Line' => '1546', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'read', - 'type' => '130' - }, - '2' => { - 'name' => 'mac_key', - 'type' => '3665' - }, - '3' => { - 'name' => 'IV', - 'type' => '3665' - }, - '4' => { - 'name' => 'cipher_key', - 'type' => '3665' - }, - '5' => { - 'name' => 'seq_number', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_record_get_state', - 'Source' => 'gnutls_state.c' - }, - '539973' => { - 'Line' => '1597', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'read', - 'type' => '130' - }, - '2' => { - 'name' => 'seq_number', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_record_set_state', - 'Source' => 'gnutls_state.c' - }, - '540648' => { - 'Line' => '156', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'vec_func', - 'type' => '3872' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_vec_push_function', - 'Source' => 'system_override.c' - }, - '540660' => { - 'Line' => '463', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_session_ticket_enable_client', - 'Source' => 'session_ticket.c' - }, - '540672' => { - 'Line' => '316', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'responder_id', - 'type' => '3665' - }, - '2' => { - 'name' => 'responder_id_size', - 'type' => '52' - }, - '3' => { - 'name' => 'extensions', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_status_request_enable_client', - 'Source' => 'status_request.c' - }, - '555806' => { - 'Line' => '922', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'cert', - 'type' => '3587' - }, - '2' => { - 'name' => 'key', - 'type' => '3587' - }, - '3' => { - 'name' => 'type', - 'type' => '177145' - }, - '4' => { - 'name' => 'pass', - 'type' => '105' - }, - '5' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem2', - 'Source' => 'gnutls_x509.c' - }, - '555908' => { - 'Line' => '1403', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'certfile', - 'type' => '105' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '105' - }, - '3' => { - 'name' => 'type', - 'type' => '177145' - }, - '4' => { - 'name' => 'pass', - 'type' => '105' - }, - '5' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_key_file2', - 'Source' => 'gnutls_x509.c' - }, - '55994' => { - 'Header' => 'gnutls.h', - 'Line' => '462', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '2144' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_handshake_description_get_name', - 'Source' => 'debug.c', - 'SourceLine' => '83' - }, - '563371' => { - 'Line' => '886', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'cert', - 'type' => '3587' - }, - '2' => { - 'name' => 'key', - 'type' => '3587' - }, - '3' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem', - 'Source' => 'gnutls_x509.c' - }, - '563522' => { - 'Line' => '1014', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '112890' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '70' - }, - '3' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_key', - 'Source' => 'gnutls_x509.c' - }, - '564136' => { - 'Line' => '1119', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'index', - 'type' => '130' - }, - '2' => { - 'name' => 'key', - 'type' => '564296' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_get_x509_key', - 'Source' => 'gnutls_x509.c' - }, - '564302' => { - 'Line' => '1158', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'index', - 'type' => '130' - }, - '2' => { - 'name' => 'crt_list', - 'type' => '564554' - }, - '3' => { - 'name' => 'crt_list_size', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_get_x509_crt', - 'Source' => 'gnutls_x509.c' - }, - '564560' => { - 'Line' => '1222', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'names', - 'type' => '225961' - }, - '2' => { - 'name' => 'names_size', - 'type' => '70' - }, - '3' => { - 'name' => 'pcert_list', - 'type' => '4156' - }, - '4' => { - 'name' => 'pcert_list_size', - 'type' => '70' - }, - '5' => { - 'name' => 'key', - 'type' => '111762' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_key', - 'Source' => 'gnutls_x509.c' - }, - '565815' => { - 'Line' => '1295', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'tlist', - 'type' => '113318' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_trust_list', - 'Source' => 'gnutls_x509.c' - }, - '565913' => { - 'Line' => '1317', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'tlist', - 'type' => '565972' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_get_trust_list', - 'Source' => 'gnutls_x509.c' - }, - '566238' => { - 'Line' => '1508', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'ca', - 'type' => '3587' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_trust_mem', - 'Source' => 'gnutls_x509.c' - }, - '566379' => { - 'Line' => '1544', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'ca_list', - 'type' => '112890' - }, - '2' => { - 'name' => 'ca_list_size', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_trust', - 'Source' => 'gnutls_x509.c' - }, - '566703' => { - 'Line' => '1606', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '111966' - }, - '1' => { - 'name' => 'cafile', - 'type' => '105' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_trust_file', - 'Source' => 'gnutls_x509.c' - }, - '566845' => { - 'Line' => '1637', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '111966' - }, - '1' => { - 'name' => 'ca_dir', - 'type' => '105' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_trust_dir', - 'Source' => 'gnutls_x509.c' - }, - '566987' => { - 'Line' => '1667', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '111966' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_system_trust', - 'Source' => 'gnutls_x509.c' - }, - '567062' => { - 'Line' => '1689', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'CRL', - 'type' => '3587' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_crl_mem', - 'Source' => 'gnutls_x509.c' - }, - '567204' => { - 'Line' => '1720', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '567509' - }, - '2' => { - 'name' => 'crl_list_size', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_crl', - 'Source' => 'gnutls_x509.c' - }, - '567539' => { - 'Line' => '1773', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'crlfile', - 'type' => '105' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_crl_file', - 'Source' => 'gnutls_x509.c' - }, - '567681' => { - 'Line' => '1881', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'p12blob', - 'type' => '3587' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - }, - '3' => { - 'name' => 'password', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_mem', - 'Source' => 'gnutls_x509.c' - }, - '568360' => { - 'Line' => '1824', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'pkcs12file', - 'type' => '105' - }, - '2' => { - 'name' => 'type', - 'type' => '177145' - }, - '3' => { - 'name' => 'password', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_file', - 'Source' => 'gnutls_x509.c' - }, - '568643' => { - 'Line' => '1969', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '111966' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_crls', - 'Source' => 'gnutls_x509.c' - }, - '568687' => { - 'Line' => '1990', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '111966' - }, - '1' => { - 'name' => 'fn', - 'type' => '113127' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_pin_function', - 'Source' => 'gnutls_x509.c' - }, - '571045' => { - 'Line' => '1357', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '111966' - }, - '1' => { - 'name' => 'certfile', - 'type' => '105' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '105' - }, - '3' => { - 'name' => 'type', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_certificate_set_x509_key_file', - 'Source' => 'gnutls_x509.c' - }, - '571341' => { - 'Header' => 'x509.h', - 'Line' => '368', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'san', - 'type' => '184' - }, - '3' => { - 'name' => 'san_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name', - 'Source' => 'x509.c', - 'SourceLine' => '1464' - }, - '571353' => { - 'Header' => 'x509.h', - 'Line' => '176', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '4' => { - 'name' => 'buf', - 'type' => '184' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_dn_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '607' - }, - '571364' => { - 'Line' => '109', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '1308976' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_init', - 'Source' => 'ocsp.c' - }, - '571375' => { - 'Line' => '225', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_import', - 'Source' => 'ocsp.c' - }, - '571386' => { - 'Line' => '1278', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '2' => { - 'name' => 'crt', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_check_crt', - 'Source' => 'ocsp.c' - }, - '571398' => { - 'Line' => '2074', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '2' => { - 'name' => 'verify', - 'type' => '17947' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_verify_direct', - 'Source' => 'ocsp.c' - }, - '571409' => { - 'Line' => '147', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_resp_deinit', - 'Source' => 'ocsp.c' - }, - '571443' => { - 'Header' => 'ocsp.h', - 'Line' => '225', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '555052' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '10' => { - 'name' => 'revocation_reason', - 'offset' => '32', - 'type' => '17947' - }, - '2' => { - 'name' => 'digest', - 'type' => '363186' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'type' => '3665' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'type' => '3665' - }, - '5' => { - 'name' => 'serial_number', - 'type' => '3665' - }, - '6' => { - 'name' => 'cert_status', - 'offset' => '0', - 'type' => '17947' - }, - '7' => { - 'name' => 'this_update', - 'offset' => '8', - 'type' => '17423' - }, - '8' => { - 'name' => 'next_update', - 'offset' => '16', - 'type' => '17423' - }, - '9' => { - 'name' => 'revocation_time', - 'offset' => '24', - 'type' => '17423' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_ocsp_resp_get_single', - 'Source' => 'ocsp.c', - 'SourceLine' => '1386' - }, - '571522' => { - 'Header' => 'x509.h', - 'Line' => '1327', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '112890' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '130' - }, - '3' => { - 'name' => 'data', - 'type' => '378993' - }, - '4' => { - 'name' => 'elements', - 'type' => '130' - }, - '5' => { - 'name' => 'flags', - 'type' => '130' - }, - '6' => { - 'name' => 'voutput', - 'offset' => '0', - 'type' => '17947' - }, - '7' => { - 'name' => 'func', - 'offset' => '8', - 'type' => '1178041' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt2', - 'Source' => 'verify-high.c', - 'SourceLine' => '1096' - }, - '571557' => { - 'Header' => 'abstract.h', - 'Line' => '461', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - }, - '1' => { - 'name' => 'crt', - 'type' => '111797' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_import_x509', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '48' - }, - '571581' => { - 'Line' => '109', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - }, - '1' => { - 'name' => 'crt', - 'type' => '112890' - }, - '2' => { - 'name' => 'ncrt', - 'type' => '17947' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_import_x509_list', - 'Source' => 'gnutls_pcert.c' - }, - '571605' => { - 'Header' => 'abstract.h', - 'Line' => '234', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '113534' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_init', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '265' - }, - '571616' => { - 'Line' => '1316', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'fn', - 'type' => '113127' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_set_pin_function', - 'Source' => 'gnutls_privkey.c' - }, - '571627' => { - 'Line' => '1201', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - }, - '3' => { - 'name' => 'password', - 'type' => '105' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_x509_raw', - 'Source' => 'gnutls_privkey.c' - }, - '571673' => { - 'Line' => '708', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'key', - 'type' => '564296' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_export_x509', - 'Source' => 'gnutls_privkey.c' - }, - '571685' => { - 'Line' => '424', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - }, - '1' => { - 'name' => 'crt', - 'type' => '112890' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_export_x509', - 'Source' => 'gnutls_pcert.c' - }, - '571756' => { - 'Line' => '66', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'cas', - 'type' => '3587' - }, - '2' => { - 'name' => 'crls', - 'type' => '3587' - }, - '3' => { - 'name' => 'type', - 'type' => '177145' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '130' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_mem', - 'Source' => 'verify-high2.c' - }, - '571779' => { - 'Header' => 'x509.h', - 'Line' => '1282', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'clist', - 'type' => '1170871' - }, - '2' => { - 'name' => 'clist_size', - 'type' => '130' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_add_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '271' - }, - '571803' => { - 'Line' => '443', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'ca_dir', - 'type' => '105' - }, - '2' => { - 'name' => 'crl_dir', - 'type' => '105' - }, - '3' => { - 'name' => 'type', - 'type' => '177145' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '130' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_dir', - 'Source' => 'verify-high2.c' - }, - '571838' => { - 'Header' => 'x509.h', - 'Line' => '630', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '567509' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_init', - 'Source' => 'crl.c', - 'SourceLine' => '68' - }, - '571850' => { - 'Header' => 'x509.h', - 'Line' => '631', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '92' - }, - '571862' => { - 'Header' => 'x509.h', - 'Line' => '1298', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '113318' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '1180076' - }, - '2' => { - 'name' => 'crl_size', - 'type' => '70' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - }, - '4' => { - 'name' => 'verification_flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_trust_list_add_crls', - 'Source' => 'verify-high.c', - 'SourceLine' => '697' - }, - '571874' => { - 'Header' => 'pkcs12.h', - 'Line' => '42', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '1064648' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_init', - 'Source' => 'pkcs12.c', - 'SourceLine' => '150' - }, - '571885' => { - 'Header' => 'pkcs12.h', - 'Line' => '44', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_import', - 'Source' => 'pkcs12.c', - 'SourceLine' => '199' - }, - '571896' => { - 'Line' => '1006', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - }, - '1' => { - 'name' => 'pass', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_verify_mac', - 'Source' => 'pkcs12.c' - }, - '571907' => { - 'Header' => 'pkcs12.h', - 'Line' => '74', - 'Param' => { - '0' => { - 'name' => 'p12', - 'type' => '554659' - }, - '1' => { - 'name' => 'password', - 'type' => '105' - }, - '2' => { - 'name' => 'key', - 'type' => '564296' - }, - '3' => { - 'name' => 'chain', - 'type' => '564554' - }, - '4' => { - 'name' => 'chain_len', - 'type' => '17947' - }, - '5' => { - 'name' => 'extra_certs', - 'type' => '564554' - }, - '6' => { - 'name' => 'extra_certs_len', - 'offset' => '0', - 'type' => '17947' - }, - '7' => { - 'name' => 'crl', - 'offset' => '8', - 'type' => '567509' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs12_simple_parse', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1445' - }, - '571918' => { - 'Header' => 'pkcs12.h', - 'Line' => '43', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '554659' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_deinit', - 'Source' => 'pkcs12.c', - 'SourceLine' => '172' - }, - '571964' => { - 'Line' => '1256', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'url', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_url', - 'Source' => 'gnutls_privkey.c' - }, - '571987' => { - 'Line' => '44', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_url_is_supported', - 'Source' => 'urls.c' - }, - '571999' => { - 'Line' => '3704', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'fn', - 'type' => '113127' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_set_pin_function', - 'Source' => 'x509.c' - }, - '572010' => { - 'Line' => '3733', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'url', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_import_url', - 'Source' => 'x509.c' - }, - '572021' => { - 'Header' => 'x509.h', - 'Line' => '889', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_check_issuer', - 'Source' => 'verify.c', - 'SourceLine' => '822' - }, - '584940' => { - 'Line' => '73', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '576827' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_supplemental_get_name', - 'Source' => 'gnutls_supplemental.c' - }, - '586219' => { - 'Line' => '269', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - }, - '1' => { - 'name' => 'type', - 'type' => '576827' - }, - '2' => { - 'name' => 'recv_func', - 'type' => '577549' - }, - '3' => { - 'name' => 'send_func', - 'type' => '577561' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_supplemental_register', - 'Source' => 'gnutls_supplemental.c' - }, - '586550' => { - 'Line' => '299', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'do_recv_supplemental', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_recv', - 'Source' => 'gnutls_supplemental.c' - }, - '586609' => { - 'Line' => '315', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'do_send_supplemental', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_send', - 'Source' => 'gnutls_supplemental.c' - }, - '589792' => { - 'Header' => 'crypto.h', - 'Line' => '134', - 'Param' => { - '0' => { - 'name' => 'level', - 'type' => '60597' - }, - '1' => { - 'name' => 'data', - 'type' => '184' - }, - '2' => { - 'name' => 'len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_rnd', - 'Source' => 'random.c', - 'SourceLine' => '82' - }, - '589972' => { - 'Line' => '99', - 'Return' => '1', - 'ShortName' => 'gnutls_rnd_refresh', - 'Source' => 'random.c' - }, - '595490' => { - 'Header' => 'crypto.h', - 'Line' => '34', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '595854' - }, - '1' => { - 'name' => 'cipher', - 'type' => '1695' - }, - '2' => { - 'name' => 'key', - 'type' => '3587' - }, - '3' => { - 'name' => 'iv', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '55' - }, - '595866' => { - 'Line' => '100', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - }, - '1' => { - 'name' => 'tag', - 'type' => '184' - }, - '2' => { - 'name' => 'tag_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_tag', - 'Source' => 'crypto-api.c' - }, - '596164' => { - 'Line' => '128', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - }, - '1' => { - 'name' => 'ptext', - 'type' => '291' - }, - '2' => { - 'name' => 'ptext_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_add_auth', - 'Source' => 'crypto-api.c' - }, - '596462' => { - 'Line' => '153', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - }, - '1' => { - 'name' => 'iv', - 'type' => '184' - }, - '2' => { - 'name' => 'ivlen', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_set_iv', - 'Source' => 'crypto-api.c' - }, - '596752' => { - 'Line' => '177', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - }, - '1' => { - 'name' => 'ptext', - 'type' => '184' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_encrypt', - 'Source' => 'crypto-api.c' - }, - '596947' => { - 'Header' => 'crypto.h', - 'Line' => '40', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - }, - '1' => { - 'name' => 'ctext', - 'type' => '184' - }, - '2' => { - 'name' => 'ctext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_decrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '202' - }, - '597248' => { - 'Line' => '231', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - }, - '1' => { - 'name' => 'ptext', - 'type' => '291' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'ctext', - 'type' => '184' - }, - '4' => { - 'name' => 'ctext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_encrypt2', - 'Source' => 'crypto-api.c' - }, - '597473' => { - 'Line' => '260', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - }, - '1' => { - 'name' => 'ctext', - 'type' => '291' - }, - '2' => { - 'name' => 'ctext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'type' => '184' - }, - '4' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_cipher_decrypt2', - 'Source' => 'crypto-api.c' - }, - '597776' => { - 'Header' => 'crypto.h', - 'Line' => '58', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592295' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '284' - }, - '597965' => { - 'Line' => '317', - 'Param' => { - '0' => { - 'name' => 'dig', - 'type' => '598192' - }, - '1' => { - 'name' => 'algorithm', - 'type' => '1971' - }, - '2' => { - 'name' => 'key', - 'type' => '291' - }, - '3' => { - 'name' => 'keylen', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hmac_init', - 'Source' => 'crypto-api.c' - }, - '598198' => { - 'Line' => '352', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592415' - }, - '1' => { - 'name' => 'nonce', - 'type' => '291' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_set_nonce', - 'Source' => 'crypto-api.c' - }, - '598362' => { - 'Line' => '371', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592415' - }, - '1' => { - 'name' => 'ptext', - 'type' => '291' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hmac', - 'Source' => 'crypto-api.c' - }, - '598502' => { - 'Line' => '386', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592415' - }, - '1' => { - 'name' => 'digest', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_output', - 'Source' => 'crypto-api.c' - }, - '598621' => { - 'Line' => '401', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592415' - }, - '1' => { - 'name' => 'digest', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_deinit', - 'Source' => 'crypto-api.c' - }, - '598732' => { - 'Line' => '418', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1971' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hmac_get_len', - 'Source' => 'crypto-api.c' - }, - '598838' => { - 'Line' => '440', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1971' - }, - '1' => { - 'name' => 'key', - 'type' => '291' - }, - '2' => { - 'name' => 'keylen', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'type' => '291' - }, - '4' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '5' => { - 'name' => 'digest', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hmac_fast', - 'Source' => 'crypto-api.c' - }, - '599025' => { - 'Line' => '465', - 'Param' => { - '0' => { - 'name' => 'dig', - 'type' => '599201' - }, - '1' => { - 'name' => 'algorithm', - 'type' => '109671' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hash_init', - 'Source' => 'crypto-api.c' - }, - '599207' => { - 'Line' => '501', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592393' - }, - '1' => { - 'name' => 'ptext', - 'type' => '291' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hash', - 'Source' => 'crypto-api.c' - }, - '599347' => { - 'Line' => '516', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592393' - }, - '1' => { - 'name' => 'digest', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_output', - 'Source' => 'crypto-api.c' - }, - '599480' => { - 'Line' => '531', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592393' - }, - '1' => { - 'name' => 'digest', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_deinit', - 'Source' => 'crypto-api.c' - }, - '599591' => { - 'Line' => '548', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '109671' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hash_get_len', - 'Source' => 'crypto-api.c' - }, - '599697' => { - 'Header' => 'crypto.h', - 'Line' => '112', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '109671' - }, - '1' => { - 'name' => 'ptext', - 'type' => '291' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'digest', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_hash_fast', - 'Source' => 'crypto-api.c', - 'SourceLine' => '568' - }, - '599838' => { - 'Header' => 'gnutls.h', - 'Line' => '1127', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3665' - }, - '1' => { - 'name' => 'key_size', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_key_generate', - 'Source' => 'crypto-api.c', - 'SourceLine' => '587' - }, - '600157' => { - 'Line' => '637', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '600450' - }, - '1' => { - 'name' => 'cipher', - 'type' => '1695' - }, - '2' => { - 'name' => 'key', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_aead_cipher_init', - 'Source' => 'crypto-api.c' - }, - '600462' => { - 'Line' => '684', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592349' - }, - '1' => { - 'name' => 'nonce', - 'type' => '291' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'type' => '291' - }, - '4' => { - 'name' => 'auth_len', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'type' => '52' - }, - '6' => { - 'name' => 'ctext', - 'offset' => '0', - 'type' => '291' - }, - '7' => { - 'name' => 'ctext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ptext', - 'offset' => '16', - 'type' => '184' - }, - '9' => { - 'name' => 'ptext_len', - 'offset' => '24', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_aead_cipher_decrypt', - 'Source' => 'crypto-api.c' - }, - '601145' => { - 'Line' => '741', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592349' - }, - '1' => { - 'name' => 'nonce', - 'type' => '291' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'type' => '291' - }, - '4' => { - 'name' => 'auth_len', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'type' => '52' - }, - '6' => { - 'name' => 'ptext', - 'offset' => '0', - 'type' => '291' - }, - '7' => { - 'name' => 'ptext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ctext', - 'offset' => '16', - 'type' => '184' - }, - '9' => { - 'name' => 'ctext_len', - 'offset' => '24', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_aead_cipher_encrypt', - 'Source' => 'crypto-api.c' - }, - '601833' => { - 'Line' => '783', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '592349' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_aead_cipher_deinit', - 'Source' => 'crypto-api.c' - }, - '607600' => { - 'Header' => 'abstract.h', - 'Line' => '277', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'key', - 'type' => '112783' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_pkcs11', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '351' - }, - '607666' => { - 'Header' => 'abstract.h', - 'Line' => '342', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'pk', - 'type' => '2348' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - }, - '3' => { - 'name' => 'sign_fn', - 'type' => '179585' - }, - '4' => { - 'name' => 'decrypt_fn', - 'type' => '179632' - }, - '5' => { - 'name' => 'deinit_fn', - 'type' => '179643' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_ext2', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '538' - }, - '608060' => { - 'Line' => '59', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '112844', - 'ShortName' => 'gnutls_privkey_get_type', - 'Source' => 'gnutls_privkey.c' - }, - '610138' => { - 'Line' => '452', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'key', - 'type' => '610429' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_export_pkcs11', - 'Source' => 'gnutls_privkey.c' - }, - '610868' => { - 'Line' => '499', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'pk', - 'type' => '2348' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - }, - '3' => { - 'name' => 'sign_func', - 'type' => '179585' - }, - '4' => { - 'name' => 'decrypt_func', - 'type' => '179632' - }, - '5' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_ext', - 'Source' => 'gnutls_privkey.c' - }, - '611052' => { - 'Line' => '602', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'userdata', - 'type' => '184' - }, - '2' => { - 'name' => 'sign_fn', - 'type' => '179585' - }, - '3' => { - 'name' => 'decrypt_fn', - 'type' => '179632' - }, - '4' => { - 'name' => 'deinit_fn', - 'type' => '179643' - }, - '5' => { - 'name' => 'info_fn', - 'type' => '179676' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_ext3', - 'Source' => 'gnutls_privkey.c' - }, - '612205' => { - 'Line' => '755', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'algo', - 'type' => '2348' - }, - '2' => { - 'name' => 'bits', - 'type' => '130' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_generate', - 'Source' => 'gnutls_privkey.c' - }, - '612551' => { - 'Header' => 'abstract.h', - 'Line' => '283', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'key', - 'type' => '112716' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_openpgp', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '802' - }, - '613155' => { - 'Line' => '865', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '604879' - }, - '3' => { - 'name' => 'keyid', - 'type' => '4032' - }, - '4' => { - 'name' => 'password', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_openpgp_raw', - 'Source' => 'gnutls_privkey.c' - }, - '613601' => { - 'Header' => 'abstract.h', - 'Line' => '289', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'key', - 'type' => '613892' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_export_openpgp', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '924' - }, - '614888' => { - 'Header' => 'abstract.h', - 'Line' => '399', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'ciphertext', - 'type' => '3587' - }, - '3' => { - 'name' => 'plaintext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_decrypt_data', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1147' - }, - '616362' => { - 'Line' => '1338', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_status', - 'Source' => 'gnutls_privkey.c' - }, - '616426' => { - 'Line' => '1361', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111762' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_verify_params', - 'Source' => 'gnutls_privkey.c' - }, - '616894' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '31', - 'Return' => '616883', - 'ShortName' => '_gnutls_custom_urls', - 'Source' => 'urls.c', - 'SourceLine' => '29' - }, - '616905' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '32', - 'Return' => '130', - 'ShortName' => '_gnutls_custom_urls_size', - 'Source' => 'urls.c', - 'SourceLine' => '30' - }, - '616927' => { - 'Line' => '1307', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'hash', - 'type' => '3587' - }, - '2' => { - 'name' => 'signature', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_sign_hash', - 'Source' => 'privkey.c' - }, - '616949' => { - 'Line' => '153', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112783' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_get_pk_algorithm', - 'Source' => 'pkcs11_privkey.c' - }, - '616961' => { - 'Line' => '1049', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm', - 'Source' => 'privkey.c' - }, - '616973' => { - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_pk_algorithm' - }, - '617006' => { - 'Header' => 'abstract.h', - 'Line' => '80', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_deinit', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '134' - }, - '617017' => { - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_preferred_key_id' - }, - '617073' => { - 'Line' => '132', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112783' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_deinit', - 'Source' => 'pkcs11_privkey.c' - }, - '617097' => { - 'Header' => 'openpgp.h', - 'Line' => '173', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '59' - }, - '617108' => { - 'Line' => '1098', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112783' - }, - '1' => { - 'name' => 'fn', - 'type' => '113127' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_set_pin_function', - 'Source' => 'pkcs11_privkey.c' - }, - '617120' => { - 'Line' => '86', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '610429' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_init', - 'Source' => 'pkcs11_privkey.c' - }, - '617132' => { - 'Line' => '120', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '112783' - }, - '1' => { - 'name' => 'src', - 'type' => '112783' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_cpy', - 'Source' => 'pkcs11_privkey.c' - }, - '617156' => { - 'Line' => '96', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '111785' - }, - '1' => { - 'name' => 'src', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_cpy', - 'Source' => 'privkey.c' - }, - '617168' => { - 'Line' => '1429', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'algo', - 'type' => '2348' - }, - '2' => { - 'name' => 'bits', - 'type' => '130' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_generate', - 'Source' => 'privkey.c' - }, - '617180' => { - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'keyid', - 'type' => '4032' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_idx' - }, - '617191' => { - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_pk_algorithm' - }, - '617202' => { - 'Header' => 'openpgp.h', - 'Line' => '172', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '613892' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '44' - }, - '617224' => { - 'Header' => 'openpgp.h', - 'Line' => '180', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '604879' - }, - '3' => { - 'name' => 'password', - 'type' => '105' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_import', - 'Source' => 'privkey.c', - 'SourceLine' => '170' - }, - '617235' => { - 'Header' => 'openpgp.h', - 'Line' => '257', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112716' - }, - '1' => { - 'name' => 'keyid', - 'type' => '4032' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_privkey_set_preferred_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '1252' - }, - '617311' => { - 'Line' => '1779', - 'Param' => { - '0' => { - 'name' => 'privkey', - 'type' => '111785' - }, - '1' => { - 'name' => 'fn', - 'type' => '113127' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_set_pin_function', - 'Source' => 'privkey.c' - }, - '617323' => { - 'Line' => '650', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - }, - '3' => { - 'name' => 'password', - 'type' => '105' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_import2', - 'Source' => 'privkey.c' - }, - '617335' => { - 'Line' => '393', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '112783' - }, - '1' => { - 'name' => 'url', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_import_url', - 'Source' => 'pkcs11_privkey.c' - }, - '617369' => { - 'Line' => '839', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'url', - 'type' => '105' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '105' - }, - '3' => { - 'name' => 'key_password', - 'type' => '105' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_tpm_url', - 'Source' => 'tpm.c' - }, - '617381' => { - 'Line' => '358', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112783' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_status', - 'Source' => 'pkcs11_privkey.c' - }, - '621464' => { - 'Header' => 'abstract.h', - 'Line' => '478', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - }, - '1' => { - 'name' => 'cert', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_import_x509_raw', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '239' - }, - '621963' => { - 'Header' => 'abstract.h', - 'Line' => '490', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - }, - '1' => { - 'name' => 'crt', - 'type' => '112649' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_import_openpgp', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '290' - }, - '622593' => { - 'Header' => 'abstract.h', - 'Line' => '483', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - }, - '1' => { - 'name' => 'cert', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '604879' - }, - '3' => { - 'name' => 'keyid', - 'type' => '3186' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_import_openpgp_raw', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '365' - }, - '623513' => { - 'Header' => 'abstract.h', - 'Line' => '494', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '4156' - }, - '1' => { - 'name' => 'crt', - 'type' => '623824' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_export_openpgp', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '466' - }, - '624277' => { - 'Line' => '175', - 'Param' => { - '0' => { - 'name' => 'pcerts', - 'type' => '4156' - }, - '1' => { - 'name' => 'pcert_max', - 'type' => '17947' - }, - '2' => { - 'name' => 'data', - 'type' => '3587' - }, - '3' => { - 'name' => 'format', - 'type' => '177145' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pcert_list_import_x509_raw', - 'Source' => 'gnutls_pcert.c' - }, - '625225' => { - 'Line' => '2563', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_export2', - 'Source' => 'x509.c' - }, - '625236' => { - 'Header' => 'abstract.h', - 'Line' => '79', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '639857' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_init', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '113' - }, - '625247' => { - 'Header' => 'abstract.h', - 'Line' => '91', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'crt', - 'type' => '111797' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_x509', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '157' - }, - '625302' => { - 'Line' => '230', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'format', - 'type' => '604879' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_export', - 'Source' => 'pgp.c' - }, - '625313' => { - 'Header' => 'abstract.h', - 'Line' => '99', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'crt', - 'type' => '112649' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_import_openpgp' - }, - '625324' => { - 'Header' => 'openpgp.h', - 'Line' => '63', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '623824' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_init', - 'Source' => 'pgp.c', - 'SourceLine' => '43' - }, - '625335' => { - 'Header' => 'openpgp.h', - 'Line' => '67', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '604879' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_import', - 'Source' => 'pgp.c', - 'SourceLine' => '84' - }, - '625346' => { - 'Header' => 'openpgp.h', - 'Line' => '166', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'keyid', - 'type' => '4032' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_openpgp_crt_set_preferred_key_id', - 'Source' => 'pgp.c', - 'SourceLine' => '1666' - }, - '625357' => { - 'Header' => 'openpgp.h', - 'Line' => '65', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_deinit', - 'Source' => 'pgp.c', - 'SourceLine' => '58' - }, - '625390' => { - 'Line' => '3242', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '112890' - }, - '1' => { - 'name' => 'cert_max', - 'type' => '17947' - }, - '2' => { - 'name' => 'data', - 'type' => '3587' - }, - '3' => { - 'name' => 'format', - 'type' => '177145' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_list_import', - 'Source' => 'x509.c' - }, - '638753' => { - 'Header' => 'abstract.h', - 'Line' => '193', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'm', - 'type' => '3587' - }, - '2' => { - 'name' => 'e', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_rsa_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1333' - }, - '638815' => { - 'Line' => '1508', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'p', - 'type' => '3587' - }, - '2' => { - 'name' => 'q', - 'type' => '3587' - }, - '3' => { - 'name' => 'g', - 'type' => '3587' - }, - '4' => { - 'name' => 'y', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_dsa_raw', - 'Source' => 'gnutls_pubkey.c' - }, - '640214' => { - 'Header' => 'abstract.h', - 'Line' => '93', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'crq', - 'type' => '629572' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_x509_crq', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '196' - }, - '640479' => { - 'Line' => '236', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '2' => { - 'name' => 'usage', - 'type' => '130' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_privkey', - 'Source' => 'gnutls_pubkey.c' - }, - '641628' => { - 'Header' => 'abstract.h', - 'Line' => '172', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3186' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'subkey', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_get_openpgp_key_id', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '516' - }, - '642037' => { - 'Line' => '585', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '3631' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '604879' - }, - '3' => { - 'name' => 'keyid', - 'type' => '4032' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_openpgp_raw', - 'Source' => 'gnutls_pubkey.c' - }, - '642473' => { - 'Header' => 'abstract.h', - 'Line' => '158', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_export', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '654' - }, - '642961' => { - 'Header' => 'abstract.h', - 'Line' => '162', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_export2', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '720' - }, - '643426' => { - 'Header' => 'abstract.h', - 'Line' => '166', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3186' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_get_key_id', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '786' - }, - '643627' => { - 'Header' => 'abstract.h', - 'Line' => '139', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_export_rsa_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '823' - }, - '643906' => { - 'Header' => 'abstract.h', - 'Line' => '143', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'p', - 'type' => '3665' - }, - '2' => { - 'name' => 'q', - 'type' => '3665' - }, - '3' => { - 'name' => 'g', - 'type' => '3665' - }, - '4' => { - 'name' => 'y', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_export_dsa_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '872' - }, - '644525' => { - 'Header' => 'abstract.h', - 'Line' => '149', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'curve', - 'type' => '365382' - }, - '2' => { - 'name' => 'x', - 'type' => '3665' - }, - '3' => { - 'name' => 'y', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_export_ecc_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '943' - }, - '644826' => { - 'Line' => '993', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'parameters', - 'type' => '3665' - }, - '2' => { - 'name' => 'ecpoint', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_export_ecc_x962', - 'Source' => 'gnutls_pubkey.c' - }, - '645338' => { - 'Line' => '1045', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import', - 'Source' => 'gnutls_pubkey.c' - }, - '645937' => { - 'Line' => '1127', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'key', - 'type' => '3631' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_pubkey', - 'Source' => 'gnutls_pubkey.c' - }, - '646126' => { - 'Line' => '1165', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'key', - 'type' => '3631' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_pubkey', - 'Source' => 'gnutls_pubkey.c' - }, - '646315' => { - 'Line' => '1204', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'usage', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_set_key_usage', - 'Source' => 'gnutls_pubkey.c' - }, - '646810' => { - 'Line' => '1383', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'curve', - 'type' => '2562' - }, - '2' => { - 'name' => 'x', - 'type' => '3587' - }, - '3' => { - 'name' => 'y', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_ecc_raw', - 'Source' => 'gnutls_pubkey.c' - }, - '647158' => { - 'Line' => '1439', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'parameters', - 'type' => '3587' - }, - '2' => { - 'name' => 'ecpoint', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_ecc_x962', - 'Source' => 'gnutls_pubkey.c' - }, - '648258' => { - 'Header' => 'abstract.h', - 'Line' => '96', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'obj', - 'type' => '630301' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_pkcs11', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '327' - }, - '648872' => { - 'Line' => '1289', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'url', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_url', - 'Source' => 'gnutls_pubkey.c' - }, - '649406' => { - 'Line' => '1668', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'plaintext', - 'type' => '3587' - }, - '3' => { - 'name' => 'ciphertext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_encrypt_data', - 'Source' => 'gnutls_pubkey.c' - }, - '649874' => { - 'Header' => 'abstract.h', - 'Line' => '134', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'hash', - 'type' => '363186' - }, - '2' => { - 'name' => 'mand', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_get_preferred_hash_algorithm', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '269' - }, - '652709' => { - 'Line' => '1998', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - }, - '1' => { - 'name' => 'fn', - 'type' => '113127' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_set_pin_function', - 'Source' => 'gnutls_pubkey.c' - }, - '652781' => { - 'Line' => '2021', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '3631' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_x509_raw', - 'Source' => 'gnutls_pubkey.c' - }, - '653186' => { - 'Line' => '2064', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3631' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_verify_params', - 'Source' => 'gnutls_pubkey.c' - }, - '653518' => { - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_pk_algorithm' - }, - '653530' => { - 'Line' => '1778', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '17947' - }, - '2' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_key_usage', - 'Source' => 'x509.c' - }, - '653554' => { - 'Header' => 'x509.h', - 'Line' => '1215', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crq_get_pk_algorithm' - }, - '653566' => { - 'Line' => '1639', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '17947' - }, - '2' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_key_usage', - 'Source' => 'crq.c' - }, - '653623' => { - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_preferred_key_id' - }, - '653634' => { - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'keyid', - 'type' => '4032' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_idx' - }, - '653645' => { - 'Header' => 'openpgp.h', - 'Line' => '136', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'keyid', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_id' - }, - '653656' => { - 'Header' => 'openpgp.h', - 'Line' => '139', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'key_usage', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_usage' - }, - '653667' => { - 'Header' => 'openpgp.h', - 'Line' => '126', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_algorithm' - }, - '653689' => { - 'Header' => 'openpgp.h', - 'Line' => '100', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'bits', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_algorithm' - }, - '653700' => { - 'Header' => 'openpgp.h', - 'Line' => '108', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_key_id' - }, - '653711' => { - 'Header' => 'openpgp.h', - 'Line' => '87', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_key_usage' - }, - '653722' => { - 'Header' => 'openpgp.h', - 'Line' => '89', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112649' - }, - '1' => { - 'name' => 'fpr', - 'type' => '184' - }, - '2' => { - 'name' => 'fprlen', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_fingerprint' - }, - '653945' => { - 'Line' => '497', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'usage', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_set_key_usage', - 'Source' => 'x509_write.c' - }, - '653957' => { - 'Line' => '2180', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'usage', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_key_usage', - 'Source' => 'crq.c' - }, - '654024' => { - 'Header' => 'pkcs11.h', - 'Line' => '375', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'pkcs11_crt', - 'type' => '630301' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3035' - }, - '654047' => { - 'Line' => '2207', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '630495', - 'ShortName' => 'gnutls_pkcs11_obj_get_type', - 'Source' => 'pkcs11.c' - }, - '654059' => { - 'Header' => 'pkcs11.h', - 'Line' => '89', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '761498' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_init' - }, - '654070' => { - 'Line' => '1005', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'fn', - 'type' => '113127' - }, - '2' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_set_pin_function', - 'Source' => 'pkcs11.c' - }, - '654081' => { - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'url', - 'type' => '105' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_import_url' - }, - '654092' => { - 'Header' => 'pkcs11.h', - 'Line' => '172', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1021' - }, - '654114' => { - 'Line' => '1098', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '3631' - }, - '1' => { - 'name' => 'url', - 'type' => '105' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_tpm_url', - 'Source' => 'tpm.c' - }, - '656762' => { - 'Line' => '51', - 'Param' => { - '0' => { - 'name' => 'init', - 'type' => '388314' - }, - '1' => { - 'name' => 'deinit', - 'type' => '388353' - }, - '2' => { - 'name' => 'lock', - 'type' => '500942' - }, - '3' => { - 'name' => 'unlock', - 'type' => '500954' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_mutex', - 'Source' => 'locks.c' - }, - '670505' => { - 'Line' => '560', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'retrans_timeout', - 'type' => '130' - }, - '2' => { - 'name' => 'total_timeout', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_timeouts', - 'Source' => 'gnutls_dtls.c' - }, - '670578' => { - 'Line' => '581', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'mtu', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_mtu', - 'Source' => 'gnutls_dtls.c' - }, - '670639' => { - 'Line' => '639', - 'Param' => { - '0' => { - 'name' => 'version', - 'type' => '2242' - }, - '1' => { - 'name' => 'cipher', - 'type' => '1695' - }, - '2' => { - 'name' => 'mac', - 'type' => '1971' - }, - '3' => { - 'name' => 'comp', - 'type' => '2021' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_est_record_overhead_size', - 'Source' => 'gnutls_dtls.c' - }, - '670922' => { - 'Line' => '708', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_overhead_size', - 'Source' => 'gnutls_dtls.c' - }, - '675126' => { - 'Line' => '771', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'mtu', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dtls_set_data_mtu', - 'Source' => 'gnutls_dtls.c' - }, - '675302' => { - 'Line' => '821', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_dtls_get_timeout', - 'Source' => 'gnutls_dtls.c' - }, - '675470' => { - 'Line' => '873', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3665' - }, - '1' => { - 'name' => 'client_data', - 'type' => '184' - }, - '2' => { - 'name' => 'client_data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'prestate', - 'type' => '676133' - }, - '4' => { - 'name' => 'ptr', - 'type' => '2660' - }, - '5' => { - 'name' => 'push_func', - 'type' => '3791' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dtls_cookie_send', - 'Source' => 'gnutls_dtls.c' - }, - '676155' => { - 'Line' => '982', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '3665' - }, - '1' => { - 'name' => 'client_data', - 'type' => '184' - }, - '2' => { - 'name' => 'client_data_size', - 'type' => '52' - }, - '3' => { - 'name' => '_msg', - 'type' => '184' - }, - '4' => { - 'name' => 'msg_size', - 'type' => '52' - }, - '5' => { - 'name' => 'prestate', - 'type' => '676133' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_dtls_cookie_verify', - 'Source' => 'gnutls_dtls.c' - }, - '676971' => { - 'Line' => '1061', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'prestate', - 'type' => '676133' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_prestate_set', - 'Source' => 'gnutls_dtls.c' - }, - '677100' => { - 'Line' => '1095', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '130', - 'ShortName' => 'gnutls_record_get_discarded', - 'Source' => 'gnutls_dtls.c' - }, - '688051' => { - 'Line' => '59', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'err', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno', - 'Source' => 'system_override.c' - }, - '688107' => { - 'Line' => '79', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'pull_func', - 'type' => '3748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_function', - 'Source' => 'system_override.c' - }, - '688163' => { - 'Line' => '109', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'func', - 'type' => '3834' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_timeout_function', - 'Source' => 'system_override.c' - }, - '688219' => { - 'Line' => '133', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'push_func', - 'type' => '3791' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_push_function', - 'Source' => 'system_override.c' - }, - '688331' => { - 'Line' => '178', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'errno_func', - 'type' => '3926' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno_function', - 'Source' => 'system_override.c' - }, - '694195' => { - 'Line' => '211', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1695' - }, - '1' => { - 'name' => 'priority', - 'type' => '70' - }, - '2' => { - 'name' => 'init', - 'type' => '242100' - }, - '3' => { - 'name' => 'setkey', - 'type' => '242142' - }, - '4' => { - 'name' => 'setiv', - 'type' => '242184' - }, - '5' => { - 'name' => 'encrypt', - 'type' => '242195' - }, - '6' => { - 'name' => 'decrypt', - 'offset' => '0', - 'type' => '242247' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '242395' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_crypto_register_cipher', - 'Source' => 'crypto-backend.c' - }, - '694527' => { - 'Line' => '261', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1695' - }, - '1' => { - 'name' => 'priority', - 'type' => '70' - }, - '2' => { - 'name' => 'init', - 'type' => '242100' - }, - '3' => { - 'name' => 'setkey', - 'type' => '242142' - }, - '4' => { - 'name' => 'aead_encrypt', - 'type' => '242307' - }, - '5' => { - 'name' => 'aead_decrypt', - 'type' => '242384' - }, - '6' => { - 'name' => 'deinit', - 'offset' => '0', - 'type' => '242395' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_crypto_register_aead_cipher', - 'Source' => 'crypto-backend.c' - }, - '695487' => { - 'Line' => '409', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '1971' - }, - '1' => { - 'name' => 'priority', - 'type' => '70' - }, - '2' => { - 'name' => 'init', - 'type' => '230812' - }, - '3' => { - 'name' => 'setkey', - 'type' => '230849' - }, - '4' => { - 'name' => 'setnonce', - 'type' => '230860' - }, - '5' => { - 'name' => 'hash', - 'type' => '230871' - }, - '6' => { - 'name' => 'output', - 'offset' => '0', - 'type' => '230882' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '230924' - }, - '8' => { - 'name' => 'hash_fast', - 'offset' => '16', - 'type' => '230935' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_crypto_register_mac', - 'Source' => 'crypto-backend.c' - }, - '695849' => { - 'Line' => '455', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '109671' - }, - '1' => { - 'name' => 'priority', - 'type' => '70' - }, - '2' => { - 'name' => 'init', - 'type' => '231002' - }, - '3' => { - 'name' => 'hash', - 'type' => '231039' - }, - '4' => { - 'name' => 'output', - 'type' => '231050' - }, - '5' => { - 'name' => 'deinit', - 'type' => '231061' - }, - '6' => { - 'name' => 'hash_fast', - 'offset' => '0', - 'type' => '231072' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_crypto_register_digest', - 'Source' => 'crypto-backend.c' - }, - '707532' => { - 'Line' => '107', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '105' - }, - '1' => { - 'name' => 'tdb', - 'type' => '698721' - }, - '2' => { - 'name' => 'host', - 'type' => '105' - }, - '3' => { - 'name' => 'service', - 'type' => '105' - }, - '4' => { - 'name' => 'cert_type', - 'type' => '2292' - }, - '5' => { - 'name' => 'cert', - 'type' => '3587' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_verify_stored_pubkey', - 'Source' => 'verify-tofu.c' - }, - '708076' => { - 'Line' => '552', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '105' - }, - '1' => { - 'name' => 'tdb', - 'type' => '698721' - }, - '2' => { - 'name' => 'host', - 'type' => '105' - }, - '3' => { - 'name' => 'service', - 'type' => '105' - }, - '4' => { - 'name' => 'cert_type', - 'type' => '2292' - }, - '5' => { - 'name' => 'cert', - 'type' => '3587' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '225' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_store_pubkey', - 'Source' => 'verify-tofu.c' - }, - '708809' => { - 'Line' => '637', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '105' - }, - '1' => { - 'name' => 'tdb', - 'type' => '698721' - }, - '2' => { - 'name' => 'host', - 'type' => '105' - }, - '3' => { - 'name' => 'service', - 'type' => '105' - }, - '4' => { - 'name' => 'hash_algo', - 'type' => '109671' - }, - '5' => { - 'name' => 'hash', - 'type' => '3587' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '225' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_store_commitment', - 'Source' => 'verify-tofu.c' - }, - '709526' => { - 'Line' => '716', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '709597' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_tdb_init', - 'Source' => 'verify-tofu.c' - }, - '709603' => { - 'Line' => '741', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '698721' - }, - '1' => { - 'name' => 'store', - 'type' => '698562' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_func', - 'Source' => 'verify-tofu.c' - }, - '709662' => { - 'Line' => '762', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '698721' - }, - '1' => { - 'name' => 'cstore', - 'type' => '698615' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_commitment_func', - 'Source' => 'verify-tofu.c' - }, - '709721' => { - 'Line' => '786', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '698721' - }, - '1' => { - 'name' => 'verify', - 'type' => '698673' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_verify_func', - 'Source' => 'verify-tofu.c' - }, - '709780' => { - 'Line' => '798', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '698721' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_deinit', - 'Source' => 'verify-tofu.c' - }, - '712946' => { - 'Header' => 'pkcs11.h', - 'Line' => '82', - 'Param' => { - '0' => { - 'name' => 'fn', - 'type' => '113127' - }, - '1' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_pin_function', - 'Source' => 'pin.c', - 'SourceLine' => '41' - }, - '713001' => { - 'Line' => '58', - 'Param' => { - '0' => { - 'name' => 'userdata', - 'type' => '17450' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '113127', - 'ShortName' => 'gnutls_pkcs11_get_pin_function', - 'Source' => 'pin.c' - }, - '713443' => { - 'Data' => 1, - 'Header' => 'pin.h', - 'Line' => '4', - 'Return' => '113127', - 'ShortName' => '_gnutls_pin_func', - 'Source' => 'pin.c', - 'SourceLine' => '26' - }, - '713464' => { - 'Data' => 1, - 'Header' => 'pin.h', - 'Line' => '5', - 'Return' => '184', - 'ShortName' => '_gnutls_pin_data', - 'Source' => 'pin.c', - 'SourceLine' => '27' - }, - '719238' => { - 'Line' => '566', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '111762' - }, - '1' => { - 'name' => 'fdata', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '715074' - }, - '3' => { - 'name' => 'srk_password', - 'type' => '105' - }, - '4' => { - 'name' => 'key_password', - 'type' => '105' - }, - '5' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_privkey_import_tpm_raw', - 'Source' => 'tpm.c' - }, - '719328' => { - 'Line' => '1062', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '3631' - }, - '1' => { - 'name' => 'fdata', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '715074' - }, - '3' => { - 'name' => 'srk_password', - 'type' => '105' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pubkey_import_tpm_raw', - 'Source' => 'tpm.c' - }, - '729726' => { - 'Line' => '1191', - 'Param' => { - '0' => { - 'name' => 'pk', - 'type' => '2348' - }, - '1' => { - 'name' => 'bits', - 'type' => '130' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '105' - }, - '3' => { - 'name' => 'key_password', - 'type' => '105' - }, - '4' => { - 'name' => 'format', - 'type' => '715074' - }, - '5' => { - 'name' => 'pub_format', - 'type' => '177145' - }, - '6' => { - 'name' => 'privkey', - 'offset' => '0', - 'type' => '3665' - }, - '7' => { - 'name' => 'pubkey', - 'offset' => '8', - 'type' => '3665' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_tpm_privkey_generate', - 'Source' => 'tpm.c' - }, - '732267' => { - 'Line' => '1470', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '714978' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tpm_key_list_deinit', - 'Source' => 'tpm.c' - }, - '732344' => { - 'Line' => '1495', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '714978' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'url', - 'type' => '211849' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_tpm_key_list_get_url', - 'Source' => 'tpm.c' - }, - '732568' => { - 'Line' => '1519', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '733036' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_tpm_get_registered', - 'Source' => 'tpm.c' - }, - '733042' => { - 'Line' => '1573', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'srk_password', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_tpm_privkey_delete', - 'Source' => 'tpm.c' - }, - '737134' => { - 'Line' => '399', - 'Return' => '70', - 'ShortName' => 'gnutls_fips140_mode_enabled', - 'Source' => 'fips.c' - }, - '737164' => { - 'Line' => '410', - 'Return' => '1', - 'ShortName' => '_gnutls_lib_simulate_error', - 'Source' => 'fips.c' - }, - '748623' => { - 'Line' => '106', - 'Param' => { - '0' => { - 'name' => 'st', - 'type' => '748884' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_register_custom_url', - 'Source' => 'urls.c' - }, - '749258' => { - 'Header' => 'pkcs11.h', - 'Line' => '182', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'cert', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer', - 'type' => '3665' - }, - '3' => { - 'name' => 'fmt', - 'type' => '177145' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3597' - }, - '752431' => { - 'Line' => '31', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '752409' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_system_key_iter_deinit', - 'Source' => 'system-keys-dummy.c' - }, - '752474' => { - 'Line' => '37', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '752600' - }, - '1' => { - 'name' => 'cert_type', - 'type' => '130' - }, - '2' => { - 'name' => 'cert_url', - 'type' => '211849' - }, - '3' => { - 'name' => 'key_url', - 'type' => '211849' - }, - '4' => { - 'name' => 'label', - 'type' => '211849' - }, - '5' => { - 'name' => 'der', - 'type' => '3665' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_system_key_iter_get_info', - 'Source' => 'system-keys-dummy.c' - }, - '752606' => { - 'Line' => '53', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'privkey', - 'type' => '111785' - }, - '2' => { - 'name' => 'label', - 'type' => '105' - }, - '3' => { - 'name' => 'cert_url', - 'type' => '211849' - }, - '4' => { - 'name' => 'key_url', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_system_key_add_x509', - 'Source' => 'system-keys-dummy.c' - }, - '762247' => { - 'Line' => '755', - 'Param' => { - '0' => { - 'name' => 'flags', - 'type' => '130' - }, - '1' => { - 'name' => 'deprecated_config_file', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_init', - 'Source' => 'pkcs11.c' - }, - '762327' => { - 'Line' => '800', - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_reinit', - 'Source' => 'pkcs11.c' - }, - '76524' => { - 'Header' => 'gnutls.h', - 'Line' => '1566', - 'Param' => { - '0' => { - 'name' => 's1', - 'type' => '291' - }, - '1' => { - 'name' => 's2', - 'type' => '291' - }, - '2' => { - 'name' => 'n', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_memcmp', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '70' - }, - '766426' => { - 'Line' => '302', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '105' - }, - '1' => { - 'name' => 'params', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_add_provider', - 'Source' => 'pkcs11.c' - }, - '768106' => { - 'Line' => '529', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'itype', - 'type' => '755675' - }, - '2' => { - 'name' => 'output', - 'type' => '184' - }, - '3' => { - 'name' => 'output_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_get_info', - 'Source' => 'pkcs11.c' - }, - '769467' => { - 'Line' => '873', - 'Param' => { - '0' => { - 'name' => 'fn', - 'type' => '755194' - }, - '1' => { - 'name' => 'userdata', - 'type' => '184' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_token_function', - 'Source' => 'pkcs11.c' - }, - '770588' => { - 'Line' => '1049', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'output_data', - 'type' => '184' - }, - '2' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_export', - 'Source' => 'pkcs11.c' - }, - '770741' => { - 'Line' => '1108', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'fmt', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_export3', - 'Source' => 'pkcs11.c' - }, - '771330' => { - 'Line' => '1085', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_export2', - 'Source' => 'pkcs11.c' - }, - '778215' => { - 'Line' => '2108', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'ttype', - 'type' => '755725' - }, - '2' => { - 'name' => 'output', - 'type' => '184' - }, - '3' => { - 'name' => 'output_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_token_get_info', - 'Source' => 'pkcs11.c' - }, - '778684' => { - 'Line' => '2181', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'detailed', - 'type' => '755590' - }, - '2' => { - 'name' => 'url', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_export_url', - 'Source' => 'pkcs11.c' - }, - '782147' => { - 'Line' => '402', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'itype', - 'type' => '755675' - }, - '2' => { - 'name' => 'data', - 'type' => '291' - }, - '3' => { - 'name' => 'data_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_set_info', - 'Source' => 'pkcs11.c' - }, - '784696' => { - 'Line' => '2061', - 'Param' => { - '0' => { - 'name' => 'seq', - 'type' => '130' - }, - '1' => { - 'name' => 'detailed', - 'type' => '755590' - }, - '2' => { - 'name' => 'url', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_token_get_url', - 'Source' => 'pkcs11.c' - }, - '785263' => { - 'Header' => 'pkcs11.h', - 'Line' => '360', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'type' => '761498' - }, - '1' => { - 'name' => 'n_list', - 'type' => '17947' - }, - '2' => { - 'name' => 'url', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url3', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2894' - }, - '785840' => { - 'Header' => 'pkcs11.h', - 'Line' => '368', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'type' => '786256' - }, - '1' => { - 'name' => 'n_list', - 'type' => '17947' - }, - '2' => { - 'name' => 'url', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url4', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2976' - }, - '786706' => { - 'Header' => 'pkcs11.h', - 'Line' => '391', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '112890' - }, - '1' => { - 'name' => 'cert_max', - 'type' => '130' - }, - '2' => { - 'name' => 'objs', - 'type' => '786960' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_list_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3110' - }, - '786965' => { - 'Line' => '3184', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'flags', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_token_get_flags', - 'Source' => 'pkcs11.c' - }, - '787272' => { - 'Line' => '3234', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'idx', - 'type' => '130' - }, - '2' => { - 'name' => 'mechanism', - 'type' => '759038' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_token_get_mechanism', - 'Source' => 'pkcs11.c' - }, - '787817' => { - 'Line' => '3293', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '630495' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_pkcs11_type_get_name', - 'Source' => 'pkcs11.c' - }, - '788482' => { - 'Header' => 'pkcs11.h', - 'Line' => '187', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'dn', - 'type' => '3587' - }, - '2' => { - 'name' => 'issuer', - 'type' => '3665' - }, - '3' => { - 'name' => 'fmt', - 'type' => '177145' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer_by_dn', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3691' - }, - '789007' => { - 'Header' => 'pkcs11.h', - 'Line' => '192', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'cert', - 'type' => '111797' - }, - '2' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_crt_is_known', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3780' - }, - '789807' => { - 'Line' => '3887', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'oflags', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_get_flags', - 'Source' => 'pkcs11.c' - }, - '789870' => { - 'Line' => '3906', - 'Param' => { - '0' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '208', - 'ShortName' => 'gnutls_pkcs11_obj_flags_get_str', - 'Source' => 'pkcs11.c' - }, - '790651' => { - 'Data' => 1, - 'Header' => 'pkcs11_int.h', - 'Line' => '115', - 'Return' => '755194', - 'ShortName' => '_gnutls_token_func', - 'Source' => 'pkcs11.c', - 'SourceLine' => '105' - }, - '791519' => { - 'Line' => '1069', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'id', - 'type' => '184' - }, - '2' => { - 'name' => 'id_size', - 'type' => '5416' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_id', - 'Source' => 'x509.c' - }, - '791530' => { - 'Header' => 'x509.h', - 'Line' => '356', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'result', - 'type' => '184' - }, - '2' => { - 'name' => 'result_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_serial' - }, - '800697' => { - 'Line' => '247', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '630301' - }, - '1' => { - 'name' => 'exts', - 'type' => '801245' - }, - '2' => { - 'name' => 'exts_size', - 'type' => '17947' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_obj_get_exts', - 'Source' => 'pkcs11x.c' - }, - '801452' => { - 'Line' => '3049', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '798703' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_ext_deinit', - 'Source' => 'x509_ext.c' - }, - '810911' => { - 'Line' => '176', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '112783' - }, - '1' => { - 'name' => 'itype', - 'type' => '755675' - }, - '2' => { - 'name' => 'output', - 'type' => '184' - }, - '3' => { - 'name' => 'output_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_get_info', - 'Source' => 'pkcs11_privkey.c' - }, - '814485' => { - 'Line' => '581', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '112783' - }, - '1' => { - 'name' => 'detailed', - 'type' => '755590' - }, - '2' => { - 'name' => 'url', - 'type' => '211849' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_export_url', - 'Source' => 'pkcs11_privkey.c' - }, - '814668' => { - 'Line' => '686', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '105' - }, - '1' => { - 'name' => 'pk', - 'type' => '2348' - }, - '2' => { - 'name' => 'bits', - 'type' => '130' - }, - '3' => { - 'name' => 'label', - 'type' => '105' - }, - '4' => { - 'name' => 'cid', - 'type' => '3587' - }, - '5' => { - 'name' => 'fmt', - 'type' => '177145' - }, - '6' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '3665' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '8', - 'type' => '130' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_generate3', - 'Source' => 'pkcs11_privkey.c' - }, - '816790' => { - 'Line' => '1057', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '112783' - }, - '1' => { - 'name' => 'fmt', - 'type' => '177145' - }, - '2' => { - 'name' => 'data', - 'type' => '3665' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_privkey_export_pubkey', - 'Source' => 'pkcs11_privkey.c' - }, - '826142' => { - 'Line' => '91', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '105' - }, - '1' => { - 'name' => 'crt', - 'type' => '111797' - }, - '2' => { - 'name' => 'label', - 'type' => '105' - }, - '3' => { - 'name' => 'cid', - 'type' => '3587' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_copy_x509_crt2', - 'Source' => 'pkcs11_write.c' - }, - '827185' => { - 'Line' => '245', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '105' - }, - '1' => { - 'name' => 'crt', - 'type' => '111797' - }, - '2' => { - 'name' => 'data', - 'type' => '3665' - }, - '3' => { - 'name' => 'label', - 'type' => '105' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_copy_attached_extension', - 'Source' => 'pkcs11_write.c' - }, - '827969' => { - 'Line' => '348', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '105' - }, - '1' => { - 'name' => 'key', - 'type' => '111785' - }, - '2' => { - 'name' => 'label', - 'type' => '105' - }, - '3' => { - 'name' => 'cid', - 'type' => '3587' - }, - '4' => { - 'name' => 'key_usage', - 'type' => '130' - }, - '5' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_copy_x509_privkey2', - 'Source' => 'pkcs11_write.c' - }, - '829544' => { - 'Line' => '819', - 'Param' => { - '0' => { - 'name' => 'object_url', - 'type' => '105' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_delete_url', - 'Source' => 'pkcs11_write.c' - }, - '829870' => { - 'Line' => '864', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '105' - }, - '1' => { - 'name' => 'so_pin', - 'type' => '105' - }, - '2' => { - 'name' => 'label', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_token_init', - 'Source' => 'pkcs11_write.c' - }, - '830500' => { - 'Line' => '922', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '105' - }, - '1' => { - 'name' => 'oldpin', - 'type' => '105' - }, - '2' => { - 'name' => 'newpin', - 'type' => '105' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_token_set_pin', - 'Source' => 'pkcs11_write.c' - }, - '831164' => { - 'Line' => '1001', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '105' - }, - '1' => { - 'name' => 'rnddata', - 'type' => '184' - }, - '2' => { - 'name' => 'len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_token_get_random', - 'Source' => 'pkcs11_write.c' - }, - '832010' => { - 'Header' => 'x509.h', - 'Line' => '146', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_export' - }, - '832056' => { - 'Line' => '900', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '111797' - }, - '1' => { - 'name' => 'ret', - 'type' => '184' - }, - '2' => { - 'name' => 'ret_size', - 'type' => '5416' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_subject_key_id', - 'Source' => 'x509.c' - }, - '832067' => { - 'Line' => '2631', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '111797' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3186' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crt_get_key_id', - 'Source' => 'x509.c' - }, - '832101' => { - 'Line' => '1531', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3186' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_get_key_id', - 'Source' => 'privkey.c' - }, - '832113' => { - 'Line' => '1282', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - }, - '3' => { - 'name' => 'd', - 'type' => '3665' - }, - '4' => { - 'name' => 'p', - 'type' => '3665' - }, - '5' => { - 'name' => 'q', - 'type' => '3665' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '3665' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '3665' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw2', - 'Source' => 'privkey.c' - }, - '832148' => { - 'Line' => '1309', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '111785' - }, - '1' => { - 'name' => 'p', - 'type' => '3665' - }, - '2' => { - 'name' => 'q', - 'type' => '3665' - }, - '3' => { - 'name' => 'g', - 'type' => '3665' - }, - '4' => { - 'name' => 'y', - 'type' => '3665' - }, - '5' => { - 'name' => 'x', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_privkey_export_dsa_raw', - 'Source' => 'privkey.c' - }, - '839137' => { - 'Line' => '47', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '105' - }, - '1' => { - 'name' => 'key', - 'type' => '3665' - }, - '2' => { - 'name' => 'label', - 'type' => '105' - }, - '3' => { - 'name' => 'key_usage', - 'type' => '130' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_pkcs11_copy_secret_key', - 'Source' => 'pkcs11_secret.c' - }, - '866054' => { - 'Line' => '414', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '854145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_client_credentials', - 'Source' => 'gnutls_srp.c' - }, - '866117' => { - 'Line' => '432', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '866187' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_allocate_client_credentials', - 'Source' => 'gnutls_srp.c' - }, - '866193' => { - 'Line' => '459', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '854145' - }, - '1' => { - 'name' => 'username', - 'type' => '105' - }, - '2' => { - 'name' => 'password', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_set_client_credentials', - 'Source' => 'gnutls_srp.c' - }, - '866370' => { - 'Line' => '489', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '854054' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_server_credentials', - 'Source' => 'gnutls_srp.c' - }, - '866471' => { - 'Line' => '521', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '866772' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_allocate_server_credentials', - 'Source' => 'gnutls_srp.c' - }, - '866778' => { - 'Line' => '571', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '854054' - }, - '1' => { - 'name' => 'password_file', - 'type' => '105' - }, - '2' => { - 'name' => 'password_conf_file', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_set_server_credentials_file', - 'Source' => 'gnutls_srp.c' - }, - '867101' => { - 'Line' => '645', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '854054' - }, - '1' => { - 'name' => 'func', - 'type' => '861141' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_credentials_function', - 'Source' => 'gnutls_srp.c' - }, - '867160' => { - 'Line' => '679', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '854145' - }, - '1' => { - 'name' => 'func', - 'type' => '861135' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_client_credentials_function', - 'Source' => 'gnutls_srp.c' - }, - '867219' => { - 'Line' => '698', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_srp_server_get_username', - 'Source' => 'gnutls_srp.c' - }, - '867358' => { - 'Line' => '730', - 'Param' => { - '0' => { - 'name' => 'username', - 'type' => '105' - }, - '1' => { - 'name' => 'password', - 'type' => '105' - }, - '2' => { - 'name' => 'salt', - 'type' => '3587' - }, - '3' => { - 'name' => 'generator', - 'type' => '3587' - }, - '4' => { - 'name' => 'prime', - 'type' => '3587' - }, - '5' => { - 'name' => 'res', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_srp_verifier', - 'Source' => 'gnutls_srp.c' - }, - '868226' => { - 'Line' => '786', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - }, - '1' => { - 'name' => 'bits', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_prime_bits', - 'Source' => 'gnutls_srp.c' - }, - '868285' => { - 'Line' => '822', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '854054' - }, - '1' => { - 'name' => 'seed', - 'type' => '3587' - }, - '2' => { - 'name' => 'salt_length', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_fake_salt_seed', - 'Source' => 'gnutls_srp.c' - }, - '880078' => { - 'Line' => '45', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '873025' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_client_credentials', - 'Source' => 'gnutls_psk.c' - }, - '880213' => { - 'Line' => '93', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '873025' - }, - '1' => { - 'name' => 'username', - 'type' => '105' - }, - '2' => { - 'name' => 'key', - 'type' => '3587' - }, - '3' => { - 'name' => 'flags', - 'type' => '873122' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_psk_set_client_credentials', - 'Source' => 'gnutls_psk.c' - }, - '880692' => { - 'Line' => '158', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '440299' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_server_credentials', - 'Source' => 'gnutls_psk.c' - }, - '880753' => { - 'Line' => '176', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '880822' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_psk_allocate_server_credentials', - 'Source' => 'gnutls_psk.c' - }, - '880828' => { - 'Line' => '201', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '440299' - }, - '1' => { - 'name' => 'password_file', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_psk_set_server_credentials_file', - 'Source' => 'gnutls_psk.c' - }, - '880981' => { - 'Line' => '241', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '440299' - }, - '1' => { - 'name' => 'hint', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_psk_set_server_credentials_hint', - 'Source' => 'gnutls_psk.c' - }, - '881117' => { - 'Line' => '274', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '440299' - }, - '1' => { - 'name' => 'func', - 'type' => '448220' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_credentials_function', - 'Source' => 'gnutls_psk.c' - }, - '881176' => { - 'Line' => '303', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '873025' - }, - '1' => { - 'name' => 'func', - 'type' => '879915' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_client_credentials_function', - 'Source' => 'gnutls_psk.c' - }, - '881235' => { - 'Line' => '321', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_psk_server_get_username', - 'Source' => 'gnutls_psk.c' - }, - '881374' => { - 'Line' => '349', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_psk_client_get_hint', - 'Source' => 'gnutls_psk.c' - }, - '881513' => { - 'Line' => '375', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '440299' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '2759' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_dh_params', - 'Source' => 'gnutls_psk.c' - }, - '881572' => { - 'Line' => '391', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '440299' - }, - '1' => { - 'name' => 'func', - 'type' => '120581' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_params_function', - 'Source' => 'gnutls_psk.c' - }, - '905101' => { - 'Header' => 'x509.h', - 'Line' => '460', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_dn_oid_known', - 'Source' => 'common.c', - 'SourceLine' => '241' - }, - '905262' => { - 'Header' => 'x509.h', - 'Line' => '463', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '105' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '105', - 'ShortName' => 'gnutls_x509_dn_oid_name', - 'Source' => 'common.c', - 'SourceLine' => '271' - }, - '940694' => { - 'Line' => '752', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_export2', - 'Source' => 'crl.c' - }, - '941871' => { - 'Header' => 'x509.h', - 'Line' => '633', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_import', - 'Source' => 'crl.c', - 'SourceLine' => '119' - }, - '942384' => { - 'Header' => 'x509.h', - 'Line' => '647', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'buf', - 'type' => '208' - }, - '2' => { - 'name' => 'sizeof_buf', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn', - 'Source' => 'crl.c', - 'SourceLine' => '203' - }, - '942564' => { - 'Line' => '243', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '4' => { - 'name' => 'buf', - 'type' => '184' - }, - '5' => { - 'name' => 'sizeof_buf', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn_by_oid', - 'Source' => 'crl.c' - }, - '942907' => { - 'Line' => '283', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_dn_oid', - 'Source' => 'crl.c' - }, - '943110' => { - 'Line' => '312', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn2', - 'Source' => 'crl.c' - }, - '943266' => { - 'Header' => 'x509.h', - 'Line' => '658', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_signature_algorithm', - 'Source' => 'crl.c', - 'SourceLine' => '333' - }, - '943476' => { - 'Header' => 'x509.h', - 'Line' => '659', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'sig', - 'type' => '208' - }, - '2' => { - 'name' => 'sizeof_sig', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_signature', - 'Source' => 'crl.c', - 'SourceLine' => '375' - }, - '943809' => { - 'Header' => 'x509.h', - 'Line' => '661', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_version', - 'Source' => 'crl.c', - 'SourceLine' => '425' - }, - '944081' => { - 'Header' => 'x509.h', - 'Line' => '663', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_x509_crl_get_this_update', - 'Source' => 'crl.c', - 'SourceLine' => '454' - }, - '944220' => { - 'Header' => 'x509.h', - 'Line' => '664', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '225', - 'ShortName' => 'gnutls_x509_crl_get_next_update', - 'Source' => 'crl.c', - 'SourceLine' => '475' - }, - '944359' => { - 'Header' => 'x509.h', - 'Line' => '666', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_crt_count', - 'Source' => 'crl.c', - 'SourceLine' => '495' - }, - '944523' => { - 'Line' => '536', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'serial', - 'type' => '3186' - }, - '3' => { - 'name' => 'serial_size', - 'type' => '5416' - }, - '4' => { - 'name' => 't', - 'type' => '17423' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_crt_serial', - 'Source' => 'crl.c' - }, - '945017' => { - 'Header' => 'x509.h', - 'Line' => '678', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '939238' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_iter_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '582' - }, - '945081' => { - 'Header' => 'x509.h', - 'Line' => '673', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'iter', - 'type' => '945757' - }, - '2' => { - 'name' => 'serial', - 'type' => '3186' - }, - '3' => { - 'name' => 'serial_size', - 'type' => '5416' - }, - '4' => { - 'name' => 't', - 'type' => '17423' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_iter_crt_serial', - 'Source' => 'crl.c', - 'SourceLine' => '612' - }, - '945763' => { - 'Line' => '689', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_raw_issuer_dn', - 'Source' => 'crl.c' - }, - '945945' => { - 'Line' => '720', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_export', - 'Source' => 'crl.c' - }, - '946629' => { - 'Line' => '864', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'alt', - 'type' => '184' - }, - '3' => { - 'name' => 'alt_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'alt_type', - 'type' => '17947' - }, - '5' => { - 'name' => 'serial', - 'type' => '184' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '5416' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_gn_serial', - 'Source' => 'crl.c' - }, - '947259' => { - 'Line' => '934', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'id', - 'type' => '184' - }, - '2' => { - 'name' => 'id_size', - 'type' => '5416' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_id', - 'Source' => 'crl.c' - }, - '947752' => { - 'Header' => 'x509.h', - 'Line' => '728', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'ret', - 'type' => '184' - }, - '2' => { - 'name' => 'ret_size', - 'type' => '5416' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_number', - 'Source' => 'crl.c', - 'SourceLine' => '981' - }, - '948073' => { - 'Line' => '1041', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_extension_oid', - 'Source' => 'crl.c' - }, - '948286' => { - 'Header' => 'x509.h', - 'Line' => '735', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '5416' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_extension_info', - 'Source' => 'crl.c', - 'SourceLine' => '1087' - }, - '948864' => { - 'Line' => '1159', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'data', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_get_extension_data', - 'Source' => 'crl.c' - }, - '949232' => { - 'Line' => '1268', - 'Param' => { - '0' => { - 'name' => 'crls', - 'type' => '567509' - }, - '1' => { - 'name' => 'crl_max', - 'type' => '17947' - }, - '2' => { - 'name' => 'data', - 'type' => '3587' - }, - '3' => { - 'name' => 'format', - 'type' => '177145' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_list_import', - 'Source' => 'crl.c' - }, - '949837' => { - 'Header' => 'x509.h', - 'Line' => '686', - 'Param' => { - '0' => { - 'name' => 'crls', - 'type' => '950146' - }, - '1' => { - 'name' => 'size', - 'type' => '17947' - }, - '2' => { - 'name' => 'data', - 'type' => '3587' - }, - '3' => { - 'name' => 'format', - 'type' => '177145' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_list_import2', - 'Source' => 'crl.c', - 'SourceLine' => '1207' - }, - '950365' => { - 'Header' => 'x509_int.h', - 'Line' => '145', - 'Param' => { - '0' => { - 'name' => 'asn1_struct', - 'type' => '117419' - }, - '1' => { - 'name' => 'asn1_rdn_name', - 'type' => '105' - }, - '2' => { - 'name' => 'given_oid', - 'type' => '105' - }, - '3' => { - 'name' => 'indx', - 'type' => '70' - }, - '4' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '5' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => '_gnutls_x509_parse_dn_oid', - 'Source' => 'dn.c', - 'SourceLine' => '282' - }, - '954381' => { - 'Line' => '209', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'serial', - 'type' => '291' - }, - '2' => { - 'name' => 'serial_size', - 'type' => '52' - }, - '3' => { - 'name' => 'revocation_time', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_set_crt_serial', - 'Source' => 'crl_write.c' - }, - '954477' => { - 'Line' => '464', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '111762' - }, - '3' => { - 'name' => 'dig', - 'type' => '109671' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_privkey_sign', - 'Source' => 'crl_write.c' - }, - '954567' => { - 'Line' => '94', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '111785' - }, - '3' => { - 'name' => 'dig', - 'type' => '109671' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_sign2', - 'Source' => 'crl_write.c' - }, - '954668' => { - 'Line' => '52', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'version', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_set_version', - 'Source' => 'crl_write.c' - }, - '954933' => { - 'Line' => '165', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'act_time', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_set_this_update', - 'Source' => 'crl_write.c' - }, - '955091' => { - 'Line' => '186', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'exp_time', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_set_next_update', - 'Source' => 'crl_write.c' - }, - '955716' => { - 'Line' => '270', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'crt', - 'type' => '111797' - }, - '2' => { - 'name' => 'revocation_time', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_set_crt', - 'Source' => 'crl_write.c' - }, - '956056' => { - 'Line' => '332', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'id', - 'type' => '291' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_set_authority_key_id', - 'Source' => 'crl_write.c' - }, - '95629' => { - 'Header' => 'gnutls.h', - 'Line' => '1006', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_pending', - 'Source' => 'gnutls_buffers.c', - 'SourceLine' => '95' - }, - '956507' => { - 'Line' => '396', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'nr', - 'type' => '291' - }, - '2' => { - 'name' => 'nr_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_set_number', - 'Source' => 'crl_write.c' - }, - '95676' => { - 'Line' => '111', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '2672' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_corked', - 'Source' => 'gnutls_buffers.c' - }, - '957650' => { - 'Line' => '148', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'issuer', - 'type' => '111797' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crl_sign', - 'Source' => 'crl_write.c' - }, - '962098' => { - 'Header' => 'x509.h', - 'Line' => '1157', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'buf', - 'type' => '184' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '733' - }, - '962199' => { - 'Line' => '802', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'version', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_version', - 'Source' => 'crq.c' - }, - '962265' => { - 'Header' => 'x509.h', - 'Line' => '1144', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_version', - 'Source' => 'crq.c', - 'SourceLine' => '836' - }, - '962385' => { - 'Line' => '2517', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'key', - 'type' => '111762' - }, - '2' => { - 'name' => 'dig', - 'type' => '109671' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_privkey_sign', - 'Source' => 'crq.c' - }, - '962487' => { - 'Line' => '1088', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'key', - 'type' => '111785' - }, - '2' => { - 'name' => 'dig', - 'type' => '109671' - }, - '3' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_sign2', - 'Source' => 'crq.c' - }, - '965462' => { - 'Line' => '50', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '965668' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_init', - 'Source' => 'crq.c' - }, - '965674' => { - 'Line' => '79', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crq_deinit', - 'Source' => 'crq.c' - }, - '965760' => { - 'Line' => '110', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - }, - '2' => { - 'name' => 'format', - 'type' => '177145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_import', - 'Source' => 'crq.c' - }, - '966274' => { - 'Header' => 'x509.h', - 'Line' => '475', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_signature_algorithm', - 'Source' => 'crq.c', - 'SourceLine' => '175' - }, - '966350' => { - 'Header' => 'x509.h', - 'Line' => '1126', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'buf', - 'type' => '208' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_dn', - 'Source' => 'crq.c', - 'SourceLine' => '263' - }, - '966530' => { - 'Line' => '290', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'dn', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_dn2', - 'Source' => 'crq.c' - }, - '966686' => { - 'Line' => '328', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '4' => { - 'name' => 'buf', - 'type' => '184' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_dn_by_oid', - 'Source' => 'crq.c' - }, - '967038' => { - 'Line' => '365', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_dn_oid', - 'Source' => 'crq.c' - }, - '967241' => { - 'Header' => 'x509.h', - 'Line' => '1150', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'pass', - 'type' => '208' - }, - '2' => { - 'name' => 'pass_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_challenge_password', - 'Source' => 'crq.c', - 'SourceLine' => '512' - }, - '967534' => { - 'Header' => 'x509.h', - 'Line' => '1154', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'buf', - 'type' => '184' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '694' - }, - '968072' => { - 'Line' => '777', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '3' => { - 'name' => 'data', - 'type' => '291' - }, - '4' => { - 'name' => 'sizeof_data', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_dn_by_oid', - 'Source' => 'crq.c' - }, - '968840' => { - 'Line' => '872', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_key', - 'Source' => 'crq.c' - }, - '969006' => { - 'Line' => '970', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'm', - 'type' => '3587' - }, - '2' => { - 'name' => 'e', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_key_rsa_raw', - 'Source' => 'crq.c' - }, - '969460' => { - 'Line' => '1033', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'pass', - 'type' => '105' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_challenge_password', - 'Source' => 'crq.c' - }, - '969785' => { - 'Line' => '1165', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_export', - 'Source' => 'crq.c' - }, - '970001' => { - 'Line' => '1198', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_export2', - 'Source' => 'crq.c' - }, - '970387' => { - 'Line' => '910', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'm', - 'type' => '3665' - }, - '2' => { - 'name' => 'e', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_key_rsa_raw', - 'Source' => 'crq.c' - }, - '970920' => { - 'Header' => 'x509.h', - 'Line' => '1212', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_attribute_info', - 'Source' => 'crq.c', - 'SourceLine' => '1268' - }, - '971288' => { - 'Header' => 'x509.h', - 'Line' => '1209', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'data', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_attribute_data', - 'Source' => 'crq.c', - 'SourceLine' => '1322' - }, - '971656' => { - 'Header' => 'x509.h', - 'Line' => '1205', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '5416' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_extension_info', - 'Source' => 'crq.c', - 'SourceLine' => '1377' - }, - '972865' => { - 'Header' => 'x509.h', - 'Line' => '1202', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'indx', - 'type' => '130' - }, - '2' => { - 'name' => 'data', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_extension_data2', - 'Source' => 'crq.c', - 'SourceLine' => '1540' - }, - '973654' => { - 'Header' => 'x509.h', - 'Line' => '1198', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'data', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_extension_data', - 'Source' => 'crq.c', - 'SourceLine' => '1502' - }, - '973967' => { - 'Line' => '1906', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'buf', - 'type' => '184' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '5416' - }, - '5' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid', - 'Source' => 'crq.c' - }, - '974380' => { - 'Line' => '195', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'activation', - 'type' => '17423' - }, - '2' => { - 'name' => 'expiration', - 'type' => '17423' - }, - '3' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_private_key_usage_period', - 'Source' => 'crq.c' - }, - '975417' => { - 'Line' => '1695', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'critical', - 'type' => '17947' - }, - '2' => { - 'name' => 'ca', - 'type' => '17947' - }, - '3' => { - 'name' => 'pathlen', - 'type' => '13711' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_basic_constraints', - 'Source' => 'crq.c' - }, - '976728' => { - 'Line' => '1837', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'ret', - 'type' => '184' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '5416' - }, - '4' => { - 'name' => 'ret_type', - 'type' => '17947' - }, - '5' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_name', - 'Source' => 'crq.c' - }, - '976915' => { - 'Line' => '1876', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'seq', - 'type' => '130' - }, - '2' => { - 'name' => 'ret', - 'type' => '184' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_othername_oid', - 'Source' => 'crq.c' - }, - '977066' => { - 'Line' => '1965', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'output', - 'type' => '3665' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid2', - 'Source' => 'crq.c' - }, - '977454' => { - 'Line' => '2029', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'nt', - 'type' => '370754' - }, - '2' => { - 'name' => 'data', - 'type' => '291' - }, - '3' => { - 'name' => 'data_size', - 'type' => '130' - }, - '4' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_subject_alt_name', - 'Source' => 'crq.c' - }, - '977990' => { - 'Line' => '2134', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'ca', - 'type' => '130' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'type' => '70' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_basic_constraints', - 'Source' => 'crq.c' - }, - '978524' => { - 'Line' => '2232', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'oid', - 'type' => '184' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '5416' - }, - '4' => { - 'name' => 'critical', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_key_purpose_oid', - 'Source' => 'crq.c' - }, - '979596' => { - 'Line' => '2335', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'oid', - 'type' => '291' - }, - '2' => { - 'name' => 'critical', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_key_purpose_oid', - 'Source' => 'crq.c' - }, - '980737' => { - 'Header' => 'x509.h', - 'Line' => '1218', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3186' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_get_key_id', - 'Source' => 'crq.c', - 'SourceLine' => '2462' - }, - '981957' => { - 'Line' => '1138', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'key', - 'type' => '111785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_sign', - 'Source' => 'crq.c' - }, - '982062' => { - 'Header' => 'x509.h', - 'Line' => '1110', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'flags', - 'type' => '130' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_verify', - 'Source' => 'crq.c', - 'SourceLine' => '2600' - }, - '982701' => { - 'Line' => '2673', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '629572' - }, - '1' => { - 'name' => 'activation', - 'type' => '225' - }, - '2' => { - 'name' => 'expiration', - 'type' => '225' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_crq_set_private_key_usage_period', - 'Source' => 'crq.c' - }, - '983791' => { - 'Line' => '1061', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '17947' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_key_usage', - 'Source' => 'x509_ext.c' - }, - '983802' => { - 'Line' => '1269', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '3587' - }, - '1' => { - 'name' => 'ca', - 'type' => '17947' - }, - '2' => { - 'name' => 'pathlen', - 'type' => '13711' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_import_basic_constraints', - 'Source' => 'x509_ext.c' - }, - '983856' => { - 'Line' => '1337', - 'Param' => { - '0' => { - 'name' => 'ca', - 'type' => '130' - }, - '1' => { - 'name' => 'pathlen', - 'type' => '70' - }, - '2' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_basic_constraints', - 'Source' => 'x509_ext.c' - }, - '983867' => { - 'Line' => '1113', - 'Param' => { - '0' => { - 'name' => 'usage', - 'type' => '130' - }, - '1' => { - 'name' => 'ext', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_ext_export_key_usage', - 'Source' => 'x509_ext.c' - }, - '993467' => { - 'Line' => '754', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '993661' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_dn_init', - 'Source' => 'dn.c' - }, - '993667' => { - 'Line' => '786', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '985583' - }, - '1' => { - 'name' => 'data', - 'type' => '3587' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_dn_import', - 'Source' => 'dn.c' - }, - '993979' => { - 'Line' => '812', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '985583' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_dn_deinit', - 'Source' => 'dn.c' - }, - '994045' => { - 'Line' => '833', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '3587' - }, - '1' => { - 'name' => 'buf', - 'type' => '208' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_rdn_get', - 'Source' => 'dn.c' - }, - '994571' => { - 'Line' => '890', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '3587' - }, - '1' => { - 'name' => 'oid', - 'type' => '105' - }, - '2' => { - 'name' => 'indx', - 'type' => '70' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '130' - }, - '4' => { - 'name' => 'buf', - 'type' => '184' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_rdn_get_by_oid', - 'Source' => 'dn.c' - }, - '995280' => { - 'Line' => '946', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '3587' - }, - '1' => { - 'name' => 'indx', - 'type' => '70' - }, - '2' => { - 'name' => 'buf', - 'type' => '184' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_rdn_get_oid', - 'Source' => 'dn.c' - }, - '995899' => { - 'Line' => '1022', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '985583' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '184' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '5416' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_dn_export', - 'Source' => 'dn.c' - }, - '996137' => { - 'Line' => '1058', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '985583' - }, - '1' => { - 'name' => 'format', - 'type' => '177145' - }, - '2' => { - 'name' => 'out', - 'type' => '3665' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '70', - 'ShortName' => 'gnutls_x509_dn_export2', - 'Source' => 'dn.c' - } - }, - 'SymbolVersion' => { - 'Trspi_Error_Code' => 'writev@@GLIBC_2.2.5', - 'Trspi_Error_Layer' => 'writev@@GLIBC_2.2.5', - 'Trspi_Error_String' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_Close' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_CloseObject' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_Connect' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_Create' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_CreateObject' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_FreeMemory' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_GetRegisteredKeysByUUID2' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_GetTpmObject' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_LoadKeyByBlob' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_LoadKeyByUUID' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_RegisterKey' => 'writev@@GLIBC_2.2.5', - 'Tspi_Context_UnregisterKey' => 'writev@@GLIBC_2.2.5', - 'Tspi_DecodeBER_TssBlob' => 'writev@@GLIBC_2.2.5', - 'Tspi_EncodeDER_TssBlob' => 'writev@@GLIBC_2.2.5', - 'Tspi_GetAttribData' => 'writev@@GLIBC_2.2.5', - 'Tspi_GetPolicyObject' => 'writev@@GLIBC_2.2.5', - 'Tspi_Hash_SetHashValue' => 'writev@@GLIBC_2.2.5', - 'Tspi_Hash_Sign' => 'writev@@GLIBC_2.2.5', - 'Tspi_Key_CreateKey' => 'writev@@GLIBC_2.2.5', - 'Tspi_Policy_AssignToObject' => 'writev@@GLIBC_2.2.5', - 'Tspi_Policy_SetSecret' => 'writev@@GLIBC_2.2.5', - 'Tspi_SetAttribUint32' => 'writev@@GLIBC_2.2.5', - 'Tspi_TPM_StirRandom' => 'writev@@GLIBC_2.2.5', - '_ITM_deregisterTMCloneTable' => 'writev@@GLIBC_2.2.5', - '_ITM_registerTMCloneTable' => 'writev@@GLIBC_2.2.5', - '_Jv_RegisterClasses' => 'writev@@GLIBC_2.2.5', - '__gmon_start__' => 'writev@@GLIBC_2.2.5', - '__gmpz_add' => 'writev@@GLIBC_2.2.5', - '__gmpz_add_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_cdiv_q' => 'writev@@GLIBC_2.2.5', - '__gmpz_clear' => 'writev@@GLIBC_2.2.5', - '__gmpz_cmp' => 'writev@@GLIBC_2.2.5', - '__gmpz_cmp_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_fdiv_r' => 'writev@@GLIBC_2.2.5', - '__gmpz_init' => 'writev@@GLIBC_2.2.5', - '__gmpz_invert' => 'writev@@GLIBC_2.2.5', - '__gmpz_mod' => 'writev@@GLIBC_2.2.5', - '__gmpz_mul' => 'writev@@GLIBC_2.2.5', - '__gmpz_mul_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_powm' => 'writev@@GLIBC_2.2.5', - '__gmpz_probab_prime_p' => 'writev@@GLIBC_2.2.5', - '__gmpz_set' => 'writev@@GLIBC_2.2.5', - '__gmpz_set_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_sizeinbase' => 'writev@@GLIBC_2.2.5', - '__gmpz_sub' => 'writev@@GLIBC_2.2.5', - '__gmpz_sub_ui' => 'writev@@GLIBC_2.2.5', - '_gnutls_asn2err' => '_gnutls_asn2err@@GNUTLS_PRIVATE', - '_gnutls_bin2hex' => '_gnutls_bin2hex@@GNUTLS_PRIVATE', - '_gnutls_buffer_append_data_prefix' => '_gnutls_buffer_append_data_prefix@@GNUTLS_PRIVATE', - '_gnutls_buffer_append_prefix' => '_gnutls_buffer_append_prefix@@GNUTLS_PRIVATE', - '_gnutls_buffer_append_str' => '_gnutls_buffer_append_str@@GNUTLS_PRIVATE', - '_gnutls_buffer_clear' => '_gnutls_buffer_clear@@GNUTLS_PRIVATE', - '_gnutls_buffer_init' => '_gnutls_buffer_init@@GNUTLS_PRIVATE', - '_gnutls_buffer_pop_data' => '_gnutls_buffer_pop_data@@GNUTLS_PRIVATE', - '_gnutls_buffer_pop_prefix' => '_gnutls_buffer_pop_prefix@@GNUTLS_PRIVATE', - '_gnutls_buffer_to_datum' => '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE', - '_gnutls_encode_ber_rs_raw' => '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4', - '_gnutls_ext_get_session_data' => '_gnutls_ext_get_session_data@@GNUTLS_PRIVATE', - '_gnutls_ext_register' => '_gnutls_ext_register@@GNUTLS_PRIVATE', - '_gnutls_ext_set_session_data' => '_gnutls_ext_set_session_data@@GNUTLS_PRIVATE', - '_gnutls_hello_set_default_version' => '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE', - '_gnutls_lib_simulate_error' => '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE', - '_gnutls_log' => '_gnutls_log@@GNUTLS_PRIVATE', - '_gnutls_log_level' => '_gnutls_log_level@@GNUTLS_PRIVATE', - '_gnutls_mac_to_entry' => '_gnutls_mac_to_entry@@GNUTLS_PRIVATE', - '_gnutls_mpi_log' => '_gnutls_mpi_log@@GNUTLS_PRIVATE', - '_gnutls_mpi_ops' => '_gnutls_mpi_ops@@GNUTLS_PRIVATE', - '_gnutls_pkcs12_string_to_key' => '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE', - '_gnutls_pkix1_asn' => '_gnutls_pkix1_asn@@GNUTLS_PRIVATE', - '_gnutls_record_set_default_version' => '_gnutls_record_set_default_version@@GNUTLS_PRIVATE', - '_gnutls_rsa_pms_set_version' => '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE', - '_gnutls_x509_parse_dn_oid' => '_gnutls_x509_parse_dn_oid@@GNUTLS_PRIVATE', - 'deflate' => 'writev@@GLIBC_2.2.5', - 'deflateEnd' => 'writev@@GLIBC_2.2.5', - 'deflateInit2_' => 'writev@@GLIBC_2.2.5', - 'gnutls_aead_cipher_decrypt' => 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_deinit' => 'gnutls_aead_cipher_deinit@@GNUTLS_3_4', - 'gnutls_aead_cipher_encrypt' => 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_init' => 'gnutls_aead_cipher_init@@GNUTLS_3_4', - 'gnutls_alert_get' => 'gnutls_alert_get@@GNUTLS_3_4', - 'gnutls_alert_get_name' => 'gnutls_alert_get_name@@GNUTLS_3_4', - 'gnutls_alert_get_strname' => 'gnutls_alert_get_strname@@GNUTLS_3_4', - 'gnutls_alert_send' => 'gnutls_alert_send@@GNUTLS_3_4', - 'gnutls_alert_send_appropriate' => 'gnutls_alert_send_appropriate@@GNUTLS_3_4', - 'gnutls_alpn_get_selected_protocol' => 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4', - 'gnutls_alpn_set_protocols' => 'gnutls_alpn_set_protocols@@GNUTLS_3_4', - 'gnutls_anon_allocate_client_credentials' => 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_allocate_server_credentials' => 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_client_credentials' => 'gnutls_anon_free_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_server_credentials' => 'gnutls_anon_free_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_set_params_function' => 'gnutls_anon_set_params_function@@GNUTLS_3_4', - 'gnutls_anon_set_server_dh_params' => 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_anon_set_server_params_function' => 'gnutls_anon_set_server_params_function@@GNUTLS_3_4', - 'gnutls_auth_client_get_type' => 'gnutls_auth_client_get_type@@GNUTLS_3_4', - 'gnutls_auth_get_type' => 'gnutls_auth_get_type@@GNUTLS_3_4', - 'gnutls_auth_server_get_type' => 'gnutls_auth_server_get_type@@GNUTLS_3_4', - 'gnutls_buffer_append_data' => 'gnutls_buffer_append_data@@GNUTLS_3_4', - 'gnutls_bye' => 'gnutls_bye@@GNUTLS_3_4', - 'gnutls_calloc' => 'gnutls_calloc@@GNUTLS_3_4', - 'gnutls_certificate_activation_time_peers' => 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_allocate_credentials' => 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4', - 'gnutls_certificate_client_get_request_status' => 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4', - 'gnutls_certificate_expiration_time_peers' => 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_free_ca_names' => 'gnutls_certificate_free_ca_names@@GNUTLS_3_4', - 'gnutls_certificate_free_cas' => 'gnutls_certificate_free_cas@@GNUTLS_3_4', - 'gnutls_certificate_free_credentials' => 'gnutls_certificate_free_credentials@@GNUTLS_3_4', - 'gnutls_certificate_free_crls' => 'gnutls_certificate_free_crls@@GNUTLS_3_4', - 'gnutls_certificate_free_keys' => 'gnutls_certificate_free_keys@@GNUTLS_3_4', - 'gnutls_certificate_get_crt_raw' => 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4', - 'gnutls_certificate_get_issuer' => 'gnutls_certificate_get_issuer@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_crt' => 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_key' => 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_get_ours' => 'gnutls_certificate_get_ours@@GNUTLS_3_4', - 'gnutls_certificate_get_peers' => 'gnutls_certificate_get_peers@@GNUTLS_3_4', - 'gnutls_certificate_get_peers_subkey_id' => 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4', - 'gnutls_certificate_get_trust_list' => 'gnutls_certificate_get_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_get_verify_flags' => 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_crt' => 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_key' => 'gnutls_certificate_get_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_send_x509_rdn_sequence' => 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4', - 'gnutls_certificate_server_set_request' => 'gnutls_certificate_server_set_request@@GNUTLS_3_4', - 'gnutls_certificate_set_dh_params' => 'gnutls_certificate_set_dh_params@@GNUTLS_3_4', - 'gnutls_certificate_set_key' => 'gnutls_certificate_set_key@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_file' => 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_function' => 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key' => 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file' => 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file2' => 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem' => 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem2' => 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_file' => 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_mem' => 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_params_function' => 'gnutls_certificate_set_params_function@@GNUTLS_3_4', - 'gnutls_certificate_set_pin_function' => 'gnutls_certificate_set_pin_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function' => 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function2' => 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4', - 'gnutls_certificate_set_trust_list' => 'gnutls_certificate_set_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_flags' => 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_function' => 'gnutls_certificate_set_verify_function@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_limits' => 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl' => 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_file' => 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_mem' => 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key' => 'gnutls_certificate_set_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file' => 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file2' => 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem' => 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem2' => 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_file' => 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_mem' => 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_system_trust' => 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust' => 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_dir' => 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_file' => 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_mem' => 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4', - 'gnutls_certificate_type_get' => 'gnutls_certificate_type_get@@GNUTLS_3_4', - 'gnutls_certificate_type_get_id' => 'gnutls_certificate_type_get_id@@GNUTLS_3_4', - 'gnutls_certificate_type_get_name' => 'gnutls_certificate_type_get_name@@GNUTLS_3_4', - 'gnutls_certificate_type_list' => 'gnutls_certificate_type_list@@GNUTLS_3_4', - 'gnutls_certificate_verification_status_print' => 'gnutls_certificate_verification_status_print@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers' => 'gnutls_certificate_verify_peers@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers2' => 'gnutls_certificate_verify_peers2@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers3' => 'gnutls_certificate_verify_peers3@@GNUTLS_3_4', - 'gnutls_check_version' => 'gnutls_check_version@@GNUTLS_3_4', - 'gnutls_cipher_add_auth' => 'gnutls_cipher_add_auth@@GNUTLS_3_4', - 'gnutls_cipher_decrypt' => 'gnutls_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_cipher_decrypt2' => 'gnutls_cipher_decrypt2@@GNUTLS_3_4', - 'gnutls_cipher_deinit' => 'gnutls_cipher_deinit@@GNUTLS_3_4', - 'gnutls_cipher_encrypt' => 'gnutls_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_cipher_encrypt2' => 'gnutls_cipher_encrypt2@@GNUTLS_3_4', - 'gnutls_cipher_get' => 'gnutls_cipher_get@@GNUTLS_3_4', - 'gnutls_cipher_get_block_size' => 'gnutls_cipher_get_block_size@@GNUTLS_3_4', - 'gnutls_cipher_get_id' => 'gnutls_cipher_get_id@@GNUTLS_3_4', - 'gnutls_cipher_get_iv_size' => 'gnutls_cipher_get_iv_size@@GNUTLS_3_4', - 'gnutls_cipher_get_key_size' => 'gnutls_cipher_get_key_size@@GNUTLS_3_4', - 'gnutls_cipher_get_name' => 'gnutls_cipher_get_name@@GNUTLS_3_4', - 'gnutls_cipher_get_tag_size' => 'gnutls_cipher_get_tag_size@@GNUTLS_3_4', - 'gnutls_cipher_init' => 'gnutls_cipher_init@@GNUTLS_3_4', - 'gnutls_cipher_list' => 'gnutls_cipher_list@@GNUTLS_3_4', - 'gnutls_cipher_set_iv' => 'gnutls_cipher_set_iv@@GNUTLS_3_4', - 'gnutls_cipher_suite_get_name' => 'gnutls_cipher_suite_get_name@@GNUTLS_3_4', - 'gnutls_cipher_suite_info' => 'gnutls_cipher_suite_info@@GNUTLS_3_4', - 'gnutls_cipher_tag' => 'gnutls_cipher_tag@@GNUTLS_3_4', - 'gnutls_compression_get' => 'gnutls_compression_get@@GNUTLS_3_4', - 'gnutls_compression_get_id' => 'gnutls_compression_get_id@@GNUTLS_3_4', - 'gnutls_compression_get_name' => 'gnutls_compression_get_name@@GNUTLS_3_4', - 'gnutls_compression_list' => 'gnutls_compression_list@@GNUTLS_3_4', - 'gnutls_credentials_clear' => 'gnutls_credentials_clear@@GNUTLS_3_4', - 'gnutls_credentials_get' => 'gnutls_credentials_get@@GNUTLS_3_4', - 'gnutls_credentials_set' => 'gnutls_credentials_set@@GNUTLS_3_4', - 'gnutls_crypto_register_aead_cipher' => 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_cipher' => 'gnutls_crypto_register_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_digest' => 'gnutls_crypto_register_digest@@GNUTLS_3_4', - 'gnutls_crypto_register_mac' => 'gnutls_crypto_register_mac@@GNUTLS_3_4', - 'gnutls_db_check_entry' => 'gnutls_db_check_entry@@GNUTLS_3_4', - 'gnutls_db_check_entry_time' => 'gnutls_db_check_entry_time@@GNUTLS_3_4', - 'gnutls_db_get_default_cache_expiration' => 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_get_ptr' => 'gnutls_db_get_ptr@@GNUTLS_3_4', - 'gnutls_db_remove_session' => 'gnutls_db_remove_session@@GNUTLS_3_4', - 'gnutls_db_set_cache_expiration' => 'gnutls_db_set_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_set_ptr' => 'gnutls_db_set_ptr@@GNUTLS_3_4', - 'gnutls_db_set_remove_function' => 'gnutls_db_set_remove_function@@GNUTLS_3_4', - 'gnutls_db_set_retrieve_function' => 'gnutls_db_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_db_set_store_function' => 'gnutls_db_set_store_function@@GNUTLS_3_4', - 'gnutls_deinit' => 'gnutls_deinit@@GNUTLS_3_4', - 'gnutls_dh_get_group' => 'gnutls_dh_get_group@@GNUTLS_3_4', - 'gnutls_dh_get_peers_public_bits' => 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4', - 'gnutls_dh_get_prime_bits' => 'gnutls_dh_get_prime_bits@@GNUTLS_3_4', - 'gnutls_dh_get_pubkey' => 'gnutls_dh_get_pubkey@@GNUTLS_3_4', - 'gnutls_dh_get_secret_bits' => 'gnutls_dh_get_secret_bits@@GNUTLS_3_4', - 'gnutls_dh_params_cpy' => 'gnutls_dh_params_cpy@@GNUTLS_3_4', - 'gnutls_dh_params_deinit' => 'gnutls_dh_params_deinit@@GNUTLS_3_4', - 'gnutls_dh_params_export2_pkcs3' => 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_pkcs3' => 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_raw' => 'gnutls_dh_params_export_raw@@GNUTLS_3_4', - 'gnutls_dh_params_generate2' => 'gnutls_dh_params_generate2@@GNUTLS_3_4', - 'gnutls_dh_params_import_pkcs3' => 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw' => 'gnutls_dh_params_import_raw@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw2' => 'gnutls_dh_params_import_raw2@@GNUTLS_3_4', - 'gnutls_dh_params_init' => 'gnutls_dh_params_init@@GNUTLS_3_4', - 'gnutls_dh_set_prime_bits' => 'gnutls_dh_set_prime_bits@@GNUTLS_3_4', - 'gnutls_digest_get_id' => 'gnutls_digest_get_id@@GNUTLS_3_4', - 'gnutls_digest_get_name' => 'gnutls_digest_get_name@@GNUTLS_3_4', - 'gnutls_digest_list' => 'gnutls_digest_list@@GNUTLS_3_4', - 'gnutls_dtls_cookie_send' => 'gnutls_dtls_cookie_send@@GNUTLS_3_4', - 'gnutls_dtls_cookie_verify' => 'gnutls_dtls_cookie_verify@@GNUTLS_3_4', - 'gnutls_dtls_get_data_mtu' => 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_mtu' => 'gnutls_dtls_get_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_timeout' => 'gnutls_dtls_get_timeout@@GNUTLS_3_4', - 'gnutls_dtls_prestate_set' => 'gnutls_dtls_prestate_set@@GNUTLS_3_4', - 'gnutls_dtls_set_data_mtu' => 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_mtu' => 'gnutls_dtls_set_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_timeouts' => 'gnutls_dtls_set_timeouts@@GNUTLS_3_4', - 'gnutls_ecc_curve_get' => 'gnutls_ecc_curve_get@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_name' => 'gnutls_ecc_curve_get_name@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_size' => 'gnutls_ecc_curve_get_size@@GNUTLS_3_4', - 'gnutls_ecc_curve_list' => 'gnutls_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_error_is_fatal' => 'gnutls_error_is_fatal@@GNUTLS_3_4', - 'gnutls_error_to_alert' => 'gnutls_error_to_alert@@GNUTLS_3_4', - 'gnutls_est_record_overhead_size' => 'gnutls_est_record_overhead_size@@GNUTLS_3_4', - 'gnutls_ext_get_data' => 'gnutls_ext_get_data@@GNUTLS_3_4', - 'gnutls_ext_register' => 'gnutls_ext_register@@GNUTLS_3_4', - 'gnutls_ext_set_data' => 'gnutls_ext_set_data@@GNUTLS_3_4', - 'gnutls_fingerprint' => 'gnutls_fingerprint@@GNUTLS_3_4', - 'gnutls_fips140_mode_enabled' => 'gnutls_fips140_mode_enabled@@GNUTLS_3_4', - 'gnutls_free' => 'gnutls_free@@GNUTLS_3_4', - 'gnutls_global_deinit' => 'gnutls_global_deinit@@GNUTLS_3_4', - 'gnutls_global_init' => 'gnutls_global_init@@GNUTLS_3_4', - 'gnutls_global_set_audit_log_function' => 'gnutls_global_set_audit_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_function' => 'gnutls_global_set_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_level' => 'gnutls_global_set_log_level@@GNUTLS_3_4', - 'gnutls_global_set_mem_functions' => 'gnutls_global_set_mem_functions@@GNUTLS_3_4', - 'gnutls_global_set_mutex' => 'gnutls_global_set_mutex@@GNUTLS_3_4', - 'gnutls_global_set_time_function' => 'gnutls_global_set_time_function@@GNUTLS_3_4', - 'gnutls_handshake' => 'gnutls_handshake@@GNUTLS_3_4', - 'gnutls_handshake_description_get_name' => 'gnutls_handshake_description_get_name@@GNUTLS_3_4', - 'gnutls_handshake_get_last_in' => 'gnutls_handshake_get_last_in@@GNUTLS_3_4', - 'gnutls_handshake_get_last_out' => 'gnutls_handshake_get_last_out@@GNUTLS_3_4', - 'gnutls_handshake_set_hook_function' => 'gnutls_handshake_set_hook_function@@GNUTLS_3_4', - 'gnutls_handshake_set_max_packet_length' => 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4', - 'gnutls_handshake_set_post_client_hello_function' => 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4', - 'gnutls_handshake_set_private_extensions' => 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4', - 'gnutls_handshake_set_random' => 'gnutls_handshake_set_random@@GNUTLS_3_4', - 'gnutls_handshake_set_timeout' => 'gnutls_handshake_set_timeout@@GNUTLS_3_4', - 'gnutls_hash' => 'gnutls_hash@@GNUTLS_3_4', - 'gnutls_hash_deinit' => 'gnutls_hash_deinit@@GNUTLS_3_4', - 'gnutls_hash_fast' => 'gnutls_hash_fast@@GNUTLS_3_4', - 'gnutls_hash_get_len' => 'gnutls_hash_get_len@@GNUTLS_3_4', - 'gnutls_hash_init' => 'gnutls_hash_init@@GNUTLS_3_4', - 'gnutls_hash_output' => 'gnutls_hash_output@@GNUTLS_3_4', - 'gnutls_heartbeat_allowed' => 'gnutls_heartbeat_allowed@@GNUTLS_3_4', - 'gnutls_heartbeat_enable' => 'gnutls_heartbeat_enable@@GNUTLS_3_4', - 'gnutls_heartbeat_get_timeout' => 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4', - 'gnutls_heartbeat_ping' => 'gnutls_heartbeat_ping@@GNUTLS_3_4', - 'gnutls_heartbeat_pong' => 'gnutls_heartbeat_pong@@GNUTLS_3_4', - 'gnutls_heartbeat_set_timeouts' => 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4', - 'gnutls_hex2bin' => 'gnutls_hex2bin@@GNUTLS_3_4', - 'gnutls_hex_decode' => 'gnutls_hex_decode@@GNUTLS_3_4', - 'gnutls_hex_encode' => 'gnutls_hex_encode@@GNUTLS_3_4', - 'gnutls_hmac' => 'gnutls_hmac@@GNUTLS_3_4', - 'gnutls_hmac_deinit' => 'gnutls_hmac_deinit@@GNUTLS_3_4', - 'gnutls_hmac_fast' => 'gnutls_hmac_fast@@GNUTLS_3_4', - 'gnutls_hmac_get_len' => 'gnutls_hmac_get_len@@GNUTLS_3_4', - 'gnutls_hmac_init' => 'gnutls_hmac_init@@GNUTLS_3_4', - 'gnutls_hmac_output' => 'gnutls_hmac_output@@GNUTLS_3_4', - 'gnutls_hmac_set_nonce' => 'gnutls_hmac_set_nonce@@GNUTLS_3_4', - 'gnutls_init' => 'gnutls_init@@GNUTLS_3_4', - 'gnutls_key_generate' => 'gnutls_key_generate@@GNUTLS_3_4', - 'gnutls_kx_get' => 'gnutls_kx_get@@GNUTLS_3_4', - 'gnutls_kx_get_id' => 'gnutls_kx_get_id@@GNUTLS_3_4', - 'gnutls_kx_get_name' => 'gnutls_kx_get_name@@GNUTLS_3_4', - 'gnutls_kx_list' => 'gnutls_kx_list@@GNUTLS_3_4', - 'gnutls_load_file' => 'gnutls_load_file@@GNUTLS_3_4', - 'gnutls_mac_get' => 'gnutls_mac_get@@GNUTLS_3_4', - 'gnutls_mac_get_id' => 'gnutls_mac_get_id@@GNUTLS_3_4', - 'gnutls_mac_get_key_size' => 'gnutls_mac_get_key_size@@GNUTLS_3_4', - 'gnutls_mac_get_name' => 'gnutls_mac_get_name@@GNUTLS_3_4', - 'gnutls_mac_get_nonce_size' => 'gnutls_mac_get_nonce_size@@GNUTLS_3_4', - 'gnutls_mac_list' => 'gnutls_mac_list@@GNUTLS_3_4', - 'gnutls_malloc' => 'gnutls_malloc@@GNUTLS_3_4', - 'gnutls_memcmp' => 'gnutls_memcmp@@GNUTLS_3_4', - 'gnutls_memset' => 'gnutls_memset@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert' => 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert_id' => 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_deinit' => 'gnutls_ocsp_req_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_req_export' => 'gnutls_ocsp_req_export@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_cert_id' => 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_extension' => 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_nonce' => 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_version' => 'gnutls_ocsp_req_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_req_import' => 'gnutls_ocsp_req_import@@GNUTLS_3_4', - 'gnutls_ocsp_req_init' => 'gnutls_ocsp_req_init@@GNUTLS_3_4', - 'gnutls_ocsp_req_print' => 'gnutls_ocsp_req_print@@GNUTLS_3_4', - 'gnutls_ocsp_req_randomize_nonce' => 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_extension' => 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_nonce' => 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_check_crt' => 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4', - 'gnutls_ocsp_resp_deinit' => 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_resp_export' => 'gnutls_ocsp_resp_export@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_certs' => 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_extension' => 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_nonce' => 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_produced' => 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder' => 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder_raw_id' => 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_response' => 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature' => 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature_algorithm' => 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_single' => 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_status' => 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_version' => 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_resp_import' => 'gnutls_ocsp_resp_import@@GNUTLS_3_4', - 'gnutls_ocsp_resp_init' => 'gnutls_ocsp_resp_init@@GNUTLS_3_4', - 'gnutls_ocsp_resp_print' => 'gnutls_ocsp_resp_print@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify' => 'gnutls_ocsp_resp_verify@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify_direct' => 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_enable_client' => 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_get' => 'gnutls_ocsp_status_request_get@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_is_checked' => 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_email' => 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname' => 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname2' => 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_deinit' => 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export' => 'gnutls_openpgp_crt_export@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export2' => 'gnutls_openpgp_crt_export2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_auth_subkey' => 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_creation_time' => 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_expiration_time' => 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_fingerprint' => 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_id' => 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_usage' => 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_name' => 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_algorithm' => 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_dsa_raw' => 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_rsa_raw' => 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_preferred_key_id' => 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_revoked_status' => 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_count' => 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_creation_time' => 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_expiration_time' => 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_fingerprint' => 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_id' => 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_idx' => 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_algorithm' => 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_revoked_status' => 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_usage' => 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_version' => 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4', - 'gnutls_openpgp_crt_import' => 'gnutls_openpgp_crt_import@@GNUTLS_3_4', - 'gnutls_openpgp_crt_init' => 'gnutls_openpgp_crt_init@@GNUTLS_3_4', - 'gnutls_openpgp_crt_print' => 'gnutls_openpgp_crt_print@@GNUTLS_3_4', - 'gnutls_openpgp_crt_set_preferred_key_id' => 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_ring' => 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_self' => 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_check_id' => 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_deinit' => 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt' => 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt_count' => 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_import' => 'gnutls_openpgp_keyring_import@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_init' => 'gnutls_openpgp_keyring_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_deinit' => 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export' => 'gnutls_openpgp_privkey_export@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export2' => 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_dsa_raw' => 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_rsa_raw' => 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_dsa_raw' => 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_rsa_raw' => 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_fingerprint' => 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_key_id' => 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_pk_algorithm' => 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_preferred_key_id' => 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_revoked_status' => 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_count' => 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_creation_time' => 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_expiration_time' => 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_fingerprint' => 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_id' => 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_idx' => 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm' => 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_revoked_status' => 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_import' => 'gnutls_openpgp_privkey_import@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_init' => 'gnutls_openpgp_privkey_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sec_param' => 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_set_preferred_key_id' => 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sign_hash' => 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_openpgp_send_cert' => 'gnutls_openpgp_send_cert@@GNUTLS_3_4', - 'gnutls_openpgp_set_recv_key_function' => 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4', - 'gnutls_packet_deinit' => 'gnutls_packet_deinit@@GNUTLS_3_4', - 'gnutls_packet_get' => 'gnutls_packet_get@@GNUTLS_3_4', - 'gnutls_pcert_deinit' => 'gnutls_pcert_deinit@@GNUTLS_3_4', - 'gnutls_pcert_export_openpgp' => 'gnutls_pcert_export_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_export_x509' => 'gnutls_pcert_export_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp' => 'gnutls_pcert_import_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp_raw' => 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pcert_import_x509' => 'gnutls_pcert_import_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_list' => 'gnutls_pcert_import_x509_list@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_raw' => 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pcert_list_import_x509_raw' => 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pem_base64_decode' => 'gnutls_pem_base64_decode@@GNUTLS_3_4', - 'gnutls_pem_base64_decode2' => 'gnutls_pem_base64_decode2@@GNUTLS_3_4', - 'gnutls_pem_base64_encode' => 'gnutls_pem_base64_encode@@GNUTLS_3_4', - 'gnutls_pem_base64_encode2' => 'gnutls_pem_base64_encode2@@GNUTLS_3_4', - 'gnutls_perror' => 'gnutls_perror@@GNUTLS_3_4', - 'gnutls_pk_algorithm_get_name' => 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4', - 'gnutls_pk_bits_to_sec_param' => 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4', - 'gnutls_pk_get_id' => 'gnutls_pk_get_id@@GNUTLS_3_4', - 'gnutls_pk_get_name' => 'gnutls_pk_get_name@@GNUTLS_3_4', - 'gnutls_pk_list' => 'gnutls_pk_list@@GNUTLS_3_4', - 'gnutls_pk_to_sign' => 'gnutls_pk_to_sign@@GNUTLS_3_4', - 'gnutls_pkcs11_add_provider' => 'gnutls_pkcs11_add_provider@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_attached_extension' => 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_secret_key' => 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_crt2' => 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_privkey2' => 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4', - 'gnutls_pkcs11_crt_is_known' => 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4', - 'gnutls_pkcs11_deinit' => 'gnutls_pkcs11_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_delete_url' => 'gnutls_pkcs11_delete_url@@GNUTLS_3_4', - 'gnutls_pkcs11_get_pin_function' => 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer' => 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer_by_dn' => 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_pkcs11_init' => 'gnutls_pkcs11_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_deinit' => 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export' => 'gnutls_pkcs11_obj_export@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export2' => 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export3' => 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export_url' => 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_flags_get_str' => 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_exts' => 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_flags' => 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_info' => 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_type' => 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_import_url' => 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_init' => 'gnutls_pkcs11_obj_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url3' => 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url4' => 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_info' => 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_pin_function' => 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_cpy' => 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_deinit' => 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_pubkey' => 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_url' => 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_generate3' => 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_info' => 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_pk_algorithm' => 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_import_url' => 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_init' => 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_set_pin_function' => 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_status' => 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4', - 'gnutls_pkcs11_reinit' => 'gnutls_pkcs11_reinit@@GNUTLS_3_4', - 'gnutls_pkcs11_set_pin_function' => 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_set_token_function' => 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_flags' => 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_info' => 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_mechanism' => 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_random' => 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_url' => 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4', - 'gnutls_pkcs11_token_init' => 'gnutls_pkcs11_token_init@@GNUTLS_3_4', - 'gnutls_pkcs11_token_set_pin' => 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4', - 'gnutls_pkcs11_type_get_name' => 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_decrypt' => 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_deinit' => 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_enc_info' => 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_encrypt' => 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_count' => 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_data' => 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_friendly_name' => 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_key_id' => 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_type' => 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_init' => 'gnutls_pkcs12_bag_init@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crl' => 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crt' => 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_data' => 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_friendly_name' => 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_key_id' => 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_privkey' => 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4', - 'gnutls_pkcs12_deinit' => 'gnutls_pkcs12_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_export' => 'gnutls_pkcs12_export@@GNUTLS_3_4', - 'gnutls_pkcs12_export2' => 'gnutls_pkcs12_export2@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac' => 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac2' => 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4', - 'gnutls_pkcs12_get_bag' => 'gnutls_pkcs12_get_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_import' => 'gnutls_pkcs12_import@@GNUTLS_3_4', - 'gnutls_pkcs12_init' => 'gnutls_pkcs12_init@@GNUTLS_3_4', - 'gnutls_pkcs12_mac_info' => 'gnutls_pkcs12_mac_info@@GNUTLS_3_4', - 'gnutls_pkcs12_set_bag' => 'gnutls_pkcs12_set_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_simple_parse' => 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4', - 'gnutls_pkcs12_verify_mac' => 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4', - 'gnutls_pkcs7_deinit' => 'gnutls_pkcs7_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crl' => 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crt' => 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_export' => 'gnutls_pkcs7_export@@GNUTLS_3_4', - 'gnutls_pkcs7_export2' => 'gnutls_pkcs7_export2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_count' => 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_raw' => 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_count' => 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_raw' => 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_import' => 'gnutls_pkcs7_import@@GNUTLS_3_4', - 'gnutls_pkcs7_init' => 'gnutls_pkcs7_init@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl' => 'gnutls_pkcs7_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl_raw' => 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt' => 'gnutls_pkcs7_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt_raw' => 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs8_info' => 'gnutls_pkcs8_info@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_name' => 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_oid' => 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4', - 'gnutls_prf' => 'gnutls_prf@@GNUTLS_3_4', - 'gnutls_prf_raw' => 'gnutls_prf_raw@@GNUTLS_3_4', - 'gnutls_priority_certificate_type_list' => 'gnutls_priority_certificate_type_list@@GNUTLS_3_4', - 'gnutls_priority_cipher_list' => 'gnutls_priority_cipher_list@@GNUTLS_3_4', - 'gnutls_priority_compression_list' => 'gnutls_priority_compression_list@@GNUTLS_3_4', - 'gnutls_priority_deinit' => 'gnutls_priority_deinit@@GNUTLS_3_4', - 'gnutls_priority_ecc_curve_list' => 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_priority_get_cipher_suite_index' => 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4', - 'gnutls_priority_init' => 'gnutls_priority_init@@GNUTLS_3_4', - 'gnutls_priority_kx_list' => 'gnutls_priority_kx_list@@GNUTLS_3_4', - 'gnutls_priority_mac_list' => 'gnutls_priority_mac_list@@GNUTLS_3_4', - 'gnutls_priority_protocol_list' => 'gnutls_priority_protocol_list@@GNUTLS_3_4', - 'gnutls_priority_set' => 'gnutls_priority_set@@GNUTLS_3_4', - 'gnutls_priority_set_direct' => 'gnutls_priority_set_direct@@GNUTLS_3_4', - 'gnutls_priority_sign_list' => 'gnutls_priority_sign_list@@GNUTLS_3_4', - 'gnutls_priority_string_list' => 'gnutls_priority_string_list@@GNUTLS_3_4', - 'gnutls_privkey_decrypt_data' => 'gnutls_privkey_decrypt_data@@GNUTLS_3_4', - 'gnutls_privkey_deinit' => 'gnutls_privkey_deinit@@GNUTLS_3_4', - 'gnutls_privkey_export_dsa_raw' => 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_ecc_raw' => 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_openpgp' => 'gnutls_privkey_export_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_export_pkcs11' => 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_export_rsa_raw' => 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_x509' => 'gnutls_privkey_export_x509@@GNUTLS_3_4', - 'gnutls_privkey_generate' => 'gnutls_privkey_generate@@GNUTLS_3_4', - 'gnutls_privkey_get_pk_algorithm' => 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_privkey_get_type' => 'gnutls_privkey_get_type@@GNUTLS_3_4', - 'gnutls_privkey_import_dsa_raw' => 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ecc_raw' => 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ext' => 'gnutls_privkey_import_ext@@GNUTLS_3_4', - 'gnutls_privkey_import_ext2' => 'gnutls_privkey_import_ext2@@GNUTLS_3_4', - 'gnutls_privkey_import_ext3' => 'gnutls_privkey_import_ext3@@GNUTLS_3_4', - 'gnutls_privkey_import_openpgp' => 'gnutls_privkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_import_openpgp_raw' => 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_pkcs11' => 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_import_rsa_raw' => 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_raw' => 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_url' => 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_privkey_import_url' => 'gnutls_privkey_import_url@@GNUTLS_3_4', - 'gnutls_privkey_import_x509' => 'gnutls_privkey_import_x509@@GNUTLS_3_4', - 'gnutls_privkey_import_x509_raw' => 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_privkey_init' => 'gnutls_privkey_init@@GNUTLS_3_4', - 'gnutls_privkey_set_pin_function' => 'gnutls_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_privkey_sign_data' => 'gnutls_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_privkey_sign_hash' => 'gnutls_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_privkey_status' => 'gnutls_privkey_status@@GNUTLS_3_4', - 'gnutls_privkey_verify_params' => 'gnutls_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_protocol_get_id' => 'gnutls_protocol_get_id@@GNUTLS_3_4', - 'gnutls_protocol_get_name' => 'gnutls_protocol_get_name@@GNUTLS_3_4', - 'gnutls_protocol_get_version' => 'gnutls_protocol_get_version@@GNUTLS_3_4', - 'gnutls_protocol_list' => 'gnutls_protocol_list@@GNUTLS_3_4', - 'gnutls_psk_allocate_client_credentials' => 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_allocate_server_credentials' => 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_allocate_server_credentials.localalias.1' => 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_client_get_hint' => 'gnutls_psk_client_get_hint@@GNUTLS_3_4', - 'gnutls_psk_free_client_credentials' => 'gnutls_psk_free_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_free_server_credentials' => 'gnutls_psk_free_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_server_get_username' => 'gnutls_psk_server_get_username@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials' => 'gnutls_psk_set_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials_function' => 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_params_function' => 'gnutls_psk_set_params_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_file' => 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_function' => 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_hint' => 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4', - 'gnutls_psk_set_server_dh_params' => 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_psk_set_server_params_function' => 'gnutls_psk_set_server_params_function@@GNUTLS_3_4', - 'gnutls_pubkey_deinit' => 'gnutls_pubkey_deinit@@GNUTLS_3_4', - 'gnutls_pubkey_encrypt_data' => 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4', - 'gnutls_pubkey_export' => 'gnutls_pubkey_export@@GNUTLS_3_4', - 'gnutls_pubkey_export2' => 'gnutls_pubkey_export2@@GNUTLS_3_4', - 'gnutls_pubkey_export_dsa_raw' => 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_ecc_raw' => 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_ecc_x962' => 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_export_rsa_raw' => 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_get_key_id' => 'gnutls_pubkey_get_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_key_usage' => 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_get_openpgp_key_id' => 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_pk_algorithm' => 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_get_preferred_hash_algorithm' => 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_import' => 'gnutls_pubkey_import@@GNUTLS_3_4', - 'gnutls_pubkey_import_dsa_raw' => 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_raw' => 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_x962' => 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp' => 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp_raw' => 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_pkcs11' => 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_pubkey_import_privkey' => 'gnutls_pubkey_import_privkey@@GNUTLS_3_4', - 'gnutls_pubkey_import_rsa_raw' => 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_raw' => 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_url' => 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_url' => 'gnutls_pubkey_import_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509' => 'gnutls_pubkey_import_x509@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_crq' => 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_raw' => 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pubkey_init' => 'gnutls_pubkey_init@@GNUTLS_3_4', - 'gnutls_pubkey_print' => 'gnutls_pubkey_print@@GNUTLS_3_4', - 'gnutls_pubkey_set_key_usage' => 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_set_pin_function' => 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pubkey_verify_data2' => 'gnutls_pubkey_verify_data2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_hash2' => 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_params' => 'gnutls_pubkey_verify_params@@GNUTLS_3_4', - 'gnutls_random_art' => 'gnutls_random_art@@GNUTLS_3_4', - 'gnutls_range_split' => 'gnutls_range_split@@GNUTLS_3_4', - 'gnutls_realloc' => 'gnutls_realloc@@GNUTLS_3_4', - 'gnutls_record_can_use_length_hiding' => 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4', - 'gnutls_record_check_corked' => 'gnutls_record_check_corked@@GNUTLS_3_4', - 'gnutls_record_check_pending' => 'gnutls_record_check_pending@@GNUTLS_3_4', - 'gnutls_record_cork' => 'gnutls_record_cork@@GNUTLS_3_4', - 'gnutls_record_disable_padding' => 'gnutls_record_disable_padding@@GNUTLS_3_4', - 'gnutls_record_discard_queued' => 'gnutls_record_discard_queued@@GNUTLS_3_4', - 'gnutls_record_get_direction' => 'gnutls_record_get_direction@@GNUTLS_3_4', - 'gnutls_record_get_discarded' => 'gnutls_record_get_discarded@@GNUTLS_3_4', - 'gnutls_record_get_max_size' => 'gnutls_record_get_max_size@@GNUTLS_3_4', - 'gnutls_record_get_state' => 'gnutls_record_get_state@@GNUTLS_3_4', - 'gnutls_record_overhead_size' => 'gnutls_record_overhead_size@@GNUTLS_3_4', - 'gnutls_record_recv' => 'gnutls_record_recv@@GNUTLS_3_4', - 'gnutls_record_recv_packet' => 'gnutls_record_recv_packet@@GNUTLS_3_4', - 'gnutls_record_recv_seq' => 'gnutls_record_recv_seq@@GNUTLS_3_4', - 'gnutls_record_send' => 'gnutls_record_send@@GNUTLS_3_4', - 'gnutls_record_send_range' => 'gnutls_record_send_range@@GNUTLS_3_4', - 'gnutls_record_set_max_size' => 'gnutls_record_set_max_size@@GNUTLS_3_4', - 'gnutls_record_set_state' => 'gnutls_record_set_state@@GNUTLS_3_4', - 'gnutls_record_set_timeout' => 'gnutls_record_set_timeout@@GNUTLS_3_4', - 'gnutls_record_uncork' => 'gnutls_record_uncork@@GNUTLS_3_4', - 'gnutls_register_custom_url' => 'gnutls_register_custom_url@@GNUTLS_3_4', - 'gnutls_rehandshake' => 'gnutls_rehandshake@@GNUTLS_3_4', - 'gnutls_rnd' => 'gnutls_rnd@@GNUTLS_3_4', - 'gnutls_rnd_refresh' => 'gnutls_rnd_refresh@@GNUTLS_3_4', - 'gnutls_safe_renegotiation_status' => 'gnutls_safe_renegotiation_status@@GNUTLS_3_4', - 'gnutls_sec_param_get_name' => 'gnutls_sec_param_get_name@@GNUTLS_3_4', - 'gnutls_sec_param_to_pk_bits' => 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4', - 'gnutls_sec_param_to_symmetric_bits' => 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4', - 'gnutls_secure_malloc' => 'gnutls_secure_malloc@@GNUTLS_3_4', - 'gnutls_server_name_get' => 'gnutls_server_name_get@@GNUTLS_3_4', - 'gnutls_server_name_set' => 'gnutls_server_name_set@@GNUTLS_3_4', - 'gnutls_session_channel_binding' => 'gnutls_session_channel_binding@@GNUTLS_3_4', - 'gnutls_session_enable_compatibility_mode' => 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4', - 'gnutls_session_etm_status' => 'gnutls_session_etm_status@@GNUTLS_3_4', - 'gnutls_session_ext_master_secret_status' => 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4', - 'gnutls_session_force_valid' => 'gnutls_session_force_valid@@GNUTLS_3_4', - 'gnutls_session_get_data' => 'gnutls_session_get_data@@GNUTLS_3_4', - 'gnutls_session_get_data2' => 'gnutls_session_get_data2@@GNUTLS_3_4', - 'gnutls_session_get_desc' => 'gnutls_session_get_desc@@GNUTLS_3_4', - 'gnutls_session_get_id' => 'gnutls_session_get_id@@GNUTLS_3_4', - 'gnutls_session_get_id2' => 'gnutls_session_get_id2@@GNUTLS_3_4', - 'gnutls_session_get_ptr' => 'gnutls_session_get_ptr@@GNUTLS_3_4', - 'gnutls_session_get_random' => 'gnutls_session_get_random@@GNUTLS_3_4', - 'gnutls_session_is_resumed' => 'gnutls_session_is_resumed@@GNUTLS_3_4', - 'gnutls_session_resumption_requested' => 'gnutls_session_resumption_requested@@GNUTLS_3_4', - 'gnutls_session_set_data' => 'gnutls_session_set_data@@GNUTLS_3_4', - 'gnutls_session_set_id' => 'gnutls_session_set_id@@GNUTLS_3_4', - 'gnutls_session_set_premaster' => 'gnutls_session_set_premaster@@GNUTLS_3_4', - 'gnutls_session_set_ptr' => 'gnutls_session_set_ptr@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_client' => 'gnutls_session_ticket_enable_client@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_server' => 'gnutls_session_ticket_enable_server@@GNUTLS_3_4', - 'gnutls_session_ticket_key_generate' => 'gnutls_session_ticket_key_generate@@GNUTLS_3_4', - 'gnutls_set_default_priority' => 'gnutls_set_default_priority@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get' => 'gnutls_sign_algorithm_get@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_client' => 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_requested' => 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4', - 'gnutls_sign_get_hash_algorithm' => 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4', - 'gnutls_sign_get_id' => 'gnutls_sign_get_id@@GNUTLS_3_4', - 'gnutls_sign_get_name' => 'gnutls_sign_get_name@@GNUTLS_3_4', - 'gnutls_sign_get_pk_algorithm' => 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_sign_is_secure' => 'gnutls_sign_is_secure@@GNUTLS_3_4', - 'gnutls_sign_list' => 'gnutls_sign_list@@GNUTLS_3_4', - 'gnutls_srp_1024_group_generator' => 'gnutls_srp_1024_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1024_group_prime' => 'gnutls_srp_1024_group_prime@@GNUTLS_3_4', - 'gnutls_srp_1536_group_generator' => 'gnutls_srp_1536_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1536_group_prime' => 'gnutls_srp_1536_group_prime@@GNUTLS_3_4', - 'gnutls_srp_2048_group_generator' => 'gnutls_srp_2048_group_generator@@GNUTLS_3_4', - 'gnutls_srp_2048_group_prime' => 'gnutls_srp_2048_group_prime@@GNUTLS_3_4', - 'gnutls_srp_3072_group_generator' => 'gnutls_srp_3072_group_generator@@GNUTLS_3_4', - 'gnutls_srp_3072_group_prime' => 'gnutls_srp_3072_group_prime@@GNUTLS_3_4', - 'gnutls_srp_4096_group_generator' => 'gnutls_srp_4096_group_generator@@GNUTLS_3_4', - 'gnutls_srp_4096_group_prime' => 'gnutls_srp_4096_group_prime@@GNUTLS_3_4', - 'gnutls_srp_allocate_client_credentials' => 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_allocate_server_credentials' => 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_base64_decode' => 'gnutls_srp_base64_decode@@GNUTLS_3_4', - 'gnutls_srp_base64_decode2' => 'gnutls_srp_base64_decode2@@GNUTLS_3_4', - 'gnutls_srp_base64_encode' => 'gnutls_srp_base64_encode@@GNUTLS_3_4', - 'gnutls_srp_base64_encode2' => 'gnutls_srp_base64_encode2@@GNUTLS_3_4', - 'gnutls_srp_free_client_credentials' => 'gnutls_srp_free_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_free_server_credentials' => 'gnutls_srp_free_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_server_get_username' => 'gnutls_srp_server_get_username@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials' => 'gnutls_srp_set_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials_function' => 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_prime_bits' => 'gnutls_srp_set_prime_bits@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_file' => 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_function' => 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_server_fake_salt_seed' => 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4', - 'gnutls_srp_verifier' => 'gnutls_srp_verifier@@GNUTLS_3_4', - 'gnutls_srtp_get_keys' => 'gnutls_srtp_get_keys@@GNUTLS_3_4', - 'gnutls_srtp_get_mki' => 'gnutls_srtp_get_mki@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_id' => 'gnutls_srtp_get_profile_id@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_name' => 'gnutls_srtp_get_profile_name@@GNUTLS_3_4', - 'gnutls_srtp_get_selected_profile' => 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_mki' => 'gnutls_srtp_set_mki@@GNUTLS_3_4', - 'gnutls_srtp_set_profile' => 'gnutls_srtp_set_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_profile_direct' => 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4', - 'gnutls_store_commitment' => 'gnutls_store_commitment@@GNUTLS_3_4', - 'gnutls_store_pubkey' => 'gnutls_store_pubkey@@GNUTLS_3_4', - 'gnutls_strdup' => 'gnutls_strdup@@GNUTLS_3_4', - 'gnutls_strerror' => 'gnutls_strerror@@GNUTLS_3_4', - 'gnutls_strerror_name' => 'gnutls_strerror_name@@GNUTLS_3_4', - 'gnutls_subject_alt_names_deinit' => 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4', - 'gnutls_subject_alt_names_get' => 'gnutls_subject_alt_names_get@@GNUTLS_3_4', - 'gnutls_subject_alt_names_init' => 'gnutls_subject_alt_names_init@@GNUTLS_3_4', - 'gnutls_subject_alt_names_set' => 'gnutls_subject_alt_names_set@@GNUTLS_3_4', - 'gnutls_supplemental_get_name' => 'gnutls_supplemental_get_name@@GNUTLS_3_4', - 'gnutls_supplemental_recv' => 'gnutls_supplemental_recv@@GNUTLS_3_4', - 'gnutls_supplemental_register' => 'gnutls_supplemental_register@@GNUTLS_3_4', - 'gnutls_supplemental_send' => 'gnutls_supplemental_send@@GNUTLS_3_4', - 'gnutls_system_key_add_x509' => 'gnutls_system_key_add_x509@@GNUTLS_3_4', - 'gnutls_system_key_delete' => 'gnutls_system_key_delete@@GNUTLS_3_4', - 'gnutls_system_key_iter_deinit' => 'gnutls_system_key_iter_deinit@@GNUTLS_3_4', - 'gnutls_system_key_iter_get_info' => 'gnutls_system_key_iter_get_info@@GNUTLS_3_4', - 'gnutls_system_recv_timeout' => 'gnutls_system_recv_timeout@@GNUTLS_3_4', - 'gnutls_tdb_deinit' => 'gnutls_tdb_deinit@@GNUTLS_3_4', - 'gnutls_tdb_init' => 'gnutls_tdb_init@@GNUTLS_3_4', - 'gnutls_tdb_set_store_commitment_func' => 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4', - 'gnutls_tdb_set_store_func' => 'gnutls_tdb_set_store_func@@GNUTLS_3_4', - 'gnutls_tdb_set_verify_func' => 'gnutls_tdb_set_verify_func@@GNUTLS_3_4', - 'gnutls_tpm_get_registered' => 'gnutls_tpm_get_registered@@GNUTLS_3_4', - 'gnutls_tpm_key_list_deinit' => 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4', - 'gnutls_tpm_key_list_get_url' => 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4', - 'gnutls_tpm_privkey_delete' => 'gnutls_tpm_privkey_delete@@GNUTLS_3_4', - 'gnutls_tpm_privkey_generate' => 'gnutls_tpm_privkey_generate@@GNUTLS_3_4', - 'gnutls_transport_get_int' => 'gnutls_transport_get_int@@GNUTLS_3_4', - 'gnutls_transport_get_int2' => 'gnutls_transport_get_int2@@GNUTLS_3_4', - 'gnutls_transport_get_ptr' => 'gnutls_transport_get_ptr@@GNUTLS_3_4', - 'gnutls_transport_get_ptr2' => 'gnutls_transport_get_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_errno' => 'gnutls_transport_set_errno@@GNUTLS_3_4', - 'gnutls_transport_set_errno_function' => 'gnutls_transport_set_errno_function@@GNUTLS_3_4', - 'gnutls_transport_set_int2' => 'gnutls_transport_set_int2@@GNUTLS_3_4', - 'gnutls_transport_set_ptr' => 'gnutls_transport_set_ptr@@GNUTLS_3_4', - 'gnutls_transport_set_ptr2' => 'gnutls_transport_set_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_pull_function' => 'gnutls_transport_set_pull_function@@GNUTLS_3_4', - 'gnutls_transport_set_pull_timeout_function' => 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4', - 'gnutls_transport_set_push_function' => 'gnutls_transport_set_push_function@@GNUTLS_3_4', - 'gnutls_transport_set_vec_push_function' => 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4', - 'gnutls_url_is_supported' => 'gnutls_url_is_supported@@GNUTLS_3_4', - 'gnutls_verify_stored_pubkey' => 'gnutls_verify_stored_pubkey@@GNUTLS_3_4', - 'gnutls_x509_aia_deinit' => 'gnutls_x509_aia_deinit@@GNUTLS_3_4', - 'gnutls_x509_aia_get' => 'gnutls_x509_aia_get@@GNUTLS_3_4', - 'gnutls_x509_aia_init' => 'gnutls_x509_aia_init@@GNUTLS_3_4', - 'gnutls_x509_aia_set' => 'gnutls_x509_aia_set@@GNUTLS_3_4', - 'gnutls_x509_aki_deinit' => 'gnutls_x509_aki_deinit@@GNUTLS_3_4', - 'gnutls_x509_aki_get_cert_issuer' => 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_get_id' => 'gnutls_x509_aki_get_id@@GNUTLS_3_4', - 'gnutls_x509_aki_init' => 'gnutls_x509_aki_init@@GNUTLS_3_4', - 'gnutls_x509_aki_set_cert_issuer' => 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_set_id' => 'gnutls_x509_aki_set_id@@GNUTLS_3_4', - 'gnutls_x509_crl_check_issuer' => 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crl_deinit' => 'gnutls_x509_crl_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_deinit' => 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_get' => 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_init' => 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_set' => 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4', - 'gnutls_x509_crl_export' => 'gnutls_x509_crl_export@@GNUTLS_3_4', - 'gnutls_x509_crl_export2' => 'gnutls_x509_crl_export2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_gn_serial' => 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_id' => 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_count' => 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_serial' => 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_dn_oid' => 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data' => 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data2' => 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_info' => 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_oid' => 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn' => 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn2' => 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn_by_oid' => 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_next_update' => 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_number' => 'gnutls_x509_crl_get_number@@GNUTLS_3_4', - 'gnutls_x509_crl_get_raw_issuer_dn' => 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature' => 'gnutls_x509_crl_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature_algorithm' => 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crl_get_this_update' => 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_version' => 'gnutls_x509_crl_get_version@@GNUTLS_3_4', - 'gnutls_x509_crl_import' => 'gnutls_x509_crl_import@@GNUTLS_3_4', - 'gnutls_x509_crl_init' => 'gnutls_x509_crl_init@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_crt_serial' => 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_deinit' => 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import' => 'gnutls_x509_crl_list_import@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import2' => 'gnutls_x509_crl_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crl_print' => 'gnutls_x509_crl_print@@GNUTLS_3_4', - 'gnutls_x509_crl_privkey_sign' => 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_set_authority_key_id' => 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt' => 'gnutls_x509_crl_set_crt@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt_serial' => 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_set_next_update' => 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_number' => 'gnutls_x509_crl_set_number@@GNUTLS_3_4', - 'gnutls_x509_crl_set_this_update' => 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_version' => 'gnutls_x509_crl_set_version@@GNUTLS_3_4', - 'gnutls_x509_crl_sign' => 'gnutls_x509_crl_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_sign2' => 'gnutls_x509_crl_sign2@@GNUTLS_3_4', - 'gnutls_x509_crl_verify' => 'gnutls_x509_crl_verify@@GNUTLS_3_4', - 'gnutls_x509_crq_deinit' => 'gnutls_x509_crq_deinit@@GNUTLS_3_4', - 'gnutls_x509_crq_export' => 'gnutls_x509_crq_export@@GNUTLS_3_4', - 'gnutls_x509_crq_export2' => 'gnutls_x509_crq_export2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_by_oid' => 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_data' => 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_info' => 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_basic_constraints' => 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_get_challenge_password' => 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn' => 'gnutls_x509_crq_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn2' => 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_by_oid' => 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_oid' => 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid' => 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid2' => 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data' => 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data2' => 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_info' => 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_id' => 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_purpose_oid' => 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_rsa_raw' => 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_usage' => 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_get_pk_algorithm' => 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_private_key_usage_period' => 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_get_signature_algorithm' => 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_subject_alt_name' => 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_get_subject_alt_othername_oid' => 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_version' => 'gnutls_x509_crq_get_version@@GNUTLS_3_4', - 'gnutls_x509_crq_import' => 'gnutls_x509_crq_import@@GNUTLS_3_4', - 'gnutls_x509_crq_init' => 'gnutls_x509_crq_init@@GNUTLS_3_4', - 'gnutls_x509_crq_print' => 'gnutls_x509_crq_print@@GNUTLS_3_4', - 'gnutls_x509_crq_privkey_sign' => 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_set_attribute_by_oid' => 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_basic_constraints' => 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_set_challenge_password' => 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn' => 'gnutls_x509_crq_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn_by_oid' => 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key' => 'gnutls_x509_crq_set_key@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_purpose_oid' => 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_rsa_raw' => 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_usage' => 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_set_private_key_usage_period' => 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_set_pubkey' => 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crq_set_subject_alt_name' => 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_set_version' => 'gnutls_x509_crq_set_version@@GNUTLS_3_4', - 'gnutls_x509_crq_sign' => 'gnutls_x509_crq_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_sign2' => 'gnutls_x509_crq_sign2@@GNUTLS_3_4', - 'gnutls_x509_crq_verify' => 'gnutls_x509_crq_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_check_email' => 'gnutls_x509_crt_check_email@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname' => 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname2' => 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_x509_crt_check_issuer' => 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_check_revocation' => 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4', - 'gnutls_x509_crt_cpy_crl_dist_points' => 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_deinit' => 'gnutls_x509_crt_deinit@@GNUTLS_3_4', - 'gnutls_x509_crt_export' => 'gnutls_x509_crt_export@@GNUTLS_3_4', - 'gnutls_x509_crt_export2' => 'gnutls_x509_crt_export2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_activation_time' => 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_info_access' => 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_gn_serial' => 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_id' => 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_basic_constraints' => 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_ca_status' => 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_get_crl_dist_points' => 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn' => 'gnutls_x509_crt_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn2' => 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_by_oid' => 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_oid' => 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_expiration_time' => 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid' => 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid2' => 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data' => 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data2' => 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_info' => 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_oid' => 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_fingerprint' => 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer' => 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name' => 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name2' => 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_othername_oid' => 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn' => 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn2' => 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_by_oid' => 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_oid' => 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_unique_id' => 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_id' => 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_purpose_oid' => 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_usage' => 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_get_name_constraints' => 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_algorithm' => 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_dsa_raw' => 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_rsa_raw' => 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_policy' => 'gnutls_x509_crt_get_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_preferred_hash_algorithm' => 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_private_key_usage_period' => 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_get_proxy' => 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_dn' => 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_issuer_dn' => 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_serial' => 'gnutls_x509_crt_get_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature' => 'gnutls_x509_crt_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature_algorithm' => 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject' => 'gnutls_x509_crt_get_subject@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name' => 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name2' => 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_othername_oid' => 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_key_id' => 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_unique_id' => 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_version' => 'gnutls_x509_crt_get_version@@GNUTLS_3_4', - 'gnutls_x509_crt_import' => 'gnutls_x509_crt_import@@GNUTLS_3_4', - 'gnutls_x509_crt_import_pkcs11' => 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_import_url' => 'gnutls_x509_crt_import_url@@GNUTLS_3_4', - 'gnutls_x509_crt_init' => 'gnutls_x509_crt_init@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import' => 'gnutls_x509_crt_list_import@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import2' => 'gnutls_x509_crt_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import_pkcs11' => 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_list_verify' => 'gnutls_x509_crt_list_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_print' => 'gnutls_x509_crt_print@@GNUTLS_3_4', - 'gnutls_x509_crt_privkey_sign' => 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_set_activation_time' => 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_info_access' => 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_key_id' => 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_basic_constraints' => 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_ca_status' => 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points' => 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points2' => 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq' => 'gnutls_x509_crt_set_crq@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq_extensions' => 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn' => 'gnutls_x509_crt_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn_by_oid' => 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_expiration_time' => 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_extension_by_oid' => 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_alt_name' => 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn' => 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn_by_oid' => 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key' => 'gnutls_x509_crt_set_key@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_purpose_oid' => 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_usage' => 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_set_name_constraints' => 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pin_function' => 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_crt_set_policy' => 'gnutls_x509_crt_set_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_private_key_usage_period' => 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy' => 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy_dn' => 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pubkey' => 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crt_set_serial' => 'gnutls_x509_crt_set_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alt_name' => 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alternative_name' => 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_key_id' => 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_version' => 'gnutls_x509_crt_set_version@@GNUTLS_3_4', - 'gnutls_x509_crt_sign' => 'gnutls_x509_crt_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_sign2' => 'gnutls_x509_crt_sign2@@GNUTLS_3_4', - 'gnutls_x509_crt_verify' => 'gnutls_x509_crt_verify@@GNUTLS_3_4', - 'gnutls_x509_dn_deinit' => 'gnutls_x509_dn_deinit@@GNUTLS_3_4', - 'gnutls_x509_dn_export' => 'gnutls_x509_dn_export@@GNUTLS_3_4', - 'gnutls_x509_dn_export2' => 'gnutls_x509_dn_export2@@GNUTLS_3_4', - 'gnutls_x509_dn_get_rdn_ava' => 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4', - 'gnutls_x509_dn_import' => 'gnutls_x509_dn_import@@GNUTLS_3_4', - 'gnutls_x509_dn_init' => 'gnutls_x509_dn_init@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_known' => 'gnutls_x509_dn_oid_known@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_name' => 'gnutls_x509_dn_oid_name@@GNUTLS_3_4', - 'gnutls_x509_ext_deinit' => 'gnutls_x509_ext_deinit@@GNUTLS_3_4', - 'gnutls_x509_ext_export_aia' => 'gnutls_x509_ext_export_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_export_authority_key_id' => 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_export_basic_constraints' => 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_crl_dist_points' => 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_export_key_purposes' => 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_export_key_usage' => 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_export_name_constraints' => 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_policies' => 'gnutls_x509_ext_export_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_export_private_key_usage_period' => 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_export_proxy' => 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_alt_names' => 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_key_id' => 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_aia' => 'gnutls_x509_ext_import_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_import_authority_key_id' => 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_basic_constraints' => 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_crl_dist_points' => 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_import_key_purposes' => 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_import_key_usage' => 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_import_name_constraints' => 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_policies' => 'gnutls_x509_ext_import_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_import_private_key_usage_period' => 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_import_proxy' => 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_alt_names' => 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_key_id' => 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_print' => 'gnutls_x509_ext_print@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_deinit' => 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_get' => 'gnutls_x509_key_purpose_get@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_init' => 'gnutls_x509_key_purpose_init@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_set' => 'gnutls_x509_key_purpose_set@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_excluded' => 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_permitted' => 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check' => 'gnutls_x509_name_constraints_check@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check_crt' => 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_deinit' => 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_excluded' => 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_permitted' => 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_init' => 'gnutls_x509_name_constraints_init@@GNUTLS_3_4', - 'gnutls_x509_othername_to_virtual' => 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4', - 'gnutls_x509_policies_deinit' => 'gnutls_x509_policies_deinit@@GNUTLS_3_4', - 'gnutls_x509_policies_get' => 'gnutls_x509_policies_get@@GNUTLS_3_4', - 'gnutls_x509_policies_init' => 'gnutls_x509_policies_init@@GNUTLS_3_4', - 'gnutls_x509_policies_set' => 'gnutls_x509_policies_set@@GNUTLS_3_4', - 'gnutls_x509_policy_release' => 'gnutls_x509_policy_release@@GNUTLS_3_4', - 'gnutls_x509_privkey_cpy' => 'gnutls_x509_privkey_cpy@@GNUTLS_3_4', - 'gnutls_x509_privkey_deinit' => 'gnutls_x509_privkey_deinit@@GNUTLS_3_4', - 'gnutls_x509_privkey_export' => 'gnutls_x509_privkey_export@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2' => 'gnutls_x509_privkey_export2@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2_pkcs8' => 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_dsa_raw' => 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_ecc_raw' => 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_pkcs8' => 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw' => 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw2' => 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_fix' => 'gnutls_x509_privkey_fix@@GNUTLS_3_4', - 'gnutls_x509_privkey_generate' => 'gnutls_x509_privkey_generate@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_key_id' => 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm' => 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm2' => 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4', - 'gnutls_x509_privkey_import' => 'gnutls_x509_privkey_import@@GNUTLS_3_4', - 'gnutls_x509_privkey_import2' => 'gnutls_x509_privkey_import2@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_dsa_raw' => 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_ecc_raw' => 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_openssl' => 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_pkcs8' => 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw' => 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw2' => 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_init' => 'gnutls_x509_privkey_init@@GNUTLS_3_4', - 'gnutls_x509_privkey_sec_param' => 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_x509_privkey_set_pin_function' => 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_privkey_sign_data' => 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_x509_privkey_sign_hash' => 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_x509_privkey_verify_params' => 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_x509_rdn_get' => 'gnutls_x509_rdn_get@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_by_oid' => 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_oid' => 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_cas' => 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_crls' => 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_named_crt' => 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_system_trust' => 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_dir' => 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_file' => 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_mem' => 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_deinit' => 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer' => 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer_by_dn' => 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_x509_trust_list_init' => 'gnutls_x509_trust_list_init@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_deinit' => 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_get_ca' => 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_cas' => 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_file' => 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_mem' => 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt' => 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt2' => 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_named_crt' => 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4', - 'inflate' => 'writev@@GLIBC_2.2.5', - 'inflateEnd' => 'writev@@GLIBC_2.2.5', - 'inflateInit2_' => 'writev@@GLIBC_2.2.5', - 'p11_kit_message' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_finalize' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_get_flags' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_get_name' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_initialize' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_load' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_release' => 'writev@@GLIBC_2.2.5', - 'p11_kit_modules_load_and_initialize' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_file_callback' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_get_length' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_get_value' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_new_for_string' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_register_callback' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_request' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_unref' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_unregister_callback' => 'writev@@GLIBC_2.2.5', - 'p11_kit_space_strdup' => 'writev@@GLIBC_2.2.5', - 'p11_kit_space_strlen' => 'writev@@GLIBC_2.2.5', - 'p11_kit_strerror' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_format' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_free' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_attribute' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_attributes' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_module_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_source' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_value' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_token_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_match_module_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_match_token_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_new' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_parse' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_set_attribute' => 'writev@@GLIBC_2.2.5' - }, - 'Symbols' => { - 'libgnutls.so.30.0.0' => { - '_gnutls_asn2err@@GNUTLS_PRIVATE' => 1, - '_gnutls_bin2hex@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_append_data_prefix@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_append_prefix@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_append_str@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_clear@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_init@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_pop_data@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_pop_prefix@@GNUTLS_PRIVATE' => 1, - '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE' => 1, - '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_ext_get_session_data@@GNUTLS_PRIVATE' => 1, - '_gnutls_ext_register@@GNUTLS_PRIVATE' => 1, - '_gnutls_ext_set_session_data@@GNUTLS_PRIVATE' => 1, - '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE' => 1, - '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE' => 1, - '_gnutls_log@@GNUTLS_PRIVATE' => 1, - '_gnutls_log_level@@GNUTLS_PRIVATE' => -4, - '_gnutls_mac_to_entry@@GNUTLS_PRIVATE' => 1, - '_gnutls_mpi_log@@GNUTLS_PRIVATE' => 1, - '_gnutls_mpi_ops@@GNUTLS_PRIVATE' => -200, - '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE' => 1, - '_gnutls_pkix1_asn@@GNUTLS_PRIVATE' => -8, - '_gnutls_record_set_default_version@@GNUTLS_PRIVATE' => 1, - '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE' => 1, - '_gnutls_x509_parse_dn_oid@@GNUTLS_PRIVATE' => 1, - 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_alert_get@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_name@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_strname@@GNUTLS_3_4' => 1, - 'gnutls_alert_send@@GNUTLS_3_4' => 1, - 'gnutls_alert_send_appropriate@@GNUTLS_3_4' => 1, - 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4' => 1, - 'gnutls_alpn_set_protocols@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_auth_client_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_server_get_type@@GNUTLS_3_4' => 1, - 'gnutls_buffer_append_data@@GNUTLS_3_4' => 1, - 'gnutls_bye@@GNUTLS_3_4' => 1, - 'gnutls_calloc@@GNUTLS_3_4' => -8, - 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4' => 1, - 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_ca_names@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_cas@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_crls@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_keys@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_ours@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4' => 1, - 'gnutls_certificate_server_set_request@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verification_status_print@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers3@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers@@GNUTLS_3_4' => 1, - 'gnutls_check_version@@GNUTLS_3_4' => 1, - 'gnutls_cipher_add_auth@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_block_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_id@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_iv_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_tag_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_cipher_set_iv@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_info@@GNUTLS_3_4' => 1, - 'gnutls_cipher_tag@@GNUTLS_3_4' => 1, - 'gnutls_compression_get@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_id@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_name@@GNUTLS_3_4' => 1, - 'gnutls_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_credentials_clear@@GNUTLS_3_4' => 1, - 'gnutls_credentials_get@@GNUTLS_3_4' => 1, - 'gnutls_credentials_set@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_digest@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_mac@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry_time@@GNUTLS_3_4' => 1, - 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_remove_session@@GNUTLS_3_4' => 1, - 'gnutls_db_set_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_set_remove_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_store_function@@GNUTLS_3_4' => 1, - 'gnutls_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_group@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_secret_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_cpy@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_generate2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_init@@GNUTLS_3_4' => 1, - 'gnutls_dh_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_id@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_name@@GNUTLS_3_4' => 1, - 'gnutls_digest_list@@GNUTLS_3_4' => 1, - 'gnutls_dtls_cookie_send@@GNUTLS_3_4' => 1, - 'gnutls_dtls_cookie_verify@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_dtls_prestate_set@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_name@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_size@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_error_is_fatal@@GNUTLS_3_4' => 1, - 'gnutls_error_to_alert@@GNUTLS_3_4' => 1, - 'gnutls_est_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_ext_get_data@@GNUTLS_3_4' => 1, - 'gnutls_ext_register@@GNUTLS_3_4' => 1, - 'gnutls_ext_set_data@@GNUTLS_3_4' => 1, - 'gnutls_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_fips140_mode_enabled@@GNUTLS_3_4' => 1, - 'gnutls_free@@GNUTLS_3_4' => -8, - 'gnutls_global_deinit@@GNUTLS_3_4' => 1, - 'gnutls_global_init@@GNUTLS_3_4' => 1, - 'gnutls_global_set_audit_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_level@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mem_functions@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mutex@@GNUTLS_3_4' => 1, - 'gnutls_global_set_time_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake@@GNUTLS_3_4' => 1, - 'gnutls_handshake_description_get_name@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_in@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_out@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_hook_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_random@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_hash@@GNUTLS_3_4' => 1, - 'gnutls_hash_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hash_fast@@GNUTLS_3_4' => 1, - 'gnutls_hash_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hash_init@@GNUTLS_3_4' => 1, - 'gnutls_hash_output@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_allowed@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_enable@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_ping@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_pong@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_hex2bin@@GNUTLS_3_4' => 1, - 'gnutls_hex_decode@@GNUTLS_3_4' => 1, - 'gnutls_hex_encode@@GNUTLS_3_4' => 1, - 'gnutls_hmac@@GNUTLS_3_4' => 1, - 'gnutls_hmac_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hmac_fast@@GNUTLS_3_4' => 1, - 'gnutls_hmac_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hmac_init@@GNUTLS_3_4' => 1, - 'gnutls_hmac_output@@GNUTLS_3_4' => 1, - 'gnutls_hmac_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_init@@GNUTLS_3_4' => 1, - 'gnutls_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_kx_get@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_id@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_name@@GNUTLS_3_4' => 1, - 'gnutls_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_load_file@@GNUTLS_3_4' => 1, - 'gnutls_mac_get@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_id@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_name@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_nonce_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_malloc@@GNUTLS_3_4' => -8, - 'gnutls_memcmp@@GNUTLS_3_4' => 1, - 'gnutls_memset@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_get@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_send_cert@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4' => 1, - 'gnutls_packet_deinit@@GNUTLS_3_4' => 1, - 'gnutls_packet_get@@GNUTLS_3_4' => 1, - 'gnutls_pcert_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_list@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_perror@@GNUTLS_3_4' => 1, - 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_id@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_list@@GNUTLS_3_4' => 1, - 'gnutls_pk_to_sign@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_add_provider@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_delete_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_reinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_get_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_mac_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_set_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs8_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_prf@@GNUTLS_3_4' => 1, - 'gnutls_prf_raw@@GNUTLS_3_4' => 1, - 'gnutls_priority_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_deinit@@GNUTLS_3_4' => 1, - 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4' => 1, - 'gnutls_priority_init@@GNUTLS_3_4' => 1, - 'gnutls_priority_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_set@@GNUTLS_3_4' => 1, - 'gnutls_priority_set_direct@@GNUTLS_3_4' => 1, - 'gnutls_priority_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_string_list@@GNUTLS_3_4' => 1, - 'gnutls_privkey_decrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_type@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext2@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext3@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_id@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_name@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_version@@GNUTLS_3_4' => 1, - 'gnutls_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_client_get_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_print@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_data2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_random_art@@GNUTLS_3_4' => 1, - 'gnutls_range_split@@GNUTLS_3_4' => 1, - 'gnutls_realloc@@GNUTLS_3_4' => -8, - 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4' => 1, - 'gnutls_record_check_corked@@GNUTLS_3_4' => 1, - 'gnutls_record_check_pending@@GNUTLS_3_4' => 1, - 'gnutls_record_cork@@GNUTLS_3_4' => 1, - 'gnutls_record_disable_padding@@GNUTLS_3_4' => 1, - 'gnutls_record_discard_queued@@GNUTLS_3_4' => 1, - 'gnutls_record_get_direction@@GNUTLS_3_4' => 1, - 'gnutls_record_get_discarded@@GNUTLS_3_4' => 1, - 'gnutls_record_get_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_get_state@@GNUTLS_3_4' => 1, - 'gnutls_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_record_recv@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_packet@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_seq@@GNUTLS_3_4' => 1, - 'gnutls_record_send@@GNUTLS_3_4' => 1, - 'gnutls_record_send_range@@GNUTLS_3_4' => 1, - 'gnutls_record_set_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_set_state@@GNUTLS_3_4' => 1, - 'gnutls_record_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_record_uncork@@GNUTLS_3_4' => 1, - 'gnutls_register_custom_url@@GNUTLS_3_4' => 1, - 'gnutls_rehandshake@@GNUTLS_3_4' => 1, - 'gnutls_rnd@@GNUTLS_3_4' => 1, - 'gnutls_rnd_refresh@@GNUTLS_3_4' => 1, - 'gnutls_safe_renegotiation_status@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4' => 1, - 'gnutls_secure_malloc@@GNUTLS_3_4' => -8, - 'gnutls_server_name_get@@GNUTLS_3_4' => 1, - 'gnutls_server_name_set@@GNUTLS_3_4' => 1, - 'gnutls_session_channel_binding@@GNUTLS_3_4' => 1, - 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4' => 1, - 'gnutls_session_etm_status@@GNUTLS_3_4' => 1, - 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4' => 1, - 'gnutls_session_force_valid@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data@@GNUTLS_3_4' => 1, - 'gnutls_session_get_desc@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id@@GNUTLS_3_4' => 1, - 'gnutls_session_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_get_random@@GNUTLS_3_4' => 1, - 'gnutls_session_is_resumed@@GNUTLS_3_4' => 1, - 'gnutls_session_resumption_requested@@GNUTLS_3_4' => 1, - 'gnutls_session_set_data@@GNUTLS_3_4' => 1, - 'gnutls_session_set_id@@GNUTLS_3_4' => 1, - 'gnutls_session_set_premaster@@GNUTLS_3_4' => 1, - 'gnutls_session_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_server@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_set_default_priority@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_id@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_is_secure@@GNUTLS_3_4' => 1, - 'gnutls_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_srp_1024_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1024_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4' => 1, - 'gnutls_srp_verifier@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_keys@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_id@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_name@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4' => 1, - 'gnutls_store_commitment@@GNUTLS_3_4' => 1, - 'gnutls_store_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_strdup@@GNUTLS_3_4' => -8, - 'gnutls_strerror@@GNUTLS_3_4' => 1, - 'gnutls_strerror_name@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_get@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_init@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_set@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_get_name@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_recv@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_register@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_send@@GNUTLS_3_4' => 1, - 'gnutls_system_key_add_x509@@GNUTLS_3_4' => 1, - 'gnutls_system_key_delete@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_get_info@@GNUTLS_3_4' => 1, - 'gnutls_system_recv_timeout@@GNUTLS_3_4' => 1, - 'gnutls_tdb_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tdb_init@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_verify_func@@GNUTLS_3_4' => 1, - 'gnutls_tpm_get_registered@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_delete@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_push_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4' => 1, - 'gnutls_url_is_supported@@GNUTLS_3_4' => 1, - 'gnutls_verify_stored_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_url@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_known@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_policy_release@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_fix@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4' => 1 - } - }, - 'Target' => 'unix', - 'TypeInfo' => { - '-1' => { - 'Name' => '...', - 'Type' => 'Intrinsic' - }, - '1' => { - 'Name' => 'void', - 'Type' => 'Intrinsic' - }, - '1017946' => { - 'Header' => 'gnutls.h', - 'Line' => '619', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_PRINT_ONELINE', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_PRINT_UNSIGNED_FULL', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_PRINT_COMPACT', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL_NUMBERS', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_certificate_print_formats', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1017994' => { - 'BaseType' => '1017946', - 'Header' => 'gnutls.h', - 'Line' => '625', - 'Name' => 'gnutls_certificate_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1018880' => { - 'BaseType' => '1018892', - 'Header' => 'x509.h', - 'Line' => '264', - 'Name' => 'gnutls_x509_name_constraints_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1018892' => { - 'BaseType' => '1018898', - 'Name' => 'struct gnutls_name_constraints_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1018898' => { - 'Header' => 'x509_int.h', - 'Line' => '434', - 'Memb' => { - '0' => { - 'name' => 'permitted', - 'offset' => '0', - 'type' => '1240667' - }, - '1' => { - 'name' => 'excluded', - 'offset' => '8', - 'type' => '1240667' - } - }, - 'Name' => 'struct gnutls_name_constraints_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '1018938' => { - 'Header' => 'x509.h', - 'Line' => '438', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_QUALIFIER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_QUALIFIER_URI', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_X509_QUALIFIER_NOTICE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1018974' => { - 'BaseType' => '1018938', - 'Header' => 'x509.h', - 'Line' => '441', - 'Name' => 'gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1018986' => { - 'Header' => 'x509.h', - 'Line' => '446', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '1018974' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '208' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '130' - } - }, - 'Name' => 'anon-struct-x509.h-446', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1019035' => { - 'Header' => 'x509.h', - 'Line' => '443', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '208' - }, - '1' => { - 'name' => 'qualifiers', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'qualifier', - 'offset' => '16', - 'type' => '1019088' - } - }, - 'Name' => 'struct gnutls_x509_policy_st', - 'Size' => '208', - 'Type' => 'Struct' - }, - '1019088' => { - 'BaseType' => '1018986', - 'Name' => 'anon-struct-x509.h-446[8]', - 'Size' => '192', - 'Type' => 'Array' - }, - '1020465' => { - 'BaseType' => '1020476', - 'Header' => 'x509-ext.h', - 'Line' => '60', - 'Name' => 'gnutls_x509_crl_dist_points_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1020476' => { - 'BaseType' => '1020482', - 'Name' => 'struct gnutls_x509_crl_dist_points_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1020482' => { - 'Line' => '2126', - 'Memb' => { - '0' => { - 'name' => 'points', - 'offset' => '0', - 'type' => '1271569' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_x509_crl_dist_points_st', - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1020487' => { - 'BaseType' => '1020498', - 'Header' => 'x509-ext.h', - 'Line' => '83', - 'Name' => 'gnutls_x509_aia_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1020498' => { - 'BaseType' => '1020504', - 'Name' => 'struct gnutls_x509_aia_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1020504' => { - 'Line' => '2480', - 'Memb' => { - '0' => { - 'name' => 'aia', - 'offset' => '0', - 'type' => '1271624' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_x509_aia_st', - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1020531' => { - 'BaseType' => '1020542', - 'Header' => 'x509-ext.h', - 'Line' => '146', - 'Name' => 'gnutls_x509_key_purposes_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1020542' => { - 'BaseType' => '1020548', - 'Name' => 'struct gnutls_x509_key_purposes_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1020548' => { - 'Line' => '2803', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '1271630' - }, - '1' => { - 'name' => 'size', - 'offset' => '1024', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_x509_key_purposes_st', - 'Size' => '1032', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1020553' => { - 'BaseType' => '1020564', - 'Header' => 'x509-ext.h', - 'Line' => '172', - 'Name' => 'gnutls_x509_policies_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1020564' => { - 'BaseType' => '1020570', - 'Name' => 'struct gnutls_x509_policies_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1020570' => { - 'Line' => '1639', - 'Memb' => { - '0' => { - 'name' => 'policy', - 'offset' => '0', - 'type' => '1271500' - }, - '1' => { - 'name' => 'size', - 'offset' => '13312', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_x509_policies_st', - 'Size' => '13320', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1020575' => { - 'Header' => 'x509_int.h', - 'Line' => '439', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '3192' - }, - '2' => { - 'name' => 'next', - 'offset' => '24', - 'type' => '1240667' - } - }, - 'Name' => 'struct name_constraints_node_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '10246' => { - 'BaseType' => '6068', - 'Name' => 'handshake_buffer_st[6]', - 'Size' => '432', - 'Type' => 'Array' - }, - '10262' => { - 'Header' => 'gnutls_auth.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '105' - }, - '1' => { - 'name' => 'gnutls_generate_server_certificate', - 'offset' => '8', - 'type' => '10561' - }, - '10' => { - 'name' => 'gnutls_process_client_kx', - 'offset' => '80', - 'type' => '10592' - }, - '11' => { - 'name' => 'gnutls_process_client_crt_vrfy', - 'offset' => '88', - 'type' => '10592' - }, - '12' => { - 'name' => 'gnutls_process_server_crt_request', - 'offset' => '96', - 'type' => '10592' - }, - '2' => { - 'name' => 'gnutls_generate_client_certificate', - 'offset' => '16', - 'type' => '10561' - }, - '3' => { - 'name' => 'gnutls_generate_server_kx', - 'offset' => '24', - 'type' => '10561' - }, - '4' => { - 'name' => 'gnutls_generate_client_kx', - 'offset' => '32', - 'type' => '10561' - }, - '5' => { - 'name' => 'gnutls_generate_client_crt_vrfy', - 'offset' => '40', - 'type' => '10561' - }, - '6' => { - 'name' => 'gnutls_generate_server_crt_request', - 'offset' => '48', - 'type' => '10561' - }, - '7' => { - 'name' => 'gnutls_process_server_certificate', - 'offset' => '56', - 'type' => '10592' - }, - '8' => { - 'name' => 'gnutls_process_client_certificate', - 'offset' => '64', - 'type' => '10592' - }, - '9' => { - 'name' => 'gnutls_process_server_kx', - 'offset' => '72', - 'type' => '10592' - } - }, - 'Name' => 'struct mod_auth_st_int', - 'Size' => '104', - 'Type' => 'Struct' - }, - '10431' => { - 'BaseType' => '10262', - 'Name' => 'struct mod_auth_st_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10437' => { - 'BaseType' => '799', - 'Name' => 'uint16_t[32]', - 'Size' => '64', - 'Type' => 'Array' - }, - '10453' => { - 'BaseType' => '8865', - 'Name' => 'anon-struct-gnutls_int.h-948[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '10469' => { - 'BaseType' => '8914', - 'Name' => 'anon-struct-gnutls_int.h-954[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '1047674' => { - 'BaseType' => '111797', - 'Name' => 'gnutls_x509_crt_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '10485' => { - 'BaseType' => '123', - 'Name' => 'unsigned char[36]', - 'Size' => '36', - 'Type' => 'Array' - }, - '105' => { - 'BaseType' => '118', - 'Name' => 'char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10501' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1002', - 'Memb' => { - '0' => { - 'name' => 'record_buffer', - 'offset' => '0', - 'type' => '6164' - }, - '1' => { - 'name' => 'handshake_hash_buffer_prev_len', - 'offset' => '32', - 'type' => '70' - }, - '10' => { - 'name' => 'may_not_write', - 'offset' => '86', - 'type' => '7357' - }, - '11' => { - 'name' => 'read_eof', - 'offset' => '87', - 'type' => '7357' - }, - '12' => { - 'name' => 'last_alert', - 'offset' => '88', - 'type' => '70' - }, - '13' => { - 'name' => 'last_handshake_in', - 'offset' => '92', - 'type' => '70' - }, - '14' => { - 'name' => 'last_handshake_out', - 'offset' => '96', - 'type' => '70' - }, - '15' => { - 'name' => 'priorities', - 'offset' => '100', - 'type' => '2817' - }, - '16' => { - 'name' => 'resumed', - 'offset' => '1188', - 'type' => '7357' - }, - '17' => { - 'name' => 'resumption_requested', - 'offset' => '1189', - 'type' => '7357' - }, - '18' => { - 'name' => 'resumed_security_parameters', - 'offset' => '1192', - 'type' => '8445' - }, - '19' => { - 'name' => 'handshake_send_buffer', - 'offset' => '1416', - 'type' => '6164' - }, - '2' => { - 'name' => 'handshake_hash_buffer_client_kx_len', - 'offset' => '36', - 'type' => '130' - }, - '20' => { - 'name' => 'handshake_recv_buffer', - 'offset' => '1448', - 'type' => '10246' - }, - '21' => { - 'name' => 'handshake_recv_buffer_size', - 'offset' => '1880', - 'type' => '70' - }, - '22' => { - 'name' => 'record_recv_buffer', - 'offset' => '1888', - 'type' => '6164' - }, - '23' => { - 'name' => 'record_send_buffer', - 'offset' => '1920', - 'type' => '6164' - }, - '24' => { - 'name' => 'record_send_buffer_user_size', - 'offset' => '1952', - 'type' => '52' - }, - '25' => { - 'name' => 'record_flush_mode', - 'offset' => '1960', - 'type' => '4441' - }, - '26' => { - 'name' => 'record_presend_buffer', - 'offset' => '1968', - 'type' => '5823' - }, - '27' => { - 'name' => 'expire_time', - 'offset' => '2000', - 'type' => '130' - }, - '28' => { - 'name' => 'auth_struct', - 'offset' => '2008', - 'type' => '10431' - }, - '29' => { - 'name' => 'adv_version_major', - 'offset' => '2016', - 'type' => '788' - }, - '3' => { - 'name' => 'handshake_hash_buffer', - 'offset' => '40', - 'type' => '5823' - }, - '30' => { - 'name' => 'adv_version_minor', - 'offset' => '2017', - 'type' => '788' - }, - '31' => { - 'name' => 'send_cert_req', - 'offset' => '2020', - 'type' => '130' - }, - '32' => { - 'name' => 'max_handshake_data_buffer_size', - 'offset' => '2024', - 'type' => '52' - }, - '33' => { - 'name' => 'pull_timeout_func', - 'offset' => '2032', - 'type' => '3834' - }, - '34' => { - 'name' => 'pull_func', - 'offset' => '2040', - 'type' => '3748' - }, - '35' => { - 'name' => 'push_func', - 'offset' => '2048', - 'type' => '3791' - }, - '36' => { - 'name' => 'vec_push_func', - 'offset' => '2056', - 'type' => '3872' - }, - '37' => { - 'name' => 'errno_func', - 'offset' => '2064', - 'type' => '3926' - }, - '38' => { - 'name' => 'transport_recv_ptr', - 'offset' => '2072', - 'type' => '2660' - }, - '39' => { - 'name' => 'transport_send_ptr', - 'offset' => '2080', - 'type' => '2660' - }, - '4' => { - 'name' => 'resumable', - 'offset' => '72', - 'type' => '7357' - }, - '40' => { - 'name' => 'db_store_func', - 'offset' => '2088', - 'type' => '3415' - }, - '41' => { - 'name' => 'db_retrieve_func', - 'offset' => '2096', - 'type' => '3496' - }, - '42' => { - 'name' => 'db_remove_func', - 'offset' => '2104', - 'type' => '3458' - }, - '43' => { - 'name' => 'db_ptr', - 'offset' => '2112', - 'type' => '184' - }, - '44' => { - 'name' => 'user_hello_func', - 'offset' => '2120', - 'type' => '3598' - }, - '45' => { - 'name' => 'h_hook', - 'offset' => '2128', - 'type' => '3534' - }, - '46' => { - 'name' => 'h_type', - 'offset' => '2136', - 'type' => '130' - }, - '47' => { - 'name' => 'h_post', - 'offset' => '2140', - 'type' => '236' - }, - '48' => { - 'name' => 'selected_cert_list', - 'offset' => '2144', - 'type' => '4156' - }, - '49' => { - 'name' => 'selected_cert_list_length', - 'offset' => '2152', - 'type' => '236' - }, - '5' => { - 'name' => 'ticket_sent', - 'offset' => '73', - 'type' => '7357' - }, - '50' => { - 'name' => 'selected_key', - 'offset' => '2160', - 'type' => '3654' - }, - '51' => { - 'name' => 'selected_need_free', - 'offset' => '2168', - 'type' => '7357' - }, - '52' => { - 'name' => 'extensions_sent', - 'offset' => '2170', - 'type' => '10437' - }, - '53' => { - 'name' => 'extensions_sent_size', - 'offset' => '2234', - 'type' => '799' - }, - '54' => { - 'name' => 'pgp_fingerprint', - 'offset' => '2236', - 'type' => '7357' - }, - '55' => { - 'name' => 'default_record_version', - 'offset' => '2237', - 'type' => '7034' - }, - '56' => { - 'name' => 'default_hello_version', - 'offset' => '2239', - 'type' => '7034' - }, - '57' => { - 'name' => 'user_ptr', - 'offset' => '2248', - 'type' => '184' - }, - '58' => { - 'name' => 'enable_private', - 'offset' => '2256', - 'type' => '7357' - }, - '59' => { - 'name' => 'direction', - 'offset' => '2257', - 'type' => '7357' - }, - '6' => { - 'name' => 'handshake_final_state', - 'offset' => '76', - 'type' => '5720' - }, - '60' => { - 'name' => 'openpgp_recv_key_func', - 'offset' => '2264', - 'type' => '4043' - }, - '61' => { - 'name' => 'ignore_rdn_sequence', - 'offset' => '2272', - 'type' => '7357' - }, - '62' => { - 'name' => 'rsa_pms_version', - 'offset' => '2273', - 'type' => '7034' - }, - '63' => { - 'name' => 'params', - 'offset' => '2280', - 'type' => '8623' - }, - '64' => { - 'name' => 'errnum', - 'offset' => '2296', - 'type' => '70' - }, - '65' => { - 'name' => 'srp_prime_bits', - 'offset' => '2300', - 'type' => '799' - }, - '66' => { - 'name' => 'initial_negotiation_completed', - 'offset' => '2302', - 'type' => '7357' - }, - '67' => { - 'name' => 'extension_int_data', - 'offset' => '2304', - 'type' => '10453' - }, - '68' => { - 'name' => 'resumed_extension_int_data', - 'offset' => '3072', - 'type' => '10469' - }, - '69' => { - 'name' => 'transport', - 'offset' => '3840', - 'type' => '4401' - }, - '7' => { - 'name' => 'handshake_state', - 'offset' => '80', - 'type' => '5720' - }, - '70' => { - 'name' => 'dtls', - 'offset' => '3848', - 'type' => '8853' - }, - '71' => { - 'name' => 'handshake_large_loops', - 'offset' => '3968', - 'type' => '130' - }, - '72' => { - 'name' => 'handshake_in_progress', - 'offset' => '3972', - 'type' => '7357' - }, - '73' => { - 'name' => 'premaster_set', - 'offset' => '3973', - 'type' => '7357' - }, - '74' => { - 'name' => 'cb_tls_unique_len', - 'offset' => '3976', - 'type' => '130' - }, - '75' => { - 'name' => 'cb_tls_unique', - 'offset' => '3980', - 'type' => '10485' - }, - '76' => { - 'name' => 'handshake_endtime', - 'offset' => '4016', - 'type' => '225' - }, - '77' => { - 'name' => 'handshake_timeout_ms', - 'offset' => '4024', - 'type' => '130' - }, - '78' => { - 'name' => 'record_timeout_ms', - 'offset' => '4028', - 'type' => '130' - }, - '79' => { - 'name' => 'hb_local_data', - 'offset' => '4032', - 'type' => '5823' - }, - '8' => { - 'name' => 'invalid_connection', - 'offset' => '84', - 'type' => '7357' - }, - '80' => { - 'name' => 'hb_remote_data', - 'offset' => '4064', - 'type' => '5823' - }, - '81' => { - 'name' => 'hb_ping_start', - 'offset' => '4096', - 'type' => '247' - }, - '82' => { - 'name' => 'hb_ping_sent', - 'offset' => '4112', - 'type' => '247' - }, - '83' => { - 'name' => 'hb_actual_retrans_timeout_ms', - 'offset' => '4128', - 'type' => '130' - }, - '84' => { - 'name' => 'hb_retrans_timeout_ms', - 'offset' => '4132', - 'type' => '130' - }, - '85' => { - 'name' => 'hb_total_timeout_ms', - 'offset' => '4136', - 'type' => '130' - }, - '86' => { - 'name' => 'ocsp_check_ok', - 'offset' => '4140', - 'type' => '7357' - }, - '87' => { - 'name' => 'hb_state', - 'offset' => '4144', - 'type' => '5766' - }, - '88' => { - 'name' => 'recv_state', - 'offset' => '4148', - 'type' => '5806' - }, - '89' => { - 'name' => 'sc_random_set', - 'offset' => '4152', - 'type' => '7357' - }, - '9' => { - 'name' => 'may_not_read', - 'offset' => '85', - 'type' => '7357' - }, - '90' => { - 'name' => 'no_replay_protection', - 'offset' => '4153', - 'type' => '7357' - }, - '91' => { - 'name' => 'try_ext_master_secret', - 'offset' => '4154', - 'type' => '7357' - } - }, - 'Name' => 'struct internals_st', - 'Size' => '4160', - 'Type' => 'Struct' - }, - '10513' => { - 'BaseType' => '10529', - 'Name' => 'record_parameters_st*[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '10529' => { - 'BaseType' => '6690', - 'Name' => 'record_parameters_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10555' => { - 'BaseType' => '5823', - 'Name' => 'gnutls_buffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10561' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_st*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '10555' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '10592' => { - 'Name' => 'int(*)(gnutls_session_t, uint8_t*, size_t)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '5817' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1062767' => { - 'BaseType' => '1062778', - 'Header' => 'pkcs12.h', - 'Line' => '40', - 'Name' => 'gnutls_pkcs12_bag_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1062778' => { - 'BaseType' => '1062784', - 'Name' => 'struct gnutls_pkcs12_bag_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1062784' => { - 'Header' => 'x509_int.h', - 'Line' => '326', - 'Memb' => { - '0' => { - 'name' => 'element', - 'offset' => '0', - 'type' => '1062968' - }, - '1' => { - 'name' => 'bag_elements', - 'offset' => '1536', - 'type' => '70' - } - }, - 'Name' => 'struct gnutls_pkcs12_bag_int', - 'Size' => '1544', - 'Type' => 'Struct' - }, - '1062826' => { - 'Header' => 'pkcs12.h', - 'Line' => '97', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_BAG_EMPTY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_BAG_PKCS8_ENCRYPTED_KEY', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_BAG_PKCS8_KEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_BAG_CERTIFICATE', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_BAG_CRL', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_BAG_SECRET', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_BAG_ENCRYPTED', - 'value' => '10' - }, - '7' => { - 'name' => 'GNUTLS_BAG_UNKNOWN', - 'value' => '20' - } - }, - 'Name' => 'enum gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1062891' => { - 'BaseType' => '1062826', - 'Header' => 'pkcs12.h', - 'Line' => '110', - 'Name' => 'gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1062902' => { - 'Header' => 'x509_int.h', - 'Line' => '319', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3192' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '1062891' - }, - '2' => { - 'name' => 'local_key_id', - 'offset' => '24', - 'type' => '3192' - }, - '3' => { - 'name' => 'friendly_name', - 'offset' => '40', - 'type' => '208' - } - }, - 'Name' => 'struct bag_element', - 'Size' => '48', - 'Type' => 'Struct' - }, - '1062968' => { - 'BaseType' => '1062902', - 'Name' => 'struct bag_element[32]', - 'Size' => '1536', - 'Type' => 'Array' - }, - '1064648' => { - 'BaseType' => '554659', - 'Name' => 'gnutls_pkcs12_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '107847' => { - 'BaseType' => '111', - 'Name' => 'char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '1081968' => { - 'BaseType' => '1062767', - 'Name' => 'gnutls_pkcs12_bag_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1094060' => { - 'BaseType' => '1094072', - 'Header' => 'x509.h', - 'Line' => '757', - 'Name' => 'gnutls_pkcs7_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1094072' => { - 'BaseType' => '1094078', - 'Name' => 'struct gnutls_pkcs7_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1094078' => { - 'Header' => 'x509_int.h', - 'Line' => '83', - 'Memb' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '0', - 'type' => '117419' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_pkcs7_int', - 'Size' => '16', - 'Type' => 'Struct' - }, - '109429' => { - 'Header' => 'gnutls.h', - 'Line' => '205', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PARAMS_RSA_EXPORT', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PARAMS_DH', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PARAMS_ECDH', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_params_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '10964' => { - 'BaseType' => '3240', - 'Name' => 'gnutls_range_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '109671' => { - 'Header' => 'gnutls.h', - 'Line' => '293', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DIG_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DIG_NULL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_DIG_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DIG_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_DIG_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DIG_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_DIG_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_DIG_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_DIG_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_DIG_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_digest_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1096973' => { - 'BaseType' => '1094060', - 'Name' => 'gnutls_pkcs7_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '110737' => { - 'BaseType' => '110749', - 'Header' => 'gnutls.h', - 'Line' => '779', - 'Name' => 'gnutls_rsa_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '110749' => { - 'BaseType' => '110755', - 'Name' => 'struct gnutls_x509_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '110755' => { - 'Header' => 'x509_int.h', - 'Line' => '95', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '5512' - }, - '1' => { - 'name' => 'pk_algorithm', - 'offset' => '144', - 'type' => '2348' - }, - '2' => { - 'name' => 'expanded', - 'offset' => '148', - 'type' => '130' - }, - '3' => { - 'name' => 'key', - 'offset' => '152', - 'type' => '117419' - }, - '4' => { - 'name' => 'pin', - 'offset' => '160', - 'type' => '116316' - } - }, - 'Name' => 'struct gnutls_x509_privkey_int', - 'Size' => '176', - 'Type' => 'Struct' - }, - '111' => { - 'Name' => 'char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '111215' => { - 'Header' => 'gnutls.h', - 'Line' => '792', - 'Memb' => { - '0' => { - 'name' => 'dh', - 'offset' => '0', - 'type' => '2759' - }, - '1' => { - 'name' => 'rsa_export', - 'offset' => '0', - 'type' => '110737' - } - }, - 'Name' => 'union params', - 'Size' => '8', - 'Type' => 'Union' - }, - '111252' => { - 'Header' => 'gnutls.h', - 'Line' => '790', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '109429' - }, - '1' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '111215' - }, - '2' => { - 'name' => 'deinit', - 'offset' => '16', - 'type' => '70' - } - }, - 'Name' => 'struct gnutls_params_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '111305' => { - 'BaseType' => '111252', - 'Header' => 'gnutls.h', - 'Line' => '797', - 'Name' => 'gnutls_params_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '111317' => { - 'BaseType' => '111329', - 'Header' => 'gnutls.h', - 'Line' => '799', - 'Name' => 'gnutls_params_function', - 'Type' => 'Typedef' - }, - '111329' => { - 'Name' => 'int()(gnutls_session_t, gnutls_params_type_t, gnutls_params_st*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '109429' - }, - '2' => { - 'type' => '111354' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '111354' => { - 'BaseType' => '111305', - 'Name' => 'gnutls_params_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '111724' => { - 'Name' => 'int()(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '2672' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '111762' => { - 'BaseType' => '3654', - 'Header' => 'gnutls.h', - 'Line' => '1307', - 'Name' => 'gnutls_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '111785' => { - 'BaseType' => '110749', - 'Header' => 'gnutls.h', - 'Line' => '1310', - 'Name' => 'gnutls_x509_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '111797' => { - 'BaseType' => '111809', - 'Header' => 'gnutls.h', - 'Line' => '1316', - 'Name' => 'gnutls_x509_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '111809' => { - 'BaseType' => '111815', - 'Name' => 'struct gnutls_x509_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '111815' => { - 'Header' => 'x509_int.h', - 'Line' => '64', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '117419' - }, - '1' => { - 'name' => 'use_extensions', - 'offset' => '8', - 'type' => '70' - }, - '2' => { - 'name' => 'expanded', - 'offset' => '12', - 'type' => '70' - }, - '3' => { - 'name' => 'raw_dn', - 'offset' => '16', - 'type' => '3192' - }, - '4' => { - 'name' => 'raw_issuer_dn', - 'offset' => '32', - 'type' => '3192' - }, - '5' => { - 'name' => 'raw_spki', - 'offset' => '48', - 'type' => '3192' - }, - '6' => { - 'name' => 'der', - 'offset' => '64', - 'type' => '3192' - }, - '7' => { - 'name' => 'pin', - 'offset' => '80', - 'type' => '116316' - } - }, - 'Name' => 'struct gnutls_x509_crt_int', - 'Size' => '96', - 'Type' => 'Struct' - }, - '111924' => { - 'BaseType' => '111936', - 'Header' => 'gnutls.h', - 'Line' => '1322', - 'Name' => 'gnutls_openpgp_keyring_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '111936' => { - 'BaseType' => '111942', - 'Name' => 'struct gnutls_openpgp_keyring_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '111942' => { - 'Header' => 'openpgp_int.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'db', - 'offset' => '0', - 'type' => '120421' - } - }, - 'Name' => 'struct gnutls_openpgp_keyring_int', - 'Size' => '8', - 'Type' => 'Struct' - }, - '111966' => { - 'BaseType' => '111978', - 'Header' => 'gnutls.h', - 'Line' => '1329', - 'Name' => 'gnutls_certificate_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '111978' => { - 'BaseType' => '111984', - 'Name' => 'struct gnutls_certificate_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '111984' => { - 'Header' => 'cert.h', - 'Line' => '42', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '2759' - }, - '1' => { - 'name' => 'params_func', - 'offset' => '8', - 'type' => '120581' - }, - '10' => { - 'name' => 'get_cert_callback', - 'offset' => '72', - 'type' => '120593' - }, - '11' => { - 'name' => 'get_cert_callback2', - 'offset' => '80', - 'type' => '120599' - }, - '12' => { - 'name' => 'verify_callback', - 'offset' => '88', - 'type' => '120605' - }, - '13' => { - 'name' => 'pin', - 'offset' => '96', - 'type' => '116316' - }, - '14' => { - 'name' => 'pin_tmp', - 'offset' => '112', - 'type' => '107847' - }, - '15' => { - 'name' => 'ocsp_func', - 'offset' => '144', - 'type' => '112213' - }, - '16' => { - 'name' => 'ocsp_func_ptr', - 'offset' => '152', - 'type' => '184' - }, - '17' => { - 'name' => 'ocsp_response_file', - 'offset' => '160', - 'type' => '208' - }, - '2' => { - 'name' => 'certs', - 'offset' => '16', - 'type' => '120587' - }, - '3' => { - 'name' => 'ncerts', - 'offset' => '24', - 'type' => '130' - }, - '4' => { - 'name' => 'pkey', - 'offset' => '32', - 'type' => '113534' - }, - '5' => { - 'name' => 'keyring', - 'offset' => '40', - 'type' => '111924' - }, - '6' => { - 'name' => 'tlist', - 'offset' => '48', - 'type' => '113318' - }, - '7' => { - 'name' => 'verify_flags', - 'offset' => '56', - 'type' => '130' - }, - '8' => { - 'name' => 'verify_depth', - 'offset' => '60', - 'type' => '130' - }, - '9' => { - 'name' => 'verify_bits', - 'offset' => '64', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_certificate_credentials_st', - 'Size' => '168', - 'Type' => 'Struct' - }, - '112213' => { - 'BaseType' => '112225', - 'Header' => 'gnutls.h', - 'Line' => '1494', - 'Name' => 'gnutls_status_request_ocsp_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '112225' => { - 'Name' => 'int(*)(gnutls_session_t, void*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '184' - }, - '2' => { - 'type' => '3665' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '112649' => { - 'BaseType' => '112661', - 'Header' => 'gnutls.h', - 'Line' => '1890', - 'Name' => 'gnutls_openpgp_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '112661' => { - 'BaseType' => '112667', - 'Name' => 'struct gnutls_openpgp_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '112667' => { - 'Header' => 'openpgp_int.h', - 'Line' => '40', - 'Memb' => { - '0' => { - 'name' => 'knode', - 'offset' => '0', - 'type' => '120399' - }, - '1' => { - 'name' => 'preferred_keyid', - 'offset' => '8', - 'type' => '120443' - }, - '2' => { - 'name' => 'preferred_set', - 'offset' => '16', - 'type' => '70' - } - }, - 'Name' => 'struct gnutls_openpgp_crt_int', - 'Size' => '24', - 'Type' => 'Struct' - }, - '112716' => { - 'BaseType' => '112728', - 'Header' => 'gnutls.h', - 'Line' => '1893', - 'Name' => 'gnutls_openpgp_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '112728' => { - 'BaseType' => '112734', - 'Name' => 'struct gnutls_openpgp_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '112734' => { - 'Header' => 'openpgp_int.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'knode', - 'offset' => '0', - 'type' => '120399' - }, - '1' => { - 'name' => 'preferred_keyid', - 'offset' => '8', - 'type' => '120443' - }, - '2' => { - 'name' => 'preferred_set', - 'offset' => '16', - 'type' => '70' - } - }, - 'Name' => 'struct gnutls_openpgp_privkey_int', - 'Size' => '24', - 'Type' => 'Struct' - }, - '112783' => { - 'BaseType' => '112795', - 'Header' => 'gnutls.h', - 'Line' => '1896', - 'Name' => 'gnutls_pkcs11_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '112795' => { - 'BaseType' => '112801', - 'Name' => 'struct gnutls_pkcs11_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '112801' => { - 'Line' => '64', - 'Memb' => { - '0' => { - 'name' => 'pk_algorithm', - 'offset' => '0', - 'type' => '2348' - }, - '1' => { - 'name' => 'flags', - 'offset' => '4', - 'type' => '130' - }, - '2' => { - 'name' => 'uinfo', - 'offset' => '8', - 'type' => '637806' - }, - '3' => { - 'name' => 'url', - 'offset' => '16', - 'type' => '208' - }, - '4' => { - 'name' => 'sinfo', - 'offset' => '24', - 'type' => '761053' - }, - '5' => { - 'name' => 'ref', - 'offset' => '376', - 'type' => '757625' - }, - '6' => { - 'name' => 'reauth', - 'offset' => '384', - 'type' => '130' - }, - '7' => { - 'name' => 'pin', - 'offset' => '392', - 'type' => '116316' - } - }, - 'Name' => 'struct gnutls_pkcs11_privkey_st', - 'Size' => '408', - 'Source' => 'pkcs11_privkey.c', - 'Type' => 'Struct' - }, - '112844' => { - 'Header' => 'gnutls.h', - 'Line' => '1912', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PRIVKEY_X509', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PRIVKEY_OPENPGP', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PRIVKEY_PKCS11', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PRIVKEY_EXT', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_privkey_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '112856' => { - 'Header' => 'gnutls.h', - 'Line' => '1918', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '112890' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '112649' - } - }, - 'Name' => 'anon-union-gnutls.h-1918', - 'Size' => '8', - 'Type' => 'Union' - }, - '112890' => { - 'BaseType' => '111797', - 'Name' => 'gnutls_x509_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '112896' => { - 'Header' => 'gnutls.h', - 'Line' => '1924', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '111785' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '112716' - }, - '2' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '112783' - } - }, - 'Name' => 'anon-union-gnutls.h-1924', - 'Size' => '8', - 'Type' => 'Union' - }, - '1129064' => { - 'BaseType' => '1695', - 'Name' => 'gnutls_cipher_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '112942' => { - 'Header' => 'gnutls.h', - 'Line' => '1914', - 'Memb' => { - '0' => { - 'name' => 'cert_type', - 'offset' => '0', - 'type' => '2292' - }, - '1' => { - 'name' => 'key_type', - 'offset' => '4', - 'type' => '112844' - }, - '2' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '112856' - }, - '3' => { - 'name' => 'ncerts', - 'offset' => '16', - 'type' => '130' - }, - '4' => { - 'name' => 'key', - 'offset' => '24', - 'type' => '112896' - }, - '5' => { - 'name' => 'deinit_all', - 'offset' => '32', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '113034' => { - 'BaseType' => '112942', - 'Header' => 'gnutls.h', - 'Line' => '1931', - 'Name' => 'gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '113046' => { - 'BaseType' => '113058', - 'Header' => 'gnutls.h', - 'Line' => '1965', - 'Name' => 'gnutls_certificate_retrieve_function', - 'Type' => 'Typedef' - }, - '113058' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_retr2_st*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '3587' - }, - '2' => { - 'type' => '70' - }, - '3' => { - 'type' => '113098' - }, - '4' => { - 'type' => '70' - }, - '5' => { - 'type' => '113109' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '113098' => { - 'BaseType' => '113104', - 'Name' => 'gnutls_pk_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '113104' => { - 'BaseType' => '2348', - 'Name' => 'gnutls_pk_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '113109' => { - 'BaseType' => '113034', - 'Name' => 'gnutls_retr2_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '113115' => { - 'BaseType' => '111724', - 'Header' => 'gnutls.h', - 'Line' => '1984', - 'Name' => 'gnutls_certificate_verify_function', - 'Type' => 'Typedef' - }, - '113127' => { - 'BaseType' => '113139', - 'Header' => 'gnutls.h', - 'Line' => '2223', - 'Name' => 'gnutls_pin_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '113139' => { - 'Name' => 'int(*)(void*, int, char const*, char const*, unsigned int, char*, size_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '70' - }, - '2' => { - 'type' => '105' - }, - '3' => { - 'type' => '105' - }, - '4' => { - 'type' => '130' - }, - '5' => { - 'type' => '208' - }, - '6' => { - 'type' => '52' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '113318' => { - 'BaseType' => '113330', - 'Header' => 'x509.h', - 'Line' => '1255', - 'Name' => 'gnutls_x509_trust_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '113330' => { - 'BaseType' => '113336', - 'Name' => 'struct gnutls_x509_trust_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '113336' => { - 'Header' => 'verify-high.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'node', - 'offset' => '8', - 'type' => '378710' - }, - '2' => { - 'name' => 'x509_rdn_sequence', - 'offset' => '16', - 'type' => '3192' - }, - '3' => { - 'name' => 'blacklisted', - 'offset' => '32', - 'type' => '112890' - }, - '4' => { - 'name' => 'blacklisted_size', - 'offset' => '40', - 'type' => '130' - }, - '5' => { - 'name' => 'keep_certs', - 'offset' => '48', - 'type' => '112890' - }, - '6' => { - 'name' => 'keep_certs_size', - 'offset' => '56', - 'type' => '130' - }, - '7' => { - 'name' => 'pkcs11_token', - 'offset' => '64', - 'type' => '208' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_st', - 'Size' => '72', - 'Type' => 'Struct' - }, - '1133750' => { - 'BaseType' => '123', - 'Name' => 'unsigned char[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '113454' => { - 'BaseType' => '113466', - 'Header' => 'abstract.h', - 'Line' => '504', - 'Name' => 'gnutls_certificate_retrieve_function2', - 'Type' => 'Typedef' - }, - '113466' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_pcert_st**, unsigned int*, gnutls_privkey_t*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '3587' - }, - '2' => { - 'type' => '70' - }, - '3' => { - 'type' => '113098' - }, - '4' => { - 'type' => '70' - }, - '5' => { - 'type' => '113516' - }, - '6' => { - 'type' => '17947' - }, - '7' => { - 'type' => '113534' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '113516' => { - 'BaseType' => '4156', - 'Name' => 'gnutls_pcert_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '113534' => { - 'BaseType' => '111762', - 'Name' => 'gnutls_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '116316' => { - 'Header' => 'gnutls_int.h', - 'Line' => '424', - 'Memb' => { - '0' => { - 'name' => 'cb', - 'offset' => '0', - 'type' => '113127' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '184' - } - }, - 'Name' => 'struct pin_info_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '1165937' => { - 'BaseType' => '1165949', - 'Header' => 'x509.h', - 'Line' => '1312', - 'Name' => 'gnutls_verify_output_function', - 'Type' => 'Typedef' - }, - '1165949' => { - 'Name' => 'int()(gnutls_x509_crt_t, gnutls_x509_crt_t, gnutls_x509_crl_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '111797' - }, - '1' => { - 'type' => '111797' - }, - '2' => { - 'type' => '545129' - }, - '3' => { - 'type' => '130' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '1170871' => { - 'BaseType' => '1047674', - 'Name' => 'gnutls_x509_crt_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '117403' => { - 'BaseType' => '117414', - 'Header' => 'libtasn1.h', - 'Line' => '128', - 'Name' => 'asn1_node_st', - 'Type' => 'Typedef' - }, - '117414' => { - 'Name' => 'struct asn1_node_st', - 'Type' => 'Struct' - }, - '117419' => { - 'BaseType' => '117430', - 'Header' => 'libtasn1.h', - 'Line' => '130', - 'Name' => 'asn1_node', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '117430' => { - 'BaseType' => '117403', - 'Name' => 'asn1_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1178041' => { - 'BaseType' => '1165937', - 'Name' => 'gnutls_verify_output_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '118' => { - 'BaseType' => '111', - 'Name' => 'char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1180076' => { - 'BaseType' => '942559', - 'Name' => 'gnutls_x509_crl_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1185429' => { - 'Header' => 'x509.h', - 'Line' => '600', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '3192' - }, - '1' => { - 'name' => 'value', - 'offset' => '16', - 'type' => '3192' - }, - '2' => { - 'name' => 'value_tag', - 'offset' => '32', - 'type' => '63' - } - }, - 'Name' => 'struct gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '1185482' => { - 'BaseType' => '1185429', - 'Header' => 'x509.h', - 'Line' => '604', - 'Name' => 'gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '1201578' => { - 'BaseType' => '1019035', - 'Name' => 'struct gnutls_x509_policy_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120399' => { - 'BaseType' => '120410', - 'Header' => 'opencdk.h', - 'Line' => '76', - 'Name' => 'cdk_kbnode_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '120410' => { - 'BaseType' => '120416', - 'Name' => 'struct cdk_kbnode_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120416' => { - 'Header' => 'packet.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '120410' - }, - '1' => { - 'name' => 'pkt', - 'offset' => '8', - 'type' => '1980536' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_deleted', - 'offset' => '16', - 'type' => '130' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'is_cloned', - 'offset' => '16', - 'type' => '130' - } - }, - 'Name' => 'struct cdk_kbnode_s', - 'Size' => '24', - 'Type' => 'Struct' - }, - '120421' => { - 'BaseType' => '120432', - 'Header' => 'opencdk.h', - 'Line' => '80', - 'Name' => 'cdk_keydb_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '120432' => { - 'BaseType' => '120438', - 'Name' => 'struct cdk_keydb_hd_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120438' => { - 'Header' => 'keydb.h', - 'Line' => '56', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '70' - }, - '1' => { - 'name' => 'fp_ref', - 'offset' => '4', - 'type' => '70' - }, - '2' => { - 'name' => 'fp', - 'offset' => '8', - 'type' => '1978031' - }, - '3' => { - 'name' => 'name', - 'offset' => '16', - 'type' => '208' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'secret', - 'offset' => '24', - 'type' => '130' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'isopen', - 'offset' => '24', - 'type' => '130' - }, - '6' => { - 'name' => 'stats', - 'offset' => '32', - 'type' => '2109482' - } - }, - 'Name' => 'struct cdk_keydb_hd_s', - 'Size' => '40', - 'Type' => 'Struct' - }, - '120443' => { - 'BaseType' => '788', - 'Name' => 'uint8_t[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '120459' => { - 'Header' => 'gnutls_str_array.h', - 'Line' => '33', - 'Memb' => { - '0' => { - 'name' => 'str', - 'offset' => '0', - 'type' => '208' - }, - '1' => { - 'name' => 'len', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '120508' - } - }, - 'Name' => 'struct gnutls_str_array_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '120508' => { - 'BaseType' => '120459', - 'Name' => 'struct gnutls_str_array_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120514' => { - 'BaseType' => '120508', - 'Header' => 'gnutls_str_array.h', - 'Line' => '37', - 'Name' => 'gnutls_str_array_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1205392' => { - 'BaseType' => '1185482', - 'Name' => 'gnutls_x509_ava_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120570' => { - 'Header' => 'cert.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'cert_list', - 'offset' => '0', - 'type' => '4156' - }, - '1' => { - 'name' => 'cert_list_length', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'names', - 'offset' => '16', - 'type' => '120514' - } - }, - 'Name' => 'struct certs_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '120581' => { - 'BaseType' => '111317', - 'Name' => 'gnutls_params_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120587' => { - 'BaseType' => '120570', - 'Name' => 'certs_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120593' => { - 'BaseType' => '113046', - 'Name' => 'gnutls_certificate_retrieve_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120599' => { - 'BaseType' => '113454', - 'Name' => 'gnutls_certificate_retrieve_function2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '120605' => { - 'BaseType' => '113115', - 'Name' => 'gnutls_certificate_verify_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1207297' => { - 'BaseType' => '109671', - 'Name' => 'gnutls_digest_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '123' => { - 'Name' => 'unsigned char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '1236541' => { - 'BaseType' => '1236547', - 'Name' => 'struct gnutls_x509_policy_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1236547' => { - 'BaseType' => '1019035', - 'Name' => 'struct gnutls_x509_policy_st const', - 'Size' => '208', - 'Type' => 'Const' - }, - '1240096' => { - 'BaseType' => '1020575', - 'Header' => 'x509_int.h', - 'Line' => '443', - 'Name' => 'name_constraints_node_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '1240667' => { - 'BaseType' => '1240096', - 'Name' => 'name_constraints_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1242914' => { - 'BaseType' => '1018880', - 'Name' => 'gnutls_x509_name_constraints_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12472' => { - 'BaseType' => '12478', - 'Name' => 'gnutls_range_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12478' => { - 'BaseType' => '3240', - 'Name' => 'gnutls_range_st const', - 'Size' => '16', - 'Type' => 'Const' - }, - '1249853' => { - 'BaseType' => '1249865', - 'Header' => 'x509.h', - 'Line' => '1256', - 'Name' => 'gnutls_x509_trust_list_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1249865' => { - 'BaseType' => '1249871', - 'Name' => 'struct gnutls_x509_trust_list_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1249871' => { - 'Line' => '57', - 'Memb' => { - '0' => { - 'name' => 'node_index', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'ca_index', - 'offset' => '4', - 'type' => '130' - }, - '2' => { - 'name' => 'pkcs11_list', - 'offset' => '8', - 'type' => '761498' - }, - '3' => { - 'name' => 'pkcs11_index', - 'offset' => '16', - 'type' => '130' - }, - '4' => { - 'name' => 'pkcs11_size', - 'offset' => '20', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_iter', - 'Size' => '24', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '1251426' => { - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '111797' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '158178' - }, - '2' => { - 'name' => 'name_size', - 'offset' => '136', - 'type' => '130' - } - }, - 'Name' => 'struct named_cert_st', - 'Size' => '144', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '1251491' => { - 'BaseType' => '1251426', - 'Name' => 'struct named_cert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1254865' => { - 'BaseType' => '1249853', - 'Name' => 'gnutls_x509_trust_list_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1271445' => { - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '3192' - }, - '2' => { - 'name' => 'othername_oid', - 'offset' => '24', - 'type' => '3192' - } - }, - 'Name' => 'struct name_st', - 'Size' => '40', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1271494' => { - 'BaseType' => '1271445', - 'Name' => 'struct name_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1271500' => { - 'BaseType' => '1019035', - 'Name' => 'struct gnutls_x509_policy_st[64]', - 'Size' => '13312', - 'Type' => 'Array' - }, - '1271516' => { - 'Line' => '2120', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '3192' - }, - '2' => { - 'name' => 'reasons', - 'offset' => '24', - 'type' => '130' - } - }, - 'Name' => 'struct crl_dist_point_st', - 'Size' => '32', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1271569' => { - 'BaseType' => '1271516', - 'Name' => 'struct crl_dist_point_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1271575' => { - 'Line' => '2481', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '3192' - }, - '1' => { - 'name' => 'san_type', - 'offset' => '16', - 'type' => '130' - }, - '2' => { - 'name' => 'san', - 'offset' => '24', - 'type' => '3192' - } - }, - 'Name' => 'anon-struct-x509_ext.c-2481', - 'Size' => '40', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1271624' => { - 'BaseType' => '1271575', - 'Name' => 'anon-struct-x509_ext.c-2481*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1271630' => { - 'BaseType' => '3192', - 'Name' => 'gnutls_datum_t[64]', - 'Size' => '1024', - 'Type' => 'Array' - }, - '1272629' => { - 'BaseType' => '999716', - 'Name' => 'gnutls_subject_alt_names_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1277421' => { - 'BaseType' => '999738', - 'Name' => 'gnutls_x509_aki_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1284640' => { - 'BaseType' => '1020553', - 'Name' => 'gnutls_x509_policies_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1289333' => { - 'BaseType' => '1020465', - 'Name' => 'gnutls_x509_crl_dist_points_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1291928' => { - 'BaseType' => '1020487', - 'Name' => 'gnutls_x509_aia_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1294616' => { - 'BaseType' => '1020531', - 'Name' => 'gnutls_x509_key_purposes_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '130' => { - 'Name' => 'unsigned int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '1306782' => { - 'BaseType' => '1306793', - 'Header' => 'ocsp.h', - 'Line' => '141', - 'Name' => 'gnutls_ocsp_req_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1306793' => { - 'BaseType' => '1306799', - 'Name' => 'struct gnutls_ocsp_req_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1306799' => { - 'Line' => '36', - 'Memb' => { - '0' => { - 'name' => 'req', - 'offset' => '0', - 'type' => '117419' - }, - '1' => { - 'name' => 'init', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_ocsp_req_int', - 'Size' => '16', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '1308543' => { - 'BaseType' => '1306782', - 'Name' => 'gnutls_ocsp_req_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1308976' => { - 'BaseType' => '555052', - 'Name' => 'gnutls_ocsp_resp_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1328047' => { - 'Header' => 'ocsp.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OCSP_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OCSP_PRINT_COMPACT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1328076' => { - 'BaseType' => '1328047', - 'Header' => 'ocsp.h', - 'Line' => '50', - 'Name' => 'gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1365156' => { - 'Header' => 'gnutls.h', - 'Line' => '1030', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_NAME_DNS', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_server_name_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '137' => { - 'Name' => 'signed char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '13711' => { - 'BaseType' => '70', - 'Name' => 'int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '144' => { - 'Name' => 'short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '1453' => { - 'BaseType' => '123', - 'Name' => 'unsigned char[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '1469' => { - 'Header' => 'gnutls_int.h', - 'Line' => '91', - 'Memb' => { - '0' => { - 'name' => 'i', - 'offset' => '0', - 'type' => '1453' - } - }, - 'Name' => 'struct uint64', - 'Size' => '8', - 'Type' => 'Struct' - }, - '1480' => { - 'Header' => 'gnutls.h', - 'Line' => '114', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CIPHER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CIPHER_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_CIPHER_AES_128_GCM', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_CIPHER_AES_256_GCM', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_192_CBC', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_CIPHER_SALSA20_256', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_CIPHER_ESTREAM_SALSA20_256', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_GCM', - 'value' => '15' - }, - '16' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_GCM', - 'value' => '16' - }, - '17' => { - 'name' => 'GNUTLS_CIPHER_RC2_40_CBC', - 'value' => '17' - }, - '18' => { - 'name' => 'GNUTLS_CIPHER_DES_CBC', - 'value' => '18' - }, - '19' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM', - 'value' => '19' - }, - '2' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_128', - 'value' => '2' - }, - '20' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM', - 'value' => '20' - }, - '21' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM_8', - 'value' => '21' - }, - '22' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM_8', - 'value' => '22' - }, - '23' => { - 'name' => 'GNUTLS_CIPHER_CHACHA20_POLY1305', - 'value' => '23' - }, - '24' => { - 'name' => 'GNUTLS_CIPHER_IDEA_PGP_CFB', - 'value' => '200' - }, - '25' => { - 'name' => 'GNUTLS_CIPHER_3DES_PGP_CFB', - 'value' => '201' - }, - '26' => { - 'name' => 'GNUTLS_CIPHER_CAST5_PGP_CFB', - 'value' => '202' - }, - '27' => { - 'name' => 'GNUTLS_CIPHER_BLOWFISH_PGP_CFB', - 'value' => '203' - }, - '28' => { - 'name' => 'GNUTLS_CIPHER_SAFER_SK128_PGP_CFB', - 'value' => '204' - }, - '29' => { - 'name' => 'GNUTLS_CIPHER_AES128_PGP_CFB', - 'value' => '205' - }, - '3' => { - 'name' => 'GNUTLS_CIPHER_3DES_CBC', - 'value' => '3' - }, - '30' => { - 'name' => 'GNUTLS_CIPHER_AES192_PGP_CFB', - 'value' => '206' - }, - '31' => { - 'name' => 'GNUTLS_CIPHER_AES256_PGP_CFB', - 'value' => '207' - }, - '32' => { - 'name' => 'GNUTLS_CIPHER_TWOFISH_PGP_CFB', - 'value' => '208' - }, - '4' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CBC', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CBC', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_40', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_CBC', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_CBC', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_CIPHER_AES_192_CBC', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_cipher_algorithm', - 'Size' => '4', - 'Type' => 'Enum' - }, - '151' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '131', - 'Name' => '__off_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1542727' => { - 'Header' => 'gnutls.h', - 'Line' => '1094', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_80', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_32', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_80', - 'value' => '5' - }, - '3' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_32', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_srtp_profile_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1550923' => { - 'BaseType' => '1542727', - 'Name' => 'gnutls_srtp_profile_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '158178' => { - 'BaseType' => '788', - 'Name' => 'uint8_t[128]', - 'Size' => '128', - 'Type' => 'Array' - }, - '15899' => { - 'Header' => 'gnutls.h', - 'Line' => '548', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SHUT_RDWR', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SHUT_WR', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_close_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '162' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '132', - 'Name' => '__off64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '165689' => { - 'BaseType' => '165701', - 'Header' => 'gnutls.h', - 'Line' => '1568', - 'Name' => 'gnutls_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '165701' => { - 'Name' => 'void(*)(int, char const*)', - 'Param' => { - '0' => { - 'type' => '70' - }, - '1' => { - 'type' => '105' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '165723' => { - 'BaseType' => '165735', - 'Header' => 'gnutls.h', - 'Line' => '1569', - 'Name' => 'gnutls_audit_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '165735' => { - 'Name' => 'void(*)(gnutls_session_t, char const*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '105' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1695' => { - 'BaseType' => '1480', - 'Header' => 'gnutls.h', - 'Line' => '151', - 'Name' => 'gnutls_cipher_algorithm_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '16959' => { - 'BaseType' => '6158', - 'Header' => 'gnutls.h', - 'Line' => '974', - 'Name' => 'gnutls_packet_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '173' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '139', - 'Name' => '__time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '17390' => { - 'BaseType' => '17402', - 'Header' => 'gnutls.h', - 'Line' => '1534', - 'Name' => 'gnutls_time_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '17402' => { - 'Name' => 'time_t(*)(time_t*)', - 'Param' => { - '0' => { - 'type' => '17423' - } - }, - 'Return' => '225', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '17423' => { - 'BaseType' => '225', - 'Name' => 'time_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '17429' => { - 'Name' => 'int(*)(void**)', - 'Param' => { - '0' => { - 'type' => '17450' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '17450' => { - 'BaseType' => '184', - 'Name' => 'void**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '177145' => { - 'Header' => 'gnutls.h', - 'Line' => '607', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_FMT_DER', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_FMT_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_x509_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1788252' => { - 'BaseType' => '1788258', - 'Name' => 'gnutls_certificate_type_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1788258' => { - 'BaseType' => '2292', - 'Name' => 'gnutls_certificate_type_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '178968' => { - 'BaseType' => '178980', - 'Header' => 'gnutls.h', - 'Line' => '1547', - 'Name' => 'gnutls_calloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '178980' => { - 'Name' => 'void*(*)(size_t, size_t)', - 'Param' => { - '0' => { - 'type' => '52' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '184', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '17947' => { - 'BaseType' => '130', - 'Name' => 'unsigned int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '179585' => { - 'BaseType' => '179596', - 'Header' => 'abstract.h', - 'Line' => '57', - 'Name' => 'gnutls_privkey_sign_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '179596' => { - 'Name' => 'int(*)(gnutls_privkey_t, void*, gnutls_datum_t const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '111762' - }, - '1' => { - 'type' => '184' - }, - '2' => { - 'type' => '3587' - }, - '3' => { - 'type' => '3665' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '179632' => { - 'BaseType' => '179596', - 'Header' => 'abstract.h', - 'Line' => '62', - 'Name' => 'gnutls_privkey_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '179643' => { - 'BaseType' => '179654', - 'Header' => 'abstract.h', - 'Line' => '68', - 'Name' => 'gnutls_privkey_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '179654' => { - 'Name' => 'void(*)(gnutls_privkey_t, void*)', - 'Param' => { - '0' => { - 'type' => '111762' - }, - '1' => { - 'type' => '184' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '179676' => { - 'BaseType' => '179687', - 'Header' => 'abstract.h', - 'Line' => '77', - 'Name' => 'gnutls_privkey_info_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '179687' => { - 'Name' => 'int(*)(gnutls_privkey_t, unsigned int, void*)', - 'Param' => { - '0' => { - 'type' => '111762' - }, - '1' => { - 'type' => '130' - }, - '2' => { - 'type' => '184' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1800684' => { - 'BaseType' => '1800690', - 'Name' => 'gnutls_cipher_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1800690' => { - 'BaseType' => '1695', - 'Name' => 'gnutls_cipher_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '181182' => { - 'Header' => 'crypto-backend.h', - 'Line' => '295', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_IMPORT', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_EXPORT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_direction_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '181194' => { - 'Header' => 'crypto-backend.h', - 'Line' => '298', - 'Memb' => { - '0' => { - 'name' => 'encrypt', - 'offset' => '0', - 'type' => '181392' - }, - '1' => { - 'name' => 'decrypt', - 'offset' => '8', - 'type' => '181392' - }, - '10' => { - 'name' => 'curve_exists', - 'offset' => '80', - 'type' => '181579' - }, - '2' => { - 'name' => 'sign', - 'offset' => '16', - 'type' => '181392' - }, - '3' => { - 'name' => 'verify', - 'offset' => '24', - 'type' => '181428' - }, - '4' => { - 'name' => 'verify_priv_params', - 'offset' => '32', - 'type' => '181454' - }, - '5' => { - 'name' => 'verify_pub_params', - 'offset' => '40', - 'type' => '181454' - }, - '6' => { - 'name' => 'generate_keys', - 'offset' => '48', - 'type' => '181491' - }, - '7' => { - 'name' => 'generate_params', - 'offset' => '56', - 'type' => '181491' - }, - '8' => { - 'name' => 'pk_fixup_private_params', - 'offset' => '64', - 'type' => '181522' - }, - '9' => { - 'name' => 'derive', - 'offset' => '72', - 'type' => '181558' - } - }, - 'Name' => 'struct gnutls_crypto_pk', - 'Size' => '88', - 'Type' => 'Struct' - }, - '181381' => { - 'BaseType' => '181387', - 'Name' => 'gnutls_pk_params_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '181387' => { - 'BaseType' => '5512', - 'Name' => 'gnutls_pk_params_st const', - 'Size' => '144', - 'Type' => 'Const' - }, - '181392' => { - 'Name' => 'int(*)(gnutls_pk_algorithm_t, gnutls_datum_t*, gnutls_datum_t const*, gnutls_pk_params_st const*)', - 'Param' => { - '0' => { - 'type' => '2348' - }, - '1' => { - 'type' => '3665' - }, - '2' => { - 'type' => '3587' - }, - '3' => { - 'type' => '181381' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '181428' => { - 'Name' => 'int(*)(gnutls_pk_algorithm_t, gnutls_datum_t const*, gnutls_datum_t const*, gnutls_pk_params_st const*)', - 'Param' => { - '0' => { - 'type' => '2348' - }, - '1' => { - 'type' => '3587' - }, - '2' => { - 'type' => '3587' - }, - '3' => { - 'type' => '181381' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '181454' => { - 'Name' => 'int(*)(gnutls_pk_algorithm_t, gnutls_pk_params_st const*)', - 'Param' => { - '0' => { - 'type' => '2348' - }, - '1' => { - 'type' => '181381' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '181485' => { - 'BaseType' => '5512', - 'Name' => 'gnutls_pk_params_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '181491' => { - 'Name' => 'int(*)(gnutls_pk_algorithm_t, unsigned int, gnutls_pk_params_st*)', - 'Param' => { - '0' => { - 'type' => '2348' - }, - '1' => { - 'type' => '130' - }, - '2' => { - 'type' => '181485' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1815' => { - 'Header' => 'gnutls.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_KX_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_KX_RSA', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_KX_DHE_PSK', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_KX_ANON_ECDH', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_KX_ECDHE_RSA', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_KX_ECDHE_ECDSA', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_KX_ECDHE_PSK', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_KX_RSA_PSK', - 'value' => '15' - }, - '2' => { - 'name' => 'GNUTLS_KX_DHE_DSS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_KX_DHE_RSA', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_KX_ANON_DH', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_KX_SRP', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_KX_RSA_EXPORT', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_KX_SRP_RSA', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_KX_SRP_DSS', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_KX_PSK', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_kx_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '181522' => { - 'Name' => 'int(*)(gnutls_pk_algorithm_t, gnutls_direction_t, gnutls_pk_params_st*)', - 'Param' => { - '0' => { - 'type' => '2348' - }, - '1' => { - 'type' => '181182' - }, - '2' => { - 'type' => '181485' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '181558' => { - 'Name' => 'int(*)(gnutls_pk_algorithm_t, gnutls_datum_t*, gnutls_pk_params_st const*, gnutls_pk_params_st const*)', - 'Param' => { - '0' => { - 'type' => '2348' - }, - '1' => { - 'type' => '3665' - }, - '2' => { - 'type' => '181381' - }, - '3' => { - 'type' => '181381' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '181579' => { - 'Name' => 'int(*)(gnutls_ecc_curve_t)', - 'Param' => { - '0' => { - 'type' => '2562' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '181585' => { - 'BaseType' => '181194', - 'Header' => 'crypto-backend.h', - 'Line' => '334', - 'Name' => 'gnutls_crypto_pk_st', - 'Size' => '88', - 'Type' => 'Typedef' - }, - '1816957' => { - 'BaseType' => '1971', - 'Name' => 'gnutls_mac_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1816963' => { - 'BaseType' => '2242', - 'Name' => 'gnutls_protocol_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1821395' => { - 'BaseType' => '1821401', - 'Name' => 'gnutls_ecc_curve_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1821401' => { - 'BaseType' => '2562', - 'Name' => 'gnutls_ecc_curve_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '1834264' => { - 'BaseType' => '1834270', - 'Name' => 'gnutls_kx_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1834270' => { - 'BaseType' => '1815', - 'Name' => 'gnutls_kx_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '184' => { - 'BaseType' => '1', - 'Name' => 'void*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1847341' => { - 'BaseType' => '1847347', - 'Name' => 'gnutls_mac_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1847347' => { - 'BaseType' => '1971', - 'Name' => 'gnutls_mac_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '1847468' => { - 'BaseType' => '1207297', - 'Name' => 'gnutls_digest_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1859263' => { - 'BaseType' => '2242', - 'Name' => 'gnutls_protocol_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '1859862' => { - 'BaseType' => '1859263', - 'Name' => 'gnutls_protocol_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '186' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '172', - 'Name' => '__ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '186744' => { - 'Header' => 'abstract_int.h', - 'Line' => '40', - 'Memb' => { - '0' => { - 'name' => 'sign_func', - 'offset' => '0', - 'type' => '179585' - }, - '1' => { - 'name' => 'decrypt_func', - 'offset' => '8', - 'type' => '179632' - }, - '2' => { - 'name' => 'deinit_func', - 'offset' => '16', - 'type' => '179643' - }, - '3' => { - 'name' => 'info_func', - 'offset' => '24', - 'type' => '179676' - }, - '4' => { - 'name' => 'userdata', - 'offset' => '32', - 'type' => '184' - } - }, - 'Name' => 'anon-struct-abstract_int.h-40', - 'Size' => '40', - 'Type' => 'Struct' - }, - '186813' => { - 'Header' => 'abstract_int.h', - 'Line' => '32', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '111785' - }, - '1' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '112783' - }, - '2' => { - 'name' => 'openpgp', - 'offset' => '0', - 'type' => '112716' - }, - '3' => { - 'name' => 'ext', - 'offset' => '0', - 'type' => '186744' - } - }, - 'Name' => 'anon-union-abstract_int.h-32', - 'Size' => '40', - 'Type' => 'Union' - }, - '186882' => { - 'BaseType' => '788', - 'Name' => 'uint8_t[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '1869' => { - 'Header' => 'gnutls.h', - 'Line' => '223', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRD_CERTIFICATE', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_CRD_ANON', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_CRD_SRP', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_CRD_PSK', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_CRD_IA', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_credentials_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1871038' => { - 'BaseType' => '1871044', - 'Name' => 'gnutls_sign_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1871044' => { - 'BaseType' => '2500', - 'Name' => 'gnutls_sign_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '187702' => { - 'BaseType' => '2759', - 'Name' => 'gnutls_dh_params_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '197' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '175', - 'Name' => '__syscall_slong_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1971' => { - 'Header' => 'gnutls.h', - 'Line' => '263', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_MAC_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_MAC_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_MAC_AEAD', - 'value' => '200' - }, - '11' => { - 'name' => 'GNUTLS_MAC_UMAC_96', - 'value' => '201' - }, - '12' => { - 'name' => 'GNUTLS_MAC_UMAC_128', - 'value' => '202' - }, - '2' => { - 'name' => 'GNUTLS_MAC_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_MAC_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_MAC_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_MAC_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_MAC_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_MAC_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_MAC_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_MAC_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_mac_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1978009' => { - 'BaseType' => '1978020', - 'Header' => 'opencdk.h', - 'Line' => '64', - 'Name' => 'cdk_s2k_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1978020' => { - 'BaseType' => '1978026', - 'Name' => 'struct cdk_s2k_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1978026' => { - 'Header' => 'context.h', - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'mode', - 'offset' => '0', - 'type' => '70' - }, - '1' => { - 'name' => 'hash_algo', - 'offset' => '4', - 'type' => '2074760' - }, - '2' => { - 'name' => 'salt', - 'offset' => '5', - 'type' => '2084668' - }, - '3' => { - 'name' => 'count', - 'offset' => '16', - 'type' => '2074771' - } - }, - 'Name' => 'struct cdk_s2k_s', - 'Size' => '20', - 'Type' => 'Struct' - }, - '1978031' => { - 'BaseType' => '1978042', - 'Header' => 'opencdk.h', - 'Line' => '68', - 'Name' => 'cdk_stream_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1978042' => { - 'BaseType' => '1978048', - 'Name' => 'struct cdk_stream_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1978048' => { - 'Header' => 'stream.h', - 'Line' => '68', - 'Memb' => { - '0' => { - 'name' => 'filters', - 'offset' => '0', - 'type' => '2109202' - }, - '1' => { - 'name' => 'fmode', - 'offset' => '8', - 'type' => '70' - }, - '10' => { - 'name' => 'cbs_hd', - 'offset' => '128', - 'type' => '184' - }, - '2' => { - 'name' => 'error', - 'offset' => '12', - 'type' => '70' - }, - '3' => { - 'name' => 'blkmode', - 'offset' => '16', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'offset' => '24', - 'type' => '2109208' - }, - '5' => { - 'name' => 'cache', - 'offset' => '32', - 'type' => '2109322' - }, - '6' => { - 'name' => 'fname', - 'offset' => '64', - 'type' => '208' - }, - '7' => { - 'name' => 'fp', - 'offset' => '72', - 'type' => '219162' - }, - '8' => { - 'bitfield' => '1', - 'name' => 'fp_ref', - 'offset' => '80', - 'type' => '130' - }, - '9' => { - 'name' => 'cbs', - 'offset' => '88', - 'type' => '2108128' - } - }, - 'Name' => 'struct cdk_stream_s', - 'Size' => '136', - 'Type' => 'Struct' - }, - '1978053' => { - 'BaseType' => '1978064', - 'Header' => 'opencdk.h', - 'Line' => '72', - 'Name' => 'cdk_prefitem_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1978064' => { - 'BaseType' => '1978070', - 'Name' => 'struct cdk_prefitem_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1978070' => { - 'Header' => 'context.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '2074760' - }, - '1' => { - 'name' => 'value', - 'offset' => '1', - 'type' => '2074760' - } - }, - 'Name' => 'struct cdk_prefitem_s', - 'Size' => '2', - 'Type' => 'Struct' - }, - '1978097' => { - 'BaseType' => '1978108', - 'Header' => 'opencdk.h', - 'Line' => '91', - 'Name' => 'cdk_subpkt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1978108' => { - 'BaseType' => '1978114', - 'Name' => 'struct cdk_subpkt_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1978114' => { - 'Header' => 'context.h', - 'Line' => '94', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '1978108' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '2074771' - }, - '2' => { - 'name' => 'type', - 'offset' => '12', - 'type' => '2074760' - }, - '3' => { - 'name' => 'd', - 'offset' => '16', - 'type' => '2084700' - } - }, - 'Name' => 'struct cdk_subpkt_s', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1978119' => { - 'BaseType' => '1978130', - 'Header' => 'opencdk.h', - 'Line' => '99', - 'Name' => 'cdk_desig_revoker_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1978130' => { - 'BaseType' => '1978136', - 'Name' => 'struct cdk_desig_revoker_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1978136' => { - 'Header' => 'context.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '1978130' - }, - '1' => { - 'name' => 'r_class', - 'offset' => '8', - 'type' => '2074760' - }, - '2' => { - 'name' => 'algid', - 'offset' => '9', - 'type' => '2074760' - }, - '3' => { - 'name' => 'fpr', - 'offset' => '10', - 'type' => '2084684' - } - }, - 'Name' => 'struct cdk_desig_revoker_s', - 'Size' => '32', - 'Type' => 'Struct' - }, - '1978598' => { - 'Header' => 'opencdk.h', - 'Line' => '353', - 'Memb' => { - '0' => { - 'name' => 'CDK_PKT_RESERVED', - 'value' => '0' - }, - '1' => { - 'name' => 'CDK_PKT_PUBKEY_ENC', - 'value' => '1' - }, - '10' => { - 'name' => 'CDK_PKT_RING_TRUST', - 'value' => '12' - }, - '11' => { - 'name' => 'CDK_PKT_USER_ID', - 'value' => '13' - }, - '12' => { - 'name' => 'CDK_PKT_PUBLIC_SUBKEY', - 'value' => '14' - }, - '13' => { - 'name' => 'CDK_PKT_OLD_COMMENT', - 'value' => '16' - }, - '14' => { - 'name' => 'CDK_PKT_ATTRIBUTE', - 'value' => '17' - }, - '15' => { - 'name' => 'CDK_PKT_MDC', - 'value' => '19' - }, - '2' => { - 'name' => 'CDK_PKT_SIGNATURE', - 'value' => '2' - }, - '3' => { - 'name' => 'CDK_PKT_ONEPASS_SIG', - 'value' => '4' - }, - '4' => { - 'name' => 'CDK_PKT_SECRET_KEY', - 'value' => '5' - }, - '5' => { - 'name' => 'CDK_PKT_PUBLIC_KEY', - 'value' => '6' - }, - '6' => { - 'name' => 'CDK_PKT_SECRET_SUBKEY', - 'value' => '7' - }, - '7' => { - 'name' => 'CDK_PKT_COMPRESSED', - 'value' => '8' - }, - '8' => { - 'name' => 'CDK_PKT_MARKER', - 'value' => '10' - }, - '9' => { - 'name' => 'CDK_PKT_LITERAL', - 'value' => '11' - } - }, - 'Name' => 'enum cdk_packet_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1978610' => { - 'Header' => 'opencdk.h', - 'Line' => '385', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'exportable', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'revocable', - 'offset' => '0', - 'type' => '130' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'policy_url', - 'offset' => '0', - 'type' => '130' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'notation', - 'offset' => '0', - 'type' => '130' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'expired', - 'offset' => '0', - 'type' => '130' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'checked', - 'offset' => '0', - 'type' => '130' - }, - '6' => { - 'bitfield' => '1', - 'name' => 'valid', - 'offset' => '0', - 'type' => '130' - }, - '7' => { - 'bitfield' => '1', - 'name' => 'missing_key', - 'offset' => '0', - 'type' => '130' - } - }, - 'Name' => 'anon-struct-opencdk.h-385', - 'Size' => '4', - 'Type' => 'Struct' - }, - '1978748' => { - 'Header' => 'opencdk.h', - 'Line' => '370', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '123' - }, - '1' => { - 'name' => 'sig_class', - 'offset' => '1', - 'type' => '123' - }, - '10' => { - 'name' => 'unhashed_size', - 'offset' => '40', - 'type' => '98' - }, - '11' => { - 'name' => 'unhashed', - 'offset' => '48', - 'type' => '1978097' - }, - '12' => { - 'name' => 'mpi', - 'offset' => '56', - 'type' => '6553' - }, - '13' => { - 'name' => 'revkeys', - 'offset' => '72', - 'type' => '1978119' - }, - '14' => { - 'name' => 'flags', - 'offset' => '80', - 'type' => '1978610' - }, - '15' => { - 'name' => 'key', - 'offset' => '84', - 'type' => '1978970' - }, - '2' => { - 'name' => 'timestamp', - 'offset' => '4', - 'type' => '130' - }, - '3' => { - 'name' => 'expiredate', - 'offset' => '8', - 'type' => '130' - }, - '4' => { - 'name' => 'keyid', - 'offset' => '12', - 'type' => '1978970' - }, - '5' => { - 'name' => 'pubkey_algo', - 'offset' => '20', - 'type' => '123' - }, - '6' => { - 'name' => 'digest_algo', - 'offset' => '21', - 'type' => '123' - }, - '7' => { - 'name' => 'digest_start', - 'offset' => '22', - 'type' => '1133750' - }, - '8' => { - 'name' => 'hashed_size', - 'offset' => '24', - 'type' => '98' - }, - '9' => { - 'name' => 'hashed', - 'offset' => '32', - 'type' => '1978097' - } - }, - 'Name' => 'struct cdk_pkt_signature_s', - 'Size' => '96', - 'Type' => 'Struct' - }, - '1978970' => { - 'BaseType' => '130', - 'Name' => 'unsigned int[2]', - 'Size' => '8', - 'Type' => 'Array' - }, - '1979002' => { - 'BaseType' => '1979014', - 'Header' => 'opencdk.h', - 'Line' => '397', - 'Name' => 'cdk_pkt_signature_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1979014' => { - 'BaseType' => '1978748', - 'Name' => 'struct cdk_pkt_signature_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1979020' => { - 'Header' => 'opencdk.h', - 'Line' => '400', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'is_primary', - 'offset' => '4', - 'type' => '130' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '4', - 'type' => '130' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'mdc_feature', - 'offset' => '4', - 'type' => '130' - }, - '4' => { - 'name' => 'prefs', - 'offset' => '8', - 'type' => '1978053' - }, - '5' => { - 'name' => 'prefs_size', - 'offset' => '16', - 'type' => '52' - }, - '6' => { - 'name' => 'attrib_img', - 'offset' => '24', - 'type' => '3186' - }, - '7' => { - 'name' => 'attrib_len', - 'offset' => '32', - 'type' => '52' - }, - '8' => { - 'name' => 'selfsig', - 'offset' => '40', - 'type' => '1979002' - }, - '9' => { - 'name' => 'name', - 'offset' => '48', - 'type' => '208' - } - }, - 'Name' => 'struct cdk_pkt_userid_s', - 'Size' => '56', - 'Type' => 'Struct' - }, - '1979173' => { - 'BaseType' => '1979185', - 'Header' => 'opencdk.h', - 'Line' => '412', - 'Name' => 'cdk_pkt_userid_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1979185' => { - 'BaseType' => '1979020', - 'Name' => 'struct cdk_pkt_userid_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1979191' => { - 'Header' => 'opencdk.h', - 'Line' => '415', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '123' - }, - '1' => { - 'name' => 'pubkey_algo', - 'offset' => '1', - 'type' => '123' - }, - '10' => { - 'bitfield' => '1', - 'name' => 'has_expired', - 'offset' => '80', - 'type' => '130' - }, - '11' => { - 'name' => 'pubkey_usage', - 'offset' => '84', - 'type' => '70' - }, - '12' => { - 'name' => 'uid', - 'offset' => '88', - 'type' => '1979173' - }, - '13' => { - 'name' => 'prefs', - 'offset' => '96', - 'type' => '1978053' - }, - '14' => { - 'name' => 'prefs_size', - 'offset' => '104', - 'type' => '52' - }, - '15' => { - 'name' => 'revkeys', - 'offset' => '112', - 'type' => '1978119' - }, - '2' => { - 'name' => 'fpr', - 'offset' => '2', - 'type' => '733604' - }, - '3' => { - 'name' => 'keyid', - 'offset' => '24', - 'type' => '1978970' - }, - '4' => { - 'name' => 'main_keyid', - 'offset' => '32', - 'type' => '1978970' - }, - '5' => { - 'name' => 'timestamp', - 'offset' => '40', - 'type' => '130' - }, - '6' => { - 'name' => 'expiredate', - 'offset' => '44', - 'type' => '130' - }, - '7' => { - 'name' => 'mpi', - 'offset' => '48', - 'type' => '1979438' - }, - '8' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '80', - 'type' => '130' - }, - '9' => { - 'bitfield' => '1', - 'name' => 'is_invalid', - 'offset' => '80', - 'type' => '130' - } - }, - 'Name' => 'struct cdk_pkt_pubkey_s', - 'Size' => '120', - 'Type' => 'Struct' - }, - '1979438' => { - 'BaseType' => '4648', - 'Name' => 'bigint_t[4]', - 'Size' => '32', - 'Type' => 'Array' - }, - '1979454' => { - 'BaseType' => '1979466', - 'Header' => 'opencdk.h', - 'Line' => '433', - 'Name' => 'cdk_pkt_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1979466' => { - 'BaseType' => '1979191', - 'Name' => 'struct cdk_pkt_pubkey_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1979472' => { - 'Header' => 'opencdk.h', - 'Line' => '447', - 'Memb' => { - '0' => { - 'name' => 'algo', - 'offset' => '0', - 'type' => '123' - }, - '1' => { - 'name' => 'sha1chk', - 'offset' => '1', - 'type' => '123' - }, - '2' => { - 'name' => 's2k', - 'offset' => '8', - 'type' => '1978009' - }, - '3' => { - 'name' => 'iv', - 'offset' => '16', - 'type' => '757507' - }, - '4' => { - 'name' => 'ivlen', - 'offset' => '32', - 'type' => '123' - } - }, - 'Name' => 'anon-struct-opencdk.h-447', - 'Size' => '40', - 'Type' => 'Struct' - }, - '1979562' => { - 'Header' => 'opencdk.h', - 'Line' => '439', - 'Memb' => { - '0' => { - 'name' => 'pk', - 'offset' => '0', - 'type' => '1979454' - }, - '1' => { - 'name' => 'expiredate', - 'offset' => '8', - 'type' => '130' - }, - '10' => { - 'name' => 'encdata', - 'offset' => '120', - 'type' => '3186' - }, - '11' => { - 'name' => 'enclen', - 'offset' => '128', - 'type' => '52' - }, - '12' => { - 'name' => 'is_protected', - 'offset' => '136', - 'type' => '123' - }, - '13' => { - 'bitfield' => '1', - 'name' => 'is_primary', - 'offset' => '136', - 'type' => '130' - }, - '14' => { - 'bitfield' => '1', - 'name' => 'has_expired', - 'offset' => '136', - 'type' => '130' - }, - '15' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '136', - 'type' => '130' - }, - '2' => { - 'name' => 'version', - 'offset' => '12', - 'type' => '70' - }, - '3' => { - 'name' => 'pubkey_algo', - 'offset' => '16', - 'type' => '70' - }, - '4' => { - 'name' => 'keyid', - 'offset' => '20', - 'type' => '1978970' - }, - '5' => { - 'name' => 'main_keyid', - 'offset' => '28', - 'type' => '1978970' - }, - '6' => { - 'name' => 's2k_usage', - 'offset' => '36', - 'type' => '123' - }, - '7' => { - 'name' => 'protect', - 'offset' => '40', - 'type' => '1979472' - }, - '8' => { - 'name' => 'csum', - 'offset' => '80', - 'type' => '98' - }, - '9' => { - 'name' => 'mpi', - 'offset' => '88', - 'type' => '1979438' - } - }, - 'Name' => 'struct cdk_pkt_seckey_s', - 'Size' => '144', - 'Type' => 'Struct' - }, - '1979792' => { - 'BaseType' => '1979804', - 'Header' => 'opencdk.h', - 'Line' => '463', - 'Name' => 'cdk_pkt_seckey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1979804' => { - 'BaseType' => '1979562', - 'Name' => 'struct cdk_pkt_seckey_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1979810' => { - 'Header' => 'opencdk.h', - 'Line' => '469', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '123' - }, - '1' => { - 'name' => 'keyid', - 'offset' => '4', - 'type' => '1978970' - }, - '2' => { - 'name' => 'sig_class', - 'offset' => '12', - 'type' => '123' - }, - '3' => { - 'name' => 'digest_algo', - 'offset' => '13', - 'type' => '123' - }, - '4' => { - 'name' => 'pubkey_algo', - 'offset' => '14', - 'type' => '123' - }, - '5' => { - 'name' => 'last', - 'offset' => '15', - 'type' => '123' - } - }, - 'Name' => 'struct cdk_pkt_onepass_sig_s', - 'Size' => '16', - 'Type' => 'Struct' - }, - '1979902' => { - 'BaseType' => '1979914', - 'Header' => 'opencdk.h', - 'Line' => '477', - 'Name' => 'cdk_pkt_onepass_sig_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1979914' => { - 'BaseType' => '1979810', - 'Name' => 'struct cdk_pkt_onepass_sig_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1979920' => { - 'Header' => 'opencdk.h', - 'Line' => '480', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '123' - }, - '1' => { - 'name' => 'keyid', - 'offset' => '4', - 'type' => '1978970' - }, - '2' => { - 'name' => 'throw_keyid', - 'offset' => '12', - 'type' => '70' - }, - '3' => { - 'name' => 'pubkey_algo', - 'offset' => '16', - 'type' => '123' - }, - '4' => { - 'name' => 'mpi', - 'offset' => '24', - 'type' => '6553' - } - }, - 'Name' => 'struct cdk_pkt_pubkey_enc_s', - 'Size' => '40', - 'Type' => 'Struct' - }, - '1979999' => { - 'BaseType' => '1980011', - 'Header' => 'opencdk.h', - 'Line' => '487', - 'Name' => 'cdk_pkt_pubkey_enc_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1980011' => { - 'BaseType' => '1979920', - 'Name' => 'struct cdk_pkt_pubkey_enc_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1980017' => { - 'Header' => 'opencdk.h', - 'Line' => '489', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'extralen', - 'offset' => '4', - 'type' => '70' - }, - '2' => { - 'name' => 'mdc_method', - 'offset' => '8', - 'type' => '123' - }, - '3' => { - 'name' => 'buf', - 'offset' => '16', - 'type' => '1978031' - } - }, - 'Name' => 'struct cdk_pkt_encrypted_s', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1980083' => { - 'BaseType' => '1980095', - 'Header' => 'opencdk.h', - 'Line' => '495', - 'Name' => 'cdk_pkt_encrypted_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1980095' => { - 'BaseType' => '1980017', - 'Name' => 'struct cdk_pkt_encrypted_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1980101' => { - 'Header' => 'opencdk.h', - 'Line' => '498', - 'Memb' => { - '0' => { - 'name' => 'hash', - 'offset' => '0', - 'type' => '733604' - } - }, - 'Name' => 'struct cdk_pkt_mdc_s', - 'Size' => '20', - 'Type' => 'Struct' - }, - '1980128' => { - 'BaseType' => '1980140', - 'Header' => 'opencdk.h', - 'Line' => '501', - 'Name' => 'cdk_pkt_mdc_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1980140' => { - 'BaseType' => '1980101', - 'Name' => 'struct cdk_pkt_mdc_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1980146' => { - 'Header' => 'opencdk.h', - 'Line' => '504', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'buf', - 'offset' => '8', - 'type' => '1978031' - }, - '2' => { - 'name' => 'mode', - 'offset' => '16', - 'type' => '70' - }, - '3' => { - 'name' => 'timestamp', - 'offset' => '20', - 'type' => '130' - }, - '4' => { - 'name' => 'namelen', - 'offset' => '24', - 'type' => '70' - }, - '5' => { - 'name' => 'name', - 'offset' => '32', - 'type' => '208' - } - }, - 'Name' => 'struct cdk_pkt_literal_s', - 'Size' => '40', - 'Type' => 'Struct' - }, - '1980238' => { - 'BaseType' => '1980250', - 'Header' => 'opencdk.h', - 'Line' => '512', - 'Name' => 'cdk_pkt_literal_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1980250' => { - 'BaseType' => '1980146', - 'Name' => 'struct cdk_pkt_literal_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1980256' => { - 'Header' => 'opencdk.h', - 'Line' => '515', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'algorithm', - 'offset' => '4', - 'type' => '70' - }, - '2' => { - 'name' => 'buf', - 'offset' => '8', - 'type' => '1978031' - } - }, - 'Name' => 'struct cdk_pkt_compressed_s', - 'Size' => '16', - 'Type' => 'Struct' - }, - '1980309' => { - 'BaseType' => '1980321', - 'Header' => 'opencdk.h', - 'Line' => '520', - 'Name' => 'cdk_pkt_compressed_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1980321' => { - 'BaseType' => '1980256', - 'Name' => 'struct cdk_pkt_compressed_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1980327' => { - 'Header' => 'opencdk.h', - 'Line' => '529', - 'Memb' => { - '0' => { - 'name' => 'mdc', - 'offset' => '0', - 'type' => '1980128' - }, - '1' => { - 'name' => 'user_id', - 'offset' => '0', - 'type' => '1979173' - }, - '2' => { - 'name' => 'public_key', - 'offset' => '0', - 'type' => '1979454' - }, - '3' => { - 'name' => 'secret_key', - 'offset' => '0', - 'type' => '1979792' - }, - '4' => { - 'name' => 'signature', - 'offset' => '0', - 'type' => '1979002' - }, - '5' => { - 'name' => 'pubkey_enc', - 'offset' => '0', - 'type' => '1979999' - }, - '6' => { - 'name' => 'compressed', - 'offset' => '0', - 'type' => '1980309' - }, - '7' => { - 'name' => 'encrypted', - 'offset' => '0', - 'type' => '1980083' - }, - '8' => { - 'name' => 'literal', - 'offset' => '0', - 'type' => '1980238' - }, - '9' => { - 'name' => 'onepass_sig', - 'offset' => '0', - 'type' => '1979902' - } - }, - 'Name' => 'anon-union-opencdk.h-529', - 'Size' => '8', - 'Type' => 'Union' - }, - '1980457' => { - 'Header' => 'opencdk.h', - 'Line' => '524', - 'Memb' => { - '0' => { - 'name' => 'pktlen', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'pktsize', - 'offset' => '8', - 'type' => '52' - }, - '2' => { - 'name' => 'old_ctb', - 'offset' => '16', - 'type' => '70' - }, - '3' => { - 'name' => 'pkttype', - 'offset' => '20', - 'type' => '1978598' - }, - '4' => { - 'name' => 'pkt', - 'offset' => '24', - 'type' => '1980327' - } - }, - 'Name' => 'struct cdk_packet_s', - 'Size' => '32', - 'Type' => 'Struct' - }, - '1980536' => { - 'BaseType' => '1980548', - 'Header' => 'opencdk.h', - 'Line' => '542', - 'Name' => 'cdk_packet_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1980548' => { - 'BaseType' => '1980457', - 'Name' => 'struct cdk_packet_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1998038' => { - 'Header' => 'opencdk.h', - 'Line' => '136', - 'Memb' => { - '0' => { - 'name' => 'CDK_EOF', - 'value' => '-1' - }, - '1' => { - 'name' => 'CDK_Success', - 'value' => '0' - }, - '10' => { - 'name' => 'CDK_MPI_Error', - 'value' => '10' - }, - '11' => { - 'name' => 'CDK_Inv_Value', - 'value' => '11' - }, - '12' => { - 'name' => 'CDK_Error_No_Key', - 'value' => '12' - }, - '13' => { - 'name' => 'CDK_Chksum_Error', - 'value' => '13' - }, - '14' => { - 'name' => 'CDK_Time_Conflict', - 'value' => '14' - }, - '15' => { - 'name' => 'CDK_Zlib_Error', - 'value' => '15' - }, - '16' => { - 'name' => 'CDK_Weak_Key', - 'value' => '16' - }, - '17' => { - 'name' => 'CDK_Out_Of_Core', - 'value' => '17' - }, - '18' => { - 'name' => 'CDK_Wrong_Seckey', - 'value' => '18' - }, - '19' => { - 'name' => 'CDK_Bad_MDC', - 'value' => '19' - }, - '2' => { - 'name' => 'CDK_General_Error', - 'value' => '1' - }, - '20' => { - 'name' => 'CDK_Inv_Mode', - 'value' => '20' - }, - '21' => { - 'name' => 'CDK_Error_No_Keyring', - 'value' => '21' - }, - '22' => { - 'name' => 'CDK_Wrong_Format', - 'value' => '22' - }, - '23' => { - 'name' => 'CDK_Inv_Packet_Ver', - 'value' => '23' - }, - '24' => { - 'name' => 'CDK_Too_Short', - 'value' => '24' - }, - '25' => { - 'name' => 'CDK_Unusable_Key', - 'value' => '25' - }, - '26' => { - 'name' => 'CDK_No_Data', - 'value' => '26' - }, - '27' => { - 'name' => 'CDK_No_Passphrase', - 'value' => '27' - }, - '28' => { - 'name' => 'CDK_Network_Error', - 'value' => '28' - }, - '3' => { - 'name' => 'CDK_File_Error', - 'value' => '2' - }, - '4' => { - 'name' => 'CDK_Bad_Sig', - 'value' => '3' - }, - '5' => { - 'name' => 'CDK_Inv_Packet', - 'value' => '4' - }, - '6' => { - 'name' => 'CDK_Inv_Algo', - 'value' => '5' - }, - '7' => { - 'name' => 'CDK_Not_Implemented', - 'value' => '6' - }, - '8' => { - 'name' => 'CDK_Armor_Error', - 'value' => '8' - }, - '9' => { - 'name' => 'CDK_Armor_CRC_Error', - 'value' => '9' - } - }, - 'Name' => 'enum cdk_error_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2003044' => { - 'BaseType' => '111924', - 'Name' => 'gnutls_openpgp_keyring_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2021' => { - 'Header' => 'gnutls.h', - 'Line' => '316', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_COMP_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_COMP_NULL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_COMP_DEFLATE', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_COMP_ZLIB', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_compression_method_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2067256' => { - 'BaseType' => '623824', - 'Name' => 'gnutls_openpgp_crt_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2074760' => { - 'BaseType' => '123', - 'Header' => 'types.h', - 'Line' => '28', - 'Name' => 'byte', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '2074771' => { - 'BaseType' => '130', - 'Header' => 'types.h', - 'Line' => '40', - 'Name' => 'u32', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2074893' => { - 'Header' => 'filters.h', - 'Line' => '57', - 'Memb' => { - '0' => { - 'name' => 'le', - 'offset' => '0', - 'type' => '105' - }, - '1' => { - 'name' => 'hdrlines', - 'offset' => '8', - 'type' => '105' - }, - '2' => { - 'name' => 'crc', - 'offset' => '16', - 'type' => '2074771' - }, - '3' => { - 'name' => 'crc_okay', - 'offset' => '20', - 'type' => '70' - }, - '4' => { - 'name' => 'idx', - 'offset' => '24', - 'type' => '70' - }, - '5' => { - 'name' => 'idx2', - 'offset' => '28', - 'type' => '70' - } - }, - 'Name' => 'struct armor_filter_t', - 'Size' => '32', - 'Type' => 'Struct' - }, - '208' => { - 'BaseType' => '111', - 'Name' => 'char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '208169' => { - 'BaseType' => '298', - 'Header' => 'stdio.h', - 'Line' => '48', - 'Name' => 'FILE', - 'Size' => '216', - 'Type' => 'Typedef' - }, - '2084668' => { - 'BaseType' => '2074760', - 'Name' => 'byte[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '2084684' => { - 'BaseType' => '2074760', - 'Name' => 'byte[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '2084700' => { - 'BaseType' => '2074760', - 'Name' => 'byte*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2106026' => { - 'Header' => 'opencdk.h', - 'Line' => '333', - 'Memb' => { - '0' => { - 'name' => 'CDK_LITFMT_BINARY', - 'value' => '0' - }, - '1' => { - 'name' => 'CDK_LITFMT_TEXT', - 'value' => '1' - }, - '2' => { - 'name' => 'CDK_LITFMT_UNICODE', - 'value' => '2' - } - }, - 'Name' => 'enum cdk_lit_format_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '210699' => { - 'BaseType' => '210711', - 'Header' => 'gnutls.h', - 'Line' => '782', - 'Name' => 'gnutls_priority_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '210711' => { - 'BaseType' => '2817', - 'Name' => 'struct gnutls_priority_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2108128' => { - 'Header' => 'opencdk.h', - 'Line' => '691', - 'Memb' => { - '0' => { - 'name' => 'open', - 'offset' => '0', - 'type' => '2108222' - }, - '1' => { - 'name' => 'release', - 'offset' => '8', - 'type' => '2108222' - }, - '2' => { - 'name' => 'read', - 'offset' => '16', - 'type' => '4617' - }, - '3' => { - 'name' => 'write', - 'offset' => '24', - 'type' => '4452' - }, - '4' => { - 'name' => 'seek', - 'offset' => '32', - 'type' => '2108248' - } - }, - 'Name' => 'struct cdk_stream_cbs_s', - 'Size' => '40', - 'Type' => 'Struct' - }, - '2108222' => { - 'Name' => 'cdk_error_t(*)(void*)', - 'Param' => { - '0' => { - 'type' => '184' - } - }, - 'Return' => '1998038', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2108248' => { - 'Name' => 'int(*)(void*, off_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '885625' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2108361' => { - 'Header' => 'filters.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'on', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '885625' - }, - '2' => { - 'name' => 'nleft', - 'offset' => '16', - 'type' => '885625' - } - }, - 'Name' => 'anon-struct-filters.h-37', - 'Size' => '24', - 'Type' => 'Struct' - }, - '2108483' => { - 'Header' => 'filters.h', - 'Line' => '43', - 'Memb' => { - '0' => { - 'name' => 'hd', - 'offset' => '0', - 'type' => '7861' - }, - '1' => { - 'name' => 'mdc', - 'offset' => '80', - 'type' => '7522' - }, - '2' => { - 'name' => 'mdc_method', - 'offset' => '136', - 'type' => '70' - }, - '3' => { - 'name' => 'datalen', - 'offset' => '140', - 'type' => '2074771' - }, - '4' => { - 'name' => 'blkmode', - 'offset' => '144', - 'type' => '2108361' - }, - '5' => { - 'name' => 's', - 'offset' => '168', - 'type' => '1978031' - } - }, - 'Name' => 'struct cipher_filter_t', - 'Size' => '176', - 'Type' => 'Struct' - }, - '2108538' => { - 'Header' => 'filters.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'digest_algo', - 'offset' => '0', - 'type' => '70' - }, - '1' => { - 'name' => 'md', - 'offset' => '8', - 'type' => '7522' - }, - '2' => { - 'name' => 'md_initialized', - 'offset' => '64', - 'type' => '70' - } - }, - 'Name' => 'struct md_filter_t', - 'Size' => '72', - 'Type' => 'Struct' - }, - '2108640' => { - 'Header' => 'filters.h', - 'Line' => '65', - 'Memb' => { - '0' => { - 'name' => 'on', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '885625' - } - }, - 'Name' => 'anon-struct-filters.h-65', - 'Size' => '16', - 'Type' => 'Struct' - }, - '2108752' => { - 'Header' => 'filters.h', - 'Line' => '69', - 'Memb' => { - '0' => { - 'name' => 'mode', - 'offset' => '0', - 'type' => '2106026' - }, - '1' => { - 'name' => 'orig_filename', - 'offset' => '8', - 'type' => '208' - }, - '2' => { - 'name' => 'filename', - 'offset' => '16', - 'type' => '208' - }, - '3' => { - 'name' => 'md', - 'offset' => '24', - 'type' => '7522' - }, - '4' => { - 'name' => 'md_initialized', - 'offset' => '80', - 'type' => '70' - }, - '5' => { - 'name' => 'blkmode', - 'offset' => '88', - 'type' => '2108640' - } - }, - 'Name' => 'struct literal_filter_t', - 'Size' => '104', - 'Type' => 'Struct' - }, - '2108849' => { - 'BaseType' => '2074760', - 'Name' => 'byte[8192]', - 'Size' => '8192', - 'Type' => 'Array' - }, - '2108866' => { - 'Header' => 'filters.h', - 'Line' => '78', - 'Memb' => { - '0' => { - 'name' => 'inbufsize', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'inbuf', - 'offset' => '8', - 'type' => '2108849' - }, - '2' => { - 'name' => 'outbufsize', - 'offset' => '8200', - 'type' => '52' - }, - '3' => { - 'name' => 'outbuf', - 'offset' => '8208', - 'type' => '2108849' - }, - '4' => { - 'name' => 'algo', - 'offset' => '16400', - 'type' => '70' - }, - '5' => { - 'name' => 'level', - 'offset' => '16404', - 'type' => '70' - } - }, - 'Name' => 'struct compress_filter_t', - 'Size' => '16408', - 'Type' => 'Struct' - }, - '2108897' => { - 'Header' => 'filters.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'lf', - 'offset' => '0', - 'type' => '105' - } - }, - 'Name' => 'struct text_filter_t', - 'Size' => '8', - 'Type' => 'Struct' - }, - '2108908' => { - 'BaseType' => '2108919', - 'Header' => 'stream.h', - 'Line' => '40', - 'Name' => 'filter_fnct_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2108919' => { - 'Name' => 'int(*)(void*, int, FILE*, FILE*)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '70' - }, - '2' => { - 'type' => '219162' - }, - '3' => { - 'type' => '219162' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2108961' => { - 'Header' => 'stream.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'afx', - 'offset' => '0', - 'type' => '2074893' - }, - '1' => { - 'name' => 'cfx', - 'offset' => '0', - 'type' => '2108483' - }, - '2' => { - 'name' => 'pfx', - 'offset' => '0', - 'type' => '2108752' - }, - '3' => { - 'name' => 'zfx', - 'offset' => '0', - 'type' => '2108866' - }, - '4' => { - 'name' => 'tfx', - 'offset' => '0', - 'type' => '2108897' - }, - '5' => { - 'name' => 'mfx', - 'offset' => '0', - 'type' => '2108538' - } - }, - 'Name' => 'anon-union-stream.h-49', - 'Size' => '16408', - 'Type' => 'Union' - }, - '2109037' => { - 'Header' => 'stream.h', - 'Line' => '57', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'enabled', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'rdonly', - 'offset' => '0', - 'type' => '130' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'error', - 'offset' => '0', - 'type' => '130' - } - }, - 'Name' => 'anon-struct-stream.h-57', - 'Size' => '4', - 'Type' => 'Struct' - }, - '2109091' => { - 'Header' => 'stream.h', - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '2109202' - }, - '1' => { - 'name' => 'fnct', - 'offset' => '8', - 'type' => '2108908' - }, - '2' => { - 'name' => 'uint8_t', - 'offset' => '16', - 'type' => '184' - }, - '3' => { - 'name' => 'tmp', - 'offset' => '24', - 'type' => '219162' - }, - '4' => { - 'name' => 'u', - 'offset' => '32', - 'type' => '2108961' - }, - '5' => { - 'name' => 'flags', - 'offset' => '16440', - 'type' => '2109037' - }, - '6' => { - 'name' => 'type', - 'offset' => '16444', - 'type' => '130' - }, - '7' => { - 'name' => 'ctl', - 'offset' => '16448', - 'type' => '130' - } - }, - 'Name' => 'struct stream_filter_s', - 'Size' => '16456', - 'Type' => 'Struct' - }, - '2109202' => { - 'BaseType' => '2109091', - 'Name' => 'struct stream_filter_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2109208' => { - 'Header' => 'stream.h', - 'Line' => '73', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'filtrated', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'eof', - 'offset' => '0', - 'type' => '130' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'write', - 'offset' => '0', - 'type' => '130' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'temp', - 'offset' => '0', - 'type' => '130' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'reset', - 'offset' => '0', - 'type' => '130' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'no_filter', - 'offset' => '0', - 'type' => '130' - }, - '6' => { - 'bitfield' => '3', - 'name' => 'compressed', - 'offset' => '0', - 'type' => '130' - } - }, - 'Name' => 'anon-struct-stream.h-73', - 'Size' => '4', - 'Type' => 'Struct' - }, - '2109322' => { - 'Header' => 'stream.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'buf', - 'offset' => '0', - 'type' => '3186' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'on', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'alloced', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'anon-struct-stream.h-82', - 'Size' => '32', - 'Type' => 'Struct' - }, - '2109482' => { - 'Header' => 'keydb.h', - 'Line' => '65', - 'Memb' => { - '0' => { - 'name' => 'new_keys', - 'offset' => '0', - 'type' => '52' - } - }, - 'Name' => 'anon-struct-keydb.h-65', - 'Size' => '8', - 'Type' => 'Struct' - }, - '211849' => { - 'BaseType' => '208', - 'Name' => 'char**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '214' => { - 'BaseType' => '186', - 'Header' => 'types.h', - 'Line' => '109', - 'Name' => 'ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2144' => { - 'Header' => 'gnutls.h', - 'Line' => '457', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_REQUEST', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_KEY_EXCHANGE', - 'value' => '16' - }, - '11' => { - 'name' => 'GNUTLS_HANDSHAKE_FINISHED', - 'value' => '20' - }, - '12' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_STATUS', - 'value' => '22' - }, - '13' => { - 'name' => 'GNUTLS_HANDSHAKE_SUPPLEMENTAL', - 'value' => '23' - }, - '14' => { - 'name' => 'GNUTLS_HANDSHAKE_CHANGE_CIPHER_SPEC', - 'value' => '254' - }, - '15' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO_V2', - 'value' => '1024' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_VERIFY_REQUEST', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_HANDSHAKE_NEW_SESSION_TICKET', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_PKT', - 'value' => '11' - }, - '6' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_KEY_EXCHANGE', - 'value' => '12' - }, - '7' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_REQUEST', - 'value' => '13' - }, - '8' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO_DONE', - 'value' => '14' - }, - '9' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_VERIFY', - 'value' => '15' - } - }, - 'Name' => 'enum gnutls_handshake_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '219162' => { - 'BaseType' => '208169', - 'Name' => 'FILE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2242' => { - 'Header' => 'gnutls.h', - 'Line' => '579', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SSL3', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_TLS1_0', - 'value' => '2' - }, - '10' => { - 'name' => 'GNUTLS_TLS_VERSION_MAX', - 'value' => '4' - }, - '11' => { - 'name' => 'GNUTLS_VERSION_UNKNOWN', - 'value' => '255' - }, - '2' => { - 'name' => 'GNUTLS_TLS1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_TLS1_1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_TLS1_2', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DTLS0_9', - 'value' => '200' - }, - '6' => { - 'name' => 'GNUTLS_DTLS1_0', - 'value' => '201' - }, - '7' => { - 'name' => 'GNUTLS_DTLS1_2', - 'value' => '202' - }, - '8' => { - 'name' => 'GNUTLS_DTLS_VERSION_MIN', - 'value' => '200' - }, - '9' => { - 'name' => 'GNUTLS_DTLS_VERSION_MAX', - 'value' => '202' - } - }, - 'Name' => 'enum gnutls_protocol_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '225' => { - 'BaseType' => '173', - 'Header' => 'time.h', - 'Line' => '75', - 'Name' => 'time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '225955' => { - 'BaseType' => '210699', - 'Name' => 'gnutls_priority_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '225961' => { - 'BaseType' => '105', - 'Name' => 'char const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '226434' => { - 'BaseType' => '226440', - 'Name' => 'unsigned int const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '226440' => { - 'BaseType' => '226446', - 'Name' => 'unsigned int const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '226446' => { - 'BaseType' => '130', - 'Name' => 'unsigned int const', - 'Size' => '4', - 'Type' => 'Const' - }, - '2292' => { - 'Header' => 'gnutls.h', - 'Line' => '595', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_X509', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_OPENPGP', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_RAW', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_certificate_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '230812' => { - 'BaseType' => '230823', - 'Header' => 'crypto.h', - 'Line' => '188', - 'Name' => 'gnutls_mac_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '230823' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '1971' - }, - '1' => { - 'type' => '17450' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '230849' => { - 'BaseType' => '4452', - 'Header' => 'crypto.h', - 'Line' => '189', - 'Name' => 'gnutls_mac_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '230860' => { - 'BaseType' => '4452', - 'Header' => 'crypto.h', - 'Line' => '190', - 'Name' => 'gnutls_mac_setnonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '230871' => { - 'BaseType' => '4452', - 'Header' => 'crypto.h', - 'Line' => '191', - 'Name' => 'gnutls_mac_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '230882' => { - 'BaseType' => '4617', - 'Header' => 'crypto.h', - 'Line' => '192', - 'Name' => 'gnutls_mac_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '230924' => { - 'BaseType' => '3683', - 'Header' => 'crypto.h', - 'Line' => '193', - 'Name' => 'gnutls_mac_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '230935' => { - 'BaseType' => '230946', - 'Header' => 'crypto.h', - 'Line' => '194', - 'Name' => 'gnutls_mac_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '230946' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void const*, size_t, void const*, size_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '1971' - }, - '1' => { - 'type' => '291' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '291' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '291' - }, - '6' => { - 'type' => '52' - }, - '7' => { - 'type' => '184' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '231002' => { - 'BaseType' => '231013', - 'Header' => 'crypto.h', - 'Line' => '209', - 'Name' => 'gnutls_digest_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '231013' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '109671' - }, - '1' => { - 'type' => '17450' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '231039' => { - 'BaseType' => '4452', - 'Header' => 'crypto.h', - 'Line' => '210', - 'Name' => 'gnutls_digest_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '231050' => { - 'BaseType' => '4617', - 'Header' => 'crypto.h', - 'Line' => '211', - 'Name' => 'gnutls_digest_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '231061' => { - 'BaseType' => '3683', - 'Header' => 'crypto.h', - 'Line' => '212', - 'Name' => 'gnutls_digest_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '231072' => { - 'BaseType' => '231083', - 'Header' => 'crypto.h', - 'Line' => '213', - 'Name' => 'gnutls_digest_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '231083' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '109671' - }, - '1' => { - 'type' => '291' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '184' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '231239' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t)', - 'Param' => { - '0' => { - 'type' => '1971' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '231245' => { - 'Header' => 'crypto-backend.h', - 'Line' => '61', - 'Memb' => { - '0' => { - 'name' => 'init', - 'offset' => '0', - 'type' => '230812' - }, - '1' => { - 'name' => 'setkey', - 'offset' => '8', - 'type' => '230849' - }, - '2' => { - 'name' => 'setnonce', - 'offset' => '16', - 'type' => '230860' - }, - '3' => { - 'name' => 'hash', - 'offset' => '24', - 'type' => '230871' - }, - '4' => { - 'name' => 'output', - 'offset' => '32', - 'type' => '230882' - }, - '5' => { - 'name' => 'deinit', - 'offset' => '40', - 'type' => '230924' - }, - '6' => { - 'name' => 'fast', - 'offset' => '48', - 'type' => '230935' - }, - '7' => { - 'name' => 'exists', - 'offset' => '56', - 'type' => '231239' - } - }, - 'Name' => 'struct gnutls_crypto_mac_st', - 'Size' => '64', - 'Type' => 'Struct' - }, - '231352' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t)', - 'Param' => { - '0' => { - 'type' => '109671' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '231358' => { - 'Header' => 'crypto-backend.h', - 'Line' => '73', - 'Memb' => { - '0' => { - 'name' => 'init', - 'offset' => '0', - 'type' => '231002' - }, - '1' => { - 'name' => 'hash', - 'offset' => '8', - 'type' => '231039' - }, - '2' => { - 'name' => 'output', - 'offset' => '16', - 'type' => '231050' - }, - '3' => { - 'name' => 'deinit', - 'offset' => '24', - 'type' => '231061' - }, - '4' => { - 'name' => 'fast', - 'offset' => '32', - 'type' => '231072' - }, - '5' => { - 'name' => 'exists', - 'offset' => '40', - 'type' => '231352' - } - }, - 'Name' => 'struct gnutls_crypto_digest_st', - 'Size' => '48', - 'Type' => 'Struct' - }, - '2348' => { - 'Header' => 'gnutls.h', - 'Line' => '644', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PK_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PK_RSA', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PK_DSA', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PK_DH', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PK_EC', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_pk_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '236' => { - 'BaseType' => '144', - 'Header' => 'types.h', - 'Line' => '195', - 'Name' => 'int16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '242100' => { - 'BaseType' => '242111', - 'Header' => 'crypto.h', - 'Line' => '142', - 'Name' => 'gnutls_cipher_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '242111' => { - 'Name' => 'int(*)(gnutls_cipher_algorithm_t, void**, int)', - 'Param' => { - '0' => { - 'type' => '1695' - }, - '1' => { - 'type' => '17450' - }, - '2' => { - 'type' => '70' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '242142' => { - 'BaseType' => '4452', - 'Header' => 'crypto.h', - 'Line' => '143', - 'Name' => 'gnutls_cipher_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '242184' => { - 'BaseType' => '4452', - 'Header' => 'crypto.h', - 'Line' => '145', - 'Name' => 'gnutls_cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '242195' => { - 'BaseType' => '4483', - 'Header' => 'crypto.h', - 'Line' => '146', - 'Name' => 'gnutls_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '242247' => { - 'BaseType' => '4483', - 'Header' => 'crypto.h', - 'Line' => '148', - 'Name' => 'gnutls_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '242307' => { - 'BaseType' => '4551', - 'Header' => 'crypto.h', - 'Line' => '155', - 'Name' => 'gnutls_cipher_aead_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '242384' => { - 'BaseType' => '4551', - 'Header' => 'crypto.h', - 'Line' => '161', - 'Name' => 'gnutls_cipher_aead_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '242395' => { - 'BaseType' => '3683', - 'Header' => 'crypto.h', - 'Line' => '167', - 'Name' => 'gnutls_cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '247' => { - 'Header' => 'time.h', - 'Line' => '120', - 'Memb' => { - '0' => { - 'name' => 'tv_sec', - 'offset' => '0', - 'type' => '173' - }, - '1' => { - 'name' => 'tv_nsec', - 'offset' => '8', - 'type' => '197' - } - }, - 'Name' => 'struct timespec', - 'Size' => '16', - 'Type' => 'Struct' - }, - '2500' => { - 'Header' => 'gnutls.h', - 'Line' => '696', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SIGN_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA1', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA512', - 'value' => '8' - }, - '11' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA224', - 'value' => '9' - }, - '12' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA224', - 'value' => '10' - }, - '13' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA256', - 'value' => '11' - }, - '14' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA1', - 'value' => '12' - }, - '15' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA224', - 'value' => '13' - }, - '16' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA256', - 'value' => '14' - }, - '17' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA384', - 'value' => '15' - }, - '18' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA512', - 'value' => '16' - }, - '19' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA384', - 'value' => '17' - }, - '2' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA', - 'value' => '1' - }, - '20' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA512', - 'value' => '18' - }, - '3' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA1', - 'value' => '2' - }, - '4' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA', - 'value' => '2' - }, - '5' => { - 'name' => 'GNUTLS_SIGN_RSA_MD5', - 'value' => '3' - }, - '6' => { - 'name' => 'GNUTLS_SIGN_RSA_MD2', - 'value' => '4' - }, - '7' => { - 'name' => 'GNUTLS_SIGN_RSA_RMD160', - 'value' => '5' - }, - '8' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA256', - 'value' => '6' - }, - '9' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA384', - 'value' => '7' - } - }, - 'Name' => 'enum gnutls_sign_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '25160' => { - 'BaseType' => '25166', - 'Name' => 'uint8_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '25166' => { - 'BaseType' => '788', - 'Name' => 'uint8_t const', - 'Size' => '1', - 'Type' => 'Const' - }, - '2562' => { - 'Header' => 'gnutls.h', - 'Line' => '716', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_ECC_CURVE_INVALID', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP224R1', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP256R1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP384R1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP521R1', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP192R1', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_ecc_curve_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '25888' => { - 'BaseType' => '16959', - 'Name' => 'gnutls_packet_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2648' => { - 'Header' => 'gnutls.h', - 'Line' => '750', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SEC_PARAM_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SEC_PARAM_INSECURE', - 'value' => '5' - }, - '2' => { - 'name' => 'GNUTLS_SEC_PARAM_EXPORT', - 'value' => '10' - }, - '3' => { - 'name' => 'GNUTLS_SEC_PARAM_VERY_WEAK', - 'value' => '15' - }, - '4' => { - 'name' => 'GNUTLS_SEC_PARAM_WEAK', - 'value' => '20' - }, - '5' => { - 'name' => 'GNUTLS_SEC_PARAM_LOW', - 'value' => '25' - }, - '6' => { - 'name' => 'GNUTLS_SEC_PARAM_LEGACY', - 'value' => '30' - }, - '7' => { - 'name' => 'GNUTLS_SEC_PARAM_MEDIUM', - 'value' => '35' - }, - '8' => { - 'name' => 'GNUTLS_SEC_PARAM_HIGH', - 'value' => '40' - }, - '9' => { - 'name' => 'GNUTLS_SEC_PARAM_ULTRA', - 'value' => '45' - } - }, - 'Name' => 'enum gnutls_sec_param_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2660' => { - 'BaseType' => '184', - 'Header' => 'gnutls.h', - 'Line' => '769', - 'Name' => 'gnutls_transport_ptr_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2672' => { - 'BaseType' => '2684', - 'Header' => 'gnutls.h', - 'Line' => '772', - 'Name' => 'gnutls_session_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2684' => { - 'BaseType' => '2690', - 'Name' => 'struct gnutls_session_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2690' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1007', - 'Memb' => { - '0' => { - 'name' => 'security_parameters', - 'offset' => '0', - 'type' => '8445' - }, - '1' => { - 'name' => 'record_parameters', - 'offset' => '224', - 'type' => '10513' - }, - '2' => { - 'name' => 'internals', - 'offset' => '352', - 'type' => '10501' - }, - '3' => { - 'name' => 'key', - 'offset' => '4512', - 'type' => '6575' - } - }, - 'Name' => 'struct gnutls_session_int', - 'Size' => '4968', - 'Type' => 'Struct' - }, - '27092' => { - 'BaseType' => '2660', - 'Name' => 'gnutls_transport_ptr_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2759' => { - 'BaseType' => '2771', - 'Header' => 'gnutls.h', - 'Line' => '775', - 'Name' => 'gnutls_dh_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2771' => { - 'BaseType' => '2777', - 'Name' => 'struct gnutls_dh_params_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2777' => { - 'Header' => 'gnutls_int.h', - 'Line' => '696', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '6553' - }, - '1' => { - 'name' => 'q_bits', - 'offset' => '16', - 'type' => '70' - } - }, - 'Name' => 'struct gnutls_dh_params_int', - 'Size' => '24', - 'Type' => 'Struct' - }, - '2817' => { - 'Header' => 'gnutls_int.h', - 'Line' => '648', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '8525' - }, - '1' => { - 'name' => 'mac', - 'offset' => '132', - 'type' => '8525' - }, - '10' => { - 'name' => 'allow_large_records', - 'offset' => '1058', - 'type' => '7357' - }, - '11' => { - 'name' => 'dumbfw', - 'offset' => '1060', - 'type' => '130' - }, - '12' => { - 'name' => 'sr', - 'offset' => '1064', - 'type' => '8575' - }, - '13' => { - 'name' => 'min_record_version', - 'offset' => '1068', - 'type' => '7357' - }, - '14' => { - 'name' => 'server_precedence', - 'offset' => '1069', - 'type' => '7357' - }, - '15' => { - 'name' => 'allow_wrong_pms', - 'offset' => '1070', - 'type' => '7357' - }, - '16' => { - 'name' => 'no_tickets', - 'offset' => '1071', - 'type' => '7357' - }, - '17' => { - 'name' => 'no_etm', - 'offset' => '1072', - 'type' => '7357' - }, - '18' => { - 'name' => 'have_cbc', - 'offset' => '1073', - 'type' => '7357' - }, - '19' => { - 'name' => 'stateless_compression', - 'offset' => '1074', - 'type' => '7357' - }, - '2' => { - 'name' => 'kx', - 'offset' => '264', - 'type' => '8525' - }, - '20' => { - 'name' => 'additional_verify_flags', - 'offset' => '1076', - 'type' => '130' - }, - '21' => { - 'name' => 'level', - 'offset' => '1080', - 'type' => '2648' - }, - '22' => { - 'name' => 'dh_prime_bits', - 'offset' => '1084', - 'type' => '130' - }, - '3' => { - 'name' => 'compression', - 'offset' => '396', - 'type' => '8525' - }, - '4' => { - 'name' => 'protocol', - 'offset' => '528', - 'type' => '8525' - }, - '5' => { - 'name' => 'cert_type', - 'offset' => '660', - 'type' => '8525' - }, - '6' => { - 'name' => 'sign_algo', - 'offset' => '792', - 'type' => '8525' - }, - '7' => { - 'name' => 'supported_ecc', - 'offset' => '924', - 'type' => '8525' - }, - '8' => { - 'name' => 'no_extensions', - 'offset' => '1056', - 'type' => '7357' - }, - '9' => { - 'name' => 'no_ext_master_secret', - 'offset' => '1057', - 'type' => '7357' - } - }, - 'Name' => 'struct gnutls_priority_st', - 'Size' => '1088', - 'Type' => 'Struct' - }, - '285604' => { - 'BaseType' => '10555', - 'Header' => 'gnutls.h', - 'Line' => '2234', - 'Name' => 'gnutls_buffer_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '285695' => { - 'BaseType' => '285707', - 'Header' => 'gnutls.h', - 'Line' => '2247', - 'Name' => 'gnutls_ext_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '285707' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, size_t)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '4032' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '285749' => { - 'BaseType' => '285761', - 'Header' => 'gnutls.h', - 'Line' => '2251', - 'Name' => 'gnutls_ext_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '285761' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '285604' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '285787' => { - 'BaseType' => '285799', - 'Header' => 'gnutls.h', - 'Line' => '2254', - 'Name' => 'gnutls_ext_deinit_data_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '285799' => { - 'Name' => 'void(*)(gnutls_ext_priv_data_t)', - 'Param' => { - '0' => { - 'type' => '4020' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '285816' => { - 'BaseType' => '285828', - 'Header' => 'gnutls.h', - 'Line' => '2256', - 'Name' => 'gnutls_ext_pack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '285828' => { - 'Name' => 'int(*)(gnutls_ext_priv_data_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '4020' - }, - '1' => { - 'type' => '285604' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '285854' => { - 'BaseType' => '285866', - 'Header' => 'gnutls.h', - 'Line' => '2259', - 'Name' => 'gnutls_ext_unpack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '285866' => { - 'Name' => 'int(*)(gnutls_buffer_t, gnutls_ext_priv_data_t*)', - 'Param' => { - '0' => { - 'type' => '285604' - }, - '1' => { - 'type' => '285892' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '285892' => { - 'BaseType' => '4020', - 'Name' => 'gnutls_ext_priv_data_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '285942' => { - 'Header' => 'gnutls.h', - 'Line' => '2283', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_EXT_ANY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_EXT_APPLICATION', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_EXT_TLS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_EXT_MANDATORY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_EXT_NONE', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_ext_parse_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '291' => { - 'BaseType' => '297', - 'Name' => 'void const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '292626' => { - 'Header' => 'gnutls_extensions.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '105' - }, - '1' => { - 'name' => 'free_name', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'type', - 'offset' => '12', - 'type' => '799' - }, - '3' => { - 'name' => 'parse_type', - 'offset' => '16', - 'type' => '285942' - }, - '4' => { - 'name' => 'recv_func', - 'offset' => '24', - 'type' => '285695' - }, - '5' => { - 'name' => 'send_func', - 'offset' => '32', - 'type' => '285749' - }, - '6' => { - 'name' => 'deinit_func', - 'offset' => '40', - 'type' => '285787' - }, - '7' => { - 'name' => 'pack_func', - 'offset' => '48', - 'type' => '285816' - }, - '8' => { - 'name' => 'unpack_func', - 'offset' => '56', - 'type' => '285854' - } - }, - 'Name' => 'struct extension_entry_st', - 'Size' => '64', - 'Type' => 'Struct' - }, - '293058' => { - 'BaseType' => '292626', - 'Name' => 'extension_entry_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '297' => { - 'BaseType' => '1', - 'Name' => 'void const', - 'Type' => 'Const' - }, - '298' => { - 'Header' => 'libio.h', - 'Line' => '245', - 'Memb' => { - '0' => { - 'name' => '_flags', - 'offset' => '0', - 'type' => '70' - }, - '1' => { - 'name' => '_IO_read_ptr', - 'offset' => '8', - 'type' => '208' - }, - '10' => { - 'name' => '_IO_backup_base', - 'offset' => '80', - 'type' => '208' - }, - '11' => { - 'name' => '_IO_save_end', - 'offset' => '88', - 'type' => '208' - }, - '12' => { - 'name' => '_markers', - 'offset' => '96', - 'type' => '738' - }, - '13' => { - 'name' => '_chain', - 'offset' => '104', - 'type' => '744' - }, - '14' => { - 'name' => '_fileno', - 'offset' => '112', - 'type' => '70' - }, - '15' => { - 'name' => '_flags2', - 'offset' => '116', - 'type' => '70' - }, - '16' => { - 'name' => '_old_offset', - 'offset' => '120', - 'type' => '151' - }, - '17' => { - 'name' => '_cur_column', - 'offset' => '128', - 'type' => '98' - }, - '18' => { - 'name' => '_vtable_offset', - 'offset' => '130', - 'type' => '137' - }, - '19' => { - 'name' => '_shortbuf', - 'offset' => '131', - 'type' => '750' - }, - '2' => { - 'name' => '_IO_read_end', - 'offset' => '16', - 'type' => '208' - }, - '20' => { - 'name' => '_lock', - 'offset' => '136', - 'type' => '766' - }, - '21' => { - 'name' => '_offset', - 'offset' => '144', - 'type' => '162' - }, - '22' => { - 'name' => '__pad1', - 'offset' => '152', - 'type' => '184' - }, - '23' => { - 'name' => '__pad2', - 'offset' => '160', - 'type' => '184' - }, - '24' => { - 'name' => '__pad3', - 'offset' => '168', - 'type' => '184' - }, - '25' => { - 'name' => '__pad4', - 'offset' => '176', - 'type' => '184' - }, - '26' => { - 'name' => '__pad5', - 'offset' => '184', - 'type' => '52' - }, - '27' => { - 'name' => '_mode', - 'offset' => '192', - 'type' => '70' - }, - '28' => { - 'name' => '_unused2', - 'offset' => '196', - 'type' => '772' - }, - '3' => { - 'name' => '_IO_read_base', - 'offset' => '24', - 'type' => '208' - }, - '4' => { - 'name' => '_IO_write_base', - 'offset' => '32', - 'type' => '208' - }, - '5' => { - 'name' => '_IO_write_ptr', - 'offset' => '40', - 'type' => '208' - }, - '6' => { - 'name' => '_IO_write_end', - 'offset' => '48', - 'type' => '208' - }, - '7' => { - 'name' => '_IO_buf_base', - 'offset' => '56', - 'type' => '208' - }, - '8' => { - 'name' => '_IO_buf_end', - 'offset' => '64', - 'type' => '208' - }, - '9' => { - 'name' => '_IO_save_base', - 'offset' => '72', - 'type' => '208' - } - }, - 'Name' => 'struct _IO_FILE', - 'Size' => '216', - 'Type' => 'Struct' - }, - '298566' => { - 'Name' => 'char*(*)(char const*)', - 'Param' => { - '0' => { - 'type' => '105' - } - }, - 'Return' => '208', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3186' => { - 'BaseType' => '123', - 'Name' => 'unsigned char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3192' => { - 'Header' => 'gnutls.h', - 'Line' => '787', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3186' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_datum_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3240' => { - 'Header' => 'gnutls.h', - 'Line' => '959', - 'Memb' => { - '0' => { - 'name' => 'low', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'high', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_range_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3258' => { - 'Header' => 'gnutls_int.h', - 'Line' => '310', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '6158' - }, - '1' => { - 'name' => 'prev', - 'offset' => '8', - 'type' => '6158' - }, - '10' => { - 'name' => 'handshake_sequence', - 'offset' => '72', - 'type' => '799' - }, - '2' => { - 'name' => 'mark', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'msg', - 'offset' => '24', - 'type' => '3192' - }, - '4' => { - 'name' => 'maximum_size', - 'offset' => '40', - 'type' => '52' - }, - '5' => { - 'name' => 'uhead_mark', - 'offset' => '48', - 'type' => '130' - }, - '6' => { - 'name' => 'type', - 'offset' => '52', - 'type' => '5926' - }, - '7' => { - 'name' => 'record_sequence', - 'offset' => '56', - 'type' => '1469' - }, - '8' => { - 'name' => 'epoch', - 'offset' => '64', - 'type' => '799' - }, - '9' => { - 'name' => 'htype', - 'offset' => '68', - 'type' => '2144' - } - }, - 'Name' => 'struct mbuffer_st', - 'Size' => '80', - 'Type' => 'Struct' - }, - '3415' => { - 'BaseType' => '3427', - 'Header' => 'gnutls.h', - 'Line' => '1229', - 'Name' => 'gnutls_db_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3427' => { - 'Name' => 'int(*)(void*, gnutls_datum_t, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '3192' - }, - '2' => { - 'type' => '3192' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3458' => { - 'BaseType' => '3470', - 'Header' => 'gnutls.h', - 'Line' => '1231', - 'Name' => 'gnutls_db_remove_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3470' => { - 'Name' => 'int(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '3192' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3496' => { - 'BaseType' => '3508', - 'Header' => 'gnutls.h', - 'Line' => '1232', - 'Name' => 'gnutls_db_retr_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3508' => { - 'Name' => 'gnutls_datum_t(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '3192' - } - }, - 'Return' => '3192', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3534' => { - 'BaseType' => '3546', - 'Header' => 'gnutls.h', - 'Line' => '1267', - 'Name' => 'gnutls_handshake_hook_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3546' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned int, unsigned int, unsigned int, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '130' - }, - '2' => { - 'type' => '130' - }, - '3' => { - 'type' => '130' - }, - '4' => { - 'type' => '3587' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3587' => { - 'BaseType' => '3593', - 'Name' => 'gnutls_datum_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3593' => { - 'BaseType' => '3192', - 'Name' => 'gnutls_datum_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '3598' => { - 'BaseType' => '3610', - 'Header' => 'gnutls.h', - 'Line' => '1276', - 'Name' => 'gnutls_handshake_post_client_hello_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3610' => { - 'Name' => 'int(*)(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '2672' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3631' => { - 'BaseType' => '3643', - 'Header' => 'gnutls.h', - 'Line' => '1304', - 'Name' => 'gnutls_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '363186' => { - 'BaseType' => '109671', - 'Name' => 'gnutls_digest_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3643' => { - 'BaseType' => '3649', - 'Name' => 'struct gnutls_pubkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3649' => { - 'Header' => 'abstract_int.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'pk_algorithm', - 'offset' => '0', - 'type' => '2348' - }, - '1' => { - 'name' => 'bits', - 'offset' => '4', - 'type' => '130' - }, - '2' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '5512' - }, - '3' => { - 'name' => 'openpgp_key_id', - 'offset' => '152', - 'type' => '120443' - }, - '4' => { - 'name' => 'openpgp_key_id_set', - 'offset' => '160', - 'type' => '130' - }, - '5' => { - 'name' => 'openpgp_key_fpr', - 'offset' => '164', - 'type' => '186882' - }, - '6' => { - 'bitfield' => '1', - 'name' => 'openpgp_key_fpr_set', - 'offset' => '184', - 'type' => '130' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '188', - 'type' => '130' - }, - '8' => { - 'name' => 'pin', - 'offset' => '192', - 'type' => '116316' - } - }, - 'Name' => 'struct gnutls_pubkey_st', - 'Size' => '208', - 'Type' => 'Struct' - }, - '365382' => { - 'BaseType' => '2562', - 'Name' => 'gnutls_ecc_curve_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3654' => { - 'BaseType' => '3660', - 'Name' => 'struct gnutls_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3660' => { - 'Header' => 'abstract_int.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '112844' - }, - '1' => { - 'name' => 'pk_algorithm', - 'offset' => '4', - 'type' => '2348' - }, - '2' => { - 'name' => 'key', - 'offset' => '8', - 'type' => '186813' - }, - '3' => { - 'name' => 'flags', - 'offset' => '48', - 'type' => '130' - }, - '4' => { - 'name' => 'preferred_sign_algo', - 'offset' => '52', - 'type' => '2500' - }, - '5' => { - 'name' => 'pin', - 'offset' => '56', - 'type' => '116316' - } - }, - 'Name' => 'struct gnutls_privkey_st', - 'Size' => '72', - 'Type' => 'Struct' - }, - '3665' => { - 'BaseType' => '3192', - 'Name' => 'gnutls_datum_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3671' => { - 'BaseType' => '3683', - 'Header' => 'gnutls.h', - 'Line' => '1549', - 'Name' => 'gnutls_free_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '368110' => { - 'Header' => 'gnutls.h', - 'Line' => '524', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CERT_IGNORE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CERT_REQUEST', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CERT_REQUIRE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_certificate_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3683' => { - 'Name' => 'void(*)(void*)', - 'Param' => { - '0' => { - 'type' => '184' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '370693' => { - 'Header' => 'gnutls.h', - 'Line' => '1876', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SAN_DNSNAME', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SAN_RFC822NAME', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SAN_URI', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_SAN_IPADDRESS', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_SAN_OTHERNAME', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_SAN_DN', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_SAN_OTHERNAME_XMPP', - 'value' => '1000' - } - }, - 'Name' => 'enum gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '370754' => { - 'BaseType' => '370693', - 'Header' => 'gnutls.h', - 'Line' => '1887', - 'Name' => 'gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '371282' => { - 'Header' => 'gnutls.h', - 'Line' => '2030', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DT_DNS_HOSTNAME', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_DT_KEY_PURPOSE_OID', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DT_RFC822NAME', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_vdata_types_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '371343' => { - 'Header' => 'gnutls.h', - 'Line' => '2036', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '371282' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3186' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_typed_vdata_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '3736' => { - 'Header' => 'gnutls.h', - 'Line' => '1610', - 'Memb' => { - '0' => { - 'name' => 'iov_base', - 'offset' => '0', - 'type' => '184' - }, - '1' => { - 'name' => 'iov_len', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct giovec_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3748' => { - 'BaseType' => '3760', - 'Header' => 'gnutls.h', - 'Line' => '1612', - 'Name' => 'gnutls_pull_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3760' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '2660' - }, - '1' => { - 'type' => '184' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '214', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '378705' => { - 'Line' => '43', - 'Memb' => { - '0' => { - 'name' => 'trusted_cas', - 'offset' => '0', - 'type' => '112890' - }, - '1' => { - 'name' => 'trusted_ca_size', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'named_certs', - 'offset' => '16', - 'type' => '1251491' - }, - '3' => { - 'name' => 'named_cert_size', - 'offset' => '24', - 'type' => '130' - }, - '4' => { - 'name' => 'crls', - 'offset' => '32', - 'type' => '567509' - }, - '5' => { - 'name' => 'crl_size', - 'offset' => '40', - 'type' => '130' - } - }, - 'Name' => 'struct node_st', - 'Size' => '48', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '378710' => { - 'BaseType' => '378705', - 'Name' => 'struct node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '378993' => { - 'BaseType' => '371343', - 'Name' => 'gnutls_typed_vdata_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3791' => { - 'BaseType' => '3803', - 'Header' => 'gnutls.h', - 'Line' => '1614', - 'Name' => 'gnutls_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '379919' => { - 'BaseType' => '111966', - 'Name' => 'gnutls_certificate_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '380249' => { - 'BaseType' => '1815', - 'Name' => 'gnutls_kx_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3803' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '2660' - }, - '1' => { - 'type' => '291' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '214', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3834' => { - 'BaseType' => '3846', - 'Header' => 'gnutls.h', - 'Line' => '1618', - 'Name' => 'gnutls_pull_timeout_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3846' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '2660' - }, - '1' => { - 'type' => '130' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3872' => { - 'BaseType' => '3884', - 'Header' => 'gnutls.h', - 'Line' => '1621', - 'Name' => 'gnutls_vec_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '388314' => { - 'BaseType' => '17429', - 'Header' => 'gnutls.h', - 'Line' => '1536', - 'Name' => 'mutex_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '388353' => { - 'BaseType' => '17429', - 'Header' => 'gnutls.h', - 'Line' => '1539', - 'Name' => 'mutex_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '388398' => { - 'BaseType' => '388410', - 'Header' => 'gnutls.h', - 'Line' => '1548', - 'Name' => 'gnutls_is_secure_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3884' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, giovec_t const*, int)', - 'Param' => { - '0' => { - 'type' => '2660' - }, - '1' => { - 'type' => '3915' - }, - '2' => { - 'type' => '70' - } - }, - 'Return' => '214', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '388410' => { - 'Name' => 'int(*)(void const*)', - 'Param' => { - '0' => { - 'type' => '291' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '388460' => { - 'BaseType' => '388472', - 'Header' => 'gnutls.h', - 'Line' => '1550', - 'Name' => 'gnutls_realloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '388472' => { - 'Name' => 'void*(*)(void*, size_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '184', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3915' => { - 'BaseType' => '3921', - 'Name' => 'giovec_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3921' => { - 'BaseType' => '3736', - 'Name' => 'giovec_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '3926' => { - 'BaseType' => '3938', - 'Header' => 'gnutls.h', - 'Line' => '1624', - 'Name' => 'gnutls_errno_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3938' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t)', - 'Param' => { - '0' => { - 'type' => '2660' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3959' => { - 'Header' => 'gnutls_str.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'allocd', - 'offset' => '0', - 'type' => '5817' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '5817' - }, - '2' => { - 'name' => 'max_length', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_buffer_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '4020' => { - 'BaseType' => '184', - 'Header' => 'gnutls.h', - 'Line' => '2240', - 'Name' => 'gnutls_ext_priv_data_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4032' => { - 'BaseType' => '4038', - 'Name' => 'unsigned char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4038' => { - 'BaseType' => '123', - 'Name' => 'unsigned char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '4043' => { - 'BaseType' => '4055', - 'Header' => 'openpgp.h', - 'Line' => '317', - 'Name' => 'gnutls_openpgp_recv_key_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4055' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, unsigned int, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '4032' - }, - '2' => { - 'type' => '130' - }, - '3' => { - 'type' => '3665' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4091' => { - 'Header' => 'abstract.h', - 'Line' => '451', - 'Memb' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '3631' - }, - '1' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '3192' - }, - '2' => { - 'name' => 'type', - 'offset' => '24', - 'type' => '2292' - } - }, - 'Name' => 'struct gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '4144' => { - 'BaseType' => '4091', - 'Header' => 'abstract.h', - 'Line' => '455', - 'Name' => 'gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '4156' => { - 'BaseType' => '4144', - 'Name' => 'gnutls_pcert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '423019' => { - 'BaseType' => '423031', - 'Header' => 'gnutls.h', - 'Line' => '1336', - 'Name' => 'gnutls_anon_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '423031' => { - 'BaseType' => '423037', - 'Name' => 'struct gnutls_anon_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '423037' => { - 'Header' => 'anon.h', - 'Line' => '27', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '2759' - }, - '1' => { - 'name' => 'params_func', - 'offset' => '8', - 'type' => '120581' - } - }, - 'Name' => 'struct gnutls_anon_server_credentials_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '423074' => { - 'BaseType' => '423086', - 'Header' => 'gnutls.h', - 'Line' => '1338', - 'Name' => 'gnutls_anon_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '423086' => { - 'BaseType' => '423092', - 'Name' => 'struct gnutls_anon_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '423092' => { - 'Header' => 'anon.h', - 'Line' => '35', - 'Memb' => { - '0' => { - 'name' => 'dummy', - 'offset' => '0', - 'type' => '70' - } - }, - 'Name' => 'struct gnutls_anon_client_credentials_st', - 'Size' => '4', - 'Type' => 'Struct' - }, - '430223' => { - 'BaseType' => '423019', - 'Name' => 'gnutls_anon_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '430317' => { - 'BaseType' => '423074', - 'Name' => 'gnutls_anon_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '43323' => { - 'BaseType' => '43335', - 'Header' => 'gnutls.h', - 'Line' => '1546', - 'Name' => 'gnutls_alloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '43335' => { - 'Name' => 'void*(*)(size_t)', - 'Param' => { - '0' => { - 'type' => '52' - } - }, - 'Return' => '184', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4372' => { - 'Header' => 'gnutls_int.h', - 'Line' => '146', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DGRAM', - 'value' => '1' - } - }, - 'Name' => 'enum transport_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4401' => { - 'BaseType' => '4372', - 'Header' => 'gnutls_int.h', - 'Line' => '149', - 'Name' => 'transport_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '440263' => { - 'Header' => 'gnutls.h', - 'Line' => '1684', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RANDOM_ART_OPENSSH', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_random_art', - 'Size' => '4', - 'Type' => 'Enum' - }, - '440287' => { - 'BaseType' => '440263', - 'Header' => 'gnutls.h', - 'Line' => '1686', - 'Name' => 'gnutls_random_art_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '440299' => { - 'BaseType' => '440311', - 'Header' => 'gnutls.h', - 'Line' => '1791', - 'Name' => 'gnutls_psk_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '440311' => { - 'BaseType' => '440317', - 'Name' => 'struct gnutls_psk_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '440317' => { - 'Header' => 'psk.h', - 'Line' => '35', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '208' - }, - '1' => { - 'name' => 'pwd_callback', - 'offset' => '8', - 'type' => '448220' - }, - '2' => { - 'name' => 'dh_params', - 'offset' => '16', - 'type' => '2759' - }, - '3' => { - 'name' => 'params_func', - 'offset' => '24', - 'type' => '120581' - }, - '4' => { - 'name' => 'hint', - 'offset' => '32', - 'type' => '208' - } - }, - 'Name' => 'struct gnutls_psk_server_credentials_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '440390' => { - 'BaseType' => '440402', - 'Header' => 'gnutls.h', - 'Line' => '1832', - 'Name' => 'gnutls_psk_server_credentials_function', - 'Type' => 'Typedef' - }, - '440402' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '3665' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '4412' => { - 'Header' => 'gnutls_int.h', - 'Line' => '151', - 'Memb' => { - '0' => { - 'name' => 'RECORD_FLUSH', - 'value' => '0' - }, - '1' => { - 'name' => 'RECORD_CORKED', - 'value' => '1' - } - }, - 'Name' => 'enum record_flush_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4441' => { - 'BaseType' => '4412', - 'Header' => 'gnutls_int.h', - 'Line' => '154', - 'Name' => 'record_flush_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '4452' => { - 'Name' => 'int(*)(void*, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '291' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '448220' => { - 'BaseType' => '440390', - 'Name' => 'gnutls_psk_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4483' => { - 'Name' => 'int(*)(void*, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '291' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '184' - }, - '4' => { - 'type' => '52' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '45' => { - 'Name' => 'long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '4524' => { - 'Name' => 'void(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '184' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4551' => { - 'Name' => 'int(*)(void*, void const*, size_t, void const*, size_t, size_t, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '291' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '291' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '52' - }, - '6' => { - 'type' => '291' - }, - '7' => { - 'type' => '52' - }, - '8' => { - 'type' => '184' - }, - '9' => { - 'type' => '52' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4617' => { - 'Name' => 'int(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '184' - }, - '1' => { - 'type' => '184' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4648' => { - 'BaseType' => '184', - 'Header' => 'crypto-backend.h', - 'Line' => '84', - 'Name' => 'bigint_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4690' => { - 'Header' => 'crypto-backend.h', - 'Line' => '102', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_MPI_FORMAT_USG', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_MPI_FORMAT_STD', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_MPI_FORMAT_PGP', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_bigint_format_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '469673' => { - 'BaseType' => '2500', - 'Name' => 'gnutls_sign_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4701' => { - 'Header' => 'crypto-backend.h', - 'Line' => '105', - 'Memb' => { - '0' => { - 'name' => 'bigint_init', - 'offset' => '0', - 'type' => '5035' - }, - '1' => { - 'name' => 'bigint_init_multi', - 'offset' => '8', - 'type' => '5057' - }, - '10' => { - 'name' => 'bigint_get_nbits', - 'offset' => '80', - 'type' => '5256' - }, - '11' => { - 'name' => 'bigint_powm', - 'offset' => '88', - 'type' => '5292' - }, - '12' => { - 'name' => 'bigint_addm', - 'offset' => '96', - 'type' => '5292' - }, - '13' => { - 'name' => 'bigint_subm', - 'offset' => '104', - 'type' => '5292' - }, - '14' => { - 'name' => 'bigint_mulm', - 'offset' => '112', - 'type' => '5292' - }, - '15' => { - 'name' => 'bigint_add', - 'offset' => '120', - 'type' => '5162' - }, - '16' => { - 'name' => 'bigint_sub', - 'offset' => '128', - 'type' => '5162' - }, - '17' => { - 'name' => 'bigint_mul', - 'offset' => '136', - 'type' => '5162' - }, - '18' => { - 'name' => 'bigint_add_ui', - 'offset' => '144', - 'type' => '5323' - }, - '19' => { - 'name' => 'bigint_sub_ui', - 'offset' => '152', - 'type' => '5323' - }, - '2' => { - 'name' => 'bigint_release', - 'offset' => '16', - 'type' => '5074' - }, - '20' => { - 'name' => 'bigint_mul_ui', - 'offset' => '160', - 'type' => '5323' - }, - '21' => { - 'name' => 'bigint_div', - 'offset' => '168', - 'type' => '5162' - }, - '22' => { - 'name' => 'bigint_prime_check', - 'offset' => '176', - 'type' => '5344' - }, - '23' => { - 'name' => 'bigint_scan', - 'offset' => '184', - 'type' => '5380' - }, - '24' => { - 'name' => 'bigint_print', - 'offset' => '192', - 'type' => '5422' - }, - '3' => { - 'name' => 'bigint_clear', - 'offset' => '24', - 'type' => '5074' - }, - '4' => { - 'name' => 'bigint_cmp', - 'offset' => '32', - 'type' => '5105' - }, - '5' => { - 'name' => 'bigint_cmp_ui', - 'offset' => '40', - 'type' => '5131' - }, - '6' => { - 'name' => 'bigint_modm', - 'offset' => '48', - 'type' => '5162' - }, - '7' => { - 'name' => 'bigint_set', - 'offset' => '56', - 'type' => '5188' - }, - '8' => { - 'name' => 'bigint_copy', - 'offset' => '64', - 'type' => '5209' - }, - '9' => { - 'name' => 'bigint_set_ui', - 'offset' => '72', - 'type' => '5235' - } - }, - 'Name' => 'struct gnutls_crypto_bigint', - 'Size' => '200', - 'Type' => 'Struct' - }, - '482258' => { - 'Header' => 'gnutls.h', - 'Line' => '346', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_AL_WARNING', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_AL_FATAL', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_alert_level_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '482458' => { - 'Header' => 'gnutls.h', - 'Line' => '417', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_A_CLOSE_NOTIFY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_A_UNEXPECTED_MESSAGE', - 'value' => '10' - }, - '10' => { - 'name' => 'GNUTLS_A_CERTIFICATE_REVOKED', - 'value' => '44' - }, - '11' => { - 'name' => 'GNUTLS_A_CERTIFICATE_EXPIRED', - 'value' => '45' - }, - '12' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNKNOWN', - 'value' => '46' - }, - '13' => { - 'name' => 'GNUTLS_A_ILLEGAL_PARAMETER', - 'value' => '47' - }, - '14' => { - 'name' => 'GNUTLS_A_UNKNOWN_CA', - 'value' => '48' - }, - '15' => { - 'name' => 'GNUTLS_A_ACCESS_DENIED', - 'value' => '49' - }, - '16' => { - 'name' => 'GNUTLS_A_DECODE_ERROR', - 'value' => '50' - }, - '17' => { - 'name' => 'GNUTLS_A_DECRYPT_ERROR', - 'value' => '51' - }, - '18' => { - 'name' => 'GNUTLS_A_EXPORT_RESTRICTION', - 'value' => '60' - }, - '19' => { - 'name' => 'GNUTLS_A_PROTOCOL_VERSION', - 'value' => '70' - }, - '2' => { - 'name' => 'GNUTLS_A_BAD_RECORD_MAC', - 'value' => '20' - }, - '20' => { - 'name' => 'GNUTLS_A_INSUFFICIENT_SECURITY', - 'value' => '71' - }, - '21' => { - 'name' => 'GNUTLS_A_INTERNAL_ERROR', - 'value' => '80' - }, - '22' => { - 'name' => 'GNUTLS_A_USER_CANCELED', - 'value' => '90' - }, - '23' => { - 'name' => 'GNUTLS_A_NO_RENEGOTIATION', - 'value' => '100' - }, - '24' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_EXTENSION', - 'value' => '110' - }, - '25' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNOBTAINABLE', - 'value' => '111' - }, - '26' => { - 'name' => 'GNUTLS_A_UNRECOGNIZED_NAME', - 'value' => '112' - }, - '27' => { - 'name' => 'GNUTLS_A_UNKNOWN_PSK_IDENTITY', - 'value' => '115' - }, - '28' => { - 'name' => 'GNUTLS_A_NO_APPLICATION_PROTOCOL', - 'value' => '120' - }, - '3' => { - 'name' => 'GNUTLS_A_DECRYPTION_FAILED', - 'value' => '21' - }, - '4' => { - 'name' => 'GNUTLS_A_RECORD_OVERFLOW', - 'value' => '22' - }, - '5' => { - 'name' => 'GNUTLS_A_DECOMPRESSION_FAILURE', - 'value' => '30' - }, - '6' => { - 'name' => 'GNUTLS_A_HANDSHAKE_FAILURE', - 'value' => '40' - }, - '7' => { - 'name' => 'GNUTLS_A_SSL3_NO_CERTIFICATE', - 'value' => '41' - }, - '8' => { - 'name' => 'GNUTLS_A_BAD_CERTIFICATE', - 'value' => '42' - }, - '9' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_CERTIFICATE', - 'value' => '43' - } - }, - 'Name' => 'enum gnutls_alert_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '500942' => { - 'BaseType' => '17429', - 'Header' => 'gnutls.h', - 'Line' => '1537', - 'Name' => 'mutex_lock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '500954' => { - 'BaseType' => '17429', - 'Header' => 'gnutls.h', - 'Line' => '1538', - 'Name' => 'mutex_unlock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5029' => { - 'BaseType' => '4648', - 'Name' => 'bigint_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5035' => { - 'Name' => 'int(*)(bigint_t*)', - 'Param' => { - '0' => { - 'type' => '5029' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5057' => { - 'Name' => 'int(*)(bigint_t*, ...)', - 'Param' => { - '0' => { - 'type' => '5029' - }, - '1' => { - 'type' => '-1' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5074' => { - 'Name' => 'void(*)(bigint_t)', - 'Param' => { - '0' => { - 'type' => '4648' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5100' => { - 'BaseType' => '4648', - 'Name' => 'bigint_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '5105' => { - 'Name' => 'int(*)(bigint_t const, bigint_t const)', - 'Param' => { - '0' => { - 'type' => '5100' - }, - '1' => { - 'type' => '5100' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '51156' => { - 'BaseType' => '51162', - 'Name' => 'gnutls_compression_method_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '51162' => { - 'BaseType' => '2021', - 'Name' => 'gnutls_compression_method_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '5131' => { - 'Name' => 'int(*)(bigint_t const, unsigned long)', - 'Param' => { - '0' => { - 'type' => '5100' - }, - '1' => { - 'type' => '63' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5162' => { - 'Name' => 'int(*)(bigint_t, bigint_t const, bigint_t const)', - 'Param' => { - '0' => { - 'type' => '4648' - }, - '1' => { - 'type' => '5100' - }, - '2' => { - 'type' => '5100' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5188' => { - 'Name' => 'int(*)(bigint_t, bigint_t const)', - 'Param' => { - '0' => { - 'type' => '4648' - }, - '1' => { - 'type' => '5100' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '519149' => { - 'Header' => 'gnutls.h', - 'Line' => '536', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_CERT', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_CERT_FINGERPRINT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_status_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '519685' => { - 'Header' => 'gnutls.h', - 'Line' => '763', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CB_TLS_UNIQUE', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_channel_binding_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '52' => { - 'BaseType' => '63', - 'Header' => 'stddef.h', - 'Line' => '216', - 'Name' => 'size_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5209' => { - 'Name' => 'bigint_t(*)(bigint_t const)', - 'Param' => { - '0' => { - 'type' => '5100' - } - }, - 'Return' => '4648', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5235' => { - 'Name' => 'int(*)(bigint_t, unsigned long)', - 'Param' => { - '0' => { - 'type' => '4648' - }, - '1' => { - 'type' => '63' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5256' => { - 'Name' => 'unsigned int(*)(bigint_t const)', - 'Param' => { - '0' => { - 'type' => '5100' - } - }, - 'Return' => '130', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5292' => { - 'Name' => 'int(*)(bigint_t, bigint_t const, bigint_t const, bigint_t const)', - 'Param' => { - '0' => { - 'type' => '4648' - }, - '1' => { - 'type' => '5100' - }, - '2' => { - 'type' => '5100' - }, - '3' => { - 'type' => '5100' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5323' => { - 'Name' => 'int(*)(bigint_t, bigint_t const, unsigned long)', - 'Param' => { - '0' => { - 'type' => '4648' - }, - '1' => { - 'type' => '5100' - }, - '2' => { - 'type' => '63' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5344' => { - 'Name' => 'int(*)(bigint_t const)', - 'Param' => { - '0' => { - 'type' => '5100' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '534467' => { - 'BaseType' => '2672', - 'Name' => 'gnutls_session_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5380' => { - 'Name' => 'int(*)(bigint_t, void const*, size_t, gnutls_bigint_format_t)', - 'Param' => { - '0' => { - 'type' => '4648' - }, - '1' => { - 'type' => '291' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '4690' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5416' => { - 'BaseType' => '52', - 'Name' => 'size_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5422' => { - 'Name' => 'int(*)(bigint_t const, void*, size_t*, gnutls_bigint_format_t)', - 'Param' => { - '0' => { - 'type' => '5100' - }, - '1' => { - 'type' => '184' - }, - '2' => { - 'type' => '5416' - }, - '3' => { - 'type' => '4690' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5428' => { - 'BaseType' => '4701', - 'Header' => 'crypto-backend.h', - 'Line' => '168', - 'Name' => 'gnutls_crypto_bigint_st', - 'Size' => '200', - 'Type' => 'Typedef' - }, - '545129' => { - 'BaseType' => '545141', - 'Header' => 'gnutls.h', - 'Line' => '1313', - 'Name' => 'gnutls_x509_crl_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '545141' => { - 'BaseType' => '545147', - 'Name' => 'struct gnutls_x509_crl_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '545147' => { - 'Header' => 'x509_int.h', - 'Line' => '51', - 'Memb' => { - '0' => { - 'name' => 'crl', - 'offset' => '0', - 'type' => '117419' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'rcache', - 'offset' => '16', - 'type' => '117419' - }, - '3' => { - 'name' => 'rcache_idx', - 'offset' => '24', - 'type' => '130' - }, - '4' => { - 'name' => 'use_extensions', - 'offset' => '28', - 'type' => '70' - }, - '5' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '3192' - }, - '6' => { - 'name' => 'raw_issuer_dn', - 'offset' => '48', - 'type' => '3192' - } - }, - 'Name' => 'struct gnutls_x509_crl_int', - 'Size' => '64', - 'Type' => 'Struct' - }, - '5496' => { - 'BaseType' => '4648', - 'Name' => 'bigint_t[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '5512' => { - 'Header' => 'crypto-backend.h', - 'Line' => '177', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '5496' - }, - '1' => { - 'name' => 'params_nr', - 'offset' => '128', - 'type' => '130' - }, - '2' => { - 'name' => 'flags', - 'offset' => '132', - 'type' => '130' - }, - '3' => { - 'name' => 'algo', - 'offset' => '136', - 'type' => '2348' - } - }, - 'Name' => 'struct gnutls_pk_params_st', - 'Size' => '144', - 'Type' => 'Struct' - }, - '5523' => { - 'Header' => 'gnutls_int.h', - 'Line' => '220', - 'Memb' => { - '0' => { - 'name' => 'STATE0', - 'value' => '0' - }, - '1' => { - 'name' => 'STATE1', - 'value' => '1' - }, - '10' => { - 'name' => 'STATE10', - 'value' => '10' - }, - '11' => { - 'name' => 'STATE11', - 'value' => '11' - }, - '12' => { - 'name' => 'STATE12', - 'value' => '12' - }, - '13' => { - 'name' => 'STATE13', - 'value' => '13' - }, - '14' => { - 'name' => 'STATE14', - 'value' => '14' - }, - '15' => { - 'name' => 'STATE15', - 'value' => '15' - }, - '16' => { - 'name' => 'STATE16', - 'value' => '16' - }, - '17' => { - 'name' => 'STATE17', - 'value' => '17' - }, - '18' => { - 'name' => 'STATE18', - 'value' => '18' - }, - '19' => { - 'name' => 'STATE20', - 'value' => '20' - }, - '2' => { - 'name' => 'STATE2', - 'value' => '2' - }, - '20' => { - 'name' => 'STATE21', - 'value' => '21' - }, - '21' => { - 'name' => 'STATE22', - 'value' => '22' - }, - '22' => { - 'name' => 'STATE30', - 'value' => '30' - }, - '23' => { - 'name' => 'STATE31', - 'value' => '31' - }, - '24' => { - 'name' => 'STATE40', - 'value' => '40' - }, - '25' => { - 'name' => 'STATE41', - 'value' => '41' - }, - '26' => { - 'name' => 'STATE50', - 'value' => '50' - }, - '27' => { - 'name' => 'STATE60', - 'value' => '60' - }, - '28' => { - 'name' => 'STATE61', - 'value' => '61' - }, - '29' => { - 'name' => 'STATE62', - 'value' => '62' - }, - '3' => { - 'name' => 'STATE3', - 'value' => '3' - }, - '4' => { - 'name' => 'STATE4', - 'value' => '4' - }, - '5' => { - 'name' => 'STATE5', - 'value' => '5' - }, - '6' => { - 'name' => 'STATE6', - 'value' => '6' - }, - '7' => { - 'name' => 'STATE7', - 'value' => '7' - }, - '8' => { - 'name' => 'STATE8', - 'value' => '8' - }, - '9' => { - 'name' => 'STATE9', - 'value' => '9' - } - }, - 'Name' => 'enum handshake_state_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '554659' => { - 'BaseType' => '554670', - 'Header' => 'pkcs12.h', - 'Line' => '37', - 'Name' => 'gnutls_pkcs12_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '554670' => { - 'BaseType' => '554676', - 'Name' => 'struct gnutls_pkcs12_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '554676' => { - 'Header' => 'x509_int.h', - 'Line' => '312', - 'Memb' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '0', - 'type' => '117419' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_pkcs12_int', - 'Size' => '16', - 'Type' => 'Struct' - }, - '555052' => { - 'BaseType' => '555063', - 'Header' => 'ocsp.h', - 'Line' => '192', - 'Name' => 'gnutls_ocsp_resp_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '555063' => { - 'BaseType' => '555069', - 'Name' => 'struct gnutls_ocsp_resp_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '555069' => { - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'resp', - 'offset' => '0', - 'type' => '117419' - }, - '1' => { - 'name' => 'response_type_oid', - 'offset' => '8', - 'type' => '3192' - }, - '2' => { - 'name' => 'basicresp', - 'offset' => '24', - 'type' => '117419' - }, - '3' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '3192' - }, - '4' => { - 'name' => 'init', - 'offset' => '48', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_ocsp_resp_int', - 'Size' => '56', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '564296' => { - 'BaseType' => '111785', - 'Name' => 'gnutls_x509_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '564554' => { - 'BaseType' => '112890', - 'Name' => 'gnutls_x509_crt_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '565972' => { - 'BaseType' => '113318', - 'Name' => 'gnutls_x509_trust_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '567509' => { - 'BaseType' => '545129', - 'Name' => 'gnutls_x509_crl_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5720' => { - 'BaseType' => '5523', - 'Header' => 'gnutls_int.h', - 'Line' => '227', - 'Name' => 'handshake_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5731' => { - 'Header' => 'gnutls_int.h', - 'Line' => '229', - 'Memb' => { - '0' => { - 'name' => 'SHB_SEND1', - 'value' => '0' - }, - '1' => { - 'name' => 'SHB_SEND2', - 'value' => '1' - }, - '2' => { - 'name' => 'SHB_RECV', - 'value' => '2' - } - }, - 'Name' => 'enum heartbeat_state_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '5766' => { - 'BaseType' => '5731', - 'Header' => 'gnutls_int.h', - 'Line' => '233', - 'Name' => 'heartbeat_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '576827' => { - 'Header' => 'gnutls.h', - 'Line' => '1067', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SUPPLEMENTAL_UNKNOWN', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_supplemental_data_format_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '577549' => { - 'BaseType' => '285707', - 'Header' => 'gnutls.h', - 'Line' => '2294', - 'Name' => 'gnutls_supp_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '577561' => { - 'BaseType' => '285761', - 'Header' => 'gnutls.h', - 'Line' => '2296', - 'Name' => 'gnutls_supp_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5777' => { - 'Header' => 'gnutls_int.h', - 'Line' => '235', - 'Memb' => { - '0' => { - 'name' => 'RECV_STATE_0', - 'value' => '0' - }, - '1' => { - 'name' => 'RECV_STATE_DTLS_RETRANSMIT', - 'value' => '1' - } - }, - 'Name' => 'enum recv_state_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '5806' => { - 'BaseType' => '5777', - 'Header' => 'gnutls_int.h', - 'Line' => '238', - 'Name' => 'recv_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5817' => { - 'BaseType' => '788', - 'Name' => 'uint8_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5823' => { - 'BaseType' => '3959', - 'Header' => 'gnutls_str.h', - 'Line' => '42', - 'Name' => 'gnutls_buffer_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '5866' => { - 'Header' => 'gnutls_int.h', - 'Line' => '268', - 'Memb' => { - '0' => { - 'name' => 'CIPHER_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'CIPHER_BLOCK', - 'value' => '1' - }, - '2' => { - 'name' => 'CIPHER_AEAD', - 'value' => '2' - } - }, - 'Name' => 'enum cipher_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '5878' => { - 'Header' => 'gnutls_int.h', - 'Line' => '274', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CHANGE_CIPHER_SPEC', - 'value' => '20' - }, - '1' => { - 'name' => 'GNUTLS_ALERT', - 'value' => '21' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE', - 'value' => '22' - }, - '3' => { - 'name' => 'GNUTLS_APPLICATION_DATA', - 'value' => '23' - }, - '4' => { - 'name' => 'GNUTLS_HEARTBEAT', - 'value' => '24' - } - }, - 'Name' => 'enum content_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '592295' => { - 'BaseType' => '595860', - 'Header' => 'crypto.h', - 'Line' => '32', - 'Name' => 'gnutls_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '592312' => { - 'Line' => '33', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '7861' - }, - '1' => { - 'name' => 'ctx_dec', - 'offset' => '80', - 'type' => '7861' - } - }, - 'Name' => 'struct api_cipher_hd_st', - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '592349' => { - 'BaseType' => '600456', - 'Header' => 'crypto.h', - 'Line' => '65', - 'Name' => 'gnutls_aead_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '592366' => { - 'Line' => '618', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '7861' - } - }, - 'Name' => 'struct api_aead_cipher_hd_st', - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '592393' => { - 'BaseType' => '592404', - 'Header' => 'crypto.h', - 'Line' => '89', - 'Name' => 'gnutls_hash_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '592404' => { - 'BaseType' => '592410', - 'Name' => 'struct hash_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '592410' => { - 'Name' => 'struct hash_hd_st', - 'Type' => 'Struct' - }, - '592415' => { - 'BaseType' => '592426', - 'Header' => 'crypto.h', - 'Line' => '90', - 'Name' => 'gnutls_hmac_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '592426' => { - 'BaseType' => '592432', - 'Name' => 'struct hmac_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '592432' => { - 'Name' => 'struct hmac_hd_st', - 'Type' => 'Struct' - }, - '5926' => { - 'BaseType' => '5878', - 'Header' => 'gnutls_int.h', - 'Line' => '278', - 'Name' => 'content_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '594444' => { - 'BaseType' => '592312', - 'Line' => '36', - 'Name' => 'api_cipher_hd_st', - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '594455' => { - 'BaseType' => '592366', - 'Line' => '620', - 'Name' => 'api_aead_cipher_hd_st', - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '595854' => { - 'BaseType' => '592295', - 'Name' => 'gnutls_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '595860' => { - 'BaseType' => '594444', - 'Name' => 'api_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '598192' => { - 'BaseType' => '592415', - 'Name' => 'gnutls_hmac_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '599201' => { - 'BaseType' => '592393', - 'Name' => 'gnutls_hash_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '600450' => { - 'BaseType' => '592349', - 'Name' => 'gnutls_aead_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '600456' => { - 'BaseType' => '594455', - 'Name' => 'api_aead_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '604850' => { - 'Header' => 'openpgp.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_FMT_BASE64', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_fmt', - 'Size' => '4', - 'Type' => 'Enum' - }, - '604879' => { - 'BaseType' => '604850', - 'Header' => 'openpgp.h', - 'Line' => '52', - 'Name' => 'gnutls_openpgp_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '6052' => { - 'BaseType' => '788', - 'Name' => 'uint8_t[12]', - 'Size' => '12', - 'Type' => 'Array' - }, - '60562' => { - 'Header' => 'crypto.h', - 'Line' => '128', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RND_NONCE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_RND_RANDOM', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_RND_KEY', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_rnd_level', - 'Size' => '4', - 'Type' => 'Enum' - }, - '60597' => { - 'BaseType' => '60562', - 'Header' => 'crypto.h', - 'Line' => '132', - 'Name' => 'gnutls_rnd_level_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '6068' => { - 'Header' => 'gnutls_int.h', - 'Line' => '308', - 'Memb' => { - '0' => { - 'name' => 'htype', - 'offset' => '0', - 'type' => '2144' - }, - '1' => { - 'name' => 'length', - 'offset' => '4', - 'type' => '810' - }, - '2' => { - 'name' => 'sequence', - 'offset' => '8', - 'type' => '799' - }, - '3' => { - 'name' => 'start_offset', - 'offset' => '12', - 'type' => '810' - }, - '4' => { - 'name' => 'end_offset', - 'offset' => '16', - 'type' => '810' - }, - '5' => { - 'name' => 'header', - 'offset' => '20', - 'type' => '6052' - }, - '6' => { - 'name' => 'header_size', - 'offset' => '32', - 'type' => '70' - }, - '7' => { - 'name' => 'data', - 'offset' => '40', - 'type' => '5823' - } - }, - 'Name' => 'struct handshake_buffer_st', - 'Size' => '72', - 'Type' => 'Struct' - }, - '606933' => { - 'BaseType' => '606944', - 'Header' => 'urls.h', - 'Line' => '40', - 'Name' => 'gnutls_privkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '606944' => { - 'Name' => 'int(*)(gnutls_privkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '111762' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '130' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '606975' => { - 'BaseType' => '606986', - 'Header' => 'urls.h', - 'Line' => '43', - 'Name' => 'gnutls_x509_crt_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '606986' => { - 'Name' => 'int(*)(gnutls_x509_crt_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '111797' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '130' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '607017' => { - 'BaseType' => '607028', - 'Header' => 'urls.h', - 'Line' => '49', - 'Name' => 'gnutls_pubkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '607028' => { - 'Name' => 'int(*)(gnutls_pubkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '3631' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '130' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '607059' => { - 'BaseType' => '607070', - 'Header' => 'urls.h', - 'Line' => '56', - 'Name' => 'gnutls_get_raw_issuer_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '607070' => { - 'Name' => 'int(*)(char const*, gnutls_x509_crt_t, gnutls_datum_t*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '105' - }, - '1' => { - 'type' => '111797' - }, - '2' => { - 'type' => '3665' - }, - '3' => { - 'type' => '130' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '607106' => { - 'Header' => 'urls.h', - 'Line' => '59', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '105' - }, - '1' => { - 'name' => 'name_size', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'import_key', - 'offset' => '16', - 'type' => '606933' - }, - '3' => { - 'name' => 'import_crt', - 'offset' => '24', - 'type' => '606975' - }, - '4' => { - 'name' => 'import_pubkey', - 'offset' => '32', - 'type' => '607017' - }, - '5' => { - 'name' => 'get_issuer', - 'offset' => '40', - 'type' => '607059' - }, - '6' => { - 'name' => 'future1', - 'offset' => '48', - 'type' => '184' - }, - '7' => { - 'name' => 'future2', - 'offset' => '56', - 'type' => '184' - } - }, - 'Name' => 'struct gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Struct' - }, - '607215' => { - 'BaseType' => '607106', - 'Header' => 'urls.h', - 'Line' => '68', - 'Name' => 'gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '6080' => { - 'BaseType' => '3258', - 'Header' => 'gnutls_int.h', - 'Line' => '349', - 'Name' => 'mbuffer_st', - 'Size' => '80', - 'Type' => 'Typedef' - }, - '6092' => { - 'Header' => 'gnutls_int.h', - 'Line' => '351', - 'Memb' => { - '0' => { - 'name' => 'head', - 'offset' => '0', - 'type' => '6158' - }, - '1' => { - 'name' => 'tail', - 'offset' => '8', - 'type' => '6158' - }, - '2' => { - 'name' => 'length', - 'offset' => '16', - 'type' => '130' - }, - '3' => { - 'name' => 'byte_length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct mbuffer_head_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '610429' => { - 'BaseType' => '112783', - 'Name' => 'gnutls_pkcs11_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '613892' => { - 'BaseType' => '112716', - 'Name' => 'gnutls_openpgp_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6158' => { - 'BaseType' => '6080', - 'Name' => 'mbuffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6164' => { - 'BaseType' => '6092', - 'Header' => 'gnutls_int.h', - 'Line' => '357', - 'Name' => 'mbuffer_head_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '616883' => { - 'BaseType' => '607215', - 'Name' => 'gnutls_custom_url_st[]', - 'Size' => '8', - 'Type' => 'Array' - }, - '6176' => { - 'Header' => 'gnutls_int.h', - 'Line' => '362', - 'Memb' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '0', - 'type' => '1869' - }, - '1' => { - 'name' => 'credentials', - 'offset' => '8', - 'type' => '184' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '6569' - } - }, - 'Name' => 'struct auth_cred_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '6235' => { - 'BaseType' => '6176', - 'Header' => 'gnutls_int.h', - 'Line' => '369', - 'Name' => 'auth_cred_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '623824' => { - 'BaseType' => '112649', - 'Name' => 'gnutls_openpgp_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6247' => { - 'Header' => 'gnutls_int.h', - 'Line' => '371', - 'Memb' => { - '0' => { - 'name' => 'ecdh_params', - 'offset' => '0', - 'type' => '5512' - }, - '1' => { - 'name' => 'ecdh_x', - 'offset' => '144', - 'type' => '4648' - }, - '10' => { - 'name' => 'B', - 'offset' => '360', - 'type' => '4648' - }, - '11' => { - 'name' => 'u', - 'offset' => '368', - 'type' => '4648' - }, - '12' => { - 'name' => 'b', - 'offset' => '376', - 'type' => '4648' - }, - '13' => { - 'name' => 'a', - 'offset' => '384', - 'type' => '4648' - }, - '14' => { - 'name' => 'x', - 'offset' => '392', - 'type' => '4648' - }, - '15' => { - 'name' => 'rsa', - 'offset' => '400', - 'type' => '6553' - }, - '16' => { - 'name' => 'auth_info', - 'offset' => '416', - 'type' => '184' - }, - '17' => { - 'name' => 'auth_info_type', - 'offset' => '424', - 'type' => '1869' - }, - '18' => { - 'name' => 'auth_info_size', - 'offset' => '428', - 'type' => '70' - }, - '19' => { - 'name' => 'crypt_algo', - 'offset' => '432', - 'type' => '788' - }, - '2' => { - 'name' => 'ecdh_y', - 'offset' => '152', - 'type' => '4648' - }, - '20' => { - 'name' => 'cred', - 'offset' => '440', - 'type' => '6569' - }, - '21' => { - 'name' => 'crt_requested', - 'offset' => '448', - 'type' => '70' - }, - '3' => { - 'name' => 'key', - 'offset' => '160', - 'type' => '3192' - }, - '4' => { - 'name' => 'dh_params', - 'offset' => '176', - 'type' => '5512' - }, - '5' => { - 'name' => 'client_Y', - 'offset' => '320', - 'type' => '4648' - }, - '6' => { - 'name' => 'srp_key', - 'offset' => '328', - 'type' => '4648' - }, - '7' => { - 'name' => 'srp_g', - 'offset' => '336', - 'type' => '4648' - }, - '8' => { - 'name' => 'srp_p', - 'offset' => '344', - 'type' => '4648' - }, - '9' => { - 'name' => 'A', - 'offset' => '352', - 'type' => '4648' - } - }, - 'Name' => 'struct gnutls_key_st', - 'Size' => '456', - 'Type' => 'Struct' - }, - '629572' => { - 'BaseType' => '629584', - 'Header' => 'gnutls.h', - 'Line' => '1319', - 'Name' => 'gnutls_x509_crq_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629584' => { - 'BaseType' => '629590', - 'Name' => 'struct gnutls_x509_crq_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '629590' => { - 'Header' => 'x509_int.h', - 'Line' => '79', - 'Memb' => { - '0' => { - 'name' => 'crq', - 'offset' => '0', - 'type' => '117419' - } - }, - 'Name' => 'struct gnutls_x509_crq_int', - 'Size' => '8', - 'Type' => 'Struct' - }, - '63' => { - 'Name' => 'unsigned long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '630301' => { - 'BaseType' => '630312', - 'Header' => 'pkcs11.h', - 'Line' => '64', - 'Name' => 'gnutls_pkcs11_obj_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630312' => { - 'BaseType' => '630318', - 'Name' => 'struct gnutls_pkcs11_obj_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '630318' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '46', - 'Memb' => { - '0' => { - 'name' => 'raw', - 'offset' => '0', - 'type' => '3192' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '630495' - }, - '2' => { - 'name' => 'class', - 'offset' => '24', - 'type' => '637789' - }, - '3' => { - 'name' => 'flags', - 'offset' => '32', - 'type' => '130' - }, - '4' => { - 'name' => 'info', - 'offset' => '40', - 'type' => '637806' - }, - '5' => { - 'name' => 'pubkey', - 'offset' => '48', - 'type' => '637812' - }, - '6' => { - 'name' => 'pk_algorithm', - 'offset' => '112', - 'type' => '2348' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '116', - 'type' => '130' - }, - '8' => { - 'name' => 'pin', - 'offset' => '120', - 'type' => '116316' - } - }, - 'Name' => 'struct gnutls_pkcs11_obj_st', - 'Size' => '136', - 'Type' => 'Struct' - }, - '630495' => { - 'Header' => 'pkcs11.h', - 'Line' => '333', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PUBKEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PRIVKEY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_SECRET_KEY', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_DATA', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT_EXTENSION', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '637789' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '311', - 'Name' => 'ck_object_class_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '637801' => { - 'Name' => 'struct p11_kit_uri', - 'Type' => 'Struct' - }, - '637806' => { - 'BaseType' => '637801', - 'Name' => 'struct p11_kit_uri*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '637812' => { - 'BaseType' => '3192', - 'Name' => 'gnutls_datum_t[4]', - 'Size' => '64', - 'Type' => 'Array' - }, - '639857' => { - 'BaseType' => '3631', - 'Name' => 'gnutls_pubkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6553' => { - 'BaseType' => '4648', - 'Name' => 'bigint_t[2]', - 'Size' => '16', - 'Type' => 'Array' - }, - '6569' => { - 'BaseType' => '6235', - 'Name' => 'auth_cred_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6575' => { - 'BaseType' => '6247', - 'Header' => 'gnutls_int.h', - 'Line' => '422', - 'Name' => 'gnutls_key_st', - 'Size' => '456', - 'Type' => 'Typedef' - }, - '6587' => { - 'BaseType' => '6599', - 'Header' => 'gnutls_int.h', - 'Line' => '430', - 'Name' => 'record_state_st', - 'Size' => '224', - 'Type' => 'Typedef' - }, - '6599' => { - 'Header' => 'gnutls_int.h', - 'Line' => '591', - 'Memb' => { - '0' => { - 'name' => 'mac_secret', - 'offset' => '0', - 'type' => '3192' - }, - '1' => { - 'name' => 'IV', - 'offset' => '16', - 'type' => '3192' - }, - '2' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '3192' - }, - '3' => { - 'name' => 'cipher_state', - 'offset' => '48', - 'type' => '8008' - }, - '4' => { - 'name' => 'compression_state', - 'offset' => '200', - 'type' => '8056' - }, - '5' => { - 'name' => 'sequence_number', - 'offset' => '216', - 'type' => '1469' - } - }, - 'Name' => 'struct record_state_st', - 'Size' => '224', - 'Type' => 'Struct' - }, - '661220' => { - 'Header' => 'dtls.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'record_seq', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'hsk_read_seq', - 'offset' => '4', - 'type' => '130' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_dtls_prestate_st', - 'Size' => '12', - 'Type' => 'Struct' - }, - '6690' => { - 'BaseType' => '6702', - 'Header' => 'gnutls_int.h', - 'Line' => '433', - 'Name' => 'record_parameters_st', - 'Size' => '1016', - 'Type' => 'Typedef' - }, - '6702' => { - 'Header' => 'gnutls_int.h', - 'Line' => '609', - 'Memb' => { - '0' => { - 'name' => 'epoch', - 'offset' => '0', - 'type' => '799' - }, - '1' => { - 'name' => 'initialized', - 'offset' => '4', - 'type' => '70' - }, - '10' => { - 'name' => 'write', - 'offset' => '784', - 'type' => '6587' - }, - '11' => { - 'name' => 'send_nonce', - 'offset' => '1008', - 'type' => '130' - }, - '12' => { - 'name' => 'usage_cnt', - 'offset' => '1012', - 'type' => '70' - }, - '2' => { - 'name' => 'compression_algorithm', - 'offset' => '8', - 'type' => '2021' - }, - '3' => { - 'name' => 'cipher', - 'offset' => '16', - 'type' => '7850' - }, - '4' => { - 'name' => 'etm', - 'offset' => '24', - 'type' => '7357' - }, - '5' => { - 'name' => 'mac', - 'offset' => '32', - 'type' => '7511' - }, - '6' => { - 'name' => 'record_sw', - 'offset' => '40', - 'type' => '8457' - }, - '7' => { - 'name' => 'record_sw_head_idx', - 'offset' => '552', - 'type' => '130' - }, - '8' => { - 'name' => 'record_sw_size', - 'offset' => '556', - 'type' => '130' - }, - '9' => { - 'name' => 'read', - 'offset' => '560', - 'type' => '6587' - } - }, - 'Name' => 'struct record_parameters_st', - 'Size' => '1016', - 'Type' => 'Struct' - }, - '676133' => { - 'BaseType' => '661220', - 'Name' => 'gnutls_dtls_prestate_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '682' => { - 'Header' => 'libio.h', - 'Line' => '154', - 'Name' => '_IO_lock_t', - 'Type' => 'Typedef' - }, - '689' => { - 'Header' => 'libio.h', - 'Line' => '160', - 'Memb' => { - '0' => { - 'name' => '_next', - 'offset' => '0', - 'type' => '738' - }, - '1' => { - 'name' => '_sbuf', - 'offset' => '8', - 'type' => '744' - }, - '2' => { - 'name' => '_pos', - 'offset' => '16', - 'type' => '70' - } - }, - 'Name' => 'struct _IO_marker', - 'Size' => '24', - 'Type' => 'Struct' - }, - '6892' => { - 'Header' => 'gnutls_int.h', - 'Line' => '436', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '105' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '1695' - }, - '2' => { - 'name' => 'blocksize', - 'offset' => '12', - 'type' => '799' - }, - '3' => { - 'name' => 'keysize', - 'offset' => '14', - 'type' => '799' - }, - '4' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '5866' - }, - '5' => { - 'name' => 'implicit_iv', - 'offset' => '20', - 'type' => '799' - }, - '6' => { - 'name' => 'explicit_iv', - 'offset' => '22', - 'type' => '799' - }, - '7' => { - 'name' => 'cipher_iv', - 'offset' => '24', - 'type' => '799' - }, - '8' => { - 'name' => 'tagsize', - 'offset' => '26', - 'type' => '799' - } - }, - 'Name' => 'struct cipher_entry_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '698562' => { - 'BaseType' => '698574', - 'Header' => 'gnutls.h', - 'Line' => '2096', - 'Name' => 'gnutls_tdb_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '698574' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '105' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '105' - }, - '3' => { - 'type' => '225' - }, - '4' => { - 'type' => '3587' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '698615' => { - 'BaseType' => '698627', - 'Header' => 'gnutls.h', - 'Line' => '2102', - 'Name' => 'gnutls_tdb_store_commitment_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '698627' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_digest_algorithm_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '105' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '105' - }, - '3' => { - 'type' => '225' - }, - '4' => { - 'type' => '109671' - }, - '5' => { - 'type' => '3587' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '698673' => { - 'BaseType' => '698685', - 'Header' => 'gnutls.h', - 'Line' => '2113', - 'Name' => 'gnutls_tdb_verify_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '698685' => { - 'Name' => 'int(*)(char const*, char const*, char const*, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '105' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '105' - }, - '3' => { - 'type' => '3587' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '698721' => { - 'BaseType' => '698733', - 'Header' => 'gnutls.h', - 'Line' => '2120', - 'Name' => 'gnutls_tdb_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '698733' => { - 'BaseType' => '698739', - 'Name' => 'struct gnutls_tdb_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '698739' => { - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'store', - 'offset' => '0', - 'type' => '698562' - }, - '1' => { - 'name' => 'cstore', - 'offset' => '8', - 'type' => '698615' - }, - '2' => { - 'name' => 'verify', - 'offset' => '16', - 'type' => '698673' - } - }, - 'Name' => 'struct gnutls_tdb_int', - 'Size' => '24', - 'Source' => 'verify-tofu.c', - 'Type' => 'Struct' - }, - '70' => { - 'Name' => 'int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '7022' => { - 'BaseType' => '6892', - 'Header' => 'gnutls_int.h', - 'Line' => '446', - 'Name' => 'cipher_entry_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '7034' => { - 'BaseType' => '788', - 'Name' => 'uint8_t[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '7050' => { - 'Header' => 'gnutls_int.h', - 'Line' => '469', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '105' - }, - '1' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '105' - }, - '2' => { - 'name' => 'id', - 'offset' => '16', - 'type' => '1971' - }, - '3' => { - 'name' => 'output_size', - 'offset' => '20', - 'type' => '130' - }, - '4' => { - 'name' => 'key_size', - 'offset' => '24', - 'type' => '130' - }, - '5' => { - 'name' => 'nonce_size', - 'offset' => '28', - 'type' => '130' - }, - '6' => { - 'name' => 'placeholder', - 'offset' => '32', - 'type' => '130' - }, - '7' => { - 'name' => 'secure', - 'offset' => '36', - 'type' => '130' - }, - '8' => { - 'name' => 'block_size', - 'offset' => '40', - 'type' => '130' - } - }, - 'Name' => 'struct mac_entry_st', - 'Size' => '48', - 'Type' => 'Struct' - }, - '709597' => { - 'BaseType' => '698721', - 'Name' => 'gnutls_tdb_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '713689' => { - 'BaseType' => '137', - 'Header' => 'types.h', - 'Line' => '194', - 'Name' => 'int8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '714978' => { - 'BaseType' => '714989', - 'Header' => 'tpm.h', - 'Line' => '36', - 'Name' => 'gnutls_tpm_key_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '714989' => { - 'BaseType' => '714995', - 'Name' => 'struct tpm_key_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '714995' => { - 'Line' => '57', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '717993' - }, - '1' => { - 'name' => 'ki', - 'offset' => '8', - 'type' => '718487' - }, - '2' => { - 'name' => 'tpm_ctx', - 'offset' => '16', - 'type' => '718043' - } - }, - 'Name' => 'struct tpm_key_list_st', - 'Size' => '24', - 'Source' => 'tpm.c', - 'Type' => 'Struct' - }, - '715074' => { - 'Header' => 'tpm.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_TPMKEY_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_TPMKEY_FMT_DER', - 'value' => '0' - }, - '2' => { - 'name' => 'GNUTLS_TPMKEY_FMT_CTK_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_tpmkey_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '717960' => { - 'BaseType' => '788', - 'Header' => 'platform.h', - 'Line' => '17', - 'Name' => 'BYTE', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '717971' => { - 'BaseType' => '713689', - 'Header' => 'platform.h', - 'Line' => '18', - 'Name' => 'TSS_BOOL', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '717982' => { - 'BaseType' => '799', - 'Header' => 'platform.h', - 'Line' => '19', - 'Name' => 'UINT16', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '717993' => { - 'BaseType' => '810', - 'Header' => 'platform.h', - 'Line' => '20', - 'Name' => 'UINT32', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '7180' => { - 'BaseType' => '7050', - 'Header' => 'gnutls_int.h', - 'Line' => '479', - 'Name' => 'mac_entry_st', - 'Size' => '48', - 'Type' => 'Typedef' - }, - '718004' => { - 'BaseType' => '717960', - 'Name' => 'BYTE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '718010' => { - 'BaseType' => '717993', - 'Header' => 'tss_typedef.h', - 'Line' => '17', - 'Name' => 'TSS_FLAG', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '718032' => { - 'BaseType' => '717993', - 'Header' => 'tss_typedef.h', - 'Line' => '20', - 'Name' => 'TSS_HOBJECT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '718043' => { - 'BaseType' => '718032', - 'Header' => 'tss_typedef.h', - 'Line' => '21', - 'Name' => 'TSS_HCONTEXT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '718098' => { - 'Header' => 'tss_structs.h', - 'Line' => '14', - 'Memb' => { - '0' => { - 'name' => 'bMajor', - 'offset' => '0', - 'type' => '717960' - }, - '1' => { - 'name' => 'bMinor', - 'offset' => '1', - 'type' => '717960' - }, - '2' => { - 'name' => 'bRevMajor', - 'offset' => '2', - 'type' => '717960' - }, - '3' => { - 'name' => 'bRevMinor', - 'offset' => '3', - 'type' => '717960' - } - }, - 'Name' => 'struct tdTSS_VERSION', - 'Size' => '4', - 'Type' => 'Struct' - }, - '718159' => { - 'BaseType' => '718098', - 'Header' => 'tss_structs.h', - 'Line' => '20', - 'Name' => 'TSS_VERSION', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '718170' => { - 'Header' => 'tss_structs.h', - 'Line' => '62', - 'Memb' => { - '0' => { - 'name' => 'ulTimeLow', - 'offset' => '0', - 'type' => '717993' - }, - '1' => { - 'name' => 'usTimeMid', - 'offset' => '4', - 'type' => '717982' - }, - '2' => { - 'name' => 'usTimeHigh', - 'offset' => '6', - 'type' => '717982' - }, - '3' => { - 'name' => 'bClockSeqHigh', - 'offset' => '8', - 'type' => '717960' - }, - '4' => { - 'name' => 'bClockSeqLow', - 'offset' => '9', - 'type' => '717960' - }, - '5' => { - 'name' => 'rgbNode', - 'offset' => '10', - 'type' => '718255' - } - }, - 'Name' => 'struct tdTSS_UUID', - 'Size' => '16', - 'Type' => 'Struct' - }, - '718255' => { - 'BaseType' => '717960', - 'Name' => 'BYTE[6]', - 'Size' => '6', - 'Type' => 'Array' - }, - '718271' => { - 'BaseType' => '718170', - 'Header' => 'tss_structs.h', - 'Line' => '70', - 'Name' => 'TSS_UUID', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '718282' => { - 'Header' => 'tss_structs.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'versionInfo', - 'offset' => '0', - 'type' => '718159' - }, - '1' => { - 'name' => 'keyUUID', - 'offset' => '4', - 'type' => '718271' - }, - '2' => { - 'name' => 'parentKeyUUID', - 'offset' => '20', - 'type' => '718271' - }, - '3' => { - 'name' => 'bAuthDataUsage', - 'offset' => '36', - 'type' => '717960' - }, - '4' => { - 'name' => 'persistentStorageType', - 'offset' => '40', - 'type' => '718010' - }, - '5' => { - 'name' => 'persistentStorageTypeParent', - 'offset' => '44', - 'type' => '718010' - }, - '6' => { - 'name' => 'fIsLoaded', - 'offset' => '48', - 'type' => '717971' - }, - '7' => { - 'name' => 'ulVendorDataLength', - 'offset' => '52', - 'type' => '717993' - }, - '8' => { - 'name' => 'rgbVendorData', - 'offset' => '56', - 'type' => '718004' - } - }, - 'Name' => 'struct tdTSS_KM_KEYINFO2', - 'Size' => '64', - 'Type' => 'Struct' - }, - '718403' => { - 'BaseType' => '718282', - 'Header' => 'tss_structs.h', - 'Line' => '101', - 'Name' => 'TSS_KM_KEYINFO2', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '718487' => { - 'BaseType' => '718403', - 'Name' => 'TSS_KM_KEYINFO2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '733036' => { - 'BaseType' => '714978', - 'Name' => 'gnutls_tpm_key_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '733604' => { - 'BaseType' => '123', - 'Name' => 'unsigned char[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '7357' => { - 'Name' => '_Bool', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '7364' => { - 'Header' => 'gnutls_int.h', - 'Line' => '494', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '105' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2242' - }, - '10' => { - 'name' => 'selectable_prf', - 'offset' => '28', - 'type' => '7357' - }, - '11' => { - 'name' => 'obsolete', - 'offset' => '29', - 'type' => '7357' - }, - '2' => { - 'name' => 'age', - 'offset' => '12', - 'type' => '130' - }, - '3' => { - 'name' => 'major', - 'offset' => '16', - 'type' => '788' - }, - '4' => { - 'name' => 'minor', - 'offset' => '17', - 'type' => '788' - }, - '5' => { - 'name' => 'transport', - 'offset' => '20', - 'type' => '4401' - }, - '6' => { - 'name' => 'supported', - 'offset' => '24', - 'type' => '7357' - }, - '7' => { - 'name' => 'explicit_iv', - 'offset' => '25', - 'type' => '7357' - }, - '8' => { - 'name' => 'extensions', - 'offset' => '26', - 'type' => '7357' - }, - '9' => { - 'name' => 'selectable_sighash', - 'offset' => '27', - 'type' => '7357' - } - }, - 'Name' => 'struct version_entry_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '7376' => { - 'BaseType' => '4452', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '39', - 'Name' => 'hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '738' => { - 'BaseType' => '689', - 'Name' => 'struct _IO_marker*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7387' => { - 'BaseType' => '4452', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '40', - 'Name' => 'nonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7398' => { - 'BaseType' => '4617', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '41', - 'Name' => 'output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7409' => { - 'BaseType' => '3683', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '43', - 'Name' => 'hash_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '744' => { - 'BaseType' => '298', - 'Name' => 'struct _IO_FILE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '748884' => { - 'BaseType' => '748890', - 'Name' => 'gnutls_custom_url_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '748890' => { - 'BaseType' => '607215', - 'Name' => 'gnutls_custom_url_st const', - 'Size' => '64', - 'Type' => 'Const' - }, - '750' => { - 'BaseType' => '111', - 'Name' => 'char[1]', - 'Size' => '1', - 'Type' => 'Array' - }, - '7511' => { - 'BaseType' => '7517', - 'Name' => 'mac_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7517' => { - 'BaseType' => '7180', - 'Name' => 'mac_entry_st const', - 'Size' => '48', - 'Type' => 'Const' - }, - '7522' => { - 'Header' => 'gnutls_hash_int.h', - 'Line' => '55', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '7511' - }, - '1' => { - 'name' => 'hash', - 'offset' => '8', - 'type' => '7376' - }, - '2' => { - 'name' => 'output', - 'offset' => '16', - 'type' => '7398' - }, - '3' => { - 'name' => 'deinit', - 'offset' => '24', - 'type' => '7409' - }, - '4' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '291' - }, - '5' => { - 'name' => 'keysize', - 'offset' => '40', - 'type' => '70' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '184' - } - }, - 'Name' => 'struct digest_hd_st', - 'Size' => '56', - 'Type' => 'Struct' - }, - '752409' => { - 'BaseType' => '752420', - 'Header' => 'system-keys.h', - 'Line' => '41', - 'Name' => 'gnutls_system_key_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '752420' => { - 'BaseType' => '752426', - 'Name' => 'struct system_key_iter_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '752426' => { - 'Name' => 'struct system_key_iter_st', - 'Type' => 'Struct' - }, - '752600' => { - 'BaseType' => '752409', - 'Name' => 'gnutls_system_key_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '755194' => { - 'BaseType' => '755205', - 'Header' => 'pkcs11.h', - 'Line' => '57', - 'Name' => 'gnutls_pkcs11_token_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '755205' => { - 'Name' => 'int(*)(void*const, char const*const, unsigned int)', - 'Param' => { - '0' => { - 'type' => '755236' - }, - '1' => { - 'type' => '755241' - }, - '2' => { - 'type' => '130' - } - }, - 'Return' => '70', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '755236' => { - 'BaseType' => '184', - 'Name' => 'void*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '755241' => { - 'BaseType' => '105', - 'Name' => 'char const*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '755590' => { - 'Header' => 'pkcs11.h', - 'Line' => '164', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_URL_GENERIC', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB_VERSION', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_pkcs11_url_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '755675' => { - 'Header' => 'pkcs11.h', - 'Line' => '277', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID_HEX', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LABEL', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_LABEL', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_SERIAL', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MANUFACTURER', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MODEL', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID', - 'value' => '7' - }, - '7' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_VERSION', - 'value' => '8' - }, - '8' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_DESCRIPTION', - 'value' => '9' - }, - '9' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_MANUFACTURER', - 'value' => '10' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '755725' => { - 'Header' => 'pkcs11.h', - 'Line' => '311', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_LABEL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_SERIAL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MANUFACTURER', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MODEL', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_pkcs11_token_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '757030' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '186', - 'Name' => 'ck_flags_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757041' => { - 'Header' => 'pkcs11.h', - 'Line' => '188', - 'Memb' => { - '0' => { - 'name' => 'major', - 'offset' => '0', - 'type' => '123' - }, - '1' => { - 'name' => 'minor', - 'offset' => '1', - 'type' => '123' - } - }, - 'Name' => 'struct ck_version', - 'Size' => '2', - 'Type' => 'Struct' - }, - '757078' => { - 'Header' => 'pkcs11.h', - 'Line' => '195', - 'Memb' => { - '0' => { - 'name' => 'cryptoki_version', - 'offset' => '0', - 'type' => '757041' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '2', - 'type' => '757151' - }, - '2' => { - 'name' => 'flags', - 'offset' => '40', - 'type' => '757030' - }, - '3' => { - 'name' => 'library_description', - 'offset' => '48', - 'type' => '757151' - }, - '4' => { - 'name' => 'library_version', - 'offset' => '80', - 'type' => '757041' - } - }, - 'Name' => 'struct ck_info', - 'Size' => '88', - 'Type' => 'Struct' - }, - '757151' => { - 'BaseType' => '123', - 'Name' => 'unsigned char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '757167' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '205', - 'Name' => 'ck_notification_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757178' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '210', - 'Name' => 'ck_slot_id_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757189' => { - 'Header' => 'pkcs11.h', - 'Line' => '213', - 'Memb' => { - '0' => { - 'name' => 'slot_description', - 'offset' => '0', - 'type' => '757262' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '64', - 'type' => '757151' - }, - '2' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '757030' - }, - '3' => { - 'name' => 'hardware_version', - 'offset' => '104', - 'type' => '757041' - }, - '4' => { - 'name' => 'firmware_version', - 'offset' => '106', - 'type' => '757041' - } - }, - 'Name' => 'struct ck_slot_info', - 'Size' => '112', - 'Type' => 'Struct' - }, - '757262' => { - 'BaseType' => '123', - 'Name' => 'unsigned char[64]', - 'Size' => '64', - 'Type' => 'Array' - }, - '757278' => { - 'Header' => 'pkcs11.h', - 'Line' => '229', - 'Memb' => { - '0' => { - 'name' => 'label', - 'offset' => '0', - 'type' => '757151' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '32', - 'type' => '757151' - }, - '10' => { - 'name' => 'min_pin_len', - 'offset' => '144', - 'type' => '63' - }, - '11' => { - 'name' => 'total_public_memory', - 'offset' => '152', - 'type' => '63' - }, - '12' => { - 'name' => 'free_public_memory', - 'offset' => '160', - 'type' => '63' - }, - '13' => { - 'name' => 'total_private_memory', - 'offset' => '168', - 'type' => '63' - }, - '14' => { - 'name' => 'free_private_memory', - 'offset' => '176', - 'type' => '63' - }, - '15' => { - 'name' => 'hardware_version', - 'offset' => '184', - 'type' => '757041' - }, - '16' => { - 'name' => 'firmware_version', - 'offset' => '186', - 'type' => '757041' - }, - '17' => { - 'name' => 'utc_time', - 'offset' => '188', - 'type' => '757507' - }, - '2' => { - 'name' => 'model', - 'offset' => '64', - 'type' => '757507' - }, - '3' => { - 'name' => 'serial_number', - 'offset' => '80', - 'type' => '757507' - }, - '4' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '757030' - }, - '5' => { - 'name' => 'max_session_count', - 'offset' => '104', - 'type' => '63' - }, - '6' => { - 'name' => 'session_count', - 'offset' => '112', - 'type' => '63' - }, - '7' => { - 'name' => 'max_rw_session_count', - 'offset' => '120', - 'type' => '63' - }, - '8' => { - 'name' => 'rw_session_count', - 'offset' => '128', - 'type' => '63' - }, - '9' => { - 'name' => 'max_pin_len', - 'offset' => '136', - 'type' => '63' - } - }, - 'Name' => 'struct ck_token_info', - 'Size' => '208', - 'Type' => 'Struct' - }, - '757507' => { - 'BaseType' => '123', - 'Name' => 'unsigned char[16]', - 'Size' => '16', - 'Type' => 'Array' - }, - '757523' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '275', - 'Name' => 'ck_session_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757535' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '280', - 'Name' => 'ck_user_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757547' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '287', - 'Name' => 'ck_state_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757559' => { - 'Header' => 'pkcs11.h', - 'Line' => '296', - 'Memb' => { - '0' => { - 'name' => 'slot_id', - 'offset' => '0', - 'type' => '757178' - }, - '1' => { - 'name' => 'state', - 'offset' => '8', - 'type' => '757547' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '757030' - }, - '3' => { - 'name' => 'device_error', - 'offset' => '24', - 'type' => '63' - } - }, - 'Name' => 'struct ck_session_info', - 'Size' => '32', - 'Type' => 'Struct' - }, - '757625' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '308', - 'Name' => 'ck_object_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757673' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '370', - 'Name' => 'ck_attribute_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757685' => { - 'Header' => 'pkcs11.h', - 'Line' => '459', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '757673' - }, - '1' => { - 'name' => 'value', - 'offset' => '8', - 'type' => '184' - }, - '2' => { - 'name' => 'value_len', - 'offset' => '16', - 'type' => '63' - } - }, - 'Name' => 'struct ck_attribute', - 'Size' => '24', - 'Type' => 'Struct' - }, - '757738' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '475', - 'Name' => 'ck_mechanism_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757750' => { - 'Header' => 'pkcs11.h', - 'Line' => '719', - 'Memb' => { - '0' => { - 'name' => 'mechanism', - 'offset' => '0', - 'type' => '757738' - }, - '1' => { - 'name' => 'parameter', - 'offset' => '8', - 'type' => '184' - }, - '2' => { - 'name' => 'parameter_len', - 'offset' => '16', - 'type' => '63' - } - }, - 'Name' => 'struct ck_mechanism', - 'Size' => '24', - 'Type' => 'Struct' - }, - '757803' => { - 'Header' => 'pkcs11.h', - 'Line' => '727', - 'Memb' => { - '0' => { - 'name' => 'min_key_size', - 'offset' => '0', - 'type' => '63' - }, - '1' => { - 'name' => 'max_key_size', - 'offset' => '8', - 'type' => '63' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '757030' - } - }, - 'Name' => 'struct ck_mechanism_info', - 'Size' => '24', - 'Type' => 'Struct' - }, - '757856' => { - 'BaseType' => '63', - 'Header' => 'pkcs11.h', - 'Line' => '754', - 'Name' => 'ck_rv_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757868' => { - 'BaseType' => '757880', - 'Header' => 'pkcs11.h', - 'Line' => '757', - 'Name' => 'ck_notify_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757880' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_notification_t, void*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '757167' - }, - '2' => { - 'type' => '184' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '757911' => { - 'BaseType' => '757923', - 'Header' => 'pkcs11.h', - 'Line' => '767', - 'Name' => 'CK_C_Initialize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757923' => { - 'Name' => 'ck_rv_t(*)(void*)', - 'Param' => { - '0' => { - 'type' => '184' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '757944' => { - 'BaseType' => '757923', - 'Header' => 'pkcs11.h', - 'Line' => '768', - 'Name' => 'CK_C_Finalize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757956' => { - 'BaseType' => '757968', - 'Header' => 'pkcs11.h', - 'Line' => '769', - 'Name' => 'CK_C_GetInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '757968' => { - 'Name' => 'ck_rv_t(*)(struct ck_info*)', - 'Param' => { - '0' => { - 'type' => '757989' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '757989' => { - 'BaseType' => '757078', - 'Name' => 'struct ck_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '757995' => { - 'BaseType' => '758007', - 'Header' => 'pkcs11.h', - 'Line' => '770', - 'Name' => 'CK_C_GetFunctionList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '758007' => { - 'Name' => 'ck_rv_t(*)(struct ck_function_list**)', - 'Param' => { - '0' => { - 'type' => '758028' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '758028' => { - 'BaseType' => '758034', - 'Name' => 'struct ck_function_list**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '758034' => { - 'BaseType' => '758040', - 'Name' => 'struct ck_function_list*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '758040' => { - 'Header' => 'pkcs11.h', - 'Line' => '1044', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '757041' - }, - '1' => { - 'name' => 'C_Initialize', - 'offset' => '8', - 'type' => '757911' - }, - '10' => { - 'name' => 'C_InitToken', - 'offset' => '80', - 'type' => '759273' - }, - '11' => { - 'name' => 'C_InitPIN', - 'offset' => '88', - 'type' => '759321' - }, - '12' => { - 'name' => 'C_SetPIN', - 'offset' => '96', - 'type' => '759364' - }, - '13' => { - 'name' => 'C_OpenSession', - 'offset' => '104', - 'type' => '759417' - }, - '14' => { - 'name' => 'C_CloseSession', - 'offset' => '112', - 'type' => '759476' - }, - '15' => { - 'name' => 'C_CloseAllSessions', - 'offset' => '120', - 'type' => '759509' - }, - '16' => { - 'name' => 'C_GetSessionInfo', - 'offset' => '128', - 'type' => '759542' - }, - '17' => { - 'name' => 'C_GetOperationState', - 'offset' => '136', - 'type' => '759586' - }, - '18' => { - 'name' => 'C_SetOperationState', - 'offset' => '144', - 'type' => '759629' - }, - '19' => { - 'name' => 'C_Login', - 'offset' => '152', - 'type' => '759682' - }, - '2' => { - 'name' => 'C_Finalize', - 'offset' => '16', - 'type' => '757944' - }, - '20' => { - 'name' => 'C_Logout', - 'offset' => '160', - 'type' => '759730' - }, - '21' => { - 'name' => 'C_CreateObject', - 'offset' => '168', - 'type' => '759742' - }, - '22' => { - 'name' => 'C_CopyObject', - 'offset' => '176', - 'type' => '759802' - }, - '23' => { - 'name' => 'C_DestroyObject', - 'offset' => '184', - 'type' => '759855' - }, - '24' => { - 'name' => 'C_GetObjectSize', - 'offset' => '192', - 'type' => '759893' - }, - '25' => { - 'name' => 'C_GetAttributeValue', - 'offset' => '200', - 'type' => '759936' - }, - '26' => { - 'name' => 'C_SetAttributeValue', - 'offset' => '208', - 'type' => '759984' - }, - '27' => { - 'name' => 'C_FindObjectsInit', - 'offset' => '216', - 'type' => '759996' - }, - '28' => { - 'name' => 'C_FindObjects', - 'offset' => '224', - 'type' => '760039' - }, - '29' => { - 'name' => 'C_FindObjectsFinal', - 'offset' => '232', - 'type' => '760087' - }, - '3' => { - 'name' => 'C_GetInfo', - 'offset' => '24', - 'type' => '757956' - }, - '30' => { - 'name' => 'C_EncryptInit', - 'offset' => '240', - 'type' => '760099' - }, - '31' => { - 'name' => 'C_Encrypt', - 'offset' => '248', - 'type' => '760148' - }, - '32' => { - 'name' => 'C_EncryptUpdate', - 'offset' => '256', - 'type' => '760201' - }, - '33' => { - 'name' => 'C_EncryptFinal', - 'offset' => '264', - 'type' => '760213' - }, - '34' => { - 'name' => 'C_DecryptInit', - 'offset' => '272', - 'type' => '760225' - }, - '35' => { - 'name' => 'C_Decrypt', - 'offset' => '280', - 'type' => '760237' - }, - '36' => { - 'name' => 'C_DecryptUpdate', - 'offset' => '288', - 'type' => '760249' - }, - '37' => { - 'name' => 'C_DecryptFinal', - 'offset' => '296', - 'type' => '760261' - }, - '38' => { - 'name' => 'C_DigestInit', - 'offset' => '304', - 'type' => '760273' - }, - '39' => { - 'name' => 'C_Digest', - 'offset' => '312', - 'type' => '760311' - }, - '4' => { - 'name' => 'C_GetFunctionList', - 'offset' => '32', - 'type' => '757995' - }, - '40' => { - 'name' => 'C_DigestUpdate', - 'offset' => '320', - 'type' => '760323' - }, - '41' => { - 'name' => 'C_DigestKey', - 'offset' => '328', - 'type' => '760335' - }, - '42' => { - 'name' => 'C_DigestFinal', - 'offset' => '336', - 'type' => '760347' - }, - '43' => { - 'name' => 'C_SignInit', - 'offset' => '344', - 'type' => '760359' - }, - '44' => { - 'name' => 'C_Sign', - 'offset' => '352', - 'type' => '760371' - }, - '45' => { - 'name' => 'C_SignUpdate', - 'offset' => '360', - 'type' => '760383' - }, - '46' => { - 'name' => 'C_SignFinal', - 'offset' => '368', - 'type' => '760395' - }, - '47' => { - 'name' => 'C_SignRecoverInit', - 'offset' => '376', - 'type' => '760407' - }, - '48' => { - 'name' => 'C_SignRecover', - 'offset' => '384', - 'type' => '760419' - }, - '49' => { - 'name' => 'C_VerifyInit', - 'offset' => '392', - 'type' => '760431' - }, - '5' => { - 'name' => 'C_GetSlotList', - 'offset' => '40', - 'type' => '758989' - }, - '50' => { - 'name' => 'C_Verify', - 'offset' => '400', - 'type' => '760443' - }, - '51' => { - 'name' => 'C_VerifyUpdate', - 'offset' => '408', - 'type' => '760455' - }, - '52' => { - 'name' => 'C_VerifyFinal', - 'offset' => '416', - 'type' => '760467' - }, - '53' => { - 'name' => 'C_VerifyRecoverInit', - 'offset' => '424', - 'type' => '760479' - }, - '54' => { - 'name' => 'C_VerifyRecover', - 'offset' => '432', - 'type' => '760491' - }, - '55' => { - 'name' => 'C_DigestEncryptUpdate', - 'offset' => '440', - 'type' => '760503' - }, - '56' => { - 'name' => 'C_DecryptDigestUpdate', - 'offset' => '448', - 'type' => '760515' - }, - '57' => { - 'name' => 'C_SignEncryptUpdate', - 'offset' => '456', - 'type' => '760527' - }, - '58' => { - 'name' => 'C_DecryptVerifyUpdate', - 'offset' => '464', - 'type' => '760539' - }, - '59' => { - 'name' => 'C_GenerateKey', - 'offset' => '472', - 'type' => '760551' - }, - '6' => { - 'name' => 'C_GetSlotInfo', - 'offset' => '48', - 'type' => '759044' - }, - '60' => { - 'name' => 'C_GenerateKeyPair', - 'offset' => '480', - 'type' => '760604' - }, - '61' => { - 'name' => 'C_WrapKey', - 'offset' => '488', - 'type' => '760672' - }, - '62' => { - 'name' => 'C_UnwrapKey', - 'offset' => '496', - 'type' => '760730' - }, - '63' => { - 'name' => 'C_DeriveKey', - 'offset' => '504', - 'type' => '760798' - }, - '64' => { - 'name' => 'C_SeedRandom', - 'offset' => '512', - 'type' => '760856' - }, - '65' => { - 'name' => 'C_GenerateRandom', - 'offset' => '520', - 'type' => '760868' - }, - '66' => { - 'name' => 'C_GetFunctionStatus', - 'offset' => '528', - 'type' => '760880' - }, - '67' => { - 'name' => 'C_CancelFunction', - 'offset' => '536', - 'type' => '760892' - }, - '68' => { - 'name' => 'C_WaitForSlotEvent', - 'offset' => '544', - 'type' => '759132' - }, - '7' => { - 'name' => 'C_GetTokenInfo', - 'offset' => '56', - 'type' => '759088' - }, - '8' => { - 'name' => 'C_GetMechanismList', - 'offset' => '64', - 'type' => '759175' - }, - '9' => { - 'name' => 'C_GetMechanismInfo', - 'offset' => '72', - 'type' => '759224' - } - }, - 'Name' => 'struct ck_function_list', - 'Size' => '552', - 'Type' => 'Struct' - }, - '758989' => { - 'BaseType' => '759001', - 'Header' => 'pkcs11.h', - 'Line' => '773', - 'Name' => 'CK_C_GetSlotList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759001' => { - 'Name' => 'ck_rv_t(*)(unsigned char, ck_slot_id_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '123' - }, - '1' => { - 'type' => '759032' - }, - '2' => { - 'type' => '759038' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759032' => { - 'BaseType' => '757178', - 'Name' => 'ck_slot_id_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759038' => { - 'BaseType' => '63', - 'Name' => 'unsigned long*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759044' => { - 'BaseType' => '759056', - 'Header' => 'pkcs11.h', - 'Line' => '776', - 'Name' => 'CK_C_GetSlotInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759056' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_slot_info*)', - 'Param' => { - '0' => { - 'type' => '757178' - }, - '1' => { - 'type' => '759082' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759082' => { - 'BaseType' => '757189', - 'Name' => 'struct ck_slot_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759088' => { - 'BaseType' => '759100', - 'Header' => 'pkcs11.h', - 'Line' => '778', - 'Name' => 'CK_C_GetTokenInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759100' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_token_info*)', - 'Param' => { - '0' => { - 'type' => '757178' - }, - '1' => { - 'type' => '759126' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759126' => { - 'BaseType' => '757278', - 'Name' => 'struct ck_token_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759132' => { - 'BaseType' => '759144', - 'Header' => 'pkcs11.h', - 'Line' => '780', - 'Name' => 'CK_C_WaitForSlotEvent', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759144' => { - 'Name' => 'ck_rv_t(*)(ck_flags_t, ck_slot_id_t*, void*)', - 'Param' => { - '0' => { - 'type' => '757030' - }, - '1' => { - 'type' => '759032' - }, - '2' => { - 'type' => '184' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759175' => { - 'BaseType' => '759187', - 'Header' => 'pkcs11.h', - 'Line' => '782', - 'Name' => 'CK_C_GetMechanismList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759187' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '757178' - }, - '1' => { - 'type' => '759218' - }, - '2' => { - 'type' => '759038' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759218' => { - 'BaseType' => '757738', - 'Name' => 'ck_mechanism_type_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759224' => { - 'BaseType' => '759236', - 'Header' => 'pkcs11.h', - 'Line' => '786', - 'Name' => 'CK_C_GetMechanismInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759236' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t, struct ck_mechanism_info*)', - 'Param' => { - '0' => { - 'type' => '757178' - }, - '1' => { - 'type' => '757738' - }, - '2' => { - 'type' => '759267' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759267' => { - 'BaseType' => '757803', - 'Name' => 'struct ck_mechanism_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759273' => { - 'BaseType' => '759285', - 'Header' => 'pkcs11.h', - 'Line' => '789', - 'Name' => 'CK_C_InitToken', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759285' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, unsigned char*, unsigned long, unsigned char*)', - 'Param' => { - '0' => { - 'type' => '757178' - }, - '1' => { - 'type' => '3186' - }, - '2' => { - 'type' => '63' - }, - '3' => { - 'type' => '3186' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759321' => { - 'BaseType' => '759333', - 'Header' => 'pkcs11.h', - 'Line' => '792', - 'Name' => 'CK_C_InitPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759333' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '3186' - }, - '2' => { - 'type' => '63' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759364' => { - 'BaseType' => '759376', - 'Header' => 'pkcs11.h', - 'Line' => '795', - 'Name' => 'CK_C_SetPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759376' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '3186' - }, - '2' => { - 'type' => '63' - }, - '3' => { - 'type' => '3186' - }, - '4' => { - 'type' => '63' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759417' => { - 'BaseType' => '759429', - 'Header' => 'pkcs11.h', - 'Line' => '800', - 'Name' => 'CK_C_OpenSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759429' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_flags_t, void*, ck_notify_t, ck_session_handle_t*)', - 'Param' => { - '0' => { - 'type' => '757178' - }, - '1' => { - 'type' => '757030' - }, - '2' => { - 'type' => '184' - }, - '3' => { - 'type' => '757868' - }, - '4' => { - 'type' => '759470' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759470' => { - 'BaseType' => '757523', - 'Name' => 'ck_session_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759476' => { - 'BaseType' => '759488', - 'Header' => 'pkcs11.h', - 'Line' => '804', - 'Name' => 'CK_C_CloseSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759488' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t)', - 'Param' => { - '0' => { - 'type' => '757523' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759509' => { - 'BaseType' => '759521', - 'Header' => 'pkcs11.h', - 'Line' => '805', - 'Name' => 'CK_C_CloseAllSessions', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759521' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t)', - 'Param' => { - '0' => { - 'type' => '757178' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759542' => { - 'BaseType' => '759554', - 'Header' => 'pkcs11.h', - 'Line' => '806', - 'Name' => 'CK_C_GetSessionInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759554' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_session_info*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '759580' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759580' => { - 'BaseType' => '757559', - 'Name' => 'struct ck_session_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759586' => { - 'BaseType' => '759598', - 'Header' => 'pkcs11.h', - 'Line' => '809', - 'Name' => 'CK_C_GetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759598' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '3186' - }, - '2' => { - 'type' => '759038' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759629' => { - 'BaseType' => '759641', - 'Header' => 'pkcs11.h', - 'Line' => '813', - 'Name' => 'CK_C_SetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759641' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, ck_object_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '3186' - }, - '2' => { - 'type' => '63' - }, - '3' => { - 'type' => '757625' - }, - '4' => { - 'type' => '757625' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759682' => { - 'BaseType' => '759694', - 'Header' => 'pkcs11.h', - 'Line' => '819', - 'Name' => 'CK_C_Login', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759694' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_user_type_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '757535' - }, - '2' => { - 'type' => '3186' - }, - '3' => { - 'type' => '63' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759730' => { - 'BaseType' => '759488', - 'Header' => 'pkcs11.h', - 'Line' => '822', - 'Name' => 'CK_C_Logout', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759742' => { - 'BaseType' => '759754', - 'Header' => 'pkcs11.h', - 'Line' => '824', - 'Name' => 'CK_C_CreateObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759754' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '759790' - }, - '2' => { - 'type' => '63' - }, - '3' => { - 'type' => '759796' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759790' => { - 'BaseType' => '757685', - 'Name' => 'struct ck_attribute*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759796' => { - 'BaseType' => '757625', - 'Name' => 'ck_object_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759802' => { - 'BaseType' => '759814', - 'Header' => 'pkcs11.h', - 'Line' => '828', - 'Name' => 'CK_C_CopyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759814' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '757625' - }, - '2' => { - 'type' => '759790' - }, - '3' => { - 'type' => '63' - }, - '4' => { - 'type' => '759796' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759855' => { - 'BaseType' => '759867', - 'Header' => 'pkcs11.h', - 'Line' => '832', - 'Name' => 'CK_C_DestroyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759867' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '757625' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759893' => { - 'BaseType' => '759905', - 'Header' => 'pkcs11.h', - 'Line' => '835', - 'Name' => 'CK_C_GetObjectSize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759905' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '757625' - }, - '2' => { - 'type' => '759038' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759936' => { - 'BaseType' => '759948', - 'Header' => 'pkcs11.h', - 'Line' => '839', - 'Name' => 'CK_C_GetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759948' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '757625' - }, - '2' => { - 'type' => '759790' - }, - '3' => { - 'type' => '63' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '759984' => { - 'BaseType' => '759948', - 'Header' => 'pkcs11.h', - 'Line' => '844', - 'Name' => 'CK_C_SetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '759996' => { - 'BaseType' => '760008', - 'Header' => 'pkcs11.h', - 'Line' => '849', - 'Name' => 'CK_C_FindObjectsInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760008' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '759790' - }, - '2' => { - 'type' => '63' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760039' => { - 'BaseType' => '760051', - 'Header' => 'pkcs11.h', - 'Line' => '853', - 'Name' => 'CK_C_FindObjects', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760051' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t*, unsigned long, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '759796' - }, - '2' => { - 'type' => '63' - }, - '3' => { - 'type' => '759038' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760087' => { - 'BaseType' => '759488', - 'Header' => 'pkcs11.h', - 'Line' => '858', - 'Name' => 'CK_C_FindObjectsFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760099' => { - 'BaseType' => '760111', - 'Header' => 'pkcs11.h', - 'Line' => '861', - 'Name' => 'CK_C_EncryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760111' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '760142' - }, - '2' => { - 'type' => '757625' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760142' => { - 'BaseType' => '757750', - 'Name' => 'struct ck_mechanism*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '760148' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '865', - 'Name' => 'CK_C_Encrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760160' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '3186' - }, - '2' => { - 'type' => '63' - }, - '3' => { - 'type' => '3186' - }, - '4' => { - 'type' => '759038' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760201' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '870', - 'Name' => 'CK_C_EncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760213' => { - 'BaseType' => '759598', - 'Header' => 'pkcs11.h', - 'Line' => '875', - 'Name' => 'CK_C_EncryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760225' => { - 'BaseType' => '760111', - 'Header' => 'pkcs11.h', - 'Line' => '880', - 'Name' => 'CK_C_DecryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760237' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '884', - 'Name' => 'CK_C_Decrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760249' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '889', - 'Name' => 'CK_C_DecryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760261' => { - 'BaseType' => '759598', - 'Header' => 'pkcs11.h', - 'Line' => '894', - 'Name' => 'CK_C_DecryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760273' => { - 'BaseType' => '760285', - 'Header' => 'pkcs11.h', - 'Line' => '899', - 'Name' => 'CK_C_DigestInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760285' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '760142' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760311' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '902', - 'Name' => 'CK_C_Digest', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760323' => { - 'BaseType' => '759333', - 'Header' => 'pkcs11.h', - 'Line' => '907', - 'Name' => 'CK_C_DigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760335' => { - 'BaseType' => '759867', - 'Header' => 'pkcs11.h', - 'Line' => '910', - 'Name' => 'CK_C_DigestKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760347' => { - 'BaseType' => '759598', - 'Header' => 'pkcs11.h', - 'Line' => '912', - 'Name' => 'CK_C_DigestFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760359' => { - 'BaseType' => '760111', - 'Header' => 'pkcs11.h', - 'Line' => '917', - 'Name' => 'CK_C_SignInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760371' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '921', - 'Name' => 'CK_C_Sign', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760383' => { - 'BaseType' => '759333', - 'Header' => 'pkcs11.h', - 'Line' => '926', - 'Name' => 'CK_C_SignUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760395' => { - 'BaseType' => '759598', - 'Header' => 'pkcs11.h', - 'Line' => '929', - 'Name' => 'CK_C_SignFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760407' => { - 'BaseType' => '760111', - 'Header' => 'pkcs11.h', - 'Line' => '933', - 'Name' => 'CK_C_SignRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760419' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '937', - 'Name' => 'CK_C_SignRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760431' => { - 'BaseType' => '760111', - 'Header' => 'pkcs11.h', - 'Line' => '943', - 'Name' => 'CK_C_VerifyInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760443' => { - 'BaseType' => '759376', - 'Header' => 'pkcs11.h', - 'Line' => '947', - 'Name' => 'CK_C_Verify', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760455' => { - 'BaseType' => '759333', - 'Header' => 'pkcs11.h', - 'Line' => '952', - 'Name' => 'CK_C_VerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760467' => { - 'BaseType' => '759333', - 'Header' => 'pkcs11.h', - 'Line' => '955', - 'Name' => 'CK_C_VerifyFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760479' => { - 'BaseType' => '760111', - 'Header' => 'pkcs11.h', - 'Line' => '959', - 'Name' => 'CK_C_VerifyRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760491' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '963', - 'Name' => 'CK_C_VerifyRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760503' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '970', - 'Name' => 'CK_C_DigestEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760515' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '975', - 'Name' => 'CK_C_DecryptDigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760527' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '981', - 'Name' => 'CK_C_SignEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760539' => { - 'BaseType' => '760160', - 'Header' => 'pkcs11.h', - 'Line' => '986', - 'Name' => 'CK_C_DecryptVerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760551' => { - 'BaseType' => '760563', - 'Header' => 'pkcs11.h', - 'Line' => '993', - 'Name' => 'CK_C_GenerateKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760563' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '760142' - }, - '2' => { - 'type' => '759790' - }, - '3' => { - 'type' => '63' - }, - '4' => { - 'type' => '759796' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760604' => { - 'BaseType' => '760616', - 'Header' => 'pkcs11.h', - 'Line' => '999', - 'Name' => 'CK_C_GenerateKeyPair', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760616' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '760142' - }, - '2' => { - 'type' => '759790' - }, - '3' => { - 'type' => '63' - }, - '4' => { - 'type' => '759790' - }, - '5' => { - 'type' => '63' - }, - '6' => { - 'type' => '759796' - }, - '7' => { - 'type' => '759796' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760672' => { - 'BaseType' => '760684', - 'Header' => 'pkcs11.h', - 'Line' => '1008', - 'Name' => 'CK_C_WrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760684' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, ck_object_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '760142' - }, - '2' => { - 'type' => '757625' - }, - '3' => { - 'type' => '757625' - }, - '4' => { - 'type' => '3186' - }, - '5' => { - 'type' => '759038' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760730' => { - 'BaseType' => '760742', - 'Header' => 'pkcs11.h', - 'Line' => '1015', - 'Name' => 'CK_C_UnwrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760742' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, unsigned char*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '760142' - }, - '2' => { - 'type' => '757625' - }, - '3' => { - 'type' => '3186' - }, - '4' => { - 'type' => '63' - }, - '5' => { - 'type' => '759790' - }, - '6' => { - 'type' => '63' - }, - '7' => { - 'type' => '759796' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760798' => { - 'BaseType' => '760810', - 'Header' => 'pkcs11.h', - 'Line' => '1024', - 'Name' => 'CK_C_DeriveKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760810' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '757523' - }, - '1' => { - 'type' => '760142' - }, - '2' => { - 'type' => '757625' - }, - '3' => { - 'type' => '759790' - }, - '4' => { - 'type' => '63' - }, - '5' => { - 'type' => '759796' - } - }, - 'Return' => '757856', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '760856' => { - 'BaseType' => '759333', - 'Header' => 'pkcs11.h', - 'Line' => '1032', - 'Name' => 'CK_C_SeedRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760868' => { - 'BaseType' => '759333', - 'Header' => 'pkcs11.h', - 'Line' => '1035', - 'Name' => 'CK_C_GenerateRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760880' => { - 'BaseType' => '759488', - 'Header' => 'pkcs11.h', - 'Line' => '1040', - 'Name' => 'CK_C_GetFunctionStatus', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '760892' => { - 'BaseType' => '759488', - 'Header' => 'pkcs11.h', - 'Line' => '1041', - 'Name' => 'CK_C_CancelFunction', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '761053' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'module', - 'offset' => '0', - 'type' => '758034' - }, - '1' => { - 'name' => 'tinfo', - 'offset' => '8', - 'type' => '757278' - }, - '2' => { - 'name' => 'slot_info', - 'offset' => '216', - 'type' => '757189' - }, - '3' => { - 'name' => 'pks', - 'offset' => '328', - 'type' => '757523' - }, - '4' => { - 'name' => 'sid', - 'offset' => '336', - 'type' => '757178' - }, - '5' => { - 'name' => 'init', - 'offset' => '344', - 'type' => '130' - } - }, - 'Name' => 'struct pkcs11_session_info', - 'Size' => '352', - 'Type' => 'Struct' - }, - '761498' => { - 'BaseType' => '630301', - 'Name' => 'gnutls_pkcs11_obj_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7624' => { - 'Header' => 'gnutls_hash_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '7511' - }, - '1' => { - 'name' => 'mac_len', - 'offset' => '8', - 'type' => '70' - }, - '2' => { - 'name' => 'hash', - 'offset' => '16', - 'type' => '7376' - }, - '3' => { - 'name' => 'setnonce', - 'offset' => '24', - 'type' => '7387' - }, - '4' => { - 'name' => 'output', - 'offset' => '32', - 'type' => '7398' - }, - '5' => { - 'name' => 'deinit', - 'offset' => '40', - 'type' => '7409' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '184' - } - }, - 'Name' => 'struct mac_hd_st', - 'Size' => '56', - 'Type' => 'Struct' - }, - '7635' => { - 'BaseType' => '4483', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '33', - 'Name' => 'cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7646' => { - 'BaseType' => '4483', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '35', - 'Name' => 'cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7657' => { - 'BaseType' => '4551', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '37', - 'Name' => 'aead_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '766' => { - 'BaseType' => '682', - 'Name' => '_IO_lock_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7668' => { - 'BaseType' => '4551', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '43', - 'Name' => 'aead_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7679' => { - 'BaseType' => '3683', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '49', - 'Name' => 'cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7690' => { - 'BaseType' => '4452', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '51', - 'Name' => 'cipher_auth_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7701' => { - 'BaseType' => '4452', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '52', - 'Name' => 'cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '7712' => { - 'BaseType' => '4524', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '54', - 'Name' => 'cipher_tag_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '772' => { - 'BaseType' => '111', - 'Name' => 'char[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '7850' => { - 'BaseType' => '7856', - 'Name' => 'cipher_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7856' => { - 'BaseType' => '7022', - 'Name' => 'cipher_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '7861' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '184' - }, - '1' => { - 'name' => 'e', - 'offset' => '8', - 'type' => '7850' - }, - '2' => { - 'name' => 'encrypt', - 'offset' => '16', - 'type' => '7635' - }, - '3' => { - 'name' => 'decrypt', - 'offset' => '24', - 'type' => '7646' - }, - '4' => { - 'name' => 'aead_encrypt', - 'offset' => '32', - 'type' => '7657' - }, - '5' => { - 'name' => 'aead_decrypt', - 'offset' => '40', - 'type' => '7668' - }, - '6' => { - 'name' => 'auth', - 'offset' => '48', - 'type' => '7690' - }, - '7' => { - 'name' => 'tag', - 'offset' => '56', - 'type' => '7712' - }, - '8' => { - 'name' => 'setiv', - 'offset' => '64', - 'type' => '7701' - }, - '9' => { - 'name' => 'deinit', - 'offset' => '72', - 'type' => '7679' - } - }, - 'Name' => 'struct cipher_hd_st', - 'Size' => '80', - 'Type' => 'Struct' - }, - '786256' => { - 'BaseType' => '761498', - 'Name' => 'gnutls_pkcs11_obj_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '786960' => { - 'BaseType' => '761498', - 'Name' => 'gnutls_pkcs11_obj_t*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '7872' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '7522' - }, - '1' => { - 'name' => 'mac', - 'offset' => '0', - 'type' => '7624' - } - }, - 'Name' => 'anon-union-gnutls_cipher_int.h-191', - 'Size' => '56', - 'Type' => 'Union' - }, - '788' => { - 'BaseType' => '123', - 'Header' => 'stdint.h', - 'Line' => '48', - 'Name' => 'uint8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '793307' => { - 'Header' => 'x509.h', - 'Line' => '1395', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '208' - }, - '1' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '130' - }, - '2' => { - 'name' => 'data', - 'offset' => '16', - 'type' => '3192' - } - }, - 'Name' => 'struct gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '793360' => { - 'BaseType' => '793307', - 'Header' => 'x509.h', - 'Line' => '1399', - 'Name' => 'gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '798703' => { - 'BaseType' => '793360', - 'Name' => 'gnutls_x509_ext_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '799' => { - 'BaseType' => '98', - 'Header' => 'stdint.h', - 'Line' => '49', - 'Name' => 'uint16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '8008' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '200', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '7861' - }, - '1' => { - 'name' => 'mac', - 'offset' => '80', - 'type' => '7872' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_mac', - 'offset' => '136', - 'type' => '130' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'ssl_hmac', - 'offset' => '136', - 'type' => '130' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'non_null', - 'offset' => '136', - 'type' => '130' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'etm', - 'offset' => '136', - 'type' => '130' - }, - '6' => { - 'name' => 'tag_size', - 'offset' => '144', - 'type' => '52' - } - }, - 'Name' => 'struct auth_cipher_hd_st', - 'Size' => '152', - 'Type' => 'Struct' - }, - '801245' => { - 'BaseType' => '798703', - 'Name' => 'gnutls_x509_ext_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8019' => { - 'Header' => 'gnutls_compress.h', - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '184' - }, - '1' => { - 'name' => 'algo', - 'offset' => '8', - 'type' => '2021' - } - }, - 'Name' => 'struct comp_hd_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '8056' => { - 'BaseType' => '8019', - 'Header' => 'gnutls_compress.h', - 'Line' => '41', - 'Name' => 'comp_hd_st', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '810' => { - 'BaseType' => '130', - 'Header' => 'stdint.h', - 'Line' => '51', - 'Name' => 'uint32_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '821' => { - 'BaseType' => '63', - 'Header' => 'stdint.h', - 'Line' => '55', - 'Name' => 'uint64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8402' => { - 'BaseType' => '788', - 'Name' => 'uint8_t[48]', - 'Size' => '48', - 'Type' => 'Array' - }, - '8418' => { - 'BaseType' => '788', - 'Name' => 'uint8_t[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '8434' => { - 'BaseType' => '8440', - 'Name' => 'version_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8440' => { - 'BaseType' => '7364', - 'Name' => 'version_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '8445' => { - 'Header' => 'gnutls_int.h', - 'Line' => '589', - 'Memb' => { - '0' => { - 'name' => 'entity', - 'offset' => '0', - 'type' => '130' - }, - '1' => { - 'name' => 'kx_algorithm', - 'offset' => '4', - 'type' => '1815' - }, - '10' => { - 'name' => 'server_random', - 'offset' => '104', - 'type' => '8418' - }, - '11' => { - 'name' => 'session_id', - 'offset' => '136', - 'type' => '8418' - }, - '12' => { - 'name' => 'session_id_size', - 'offset' => '168', - 'type' => '788' - }, - '13' => { - 'name' => 'timestamp', - 'offset' => '176', - 'type' => '225' - }, - '14' => { - 'name' => 'max_record_send_size', - 'offset' => '184', - 'type' => '799' - }, - '15' => { - 'name' => 'max_record_recv_size', - 'offset' => '186', - 'type' => '799' - }, - '16' => { - 'name' => 'cert_type', - 'offset' => '188', - 'type' => '2292' - }, - '17' => { - 'name' => 'ecc_curve', - 'offset' => '192', - 'type' => '2562' - }, - '18' => { - 'name' => 'server_sign_algo', - 'offset' => '196', - 'type' => '2500' - }, - '19' => { - 'name' => 'client_sign_algo', - 'offset' => '200', - 'type' => '2500' - }, - '2' => { - 'name' => 'epoch_read', - 'offset' => '8', - 'type' => '799' - }, - '20' => { - 'name' => 'ext_master_secret', - 'offset' => '204', - 'type' => '788' - }, - '21' => { - 'name' => 'etm', - 'offset' => '205', - 'type' => '788' - }, - '22' => { - 'name' => 'do_recv_supplemental', - 'offset' => '208', - 'type' => '70' - }, - '23' => { - 'name' => 'do_send_supplemental', - 'offset' => '212', - 'type' => '70' - }, - '24' => { - 'name' => 'pversion', - 'offset' => '216', - 'type' => '8434' - }, - '3' => { - 'name' => 'epoch_write', - 'offset' => '10', - 'type' => '799' - }, - '4' => { - 'name' => 'epoch_next', - 'offset' => '12', - 'type' => '799' - }, - '5' => { - 'name' => 'epoch_min', - 'offset' => '14', - 'type' => '799' - }, - '6' => { - 'name' => 'cipher_suite', - 'offset' => '16', - 'type' => '7034' - }, - '7' => { - 'name' => 'compression_method', - 'offset' => '20', - 'type' => '2021' - }, - '8' => { - 'name' => 'master_secret', - 'offset' => '24', - 'type' => '8402' - }, - '9' => { - 'name' => 'client_random', - 'offset' => '72', - 'type' => '8418' - } - }, - 'Name' => 'struct security_parameters_st', - 'Size' => '224', - 'Type' => 'Struct' - }, - '8457' => { - 'BaseType' => '821', - 'Name' => 'uint64_t[64]', - 'Size' => '512', - 'Type' => 'Array' - }, - '8509' => { - 'BaseType' => '130', - 'Name' => 'unsigned int[32]', - 'Size' => '128', - 'Type' => 'Array' - }, - '8525' => { - 'Header' => 'gnutls_int.h', - 'Line' => '638', - 'Memb' => { - '0' => { - 'name' => 'priority', - 'offset' => '0', - 'type' => '8509' - }, - '1' => { - 'name' => 'algorithms', - 'offset' => '128', - 'type' => '130' - } - }, - 'Name' => 'struct priority_st', - 'Size' => '132', - 'Type' => 'Struct' - }, - '854054' => { - 'BaseType' => '854066', - 'Header' => 'gnutls.h', - 'Line' => '1696', - 'Name' => 'gnutls_srp_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '854066' => { - 'BaseType' => '854072', - 'Name' => 'struct gnutls_srp_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '854072' => { - 'Header' => 'srp.h', - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '208' - }, - '1' => { - 'name' => 'password_conf_file', - 'offset' => '8', - 'type' => '208' - }, - '2' => { - 'name' => 'pwd_callback', - 'offset' => '16', - 'type' => '861141' - }, - '3' => { - 'name' => 'fake_salt_seed', - 'offset' => '24', - 'type' => '3192' - }, - '4' => { - 'name' => 'fake_salt_length', - 'offset' => '40', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_srp_server_credentials_st', - 'Size' => '48', - 'Type' => 'Struct' - }, - '854145' => { - 'BaseType' => '854157', - 'Header' => 'gnutls.h', - 'Line' => '1698', - 'Name' => 'gnutls_srp_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '854157' => { - 'BaseType' => '854163', - 'Name' => 'struct gnutls_srp_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '854163' => { - 'Header' => 'srp.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '208' - }, - '1' => { - 'name' => 'password', - 'offset' => '8', - 'type' => '208' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '16', - 'type' => '861135' - } - }, - 'Name' => 'struct gnutls_srp_client_credentials_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '854212' => { - 'BaseType' => '854224', - 'Header' => 'gnutls.h', - 'Line' => '1748', - 'Name' => 'gnutls_srp_server_credentials_function', - 'Type' => 'Typedef' - }, - '854224' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '105' - }, - '2' => { - 'type' => '3665' - }, - '3' => { - 'type' => '3665' - }, - '4' => { - 'type' => '3665' - }, - '5' => { - 'type' => '3665' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '854264' => { - 'BaseType' => '854276', - 'Header' => 'gnutls.h', - 'Line' => '1762', - 'Name' => 'gnutls_srp_client_credentials_function', - 'Type' => 'Typedef' - }, - '854276' => { - 'Name' => 'int()(gnutls_session_t, char**, char**)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '211849' - }, - '2' => { - 'type' => '211849' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '8575' => { - 'Header' => 'gnutls_int.h', - 'Line' => '645', - 'Memb' => { - '0' => { - 'name' => 'SR_DISABLED', - 'value' => '0' - }, - '1' => { - 'name' => 'SR_UNSAFE', - 'value' => '1' - }, - '2' => { - 'name' => 'SR_PARTIAL', - 'value' => '2' - }, - '3' => { - 'name' => 'SR_SAFE', - 'value' => '3' - } - }, - 'Name' => 'enum safe_renegotiation_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '861135' => { - 'BaseType' => '854264', - 'Name' => 'gnutls_srp_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '861141' => { - 'BaseType' => '854212', - 'Name' => 'gnutls_srp_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8623' => { - 'Header' => 'gnutls_int.h', - 'Line' => '707', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '2759' - }, - '1' => { - 'name' => 'free_dh_params', - 'offset' => '8', - 'type' => '70' - } - }, - 'Name' => 'struct internal_params_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '866187' => { - 'BaseType' => '854145', - 'Name' => 'gnutls_srp_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '866772' => { - 'BaseType' => '854054', - 'Name' => 'gnutls_srp_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '873025' => { - 'BaseType' => '873037', - 'Header' => 'gnutls.h', - 'Line' => '1793', - 'Name' => 'gnutls_psk_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '873037' => { - 'BaseType' => '873043', - 'Name' => 'struct gnutls_psk_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '873043' => { - 'Header' => 'psk.h', - 'Line' => '29', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '3192' - }, - '1' => { - 'name' => 'key', - 'offset' => '16', - 'type' => '3192' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '32', - 'type' => '879915' - } - }, - 'Name' => 'struct gnutls_psk_client_credentials_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '873092' => { - 'Header' => 'gnutls.h', - 'Line' => '1802', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PSK_KEY_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PSK_KEY_HEX', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Enum' - }, - '873122' => { - 'BaseType' => '873092', - 'Header' => 'gnutls.h', - 'Line' => '1805', - 'Name' => 'gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '873171' => { - 'BaseType' => '873183', - 'Header' => 'gnutls.h', - 'Line' => '1841', - 'Name' => 'gnutls_psk_client_credentials_function', - 'Type' => 'Typedef' - }, - '873183' => { - 'Name' => 'int()(gnutls_session_t, char**, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '2672' - }, - '1' => { - 'type' => '211849' - }, - '2' => { - 'type' => '3665' - } - }, - 'Return' => '70', - 'Type' => 'Func' - }, - '879915' => { - 'BaseType' => '873171', - 'Name' => 'gnutls_psk_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '880822' => { - 'BaseType' => '440299', - 'Name' => 'gnutls_psk_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8853' => { - 'Header' => 'gnutls_int.h', - 'Line' => '751', - 'Memb' => { - '0' => { - 'name' => 'cookie', - 'offset' => '0', - 'type' => '8418' - }, - '1' => { - 'name' => 'cookie_len', - 'offset' => '32', - 'type' => '788' - }, - '10' => { - 'name' => 'blocking', - 'offset' => '56', - 'type' => '7357' - }, - '11' => { - 'name' => 'handshake_start_time', - 'offset' => '64', - 'type' => '247' - }, - '12' => { - 'name' => 'actual_retrans_timeout_ms', - 'offset' => '80', - 'type' => '130' - }, - '13' => { - 'name' => 'async_term', - 'offset' => '88', - 'type' => '225' - }, - '14' => { - 'name' => 'last_retransmit', - 'offset' => '96', - 'type' => '247' - }, - '15' => { - 'name' => 'packets_dropped', - 'offset' => '112', - 'type' => '130' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '34', - 'type' => '799' - }, - '3' => { - 'name' => 'hsk_read_seq', - 'offset' => '36', - 'type' => '130' - }, - '4' => { - 'name' => 'mtu', - 'offset' => '40', - 'type' => '799' - }, - '5' => { - 'name' => 'flight_init', - 'offset' => '42', - 'type' => '7357' - }, - '6' => { - 'name' => 'last_flight', - 'offset' => '43', - 'type' => '7357' - }, - '7' => { - 'name' => 'retrans_timeout_ms', - 'offset' => '44', - 'type' => '130' - }, - '8' => { - 'name' => 'total_timeout_ms', - 'offset' => '48', - 'type' => '130' - }, - '9' => { - 'name' => 'hsk_hello_verify_requests', - 'offset' => '52', - 'type' => '130' - } - }, - 'Name' => 'struct dtls_st', - 'Size' => '120', - 'Type' => 'Struct' - }, - '885625' => { - 'BaseType' => '151', - 'Header' => 'stdio.h', - 'Line' => '90', - 'Name' => 'off_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8865' => { - 'Header' => 'gnutls_int.h', - 'Line' => '948', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '799' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '4020' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '7357' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-948', - 'Size' => '24', - 'Type' => 'Struct' - }, - '8914' => { - 'Header' => 'gnutls_int.h', - 'Line' => '954', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '799' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '4020' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '7357' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-954', - 'Size' => '24', - 'Type' => 'Struct' - }, - '939238' => { - 'BaseType' => '939250', - 'Header' => 'x509.h', - 'Line' => '671', - 'Name' => 'gnutls_x509_crl_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '939250' => { - 'BaseType' => '939256', - 'Name' => 'struct gnutls_x509_crl_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '939256' => { - 'Header' => 'x509_int.h', - 'Line' => '45', - 'Memb' => { - '0' => { - 'name' => 'rcache', - 'offset' => '0', - 'type' => '117419' - }, - '1' => { - 'name' => 'rcache_idx', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_x509_crl_iter', - 'Size' => '16', - 'Type' => 'Struct' - }, - '942559' => { - 'BaseType' => '545129', - 'Name' => 'gnutls_x509_crl_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '945757' => { - 'BaseType' => '939238', - 'Name' => 'gnutls_x509_crl_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '950146' => { - 'BaseType' => '567509', - 'Name' => 'gnutls_x509_crl_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '965668' => { - 'BaseType' => '629572', - 'Name' => 'gnutls_x509_crq_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '98' => { - 'Name' => 'unsigned short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '985583' => { - 'BaseType' => '184', - 'Header' => 'x509.h', - 'Line' => '598', - 'Name' => 'gnutls_x509_dn_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '993661' => { - 'BaseType' => '985583', - 'Name' => 'gnutls_x509_dn_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '999716' => { - 'BaseType' => '999727', - 'Header' => 'x509-ext.h', - 'Line' => '37', - 'Name' => 'gnutls_subject_alt_names_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '999727' => { - 'BaseType' => '999733', - 'Name' => 'struct gnutls_subject_alt_names_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '999733' => { - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'names', - 'offset' => '0', - 'type' => '1271494' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '130' - } - }, - 'Name' => 'struct gnutls_subject_alt_names_st', - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '999738' => { - 'BaseType' => '999749', - 'Header' => 'x509-ext.h', - 'Line' => '107', - 'Name' => 'gnutls_x509_aki_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '999749' => { - 'BaseType' => '999755', - 'Name' => 'struct gnutls_x509_aki_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '999755' => { - 'Line' => '657', - 'Memb' => { - '0' => { - 'name' => 'id', - 'offset' => '0', - 'type' => '3192' - }, - '1' => { - 'name' => 'cert_issuer', - 'offset' => '16', - 'type' => '999733' - }, - '2' => { - 'name' => 'serial', - 'offset' => '32', - 'type' => '3192' - } - }, - 'Name' => 'struct gnutls_x509_aki_st', - 'Size' => '48', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - } - }, - 'UndefinedSymbols' => { - 'libgnutls.so.30.0.0' => { - 'Trspi_Error_Code' => 0, - 'Trspi_Error_Layer' => 0, - 'Trspi_Error_String' => 0, - 'Tspi_Context_Close' => 0, - 'Tspi_Context_CloseObject' => 0, - 'Tspi_Context_Connect' => 0, - 'Tspi_Context_Create' => 0, - 'Tspi_Context_CreateObject' => 0, - 'Tspi_Context_FreeMemory' => 0, - 'Tspi_Context_GetRegisteredKeysByUUID2' => 0, - 'Tspi_Context_GetTpmObject' => 0, - 'Tspi_Context_LoadKeyByBlob' => 0, - 'Tspi_Context_LoadKeyByUUID' => 0, - 'Tspi_Context_RegisterKey' => 0, - 'Tspi_Context_UnregisterKey' => 0, - 'Tspi_DecodeBER_TssBlob' => 0, - 'Tspi_EncodeDER_TssBlob' => 0, - 'Tspi_GetAttribData' => 0, - 'Tspi_GetPolicyObject' => 0, - 'Tspi_Hash_SetHashValue' => 0, - 'Tspi_Hash_Sign' => 0, - 'Tspi_Key_CreateKey' => 0, - 'Tspi_Policy_AssignToObject' => 0, - 'Tspi_Policy_SetSecret' => 0, - 'Tspi_SetAttribUint32' => 0, - 'Tspi_TPM_StirRandom' => 0, - '_ITM_deregisterTMCloneTable' => 0, - '_ITM_registerTMCloneTable' => 0, - '_Jv_RegisterClasses' => 0, - '__assert_fail@GLIBC_2.2.5' => 0, - '__ctype_b_loc@GLIBC_2.3' => 0, - '__cxa_finalize@GLIBC_2.2.5' => 0, - '__errno_location@GLIBC_2.2.5' => 0, - '__fxstat@GLIBC_2.2.5' => 0, - '__getdelim@GLIBC_2.2.5' => 0, - '__gmon_start__' => 0, - '__gmpz_add' => 0, - '__gmpz_add_ui' => 0, - '__gmpz_cdiv_q' => 0, - '__gmpz_clear' => 0, - '__gmpz_cmp' => 0, - '__gmpz_cmp_ui' => 0, - '__gmpz_fdiv_r' => 0, - '__gmpz_init' => 0, - '__gmpz_invert' => 0, - '__gmpz_mod' => 0, - '__gmpz_mul' => 0, - '__gmpz_mul_ui' => 0, - '__gmpz_powm' => 0, - '__gmpz_probab_prime_p' => 0, - '__gmpz_set' => 0, - '__gmpz_set_ui' => 0, - '__gmpz_sizeinbase' => 0, - '__gmpz_sub' => 0, - '__gmpz_sub_ui' => 0, - '__rawmemchr@GLIBC_2.2.5' => 0, - '__register_atfork@GLIBC_2.3.2' => 0, - '__xstat@GLIBC_2.2.5' => 0, - 'abort@GLIBC_2.2.5' => 0, - 'asn1_array2tree@LIBTASN1_0_3' => 0, - 'asn1_check_version@LIBTASN1_0_3' => 0, - 'asn1_copy_node@LIBTASN1_0_3' => 0, - 'asn1_create_element@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_ber@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_delete_structure2@LIBTASN1_0_3' => 0, - 'asn1_delete_structure@LIBTASN1_0_3' => 0, - 'asn1_der_coding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding2@LIBTASN1_0_3' => 0, - 'asn1_der_decoding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding_startEnd@LIBTASN1_0_3' => 0, - 'asn1_encode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_find_node@LIBTASN1_0_3' => 0, - 'asn1_get_length_der@LIBTASN1_0_3' => 0, - 'asn1_get_tag_der@LIBTASN1_0_3' => 0, - 'asn1_length_der@LIBTASN1_0_3' => 0, - 'asn1_number_of_elements@LIBTASN1_0_3' => 0, - 'asn1_read_node_value@LIBTASN1_0_3' => 0, - 'asn1_read_value@LIBTASN1_0_3' => 0, - 'asn1_read_value_type@LIBTASN1_0_3' => 0, - 'asn1_write_value@LIBTASN1_0_3' => 0, - 'bindtextdomain@GLIBC_2.2.5' => 0, - 'calloc@GLIBC_2.2.5' => 0, - 'clock_gettime@GLIBC_2.17' => 0, - 'close@GLIBC_2.2.5' => 0, - 'closedir@GLIBC_2.2.5' => 0, - 'connect@GLIBC_2.2.5' => 0, - 'dcgettext@GLIBC_2.2.5' => 0, - 'deflate' => 0, - 'deflateEnd' => 0, - 'deflateInit2_' => 0, - 'fclose@GLIBC_2.2.5' => 0, - 'fcntl@GLIBC_2.2.5' => 0, - 'feof@GLIBC_2.2.5' => 0, - 'ferror@GLIBC_2.2.5' => 0, - 'fflush@GLIBC_2.2.5' => 0, - 'fgetc@GLIBC_2.2.5' => 0, - 'fgets@GLIBC_2.2.5' => 0, - 'fileno@GLIBC_2.2.5' => 0, - 'fopen@GLIBC_2.2.5' => 0, - 'fprintf@GLIBC_2.2.5' => 0, - 'fputs@GLIBC_2.2.5' => 0, - 'fread@GLIBC_2.2.5' => 0, - 'free@GLIBC_2.2.5' => 0, - 'fseek@GLIBC_2.2.5' => 0, - 'ftell@GLIBC_2.2.5' => 0, - 'ftello@GLIBC_2.2.5' => 0, - 'fwrite@GLIBC_2.2.5' => 0, - 'getenv@GLIBC_2.2.5' => 0, - 'getpid@GLIBC_2.2.5' => 0, - 'getpwuid_r@GLIBC_2.2.5' => 0, - 'getrusage@GLIBC_2.2.5' => 0, - 'getuid@GLIBC_2.2.5' => 0, - 'gmtime_r@GLIBC_2.2.5' => 0, - 'iconv@GLIBC_2.2.5' => 0, - 'iconv_close@GLIBC_2.2.5' => 0, - 'iconv_open@GLIBC_2.2.5' => 0, - 'idn_free@LIBIDN_1.0' => 0, - 'idna_strerror@LIBIDN_1.0' => 0, - 'idna_to_ascii_8z@LIBIDN_1.0' => 0, - 'inet_aton@GLIBC_2.2.5' => 0, - 'inet_ntop@GLIBC_2.2.5' => 0, - 'inet_pton@GLIBC_2.2.5' => 0, - 'inflate' => 0, - 'inflateEnd' => 0, - 'inflateInit2_' => 0, - 'malloc@GLIBC_2.2.5' => 0, - 'memchr@GLIBC_2.2.5' => 0, - 'memcmp@GLIBC_2.2.5' => 0, - 'memcpy@GLIBC_2.14' => 0, - 'memmem@GLIBC_2.2.5' => 0, - 'memmove@GLIBC_2.2.5' => 0, - 'memset@GLIBC_2.2.5' => 0, - 'mkdir@GLIBC_2.2.5' => 0, - 'nanosleep@GLIBC_2.2.5' => 0, - 'nettle_aes128_decrypt@NETTLE_6' => 0, - 'nettle_aes128_encrypt@NETTLE_6' => 0, - 'nettle_aes128_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes192_decrypt@NETTLE_6' => 0, - 'nettle_aes192_encrypt@NETTLE_6' => 0, - 'nettle_aes192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes256_decrypt@NETTLE_6' => 0, - 'nettle_aes256_encrypt@NETTLE_6' => 0, - 'nettle_aes256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_encrypt_key@NETTLE_6' => 0, - 'nettle_arcfour128_set_key@NETTLE_6' => 0, - 'nettle_arcfour_crypt@NETTLE_6' => 0, - 'nettle_arctwo40_set_key@NETTLE_6' => 0, - 'nettle_arctwo_decrypt@NETTLE_6' => 0, - 'nettle_arctwo_encrypt@NETTLE_6' => 0, - 'nettle_camellia128_crypt@NETTLE_6' => 0, - 'nettle_camellia128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_crypt@NETTLE_6' => 0, - 'nettle_camellia256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia_set_decrypt_key@NETTLE_6' => 0, - 'nettle_cbc_decrypt@NETTLE_6' => 0, - 'nettle_cbc_encrypt@NETTLE_6' => 0, - 'nettle_ccm_decrypt_message@NETTLE_6' => 0, - 'nettle_ccm_encrypt_message@NETTLE_6' => 0, - 'nettle_chacha_poly1305_decrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_digest@NETTLE_6' => 0, - 'nettle_chacha_poly1305_encrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_key@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_nonce@NETTLE_6' => 0, - 'nettle_chacha_poly1305_update@NETTLE_6' => 0, - 'nettle_des3_decrypt@NETTLE_6' => 0, - 'nettle_des3_encrypt@NETTLE_6' => 0, - 'nettle_des3_set_key@NETTLE_6' => 0, - 'nettle_des_decrypt@NETTLE_6' => 0, - 'nettle_des_encrypt@NETTLE_6' => 0, - 'nettle_des_set_key@NETTLE_6' => 0, - 'nettle_dsa_generate_params@HOGWEED_4' => 0, - 'nettle_dsa_params_clear@HOGWEED_4' => 0, - 'nettle_dsa_params_init@HOGWEED_4' => 0, - 'nettle_dsa_sign@HOGWEED_4' => 0, - 'nettle_dsa_signature_clear@HOGWEED_4' => 0, - 'nettle_dsa_signature_init@HOGWEED_4' => 0, - 'nettle_dsa_verify@HOGWEED_4' => 0, - 'nettle_ecc_point_clear@HOGWEED_4' => 0, - 'nettle_ecc_point_get@HOGWEED_4' => 0, - 'nettle_ecc_point_init@HOGWEED_4' => 0, - 'nettle_ecc_point_mul@HOGWEED_4' => 0, - 'nettle_ecc_point_mul_g@HOGWEED_4' => 0, - 'nettle_ecc_point_set@HOGWEED_4' => 0, - 'nettle_ecc_scalar_clear@HOGWEED_4' => 0, - 'nettle_ecc_scalar_get@HOGWEED_4' => 0, - 'nettle_ecc_scalar_init@HOGWEED_4' => 0, - 'nettle_ecc_scalar_set@HOGWEED_4' => 0, - 'nettle_ecc_size@HOGWEED_4' => 0, - 'nettle_ecc_size_a@HOGWEED_4' => 0, - 'nettle_ecdsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_ecdsa_sign@HOGWEED_4' => 0, - 'nettle_ecdsa_verify@HOGWEED_4' => 0, - 'nettle_gcm_aes128_digest@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes128_update@NETTLE_6' => 0, - 'nettle_gcm_aes256_digest@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes256_update@NETTLE_6' => 0, - 'nettle_gcm_camellia128_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia128_update@NETTLE_6' => 0, - 'nettle_gcm_camellia256_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia256_update@NETTLE_6' => 0, - 'nettle_gcm_decrypt@NETTLE_6' => 0, - 'nettle_gcm_digest@NETTLE_6' => 0, - 'nettle_gcm_encrypt@NETTLE_6' => 0, - 'nettle_gcm_set_iv@NETTLE_6' => 0, - 'nettle_gcm_set_key@NETTLE_6' => 0, - 'nettle_gcm_update@NETTLE_6' => 0, - 'nettle_hmac_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_set_key@NETTLE_6' => 0, - 'nettle_hmac_md5_update@NETTLE_6' => 0, - 'nettle_hmac_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_digest@NETTLE_6' => 0, - 'nettle_hmac_sha1_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_update@NETTLE_6' => 0, - 'nettle_hmac_sha224_digest@NETTLE_6' => 0, - 'nettle_hmac_sha224_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_digest@NETTLE_6' => 0, - 'nettle_hmac_sha256_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_update@NETTLE_6' => 0, - 'nettle_hmac_sha384_digest@NETTLE_6' => 0, - 'nettle_hmac_sha384_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_digest@NETTLE_6' => 0, - 'nettle_hmac_sha512_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_update@NETTLE_6' => 0, - 'nettle_md2_digest@NETTLE_6' => 0, - 'nettle_md2_init@NETTLE_6' => 0, - 'nettle_md2_update@NETTLE_6' => 0, - 'nettle_md5_digest@NETTLE_6' => 0, - 'nettle_md5_init@NETTLE_6' => 0, - 'nettle_md5_update@NETTLE_6' => 0, - 'nettle_memxor@NETTLE_6' => 0, - 'nettle_mpz_get_str_256@HOGWEED_4' => 0, - 'nettle_mpz_random@HOGWEED_4' => 0, - 'nettle_mpz_random_size@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_s@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_u@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_s@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_u@HOGWEED_4' => 0, - 'nettle_pbkdf2_hmac_sha1@NETTLE_6' => 0, - 'nettle_rsa_decrypt_tr@HOGWEED_4' => 0, - 'nettle_rsa_encrypt@HOGWEED_4' => 0, - 'nettle_rsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_sign_tr@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_verify@HOGWEED_4' => 0, - 'nettle_rsa_private_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_private_key_init@HOGWEED_4' => 0, - 'nettle_rsa_public_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_public_key_init@HOGWEED_4' => 0, - 'nettle_salsa20_256_set_key@NETTLE_6' => 0, - 'nettle_salsa20_crypt@NETTLE_6' => 0, - 'nettle_salsa20_set_key@NETTLE_6' => 0, - 'nettle_salsa20_set_nonce@NETTLE_6' => 0, - 'nettle_salsa20r12_crypt@NETTLE_6' => 0, - 'nettle_secp_256r1@HOGWEED_4' => 0, - 'nettle_secp_384r1@HOGWEED_4' => 0, - 'nettle_secp_521r1@HOGWEED_4' => 0, - 'nettle_sha1_digest@NETTLE_6' => 0, - 'nettle_sha1_init@NETTLE_6' => 0, - 'nettle_sha1_update@NETTLE_6' => 0, - 'nettle_sha224_digest@NETTLE_6' => 0, - 'nettle_sha224_init@NETTLE_6' => 0, - 'nettle_sha256_digest@NETTLE_6' => 0, - 'nettle_sha256_init@NETTLE_6' => 0, - 'nettle_sha256_update@NETTLE_6' => 0, - 'nettle_sha384_digest@NETTLE_6' => 0, - 'nettle_sha384_init@NETTLE_6' => 0, - 'nettle_sha512_digest@NETTLE_6' => 0, - 'nettle_sha512_init@NETTLE_6' => 0, - 'nettle_sha512_update@NETTLE_6' => 0, - 'nettle_umac128_digest@NETTLE_6' => 0, - 'nettle_umac128_set_key@NETTLE_6' => 0, - 'nettle_umac128_set_nonce@NETTLE_6' => 0, - 'nettle_umac128_update@NETTLE_6' => 0, - 'nettle_umac96_digest@NETTLE_6' => 0, - 'nettle_umac96_set_key@NETTLE_6' => 0, - 'nettle_umac96_set_nonce@NETTLE_6' => 0, - 'nettle_umac96_update@NETTLE_6' => 0, - 'nettle_yarrow256_init@NETTLE_6' => 0, - 'nettle_yarrow256_random@NETTLE_6' => 0, - 'nettle_yarrow256_slow_reseed@NETTLE_6' => 0, - 'nettle_yarrow256_update@NETTLE_6' => 0, - 'open@GLIBC_2.2.5' => 0, - 'opendir@GLIBC_2.2.5' => 0, - 'p11_kit_message' => 0, - 'p11_kit_module_finalize' => 0, - 'p11_kit_module_get_flags' => 0, - 'p11_kit_module_get_name' => 0, - 'p11_kit_module_initialize' => 0, - 'p11_kit_module_load' => 0, - 'p11_kit_module_release' => 0, - 'p11_kit_modules_load_and_initialize' => 0, - 'p11_kit_pin_file_callback' => 0, - 'p11_kit_pin_get_length' => 0, - 'p11_kit_pin_get_value' => 0, - 'p11_kit_pin_new_for_string' => 0, - 'p11_kit_pin_register_callback' => 0, - 'p11_kit_pin_request' => 0, - 'p11_kit_pin_unref' => 0, - 'p11_kit_pin_unregister_callback' => 0, - 'p11_kit_space_strdup' => 0, - 'p11_kit_space_strlen' => 0, - 'p11_kit_strerror' => 0, - 'p11_kit_uri_format' => 0, - 'p11_kit_uri_free' => 0, - 'p11_kit_uri_get_attribute' => 0, - 'p11_kit_uri_get_attributes' => 0, - 'p11_kit_uri_get_module_info' => 0, - 'p11_kit_uri_get_pin_source' => 0, - 'p11_kit_uri_get_pin_value' => 0, - 'p11_kit_uri_get_token_info' => 0, - 'p11_kit_uri_match_module_info' => 0, - 'p11_kit_uri_match_token_info' => 0, - 'p11_kit_uri_new' => 0, - 'p11_kit_uri_parse' => 0, - 'p11_kit_uri_set_attribute' => 0, - 'pthread_mutex_destroy@GLIBC_2.2.5' => 0, - 'pthread_mutex_init@GLIBC_2.2.5' => 0, - 'pthread_mutex_lock@GLIBC_2.2.5' => 0, - 'pthread_mutex_unlock@GLIBC_2.2.5' => 0, - 'qsort@GLIBC_2.2.5' => 0, - 'read@GLIBC_2.2.5' => 0, - 'readdir_r@GLIBC_2.2.5' => 0, - 'realloc@GLIBC_2.2.5' => 0, - 'recv@GLIBC_2.2.5' => 0, - 'select@GLIBC_2.2.5' => 0, - 'snprintf@GLIBC_2.2.5' => 0, - 'socket@GLIBC_2.2.5' => 0, - 'sprintf@GLIBC_2.2.5' => 0, - 'sscanf@GLIBC_2.2.5' => 0, - 'stderr@GLIBC_2.2.5' => 0, - 'strcasecmp@GLIBC_2.2.5' => 0, - 'strchr@GLIBC_2.2.5' => 0, - 'strcmp@GLIBC_2.2.5' => 0, - 'strdup@GLIBC_2.2.5' => 0, - 'strerror@GLIBC_2.2.5' => 0, - 'strftime@GLIBC_2.2.5' => 0, - 'strlen@GLIBC_2.2.5' => 0, - 'strncasecmp@GLIBC_2.2.5' => 0, - 'strncat@GLIBC_2.2.5' => 0, - 'strncmp@GLIBC_2.2.5' => 0, - 'strncpy@GLIBC_2.2.5' => 0, - 'strpbrk@GLIBC_2.2.5' => 0, - 'strrchr@GLIBC_2.2.5' => 0, - 'strstr@GLIBC_2.2.5' => 0, - 'strtol@GLIBC_2.2.5' => 0, - 'strtoul@GLIBC_2.2.5' => 0, - 'strverscmp@GLIBC_2.2.5' => 0, - 'time@GLIBC_2.2.5' => 0, - 'tmpfile@GLIBC_2.2.5' => 0, - 'vasprintf@GLIBC_2.2.5' => 0, - 'write@GLIBC_2.2.5' => 0, - 'writev@GLIBC_2.2.5' => 0 - } - }, - 'WordSize' => '8' - }; diff --git a/devel/ABI-3.4.17-x86_64.dump b/devel/ABI-3.4.17-x86_64.dump deleted file mode 100644 index 89f5b5cbfb..0000000000 --- a/devel/ABI-3.4.17-x86_64.dump +++ /dev/null @@ -1,42810 +0,0 @@ -$VAR1 = { - 'ABI_DUMPER_VERSION' => '0.99.16', - 'ABI_DUMP_VERSION' => '3.2', - 'Arch' => 'x86_64', - 'GccVersion' => '6.2.0', - 'Headers' => { - 'abstract.h' => 1, - 'crypto.h' => 1, - 'dtls.h' => 1, - 'gnutls.h' => 1, - 'ocsp.h' => 1, - 'openpgp.h' => 1, - 'pkcs11.h' => 1, - 'pkcs12.h' => 1, - 'pkcs7.h' => 1, - 'system-keys.h' => 1, - 'tpm.h' => 1, - 'urls.h' => 1, - 'x509-ext.h' => 1, - 'x509.h' => 1 - }, - 'Language' => 'C', - 'LibraryName' => 'libgnutls.so.30.7.0', - 'LibraryVersion' => '3.4.17', - 'NameSpaces' => {}, - 'Needed' => { - 'libc.so.6' => 1, - 'libgmp.so.10' => 1, - 'libhogweed.so.4' => 1, - 'libidn.so.11' => 1, - 'libnettle.so.6' => 1, - 'libp11-kit.so.0' => 1, - 'libtasn1.so.6' => 1, - 'libz.so.1' => 1 - }, - 'PublicABI' => '1', - 'Sources' => { - 'alpn.c' => 1, - 'auto-verify.c' => 1, - 'cert_types.c' => 1, - 'ciphers.c' => 1, - 'ciphersuites.c' => 1, - 'common.c' => 1, - 'crl.c' => 1, - 'crl_write.c' => 1, - 'crq.c' => 1, - 'crypto-api.c' => 1, - 'crypto-backend.c' => 1, - 'debug.c' => 1, - 'dn.c' => 1, - 'ecc.c' => 1, - 'email-verify.c' => 1, - 'etm.c' => 1, - 'ext_master_secret.c' => 1, - 'extensions.c' => 1, - 'extras.c' => 1, - 'fips.c' => 1, - 'gnutls_alert.c' => 1, - 'gnutls_anon_cred.c' => 1, - 'gnutls_auth.c' => 1, - 'gnutls_buffers.c' => 1, - 'gnutls_cert.c' => 1, - 'gnutls_compress.c' => 1, - 'gnutls_db.c' => 1, - 'gnutls_dh.c' => 1, - 'gnutls_dtls.c' => 1, - 'gnutls_errors.c' => 1, - 'gnutls_extensions.c' => 1, - 'gnutls_global.c' => 1, - 'gnutls_handshake.c' => 1, - 'gnutls_mem.c' => 1, - 'gnutls_openpgp.c' => 1, - 'gnutls_pcert.c' => 1, - 'gnutls_priority.c' => 1, - 'gnutls_privkey.c' => 1, - 'gnutls_privkey_raw.c' => 1, - 'gnutls_psk.c' => 1, - 'gnutls_pubkey.c' => 1, - 'gnutls_range.c' => 1, - 'gnutls_record.c' => 1, - 'gnutls_session.c' => 1, - 'gnutls_session_pack.c' => 1, - 'gnutls_srp.c' => 1, - 'gnutls_state.c' => 1, - 'gnutls_str.c' => 1, - 'gnutls_supplemental.c' => 1, - 'gnutls_ui.c' => 1, - 'gnutls_x509.c' => 1, - 'heartbeat.c' => 1, - 'hostname-verify.c' => 1, - 'kx.c' => 1, - 'locks.c' => 1, - 'mac.c' => 1, - 'max_record.c' => 1, - 'name_constraints.c' => 1, - 'ocsp.c' => 1, - 'ocsp_output.c' => 1, - 'output.c' => 1, - 'pgp.c' => 1, - 'pgpverify.c' => 1, - 'pin.c' => 1, - 'pkcs11.c' => 1, - 'pkcs11_privkey.c' => 1, - 'pkcs11_secret.c' => 1, - 'pkcs11_write.c' => 1, - 'pkcs11x.c' => 1, - 'pkcs12.c' => 1, - 'pkcs12_bag.c' => 1, - 'pkcs7-attrs.c' => 1, - 'pkcs7-output.c' => 1, - 'pkcs7.c' => 1, - 'privkey.c' => 1, - 'privkey_openssl.c' => 1, - 'privkey_pkcs8.c' => 1, - 'protocols.c' => 1, - 'publickey.c' => 1, - 'random.c' => 1, - 'safe-memfuncs.c' => 1, - 'safe_renegotiation.c' => 1, - 'secparams.c' => 1, - 'server_name.c' => 1, - 'session_ticket.c' => 1, - 'sign.c' => 1, - 'signature.c' => 1, - 'srp.c' => 1, - 'srp_sb64.c' => 1, - 'srtp.c' => 1, - 'status_request.c' => 1, - 'system-keys-dummy.c' => 1, - 'system.c' => 1, - 'system_override.c' => 1, - 'tpm.c' => 1, - 'urls.c' => 1, - 'verify-high.c' => 1, - 'verify-high2.c' => 1, - 'verify-tofu.c' => 1, - 'verify.c' => 1, - 'x509.c' => 1, - 'x509_b64.c' => 1, - 'x509_dn.c' => 1, - 'x509_ext.c' => 1, - 'x509_write.c' => 1 - }, - 'SymbolInfo' => { - '1011159' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'userdata', - 'type' => '4278' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '146579', - 'ShortName' => 'gnutls_pkcs11_get_pin_function', - 'Source' => 'pin.c', - 'SourceLine' => '58' - }, - '1011206' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'fn', - 'type' => '146579' - }, - '1' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_pin_function', - 'Source' => 'pin.c', - 'SourceLine' => '41' - }, - '1027887' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'srk_password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_privkey_delete', - 'Source' => 'tpm.c', - 'SourceLine' => '1718' - }, - '1028509' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1029014' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_get_registered', - 'Source' => 'tpm.c', - 'SourceLine' => '1662' - }, - '1029020' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1015619' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'url', - 'type' => '1002' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_key_list_get_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1636' - }, - '1029302' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1015619' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tpm_key_list_deinit', - 'Source' => 'tpm.c', - 'SourceLine' => '1609' - }, - '1029379' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'pk', - 'type' => '2768' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '3' => { - 'name' => 'key_password', - 'type' => '110' - }, - '4' => { - 'name' => 'format', - 'type' => '1015715' - }, - '5' => { - 'name' => 'pub_format', - 'type' => '225461' - }, - '6' => { - 'name' => 'privkey', - 'offset' => '0', - 'type' => '4233' - }, - '7' => { - 'name' => 'pubkey', - 'offset' => '8', - 'type' => '4233' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_privkey_generate', - 'Source' => 'tpm.c', - 'SourceLine' => '1328' - }, - '1032446' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4199' - }, - '1' => { - 'name' => 'fdata', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '1015715' - }, - '3' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_tpm_raw', - 'Source' => 'tpm.c', - 'SourceLine' => '1195' - }, - '1035114' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'fdata', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '1015715' - }, - '3' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '4' => { - 'name' => 'key_password', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_tpm_raw', - 'Source' => 'tpm.c', - 'SourceLine' => '692' - }, - '1057820' => { - 'Header' => 'gnutls.h', - 'Return' => '75', - 'ShortName' => 'gnutls_fips140_mode_enabled', - 'Source' => 'fips.c', - 'SourceLine' => '406' - }, - '1110026' => { - 'Header' => 'urls.h', - 'Param' => { - '0' => { - 'name' => 'st', - 'type' => '1110287' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_register_custom_url', - 'Source' => 'urls.c', - 'SourceLine' => '106' - }, - '1110518' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'cert', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer', - 'type' => '4233' - }, - '3' => { - 'name' => 'fmt', - 'type' => '225461' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3676' - }, - '1123278' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_get_verify_cert_status', - 'Source' => 'auto-verify.c', - 'SourceLine' => '151' - }, - '1123325' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '12677' - }, - '2' => { - 'name' => 'elements', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_cert2', - 'Source' => 'auto-verify.c', - 'SourceLine' => '122' - }, - '1123442' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_cert', - 'Source' => 'auto-verify.c', - 'SourceLine' => '81' - }, - '1137439' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'privkey', - 'type' => '144874' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cert_url', - 'type' => '1002' - }, - '4' => { - 'name' => 'key_url', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_add_x509', - 'Source' => 'system-keys-dummy.c', - 'SourceLine' => '53' - }, - '1137538' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'cert_url', - 'type' => '110' - }, - '1' => { - 'name' => 'key_url', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_delete', - 'Source' => 'system-keys-dummy.c', - 'SourceLine' => '48' - }, - '1137576' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '1137702' - }, - '1' => { - 'name' => 'cert_type', - 'type' => '145' - }, - '2' => { - 'name' => 'cert_url', - 'type' => '1002' - }, - '3' => { - 'name' => 'key_url', - 'type' => '1002' - }, - '4' => { - 'name' => 'label', - 'type' => '1002' - }, - '5' => { - 'name' => 'der', - 'type' => '4233' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_iter_get_info', - 'Source' => 'system-keys-dummy.c', - 'SourceLine' => '37' - }, - '1137708' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '1137264' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_system_key_iter_deinit', - 'Source' => 'system-keys-dummy.c', - 'SourceLine' => '31' - }, - '1157503' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '235', - 'ShortName' => 'gnutls_pkcs11_obj_flags_get_str', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4072' - }, - '1158016' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'oflags', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_flags', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4053' - }, - '1158079' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'cert', - 'type' => '144886' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_crt_is_known', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3951' - }, - '1158868' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'dn', - 'type' => '4175' - }, - '2' => { - 'name' => 'spki', - 'type' => '4175' - }, - '3' => { - 'name' => 'issuer', - 'type' => '4233' - }, - '4' => { - 'name' => 'fmt', - 'type' => '225461' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3855' - }, - '1159413' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'dn', - 'type' => '4175' - }, - '2' => { - 'name' => 'issuer', - 'type' => '4233' - }, - '3' => { - 'name' => 'fmt', - 'type' => '225461' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer_by_dn', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3770' - }, - '1162315' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '883691' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs11_type_get_name', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3371' - }, - '1162366' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'mechanism', - 'type' => '1154584' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_mechanism', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3312' - }, - '1162911' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_flags', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3262' - }, - '1163314' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '146359' - }, - '1' => { - 'name' => 'cert_max', - 'type' => '145' - }, - '2' => { - 'name' => 'objs', - 'type' => '1157111' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3188' - }, - '1164012' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'type' => '1164428' - }, - '1' => { - 'name' => 'n_list', - 'type' => '21238' - }, - '2' => { - 'name' => 'url', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url4', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3054' - }, - '1164434' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'type' => '1157105' - }, - '1' => { - 'name' => 'n_list', - 'type' => '21238' - }, - '2' => { - 'name' => 'url', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url3', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2971' - }, - '1170449' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'detailed', - 'type' => '1144009' - }, - '2' => { - 'name' => 'url', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export_url', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2260' - }, - '1170632' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'ttype', - 'type' => '1144150' - }, - '2' => { - 'name' => 'output', - 'type' => '211' - }, - '3' => { - 'name' => 'output_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2169' - }, - '1171290' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'seq', - 'type' => '145' - }, - '1' => { - 'name' => 'detailed', - 'type' => '1144009' - }, - '2' => { - 'name' => 'url', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_url', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2123' - }, - '1177134' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'fmt', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export3', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1123' - }, - '1177723' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export2', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1100' - }, - '1177823' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'output_data', - 'type' => '211' - }, - '2' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1064' - }, - '1178823' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'fn', - 'type' => '659961' - }, - '1' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_token_function', - 'Source' => 'pkcs11.c', - 'SourceLine' => '885' - }, - '1179040' => { - 'Header' => 'pkcs11.h', - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_reinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '810' - }, - '1179079' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'type' => '145' - }, - '1' => { - 'name' => 'deprecated_config_file', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_init', - 'Source' => 'pkcs11.c', - 'SourceLine' => '760' - }, - '1180333' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'itype', - 'type' => '1144094' - }, - '2' => { - 'name' => 'output', - 'type' => '211' - }, - '3' => { - 'name' => 'output_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '534' - }, - '1180467' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'itype', - 'type' => '1144094' - }, - '2' => { - 'name' => 'data', - 'type' => '318' - }, - '3' => { - 'name' => 'data_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_set_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '407' - }, - '1182061' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'params', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_add_provider', - 'Source' => 'pkcs11.c', - 'SourceLine' => '307' - }, - '1187585' => { - 'Header' => 'x509.h', - 'Line' => '372', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'result', - 'type' => '211' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_serial' - }, - '1187620' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'id', - 'type' => '211' - }, - '2' => { - 'name' => 'id_size', - 'type' => '7280' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '1078' - }, - '1206734' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'exts', - 'type' => '1207285' - }, - '2' => { - 'name' => 'exts_size', - 'type' => '21238' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_exts', - 'Source' => 'pkcs11x.c', - 'SourceLine' => '251' - }, - '1209470' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '1206728' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_ext_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3049' - }, - '1228556' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '146252' - }, - '1' => { - 'name' => 'fmt', - 'type' => '225461' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_export_pubkey', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '1172' - }, - '1229961' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'pk', - 'type' => '2768' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'label', - 'type' => '110' - }, - '4' => { - 'name' => 'cid', - 'type' => '4175' - }, - '5' => { - 'name' => 'fmt', - 'type' => '225461' - }, - '6' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '4233' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '8', - 'type' => '145' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_generate3', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '738' - }, - '1232020' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146252' - }, - '1' => { - 'name' => 'detailed', - 'type' => '1144009' - }, - '2' => { - 'name' => 'url', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_export_url', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '581' - }, - '1235221' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '146252' - }, - '1' => { - 'name' => 'itype', - 'type' => '1144094' - }, - '2' => { - 'name' => 'output', - 'type' => '211' - }, - '3' => { - 'name' => 'output_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_get_info', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '176' - }, - '1255353' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'rnddata', - 'type' => '211' - }, - '2' => { - 'name' => 'len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_random', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1279' - }, - '1255906' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'oldpin', - 'type' => '110' - }, - '2' => { - 'name' => 'newpin', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_set_pin', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1200' - }, - '1256570' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'so_pin', - 'type' => '110' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_init', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1142' - }, - '1257202' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'object_url', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_delete_url', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1097' - }, - '1258342' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'key', - 'type' => '144874' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'type' => '4175' - }, - '4' => { - 'name' => 'key_usage', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_x509_privkey2', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '626' - }, - '1259909' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'crt', - 'type' => '144886' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - }, - '3' => { - 'name' => 'label', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_attached_extension', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '523' - }, - '1260720' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'pubkey', - 'type' => '4199' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'type' => '4175' - }, - '4' => { - 'name' => 'key_usage', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_pubkey', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '371' - }, - '1262439' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'crt', - 'type' => '144886' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'type' => '4175' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_x509_crt2', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '91' - }, - '1264109' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3626' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '1608' - }, - '1264121' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - }, - '3' => { - 'name' => 'd', - 'type' => '4233' - }, - '4' => { - 'name' => 'p', - 'type' => '4233' - }, - '5' => { - 'name' => 'q', - 'type' => '4233' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4233' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4233' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw2', - 'Source' => 'privkey.c', - 'SourceLine' => '1359' - }, - '1264145' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'p', - 'type' => '4233' - }, - '2' => { - 'name' => 'q', - 'type' => '4233' - }, - '3' => { - 'name' => 'g', - 'type' => '4233' - }, - '4' => { - 'name' => 'y', - 'type' => '4233' - }, - '5' => { - 'name' => 'x', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1386' - }, - '1264246' => { - 'Header' => 'x509.h', - 'Line' => '146', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_export' - }, - '1264281' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'ret', - 'type' => '211' - }, - '2' => { - 'name' => 'ret_size', - 'type' => '7280' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '909' - }, - '1264292' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3626' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '2682' - }, - '12780' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '318' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'range', - 'type' => '13694' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '241', - 'ShortName' => 'gnutls_record_send_range', - 'Source' => 'gnutls_range.c', - 'SourceLine' => '227' - }, - '1281506' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'key', - 'type' => '4233' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'key_usage', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_secret_key', - 'Source' => 'pkcs11_secret.c', - 'SourceLine' => '47' - }, - '1316163' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1307663' - }, - '1' => { - 'name' => 'seed', - 'type' => '4175' - }, - '2' => { - 'name' => 'salt_length', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_fake_salt_seed', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '822' - }, - '1316350' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_prime_bits', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '786' - }, - '1316409' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'username', - 'type' => '110' - }, - '1' => { - 'name' => 'password', - 'type' => '110' - }, - '2' => { - 'name' => 'salt', - 'type' => '4175' - }, - '3' => { - 'name' => 'generator', - 'type' => '4175' - }, - '4' => { - 'name' => 'prime', - 'type' => '4175' - }, - '5' => { - 'name' => 'res', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_verifier', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '730' - }, - '1317281' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_srp_server_get_username', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '698' - }, - '1317420' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1307754' - }, - '1' => { - 'name' => 'func', - 'type' => '1316049' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_client_credentials_function', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '679' - }, - '1317479' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1307663' - }, - '1' => { - 'name' => 'func', - 'type' => '1316055' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_credentials_function', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '645' - }, - '1317538' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1307663' - }, - '1' => { - 'name' => 'password_file', - 'type' => '110' - }, - '2' => { - 'name' => 'password_conf_file', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_set_server_credentials_file', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '571' - }, - '1317861' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1318138' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_allocate_server_credentials', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '521' - }, - '1318144' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1307663' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_server_credentials', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '489' - }, - '1318245' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1307754' - }, - '1' => { - 'name' => 'username', - 'type' => '110' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_set_client_credentials', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '459' - }, - '1318422' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1318492' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_allocate_client_credentials', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '432' - }, - '1318498' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1307754' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_client_credentials', - 'Source' => 'gnutls_srp.c', - 'SourceLine' => '414' - }, - '1336907' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '586075' - }, - '1' => { - 'name' => 'func', - 'type' => '155577' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_params_function', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '391' - }, - '1336966' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '586075' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '3185' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_dh_params', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '375' - }, - '1337025' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_psk_client_get_hint', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '349' - }, - '1337164' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_psk_server_get_username', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '321' - }, - '1337303' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1328726' - }, - '1' => { - 'name' => 'func', - 'type' => '1336807' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_client_credentials_function', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '303' - }, - '1337362' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '586075' - }, - '1' => { - 'name' => 'func', - 'type' => '595167' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_credentials_function', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '274' - }, - '1337421' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '586075' - }, - '1' => { - 'name' => 'hint', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_credentials_hint', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '241' - }, - '1337557' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '586075' - }, - '1' => { - 'name' => 'password_file', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_credentials_file', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '201' - }, - '1337710' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1337779' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_allocate_server_credentials', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '176' - }, - '1337785' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '586075' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_server_credentials', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '158' - }, - '1337846' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1328726' - }, - '1' => { - 'name' => 'username', - 'type' => '110' - }, - '2' => { - 'name' => 'key', - 'type' => '4175' - }, - '3' => { - 'name' => 'flags', - 'type' => '1328823' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_client_credentials', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '93' - }, - '1338325' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1338394' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_allocate_client_credentials', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '63' - }, - '1338400' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1328726' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_client_credentials', - 'Source' => 'gnutls_psk.c', - 'SourceLine' => '45' - }, - '13750' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'orig', - 'type' => '13694' - }, - '2' => { - 'name' => 'next', - 'type' => '14875' - }, - '3' => { - 'name' => 'remainder', - 'type' => '14875' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_range_split', - 'Source' => 'gnutls_range.c', - 'SourceLine' => '148' - }, - '138486' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_corked', - 'Source' => 'gnutls_buffers.c', - 'SourceLine' => '111' - }, - '138533' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_pending', - 'Source' => 'gnutls_buffers.c', - 'SourceLine' => '95' - }, - '1387081' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_x509_dn_oid_name', - 'Source' => 'common.c', - 'SourceLine' => '273' - }, - '1387264' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_oid_known', - 'Source' => 'common.c', - 'SourceLine' => '243' - }, - '1391447' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2920', - 'ShortName' => 'gnutls_oid_to_sign', - 'Source' => 'sign.c', - 'SourceLine' => '209' - }, - '1391481' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2768', - 'ShortName' => 'gnutls_oid_to_pk', - 'Source' => 'publickey.c', - 'SourceLine' => '223' - }, - '1391526' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2768' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pk_get_oid', - 'Source' => 'publickey.c', - 'SourceLine' => '248' - }, - '1411557' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'curve', - 'type' => '2982' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_ecc_curve_get_oid', - 'Source' => 'ecc.c', - 'SourceLine' => '241' - }, - '1428340' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2982', - 'ShortName' => 'gnutls_oid_to_ecc_curve', - 'Source' => 'ecc.c', - 'SourceLine' => '145' - }, - '1442378' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crls', - 'type' => '756477' - }, - '1' => { - 'name' => 'crl_max', - 'type' => '21238' - }, - '2' => { - 'name' => 'data', - 'type' => '4175' - }, - '3' => { - 'name' => 'format', - 'type' => '225461' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_list_import', - 'Source' => 'crl.c', - 'SourceLine' => '1268' - }, - '1442989' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crls', - 'type' => '1443301' - }, - '1' => { - 'name' => 'size', - 'type' => '21238' - }, - '2' => { - 'name' => 'data', - 'type' => '4175' - }, - '3' => { - 'name' => 'format', - 'type' => '225461' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_list_import2', - 'Source' => 'crl.c', - 'SourceLine' => '1207' - }, - '1443307' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_data', - 'Source' => 'crl.c', - 'SourceLine' => '1159' - }, - '1443675' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7280' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_info', - 'Source' => 'crl.c', - 'SourceLine' => '1087' - }, - '1444253' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_oid', - 'Source' => 'crl.c', - 'SourceLine' => '1041' - }, - '1444466' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'ret', - 'type' => '211' - }, - '2' => { - 'name' => 'ret_size', - 'type' => '7280' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_number', - 'Source' => 'crl.c', - 'SourceLine' => '981' - }, - '1444787' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'id', - 'type' => '211' - }, - '2' => { - 'name' => 'id_size', - 'type' => '7280' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_id', - 'Source' => 'crl.c', - 'SourceLine' => '934' - }, - '1445280' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'alt', - 'type' => '211' - }, - '3' => { - 'name' => 'alt_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'alt_type', - 'type' => '21238' - }, - '5' => { - 'name' => 'serial', - 'type' => '211' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '7280' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_gn_serial', - 'Source' => 'crl.c', - 'SourceLine' => '864' - }, - '1446264' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_export2', - 'Source' => 'crl.c', - 'SourceLine' => '752' - }, - '1446318' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_export', - 'Source' => 'crl.c', - 'SourceLine' => '720' - }, - '1446534' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_raw_issuer_dn', - 'Source' => 'crl.c', - 'SourceLine' => '689' - }, - '1446716' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'iter', - 'type' => '1447392' - }, - '2' => { - 'name' => 'serial', - 'type' => '3626' - }, - '3' => { - 'name' => 'serial_size', - 'type' => '7280' - }, - '4' => { - 'name' => 't', - 'type' => '4272' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_iter_crt_serial', - 'Source' => 'crl.c', - 'SourceLine' => '612' - }, - '1447398' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '1433999' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_iter_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '582' - }, - '1447462' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'serial', - 'type' => '3626' - }, - '3' => { - 'name' => 'serial_size', - 'type' => '7280' - }, - '4' => { - 'name' => 't', - 'type' => '4272' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_crt_serial', - 'Source' => 'crl.c', - 'SourceLine' => '536' - }, - '1447939' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_crt_count', - 'Source' => 'crl.c', - 'SourceLine' => '495' - }, - '1448103' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_x509_crl_get_next_update', - 'Source' => 'crl.c', - 'SourceLine' => '475' - }, - '1448242' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_x509_crl_get_this_update', - 'Source' => 'crl.c', - 'SourceLine' => '454' - }, - '1448381' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_version', - 'Source' => 'crl.c', - 'SourceLine' => '425' - }, - '1448653' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'sig', - 'type' => '235' - }, - '2' => { - 'name' => 'sizeof_sig', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature', - 'Source' => 'crl.c', - 'SourceLine' => '375' - }, - '1449073' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature_algorithm', - 'Source' => 'crl.c', - 'SourceLine' => '333' - }, - '1449283' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn2', - 'Source' => 'crl.c', - 'SourceLine' => '312' - }, - '1449439' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_dn_oid', - 'Source' => 'crl.c', - 'SourceLine' => '283' - }, - '1449642' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '211' - }, - '5' => { - 'name' => 'sizeof_buf', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn_by_oid', - 'Source' => 'crl.c', - 'SourceLine' => '243' - }, - '1449985' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'buf', - 'type' => '235' - }, - '2' => { - 'name' => 'sizeof_buf', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn', - 'Source' => 'crl.c', - 'SourceLine' => '203' - }, - '1450160' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_import', - 'Source' => 'crl.c', - 'SourceLine' => '119' - }, - '1466516' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '144851' - }, - '3' => { - 'name' => 'dig', - 'type' => '2391' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_privkey_sign', - 'Source' => 'crl_write.c', - 'SourceLine' => '464' - }, - '1466606' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'nr', - 'type' => '318' - }, - '2' => { - 'name' => 'nr_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_number', - 'Source' => 'crl_write.c', - 'SourceLine' => '396' - }, - '1467057' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'id', - 'type' => '318' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_authority_key_id', - 'Source' => 'crl_write.c', - 'SourceLine' => '332' - }, - '1467534' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'crt', - 'type' => '144886' - }, - '2' => { - 'name' => 'revocation_time', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_crt', - 'Source' => 'crl_write.c', - 'SourceLine' => '270' - }, - '1467873' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'serial', - 'type' => '318' - }, - '2' => { - 'name' => 'serial_size', - 'type' => '52' - }, - '3' => { - 'name' => 'revocation_time', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_crt_serial', - 'Source' => 'crl_write.c', - 'SourceLine' => '209' - }, - '1467945' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'exp_time', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_next_update', - 'Source' => 'crl_write.c', - 'SourceLine' => '186' - }, - '1468103' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'act_time', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_this_update', - 'Source' => 'crl_write.c', - 'SourceLine' => '165' - }, - '1468385' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '144874' - }, - '3' => { - 'name' => 'dig', - 'type' => '2391' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_sign2', - 'Source' => 'crl_write.c', - 'SourceLine' => '94' - }, - '1468486' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'version', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_version', - 'Source' => 'crl_write.c', - 'SourceLine' => '52' - }, - '1483982' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'activation', - 'type' => '252' - }, - '2' => { - 'name' => 'expiration', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_private_key_usage_period', - 'Source' => 'crq.c', - 'SourceLine' => '2673' - }, - '1484577' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_verify', - 'Source' => 'crq.c', - 'SourceLine' => '2600' - }, - '1485216' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'key', - 'type' => '144851' - }, - '2' => { - 'name' => 'dig', - 'type' => '2391' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_privkey_sign', - 'Source' => 'crq.c', - 'SourceLine' => '2517' - }, - '1485318' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3626' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_id', - 'Source' => 'crq.c', - 'SourceLine' => '2462' - }, - '1485640' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'oid', - 'type' => '318' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_purpose_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2335' - }, - '1486766' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7280' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_purpose_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2232' - }, - '1488079' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'ca', - 'type' => '145' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_basic_constraints', - 'Source' => 'crq.c', - 'SourceLine' => '2134' - }, - '14881' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_can_use_length_hiding', - 'Source' => 'gnutls_range.c', - 'SourceLine' => '104' - }, - '1488357' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'nt', - 'type' => '497857' - }, - '2' => { - 'name' => 'data', - 'type' => '318' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_subject_alt_name', - 'Source' => 'crq.c', - 'SourceLine' => '2029' - }, - '1488897' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'output', - 'type' => '4233' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid2', - 'Source' => 'crq.c', - 'SourceLine' => '1965' - }, - '1489285' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'buf', - 'type' => '211' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '7280' - }, - '5' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1906' - }, - '1489698' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'type' => '211' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_othername_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1876' - }, - '1489849' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'type' => '211' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'ret_type', - 'type' => '21238' - }, - '5' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_name', - 'Source' => 'crq.c', - 'SourceLine' => '1837' - }, - '1491004' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'critical', - 'type' => '21238' - }, - '2' => { - 'name' => 'ca', - 'type' => '21238' - }, - '3' => { - 'name' => 'pathlen', - 'type' => '16639' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_basic_constraints', - 'Source' => 'crq.c', - 'SourceLine' => '1695' - }, - '1491644' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_data2', - 'Source' => 'crq.c', - 'SourceLine' => '1540' - }, - '1492433' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_data', - 'Source' => 'crq.c', - 'SourceLine' => '1502' - }, - '1492744' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7280' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_info', - 'Source' => 'crq.c', - 'SourceLine' => '1377' - }, - '1493947' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_data', - 'Source' => 'crq.c', - 'SourceLine' => '1322' - }, - '1494315' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_info', - 'Source' => 'crq.c', - 'SourceLine' => '1268' - }, - '1494737' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_export2', - 'Source' => 'crq.c', - 'SourceLine' => '1198' - }, - '1494930' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_export', - 'Source' => 'crq.c', - 'SourceLine' => '1165' - }, - '1495251' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'key', - 'type' => '144874' - }, - '2' => { - 'name' => 'dig', - 'type' => '2391' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_sign2', - 'Source' => 'crq.c', - 'SourceLine' => '1088' - }, - '1495349' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_challenge_password', - 'Source' => 'crq.c', - 'SourceLine' => '1033' - }, - '1495674' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'm', - 'type' => '4175' - }, - '2' => { - 'name' => 'e', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_rsa_raw', - 'Source' => 'crq.c', - 'SourceLine' => '970' - }, - '1496128' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_rsa_raw', - 'Source' => 'crq.c', - 'SourceLine' => '910' - }, - '1496661' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key', - 'Source' => 'crq.c', - 'SourceLine' => '872' - }, - '1496827' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_version', - 'Source' => 'crq.c', - 'SourceLine' => '836' - }, - '1496893' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'version', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_version', - 'Source' => 'crq.c', - 'SourceLine' => '802' - }, - '1496959' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '318' - }, - '4' => { - 'name' => 'sizeof_data', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_dn_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '777' - }, - '1497129' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'buf', - 'type' => '211' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '733' - }, - '1497230' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'type' => '211' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '694' - }, - '1497781' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'pass', - 'type' => '235' - }, - '2' => { - 'name' => 'pass_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_challenge_password', - 'Source' => 'crq.c', - 'SourceLine' => '512' - }, - '1498308' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn_oid', - 'Source' => 'crq.c', - 'SourceLine' => '365' - }, - '1498511' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '328' - }, - '1498863' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn2', - 'Source' => 'crq.c', - 'SourceLine' => '290' - }, - '1499019' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'buf', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn', - 'Source' => 'crq.c', - 'SourceLine' => '263' - }, - '1499199' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'activation', - 'type' => '4272' - }, - '2' => { - 'name' => 'expiration', - 'type' => '4272' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_private_key_usage_period', - 'Source' => 'crq.c', - 'SourceLine' => '195' - }, - '1499850' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_signature_algorithm', - 'Source' => 'crq.c', - 'SourceLine' => '175' - }, - '1499926' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_import', - 'Source' => 'crq.c', - 'SourceLine' => '110' - }, - '1500459' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crq_deinit', - 'Source' => 'crq.c', - 'SourceLine' => '79' - }, - '1500545' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1500751' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_init', - 'Source' => 'crq.c', - 'SourceLine' => '50' - }, - '1505512' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'usage', - 'type' => '145' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_key_usage', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1113' - }, - '1505523' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ca', - 'type' => '145' - }, - '1' => { - 'name' => 'pathlen', - 'type' => '75' - }, - '2' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_basic_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1339' - }, - '1505572' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'ca', - 'type' => '21238' - }, - '2' => { - 'name' => 'pathlen', - 'type' => '16639' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_basic_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1271' - }, - '1505583' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_key_usage', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1061' - }, - '1519726' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '1511409' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_export2', - 'Source' => 'dn.c', - 'SourceLine' => '1060' - }, - '1519918' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '1511409' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_export', - 'Source' => 'dn.c', - 'SourceLine' => '1026' - }, - '1520258' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '4175' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'buf', - 'type' => '211' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get_oid', - 'Source' => 'dn.c', - 'SourceLine' => '950' - }, - '1520752' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '4175' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get_by_oid', - 'Source' => 'dn.c', - 'SourceLine' => '894' - }, - '1521461' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '4175' - }, - '1' => { - 'name' => 'buf', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get', - 'Source' => 'dn.c', - 'SourceLine' => '837' - }, - '1521987' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '1511409' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_dn_deinit', - 'Source' => 'dn.c', - 'SourceLine' => '815' - }, - '1522074' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '1511409' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_import', - 'Source' => 'dn.c', - 'SourceLine' => '786' - }, - '1522490' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '1522676' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_init', - 'Source' => 'dn.c', - 'SourceLine' => '754' - }, - '1550862' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '216' - }, - '1551146' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '180' - }, - '1552906' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '2073171' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '673' - }, - '1552917' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1543748' - }, - '1' => { - 'name' => 'id', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_set_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '732' - }, - '1552928' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1543748' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_authority_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '966' - }, - '1552939' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1543748' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aki_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '690' - }, - '1552950' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '2078201' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '56' - }, - '1552961' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1543726' - }, - '1' => { - 'name' => 'san_type', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '4175' - }, - '3' => { - 'name' => 'othername_oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '178' - }, - '1552972' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1543726' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_subject_alt_names', - 'Source' => 'x509_ext.c', - 'SourceLine' => '305' - }, - '1552983' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1543726' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_subject_alt_names_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '86' - }, - '1552994' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'sans', - 'type' => '1543726' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_subject_alt_names', - 'Source' => 'x509_ext.c', - 'SourceLine' => '222' - }, - '15563' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_data_mtu', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '758' - }, - '156706' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2564', - 'ShortName' => 'gnutls_handshake_get_last_out', - 'Source' => 'gnutls_handshake.c', - 'SourceLine' => '3384' - }, - '156755' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2564', - 'ShortName' => 'gnutls_handshake_get_last_in', - 'Source' => 'gnutls_handshake.c', - 'SourceLine' => '3364' - }, - '156804' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'max', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_max_packet_length', - 'Source' => 'gnutls_handshake.c', - 'SourceLine' => '3343' - }, - '1570939' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sign', - 'type' => '2920' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_sign_get_oid', - 'Source' => 'sign.c', - 'SourceLine' => '263' - }, - '1586251' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'exts', - 'type' => '1206728' - }, - '1' => { - 'name' => 'exts_size', - 'type' => '145' - }, - '2' => { - 'name' => 'format', - 'type' => '1573993' - }, - '3' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_print', - 'Source' => 'output.c', - 'SourceLine' => '2548' - }, - '1586499' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'type' => '4199' - }, - '1' => { - 'name' => 'format', - 'type' => '1573993' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_print', - 'Source' => 'output.c', - 'SourceLine' => '2516' - }, - '1587476' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'format', - 'type' => '1573993' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_print', - 'Source' => 'output.c', - 'SourceLine' => '2444' - }, - '1591534' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'format', - 'type' => '1573993' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_print', - 'Source' => 'output.c', - 'SourceLine' => '2141' - }, - '1596669' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'format', - 'type' => '1573993' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_print', - 'Source' => 'output.c', - 'SourceLine' => '1769' - }, - '161261' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'ms', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_timeout', - 'Source' => 'gnutls_handshake.c', - 'SourceLine' => '2631' - }, - '161370' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_handshake', - 'Source' => 'gnutls_handshake.c', - 'SourceLine' => '2545' - }, - '1624812' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'buf', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn', - 'Source' => 'x509.c', - 'SourceLine' => '543' - }, - '1624823' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'buf', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn', - 'Source' => 'x509.c', - 'SourceLine' => '399' - }, - '1624846' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2768' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pk_algorithm_get_name', - 'Source' => 'publickey.c', - 'SourceLine' => '117' - }, - '1624882' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'critical', - 'type' => '21238' - }, - '2' => { - 'name' => 'pathlen', - 'type' => '16639' - }, - '3' => { - 'name' => 'policyLanguage', - 'type' => '1002' - }, - '4' => { - 'name' => 'policy', - 'type' => '1002' - }, - '5' => { - 'name' => 'sizeof_policy', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_proxy', - 'Source' => 'x509.c', - 'SourceLine' => '1839' - }, - '1624894' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'algo', - 'type' => '2391' - }, - '2' => { - 'name' => 'buf', - 'type' => '211' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_fingerprint', - 'Source' => 'x509.c', - 'SourceLine' => '2511' - }, - '1624906' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature_algorithm', - 'Source' => 'x509.c', - 'SourceLine' => '678' - }, - '1624917' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'curve', - 'type' => '485763' - }, - '2' => { - 'name' => 'x', - 'type' => '4233' - }, - '3' => { - 'name' => 'y', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_ecc_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3125' - }, - '1624952' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2768' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pk_get_name', - 'Source' => 'publickey.c', - 'SourceLine' => '198' - }, - '1624987' => { - 'Header' => 'x509.h', - 'Line' => '191', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_version' - }, - '1625010' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'sig', - 'type' => '235' - }, - '2' => { - 'name' => 'sig_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature', - 'Source' => 'x509.c', - 'SourceLine' => '696' - }, - '1625032' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'buf', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_unique_id', - 'Source' => 'x509.c', - 'SourceLine' => '3513' - }, - '1625043' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'buf', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_unique_id', - 'Source' => 'x509.c', - 'SourceLine' => '3463' - }, - '1625098' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2768' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '3074', - 'ShortName' => 'gnutls_pk_bits_to_sec_param', - 'Source' => 'secparams.c', - 'SourceLine' => '180' - }, - '1625110' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'param', - 'type' => '3074' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_sec_param_get_name', - 'Source' => 'secparams.c', - 'SourceLine' => '152' - }, - '1625158' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_info', - 'Source' => 'x509.c', - 'SourceLine' => '2143' - }, - '1625181' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '2065449' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1654' - }, - '1625192' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'policies', - 'type' => '1585828' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_policies', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1779' - }, - '1625203' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1585828' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'policy', - 'type' => '1914157' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1695' - }, - '1625214' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1585828' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policies_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1671' - }, - '1625251' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'id', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_subject_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '571' - }, - '1625262' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'activation', - 'type' => '4272' - }, - '2' => { - 'name' => 'expiration', - 'type' => '4272' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_private_key_usage_period', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1164' - }, - '1625284' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '2055626' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2818' - }, - '1625295' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'p', - 'type' => '1585806' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_key_purposes', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2918' - }, - '1625306' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1585806' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2893' - }, - '1625317' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1585806' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_key_purpose_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2846' - }, - '1625328' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '2061015' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2141' - }, - '1625339' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'cdp', - 'type' => '1585740' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_crl_dist_points', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2279' - }, - '1625350' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1585740' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'type' => '21238' - }, - '3' => { - 'name' => 'san', - 'type' => '4233' - }, - '4' => { - 'name' => 'reasons', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2184' - }, - '1625361' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1585740' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_dist_points_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2158' - }, - '1625372' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'pathlen', - 'type' => '16639' - }, - '2' => { - 'name' => 'policyLanguage', - 'type' => '1002' - }, - '3' => { - 'name' => 'policy', - 'type' => '1002' - }, - '4' => { - 'name' => 'sizeof_policy', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_proxy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1412' - }, - '1625383' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '2058346' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2499' - }, - '1625394' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'aia', - 'type' => '1585762' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_aia', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2693' - }, - '1625405' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1585762' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4233' - }, - '3' => { - 'name' => 'san_type', - 'type' => '21238' - }, - '4' => { - 'name' => 'san', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2549' - }, - '1625416' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1585762' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aia_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2516' - }, - '1625427' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1991623' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_init', - 'Source' => 'name_constraints.c', - 'SourceLine' => '233' - }, - '1625439' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_name_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '370' - }, - '1625462' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'type' => '21238' - }, - '3' => { - 'name' => 'name', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_get_permitted' - }, - '1625474' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'type' => '21238' - }, - '3' => { - 'name' => 'name', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_get_excluded' - }, - '1625486' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_deinit', - 'Source' => 'name_constraints.c', - 'SourceLine' => '201' - }, - '1625498' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - }, - '1' => { - 'name' => 'othername', - 'type' => '4175' - }, - '2' => { - 'name' => 'virt_type', - 'type' => '21238' - }, - '3' => { - 'name' => 'virt', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_othername_to_virtual', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3138' - }, - '1625531' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1543726' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san_type', - 'type' => '21238' - }, - '3' => { - 'name' => 'san', - 'type' => '4233' - }, - '4' => { - 'name' => 'othername_oid', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '109' - }, - '1625553' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1543748' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san_type', - 'type' => '21238' - }, - '3' => { - 'name' => 'san', - 'type' => '4233' - }, - '4' => { - 'name' => 'othername_oid', - 'type' => '4233' - }, - '5' => { - 'name' => 'serial', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_get_cert_issuer', - 'Source' => 'x509_ext.c', - 'SourceLine' => '811' - }, - '1625575' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4175' - }, - '1' => { - 'name' => 'aki', - 'type' => '1543748' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_authority_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '860' - }, - '1625586' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1543748' - }, - '1' => { - 'name' => 'id', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_get_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '711' - }, - '1640187' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'mac', - 'type' => '21238' - }, - '2' => { - 'name' => 'salt', - 'type' => '211' - }, - '3' => { - 'name' => 'salt_size', - 'type' => '21238' - }, - '4' => { - 'name' => 'iter_count', - 'type' => '21238' - }, - '5' => { - 'name' => 'oid', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_mac_info', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1842' - }, - '1646401' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_generate_mac', - 'Source' => 'pkcs12.c', - 'SourceLine' => '991' - }, - '1646501' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'mac', - 'type' => '2305' - }, - '2' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_generate_mac2', - 'Source' => 'pkcs12.c', - 'SourceLine' => '861' - }, - '1647685' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'bag', - 'type' => '1639904' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_set_bag', - 'Source' => 'pkcs12.c', - 'SourceLine' => '737' - }, - '1649132' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'bag', - 'type' => '1639904' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_get_bag', - 'Source' => 'pkcs12.c', - 'SourceLine' => '602' - }, - '1652299' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_export2', - 'Source' => 'pkcs12.c', - 'SourceLine' => '314' - }, - '1652492' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_export', - 'Source' => 'pkcs12.c', - 'SourceLine' => '282' - }, - '1654853' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1640028', - 'ShortName' => 'gnutls_pkcs12_bag_get_type', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '98' - }, - '1654864' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_data', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '143' - }, - '1654887' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '1442' - }, - '1655025' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1675094' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_init', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '46' - }, - '1655036' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_decrypt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '663' - }, - '1655047' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_count', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '119' - }, - '1655058' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_bag_deinit', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '77' - }, - '1669968' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'privkey', - 'type' => '144874' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_privkey', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '873' - }, - '1670407' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'schema', - 'type' => '21238' - }, - '2' => { - 'name' => 'cipher', - 'type' => '21238' - }, - '3' => { - 'name' => 'salt', - 'type' => '211' - }, - '4' => { - 'name' => 'salt_size', - 'type' => '21238' - }, - '5' => { - 'name' => 'iter_count', - 'type' => '21238' - }, - '6' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_enc_info', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '809' - }, - '1670782' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_encrypt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '716' - }, - '1671628' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_friendly_name', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '628' - }, - '1671777' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'name', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_friendly_name', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '594' - }, - '1671905' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'id', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_key_id', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '561' - }, - '1672032' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'id', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_key_id', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '520' - }, - '1672216' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_crl', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '481' - }, - '1672470' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'crt', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_crt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '445' - }, - '1672724' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1639904' - }, - '1' => { - 'name' => 'type', - 'type' => '1640028' - }, - '2' => { - 'name' => 'data', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_data', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '388' - }, - '1675185' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export2_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '765' - }, - '1704416' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'signer', - 'type' => '144886' - }, - '2' => { - 'name' => 'signer_key', - 'type' => '144851' - }, - '3' => { - 'name' => 'data', - 'type' => '4175' - }, - '4' => { - 'name' => 'signed_attrs', - 'type' => '1695860' - }, - '5' => { - 'name' => 'unsigned_attrs', - 'type' => '1695860' - }, - '6' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '2391' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_sign', - 'Source' => 'pkcs7.c', - 'SourceLine' => '2069' - }, - '1706906' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_delete_crl', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1775' - }, - '1707183' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crl', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1738' - }, - '1707432' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'crl', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crl_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1683' - }, - '1707742' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1653' - }, - '1707913' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'crl', - 'type' => '211' - }, - '3' => { - 'name' => 'crl_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1618' - }, - '1708286' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'crl', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_raw2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1560' - }, - '1708787' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_delete_crt', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1516' - }, - '1709064' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'crt', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crt', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1478' - }, - '1709313' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'crt', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crt_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1411' - }, - '1709740' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_export2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1320' - }, - '1710021' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_export', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1286' - }, - '1710417' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'tl', - 'type' => '147012' - }, - '2' => { - 'name' => 'vdata', - 'type' => '12677' - }, - '3' => { - 'name' => 'vdata_size', - 'type' => '145' - }, - '4' => { - 'name' => 'idx', - 'type' => '145' - }, - '5' => { - 'name' => 'data', - 'type' => '4175' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_verify', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1156' - }, - '1712317' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'signer', - 'type' => '144886' - }, - '2' => { - 'name' => 'idx', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4175' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_verify_direct', - 'Source' => 'pkcs7.c', - 'SourceLine' => '953' - }, - '1712909' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs7_get_embedded_data_oid', - 'Source' => 'pkcs7.c', - 'SourceLine' => '918' - }, - '1712958' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_embedded_data', - 'Source' => 'pkcs7.c', - 'SourceLine' => '885' - }, - '1715012' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'info', - 'type' => '1712311' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_signature_info', - 'Source' => 'pkcs7.c', - 'SourceLine' => '560' - }, - '1717264' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_signature_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '529' - }, - '1717544' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'info', - 'type' => '1712311' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_signature_info_deinit', - 'Source' => 'pkcs7.c', - 'SourceLine' => '470' - }, - '1717617' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '443' - }, - '1717671' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'certificate', - 'type' => '211' - }, - '3' => { - 'name' => 'certificate_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '406' - }, - '1718044' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'cert', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_raw2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '324' - }, - '1718677' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_import', - 'Source' => 'pkcs7.c', - 'SourceLine' => '244' - }, - '1720336' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_deinit', - 'Source' => 'pkcs7.c', - 'SourceLine' => '212' - }, - '1720480' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1720639' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_init', - 'Source' => 'pkcs7.c', - 'SourceLine' => '190' - }, - '1725466' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'dn', - 'type' => '4175' - }, - '2' => { - 'name' => 'issuer', - 'type' => '146359' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer_by_dn', - 'Source' => 'verify-high.c', - 'SourceLine' => '1017' - }, - '1725557' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'dn', - 'type' => '4175' - }, - '2' => { - 'name' => 'spki', - 'type' => '4175' - }, - '3' => { - 'name' => 'issuer', - 'type' => '146359' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer_by_subject_key_id', - 'Source' => 'verify-high.c', - 'SourceLine' => '1077' - }, - '1725581' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'algo', - 'type' => '2920' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4175' - }, - '4' => { - 'name' => 'signature', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_verify_data2', - 'Source' => 'x509.c', - 'SourceLine' => '3931' - }, - '1725718' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1740355' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_add_attr', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '54' - }, - '1725741' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1695860' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_attrs_deinit', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '147' - }, - '173443' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_rehandshake', - 'Source' => 'gnutls_handshake.c', - 'SourceLine' => '2402' - }, - '1739744' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1695860' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '1002' - }, - '3' => { - 'name' => 'data', - 'type' => '4233' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_attr', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '109' - }, - '1755003' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_fix', - 'Source' => 'privkey.c', - 'SourceLine' => '1817' - }, - '1755174' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'digest', - 'type' => '2391' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4175' - }, - '4' => { - 'name' => 'signature', - 'type' => '211' - }, - '5' => { - 'name' => 'signature_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_sign_data', - 'Source' => 'privkey.c', - 'SourceLine' => '1759' - }, - '1756432' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_verify_params', - 'Source' => 'privkey.c', - 'SourceLine' => '1574' - }, - '1757439' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - }, - '3' => { - 'name' => 'd', - 'type' => '4233' - }, - '4' => { - 'name' => 'p', - 'type' => '4233' - }, - '5' => { - 'name' => 'q', - 'type' => '4233' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1329' - }, - '1757629' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'curve', - 'type' => '485763' - }, - '2' => { - 'name' => 'x', - 'type' => '4233' - }, - '3' => { - 'name' => 'y', - 'type' => '4233' - }, - '4' => { - 'name' => 'k', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_ecc_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1297' - }, - '1757849' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3074', - 'ShortName' => 'gnutls_x509_privkey_sec_param', - 'Source' => 'privkey.c', - 'SourceLine' => '1269' - }, - '1757953' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export2', - 'Source' => 'privkey.c', - 'SourceLine' => '1241' - }, - '1758176' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export', - 'Source' => 'privkey.c', - 'SourceLine' => '1203' - }, - '1758445' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm2', - 'Source' => 'privkey.c', - 'SourceLine' => '1148' - }, - '1759743' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'm', - 'type' => '4175' - }, - '2' => { - 'name' => 'e', - 'type' => '4175' - }, - '3' => { - 'name' => 'd', - 'type' => '4175' - }, - '4' => { - 'name' => 'p', - 'type' => '4175' - }, - '5' => { - 'name' => 'q', - 'type' => '4175' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '809' - }, - '1761240' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import', - 'Source' => 'privkey.c', - 'SourceLine' => '454' - }, - '1766734' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_openssl', - 'Source' => 'privkey_openssl.c', - 'SourceLine' => '123' - }, - '1800017' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4175' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'schema', - 'type' => '21238' - }, - '3' => { - 'name' => 'cipher', - 'type' => '21238' - }, - '4' => { - 'name' => 'salt', - 'type' => '211' - }, - '5' => { - 'name' => 'salt_size', - 'type' => '21238' - }, - '6' => { - 'name' => 'iter_count', - 'offset' => '0', - 'type' => '21238' - }, - '7' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '1002' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs8_info', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '655' - }, - '1801525' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'output_data', - 'type' => '211' - }, - '5' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '571' - }, - '1803307' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'schema', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs_schema_get_oid', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '368' - }, - '1803377' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'schema', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs_schema_get_name', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '351' - }, - '1806513' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2029' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_get_block_size', - 'Source' => 'ciphers.c', - 'SourceLine' => '251' - }, - '1806578' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2029' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_cipher_get_key_size', - 'Source' => 'ciphers.c', - 'SourceLine' => '314' - }, - '1806590' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2029' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_get_iv_size', - 'Source' => 'ciphers.c', - 'SourceLine' => '282' - }, - '1837632' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_check_hostname2', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '120' - }, - '1839144' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_check_hostname', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '45' - }, - '1870125' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'trusted_cas', - 'type' => '1871309' - }, - '2' => { - 'name' => 'tcas_size', - 'type' => '75' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'verify', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1392' - }, - '1871379' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_check_issuer', - 'Source' => 'verify.c', - 'SourceLine' => '1347' - }, - '1871517' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'CA_list', - 'type' => '1871309' - }, - '2' => { - 'name' => 'CA_list_length', - 'type' => '75' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'verify', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1321' - }, - '1871683' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert_list', - 'type' => '1871309' - }, - '1' => { - 'name' => 'cert_list_length', - 'type' => '75' - }, - '2' => { - 'name' => 'CA_list', - 'type' => '1871309' - }, - '3' => { - 'name' => 'CA_list_length', - 'type' => '75' - }, - '4' => { - 'name' => 'CRL_list', - 'type' => '1871958' - }, - '5' => { - 'name' => 'CRL_list_length', - 'type' => '75' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - }, - '7' => { - 'name' => 'verify', - 'offset' => '8', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1267' - }, - '1883896' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_ca_status', - 'Source' => 'x509.c', - 'SourceLine' => '1758' - }, - '1883920' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '1871958' - }, - '2' => { - 'name' => 'crl_list_length', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_check_revocation', - 'Source' => 'x509.c', - 'SourceLine' => '2832' - }, - '1884048' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_key_purpose_oid', - 'Source' => 'x509.c', - 'SourceLine' => '3001' - }, - '1884108' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'critical', - 'type' => '21238' - }, - '2' => { - 'name' => 'ca', - 'type' => '21238' - }, - '3' => { - 'name' => 'pathlen', - 'type' => '16639' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_basic_constraints' - }, - '1884142' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'param', - 'type' => '3074' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_sec_param_to_symmetric_bits', - 'Source' => 'secparams.c', - 'SourceLine' => '113' - }, - '1884166' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_name_constraints', - 'Source' => 'name_constraints.c', - 'SourceLine' => '156' - }, - '1884190' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'cert', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_name_constraints_check_crt', - 'Source' => 'name_constraints.c', - 'SourceLine' => '662' - }, - '1900942' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'what', - 'type' => '75' - }, - '3' => { - 'name' => 'data', - 'type' => '4233' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_info_access', - 'Source' => 'x509.c', - 'SourceLine' => '3703' - }, - '1904527' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '759949' - }, - '1' => { - 'name' => 'size', - 'type' => '21238' - }, - '2' => { - 'name' => 'data', - 'type' => '4175' - }, - '3' => { - 'name' => 'format', - 'type' => '225461' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import2', - 'Source' => 'x509.c', - 'SourceLine' => '3229' - }, - '1904845' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'p', - 'type' => '4233' - }, - '2' => { - 'name' => 'q', - 'type' => '4233' - }, - '3' => { - 'name' => 'g', - 'type' => '4233' - }, - '4' => { - 'name' => 'y', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_dsa_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3173' - }, - '1905643' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_rsa_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3077' - }, - '1906503' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '211' - }, - '3' => { - 'name' => 'san_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'reason_flags', - 'type' => '21238' - }, - '5' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_crl_dist_points', - 'Source' => 'x509.c', - 'SourceLine' => '2913' - }, - '1910093' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '1511409' - }, - '1' => { - 'name' => 'str', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_str', - 'Source' => 'x509.c', - 'SourceLine' => '2483' - }, - '1910249' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '1511409' - }, - '1' => { - 'name' => 'irdn', - 'type' => '75' - }, - '2' => { - 'name' => 'iava', - 'type' => '75' - }, - '3' => { - 'name' => 'ava', - 'type' => '1911106' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_rdn_ava', - 'Source' => 'x509.c', - 'SourceLine' => '2379' - }, - '1911112' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '1522676' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer', - 'Source' => 'x509.c', - 'SourceLine' => '2345' - }, - '1911283' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '1522676' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject', - 'Source' => 'x509.c', - 'SourceLine' => '2325' - }, - '1911531' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_raw_dn', - 'Source' => 'x509.c', - 'SourceLine' => '2282' - }, - '1911713' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_raw_issuer_dn', - 'Source' => 'x509.c', - 'SourceLine' => '2259' - }, - '1911895' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_data', - 'Source' => 'x509.c', - 'SourceLine' => '2213' - }, - '1912841' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2098' - }, - '1913054' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'output', - 'type' => '4233' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid2', - 'Source' => 'x509.c', - 'SourceLine' => '2052' - }, - '1913282' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'buf', - 'type' => '211' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '7280' - }, - '5' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '1991' - }, - '1913639' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'policy', - 'type' => '1914157' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_policy', - 'Source' => 'x509.c', - 'SourceLine' => '1916' - }, - '1914163' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'policy', - 'type' => '1914157' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policy_release', - 'Source' => 'x509.c', - 'SourceLine' => '1887' - }, - '1914885' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'type' => '211' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_othername_oid', - 'Source' => 'x509.c', - 'SourceLine' => '1670' - }, - '1915044' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_othername_oid', - 'Source' => 'x509.c', - 'SourceLine' => '1629' - }, - '1915203' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ian', - 'type' => '211' - }, - '3' => { - 'name' => 'ian_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'ian_type', - 'type' => '21238' - }, - '5' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name2', - 'Source' => 'x509.c', - 'SourceLine' => '1588' - }, - '1915396' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '211' - }, - '3' => { - 'name' => 'san_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'san_type', - 'type' => '21238' - }, - '5' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name2', - 'Source' => 'x509.c', - 'SourceLine' => '1550' - }, - '1915589' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ian', - 'type' => '211' - }, - '3' => { - 'name' => 'ian_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name', - 'Source' => 'x509.c', - 'SourceLine' => '1516' - }, - '1919330' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'alt', - 'type' => '211' - }, - '3' => { - 'name' => 'alt_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'alt_type', - 'type' => '21238' - }, - '5' => { - 'name' => 'serial', - 'type' => '211' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '7280' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_gn_serial', - 'Source' => 'x509.c', - 'SourceLine' => '986' - }, - '1920551' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'activation', - 'type' => '4272' - }, - '2' => { - 'name' => 'expiration', - 'type' => '4272' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_private_key_usage_period', - 'Source' => 'x509.c', - 'SourceLine' => '816' - }, - '1921644' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn_oid', - 'Source' => 'x509.c', - 'SourceLine' => '654' - }, - '1922199' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn2', - 'Source' => 'x509.c', - 'SourceLine' => '571' - }, - '1922535' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'oid', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_oid', - 'Source' => 'x509.c', - 'SourceLine' => '512' - }, - '1922738' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '470' - }, - '1923090' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn2', - 'Source' => 'x509.c', - 'SourceLine' => '428' - }, - '194155' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2203', - 'ShortName' => 'gnutls_auth_client_get_type', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '244' - }, - '194167' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2203', - 'ShortName' => 'gnutls_auth_server_get_type', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '224' - }, - '194179' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'retrans_timeout', - 'type' => '145' - }, - '2' => { - 'name' => 'total_timeout', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_timeouts', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '584' - }, - '194400' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '643167', - 'ShortName' => 'gnutls_alert_get', - 'Source' => 'gnutls_alert.c', - 'SourceLine' => '354' - }, - '1944186' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'dn', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'type' => '276511' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '246' - }, - '1944305' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'type' => '276511' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '225' - }, - '1944418' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'dn', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'type' => '276511' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '205' - }, - '194811' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'version', - 'type' => '2662' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_protocol_get_name', - 'Source' => 'protocols.c', - 'SourceLine' => '144' - }, - '194879' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2662', - 'ShortName' => 'gnutls_protocol_get_version', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1509' - }, - '1960636' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'policy', - 'type' => '1961176' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_policy', - 'Source' => 'x509_write.c', - 'SourceLine' => '1640' - }, - '1961182' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'what', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_authority_info_access', - 'Source' => 'x509_write.c', - 'SourceLine' => '1555' - }, - '1961919' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '144851' - }, - '3' => { - 'name' => 'dig', - 'type' => '2391' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_privkey_sign', - 'Source' => 'x509_write.c', - 'SourceLine' => '1506' - }, - '1962009' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '318' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key_purpose_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '1425' - }, - '1962596' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'id', - 'type' => '318' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_authority_key_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1360' - }, - '1963047' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'id', - 'type' => '318' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_key_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1294' - }, - '1963507' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '144886' - }, - '1' => { - 'name' => 'src', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_cpy_crl_dist_points', - 'Source' => 'x509_write.c', - 'SourceLine' => '1244' - }, - '1963790' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'data', - 'type' => '318' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'reason_flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points2', - 'Source' => 'x509_write.c', - 'SourceLine' => '1158' - }, - '1964458' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'data_string', - 'type' => '318' - }, - '3' => { - 'name' => 'reason_flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points', - 'Source' => 'x509_write.c', - 'SourceLine' => '1132' - }, - '1964695' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'id', - 'type' => '318' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_unique_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1059' - }, - '1964961' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'id', - 'type' => '318' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_unique_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1024' - }, - '1965227' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'serial', - 'type' => '318' - }, - '2' => { - 'name' => 'serial_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_serial', - 'Source' => 'x509_write.c', - 'SourceLine' => '988' - }, - '1965492' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'exp_time', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_expiration_time', - 'Source' => 'x509_write.c', - 'SourceLine' => '959' - }, - '1965654' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'act_time', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_activation_time', - 'Source' => 'x509_write.c', - 'SourceLine' => '933' - }, - '1965816' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_sign', - 'Source' => 'x509_write.c', - 'SourceLine' => '914' - }, - '1965944' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '144874' - }, - '3' => { - 'name' => 'dig', - 'type' => '2391' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_sign2', - 'Source' => 'x509_write.c', - 'SourceLine' => '862' - }, - '1966054' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'activation', - 'type' => '252' - }, - '2' => { - 'name' => 'expiration', - 'type' => '252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_private_key_usage_period', - 'Source' => 'x509_write.c', - 'SourceLine' => '814' - }, - '1966341' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - }, - '2' => { - 'name' => 'policyLanguage', - 'type' => '110' - }, - '3' => { - 'name' => 'policy', - 'type' => '110' - }, - '4' => { - 'name' => 'sizeof_policy', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_proxy', - 'Source' => 'x509_write.c', - 'SourceLine' => '763' - }, - '1966666' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'data', - 'type' => '318' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_alt_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '681' - }, - '1967261' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'data', - 'type' => '318' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alt_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '598' - }, - '1967856' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'data_string', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alternative_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '550' - }, - '1968310' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'ca', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_ca_status', - 'Source' => 'x509_write.c', - 'SourceLine' => '483' - }, - '1968410' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'ca', - 'type' => '145' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_basic_constraints', - 'Source' => 'x509_write.c', - 'SourceLine' => '436' - }, - '1968487' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'type' => '318' - }, - '3' => { - 'name' => 'sizeof_buf', - 'type' => '52' - }, - '4' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_extension_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '393' - }, - '1968722' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'crq', - 'type' => '882186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq_extensions', - 'Source' => 'x509_write.c', - 'SourceLine' => '303' - }, - '1969236' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'crq', - 'type' => '882186' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq', - 'Source' => 'x509_write.c', - 'SourceLine' => '256' - }, - '1969595' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key', - 'Source' => 'x509_write.c', - 'SourceLine' => '219' - }, - '1969757' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'version', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_version', - 'Source' => 'x509_write.c', - 'SourceLine' => '179' - }, - '1970022' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'eecrt', - 'type' => '144886' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'type' => '318' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_proxy_dn', - 'Source' => 'x509_write.c', - 'SourceLine' => '132' - }, - '1970319' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'type' => '318' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '100' - }, - '1970483' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'type' => '318' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_dn_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '62' - }, - '1972129' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1585828' - }, - '1' => { - 'name' => 'policy', - 'type' => '1961176' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1732' - }, - '1972140' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1585828' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_policies', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1987' - }, - '1972195' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1585762' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'san_type', - 'type' => '145' - }, - '3' => { - 'name' => 'san', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2590' - }, - '1972206' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1585762' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_aia', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2745' - }, - '1972239' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1585806' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2864' - }, - '1972250' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1585806' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_key_purposes', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2992' - }, - '1972284' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'id', - 'type' => '4175' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_subject_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '624' - }, - '1972317' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1585740' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'san', - 'type' => '4175' - }, - '3' => { - 'name' => 'reasons', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2245' - }, - '1972328' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1585740' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_crl_dist_points', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2387' - }, - '1972395' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'activation', - 'type' => '252' - }, - '1' => { - 'name' => 'expiration', - 'type' => '252' - }, - '2' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_private_key_usage_period', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1217' - }, - '1972406' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - }, - '1' => { - 'name' => 'policyLanguage', - 'type' => '110' - }, - '2' => { - 'name' => 'policy', - 'type' => '110' - }, - '3' => { - 'name' => 'sizeof_policy', - 'type' => '52' - }, - '4' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_proxy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1505' - }, - '1988844' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'name', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_name_constraints_check', - 'Source' => 'name_constraints.c', - 'SourceLine' => '592' - }, - '1990756' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_name_constraints', - 'Source' => 'name_constraints.c', - 'SourceLine' => '357' - }, - '1991163' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'name', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_add_excluded', - 'Source' => 'name_constraints.c', - 'SourceLine' => '336' - }, - '1991285' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '1' => { - 'name' => 'type', - 'type' => '497857' - }, - '2' => { - 'name' => 'name', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_add_permitted', - 'Source' => 'name_constraints.c', - 'SourceLine' => '312' - }, - '1994295' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1577113' - }, - '1' => { - 'name' => 'ext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_name_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '431' - }, - '2009480' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'cert', - 'type' => '144886' - }, - '2' => { - 'name' => 'name', - 'type' => '318' - }, - '3' => { - 'name' => 'name_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - }, - '5' => { - 'name' => 'voutput', - 'type' => '21238' - }, - '6' => { - 'name' => 'func', - 'offset' => '0', - 'type' => '1873276' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_named_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '1426' - }, - '2011341' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '146359' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'voutput', - 'type' => '21238' - }, - '5' => { - 'name' => 'func', - 'type' => '1873276' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '1163' - }, - '2014213' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'cert', - 'type' => '144886' - }, - '2' => { - 'name' => 'name', - 'type' => '318' - }, - '3' => { - 'name' => 'name_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_named_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '641' - }, - '2014545' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'clist', - 'type' => '1871309' - }, - '2' => { - 'name' => 'clist_size', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '561' - }, - '2014926' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '2000502' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_iter_deinit', - 'Source' => 'verify-high.c', - 'SourceLine' => '503' - }, - '2015060' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'iter', - 'type' => '2015844' - }, - '2' => { - 'name' => 'crt', - 'type' => '146359' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_iter_get_ca', - 'Source' => 'verify-high.c', - 'SourceLine' => '410' - }, - '2018294' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'email', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_check_email', - 'Source' => 'email-verify.c', - 'SourceLine' => '49' - }, - '2033435' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'ca_file', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_file', - 'Source' => 'verify-high2.c', - 'SourceLine' => '489' - }, - '2036477' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'cas', - 'type' => '4175' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_mem', - 'Source' => 'verify-high2.c', - 'SourceLine' => '136' - }, - '2072168' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1543748' - }, - '1' => { - 'name' => 'san_type', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '4175' - }, - '3' => { - 'name' => 'othername_oid', - 'type' => '110' - }, - '4' => { - 'name' => 'serial', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_set_cert_issuer', - 'Source' => 'x509_ext.c', - 'SourceLine' => '753' - }, - '2108489' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '1695770' - }, - '1' => { - 'name' => 'format', - 'type' => '1573993' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_print', - 'Source' => 'pkcs7-output.c', - 'SourceLine' => '174' - }, - '2126274' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'trustlist', - 'type' => '147012' - }, - '2' => { - 'name' => 'verify', - 'type' => '21238' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_verify', - 'Source' => 'ocsp.c', - 'SourceLine' => '2160' - }, - '2128847' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'certs', - 'type' => '759949' - }, - '2' => { - 'name' => 'ncerts', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_certs', - 'Source' => 'ocsp.c', - 'SourceLine' => '1775' - }, - '2129384' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'sig', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_signature', - 'Source' => 'ocsp.c', - 'SourceLine' => '1733' - }, - '2129438' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_signature_algorithm', - 'Source' => 'ocsp.c', - 'SourceLine' => '1703' - }, - '2129655' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'critical', - 'type' => '21238' - }, - '2' => { - 'name' => 'nonce', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '1663' - }, - '2129973' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4233' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - }, - '4' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '1585' - }, - '2133383' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_ocsp_resp_get_produced', - 'Source' => 'ocsp.c', - 'SourceLine' => '1238' - }, - '2133611' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - }, - '2' => { - 'name' => 'raw', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder_raw_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '1170' - }, - '2133713' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'dn', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder', - 'Source' => 'ocsp.c', - 'SourceLine' => '1110' - }, - '2133932' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '1066' - }, - '2134204' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'response_type_oid', - 'type' => '4233' - }, - '2' => { - 'name' => 'response', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_response', - 'Source' => 'ocsp.c', - 'SourceLine' => '1020' - }, - '2134423' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_status', - 'Source' => 'ocsp.c', - 'SourceLine' => '967' - }, - '2134505' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_randomize_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '931' - }, - '2134733' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'critical', - 'type' => '145' - }, - '2' => { - 'name' => 'nonce', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_set_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '883' - }, - '2134851' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'critical', - 'type' => '21238' - }, - '2' => { - 'name' => 'nonce', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '837' - }, - '2135162' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_set_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '808' - }, - '2135365' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4233' - }, - '3' => { - 'name' => 'critical', - 'type' => '21238' - }, - '4' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '732' - }, - '2135491' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'digest', - 'type' => '2391' - }, - '2' => { - 'name' => 'issuer', - 'type' => '144886' - }, - '3' => { - 'name' => 'cert', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_add_cert', - 'Source' => 'ocsp.c', - 'SourceLine' => '640' - }, - '2136032' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'digest', - 'type' => '2391' - }, - '2' => { - 'name' => 'issuer_name_hash', - 'type' => '4175' - }, - '3' => { - 'name' => 'issuer_key_hash', - 'type' => '4175' - }, - '4' => { - 'name' => 'serial_number', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_add_cert_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '536' - }, - '2136134' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'digest', - 'type' => '488340' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'type' => '4233' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'type' => '4233' - }, - '5' => { - 'name' => 'serial_number', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_cert_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '425' - }, - '2136834' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '372' - }, - '2137106' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_export', - 'Source' => 'ocsp.c', - 'SourceLine' => '353' - }, - '2137320' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_export', - 'Source' => 'ocsp.c', - 'SourceLine' => '321' - }, - '2138544' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_import', - 'Source' => 'ocsp.c', - 'SourceLine' => '179' - }, - '2139435' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_req_deinit', - 'Source' => 'ocsp.c', - 'SourceLine' => '88' - }, - '2139521' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2139745' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_init', - 'Source' => 'ocsp.c', - 'SourceLine' => '60' - }, - '2157159' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'format', - 'type' => '2157016' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_print', - 'Source' => 'ocsp_output.c', - 'SourceLine' => '643' - }, - '2162862' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2126108' - }, - '1' => { - 'name' => 'format', - 'type' => '2157016' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_print', - 'Source' => 'ocsp_output.c', - 'SourceLine' => '172' - }, - '2178616' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '241', - 'ShortName' => 'gnutls_record_set_max_size', - 'Source' => 'max_record.c', - 'SourceLine' => '290' - }, - '2178838' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_get_max_size', - 'Source' => 'max_record.c', - 'SourceLine' => '261' - }, - '2209305' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'type', - 'type' => '2198673' - }, - '2' => { - 'name' => 'name', - 'type' => '318' - }, - '3' => { - 'name' => 'name_length', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_server_name_set', - 'Source' => 'server_name.c', - 'SourceLine' => '400' - }, - '2210145' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '211' - }, - '2' => { - 'name' => 'data_length', - 'type' => '7280' - }, - '3' => { - 'name' => 'type', - 'type' => '21238' - }, - '4' => { - 'name' => 'indx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_server_name_get', - 'Source' => 'server_name.c', - 'SourceLine' => '286' - }, - '222112' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_strerror_name', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '506' - }, - '222197' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_strerror', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '465' - }, - '222249' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_perror', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '447' - }, - '2226286' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get_client', - 'Source' => 'signature.c', - 'SourceLine' => '479' - }, - '2226335' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get', - 'Source' => 'signature.c', - 'SourceLine' => '463' - }, - '2226384' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'indx', - 'type' => '52' - }, - '2' => { - 'name' => 'algo', - 'type' => '625528' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get_requested', - 'Source' => 'signature.c', - 'SourceLine' => '418' - }, - '2243801' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_safe_renegotiation_status', - 'Source' => 'safe_renegotiation.c', - 'SourceLine' => '430' - }, - '2263379' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'key', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_enable_server', - 'Source' => 'session_ticket.c', - 'SourceLine' => '504' - }, - '2263792' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_key_generate', - 'Source' => 'session_ticket.c', - 'SourceLine' => '446' - }, - '2312507' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'retrans_timeout', - 'type' => '145' - }, - '2' => { - 'name' => 'total_timeout', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_set_timeouts', - 'Source' => 'heartbeat.c', - 'SourceLine' => '428' - }, - '2312580' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_heartbeat_get_timeout', - 'Source' => 'heartbeat.c', - 'SourceLine' => '400' - }, - '2313940' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_heartbeat_pong', - 'Source' => 'heartbeat.c', - 'SourceLine' => '284' - }, - '2314252' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data_size', - 'type' => '52' - }, - '2' => { - 'name' => 'max_tries', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_heartbeat_ping', - 'Source' => 'heartbeat.c', - 'SourceLine' => '159' - }, - '2316053' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_heartbeat_allowed', - 'Source' => 'heartbeat.c', - 'SourceLine' => '76' - }, - '2316103' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_enable', - 'Source' => 'heartbeat.c', - 'SourceLine' => '55' - }, - '2334860' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - }, - '1' => { - 'name' => 'response_file', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_file', - 'Source' => 'status_request.c', - 'SourceLine' => '459' - }, - '2335142' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - }, - '1' => { - 'name' => 'ocsp_func', - 'type' => '145337' - }, - '2' => { - 'name' => 'ptr', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_function', - 'Source' => 'status_request.c', - 'SourceLine' => '418' - }, - '2366781' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_ext_master_secret_status', - 'Source' => 'ext_master_secret.c', - 'SourceLine' => '124' - }, - '237075' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3185' - }, - '1' => { - 'name' => 'prime', - 'type' => '4233' - }, - '2' => { - 'name' => 'generator', - 'type' => '4233' - }, - '3' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export_raw', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '564' - }, - '237377' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3185' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export2_pkcs3', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '440' - }, - '2380901' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_etm_status', - 'Source' => 'etm.c', - 'SourceLine' => '137' - }, - '238630' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3185' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'params_data', - 'type' => '3626' - }, - '3' => { - 'name' => 'params_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export_pkcs3', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '391' - }, - '239014' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3185' - }, - '1' => { - 'name' => 'pkcs3_params', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_pkcs3', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '273' - }, - '2395227' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'protocols', - 'type' => '4175' - }, - '2' => { - 'name' => 'protocols_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alpn_set_protocols', - 'Source' => 'alpn.c', - 'SourceLine' => '258' - }, - '2395698' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'protocol', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alpn_get_selected_protocol', - 'Source' => 'alpn.c', - 'SourceLine' => '211' - }, - '240191' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dparams', - 'type' => '3185' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_generate2', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '237' - }, - '240477' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '3185' - }, - '1' => { - 'name' => 'src', - 'type' => '3185' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_cpy', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '201' - }, - '240541' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '3185' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_params_deinit', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '178' - }, - '240677' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '240801' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_init', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '159' - }, - '240807' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '3185' - }, - '1' => { - 'name' => 'prime', - 'type' => '4175' - }, - '2' => { - 'name' => 'generator', - 'type' => '4175' - }, - '3' => { - 'name' => 'key_bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_raw2', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '120' - }, - '241074' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '3185' - }, - '1' => { - 'name' => 'prime', - 'type' => '4175' - }, - '2' => { - 'name' => 'generator', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_raw', - 'Source' => 'gnutls_dh.c', - 'SourceLine' => '98' - }, - '2411923' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'key_material', - 'type' => '211' - }, - '2' => { - 'name' => 'key_material_size', - 'type' => '145' - }, - '3' => { - 'name' => 'client_key', - 'type' => '4233' - }, - '4' => { - 'name' => 'client_salt', - 'type' => '4233' - }, - '5' => { - 'name' => 'server_key', - 'type' => '4233' - }, - '6' => { - 'name' => 'server_salt', - 'offset' => '0', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_keys', - 'Source' => 'srtp.c', - 'SourceLine' => '550' - }, - '2412646' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'profiles', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '276511' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_profile_direct', - 'Source' => 'srtp.c', - 'SourceLine' => '476' - }, - '2413053' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'profile', - 'type' => '2401140' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_profile', - 'Source' => 'srtp.c', - 'SourceLine' => '431' - }, - '2413315' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'mki', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_mki', - 'Source' => 'srtp.c', - 'SourceLine' => '387' - }, - '2413618' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'mki', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_mki', - 'Source' => 'srtp.c', - 'SourceLine' => '346' - }, - '2413915' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'profile', - 'type' => '2413993' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_selected_profile', - 'Source' => 'srtp.c', - 'SourceLine' => '306' - }, - '2415280' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'profile', - 'type' => '2401140' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_srtp_get_profile_name', - 'Source' => 'srtp.c', - 'SourceLine' => '150' - }, - '2415396' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'profile', - 'type' => '2413993' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_profile_id', - 'Source' => 'srtp.c', - 'SourceLine' => '126' - }, - '260561' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '211' - }, - '1' => { - 'name' => 'c', - 'type' => '75' - }, - '2' => { - 'name' => 'size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_memset', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '40' - }, - '2650641' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_decode2', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '432' - }, - '2650759' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '235' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_decode', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '390' - }, - '2650949' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_encode2', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '351' - }, - '2651067' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '235' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_encode', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '310' - }, - '2700462' => { - 'Header' => 'gnutls.h', - 'Return' => '2700491', - 'ShortName' => 'gnutls_certificate_type_list', - 'Source' => 'cert_types.c', - 'SourceLine' => '86' - }, - '2714479' => { - 'Header' => 'gnutls.h', - 'Return' => '2714583', - 'ShortName' => 'gnutls_cipher_list', - 'Source' => 'ciphers.c', - 'SourceLine' => '379' - }, - '2714605' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2029', - 'ShortName' => 'gnutls_cipher_get_id', - 'Source' => 'ciphers.c', - 'SourceLine' => '350' - }, - '2715039' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2029' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_get_tag_size', - 'Source' => 'ciphers.c', - 'SourceLine' => '267' - }, - '2730954' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'sidx', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_get_cipher_suite_index', - 'Source' => 'ciphersuites.c', - 'SourceLine' => '1644' - }, - '2731628' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'idx', - 'type' => '52' - }, - '1' => { - 'name' => 'cs_id', - 'type' => '3626' - }, - '2' => { - 'name' => 'kx', - 'type' => '510458' - }, - '3' => { - 'name' => 'cipher', - 'type' => '1803029' - }, - '4' => { - 'name' => 'mac', - 'type' => '2731762' - }, - '5' => { - 'name' => 'min_version', - 'type' => '2731768' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_cipher_suite_info', - 'Source' => 'ciphersuites.c', - 'SourceLine' => '1510' - }, - '2731984' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'kx_algorithm', - 'type' => '2149' - }, - '1' => { - 'name' => 'cipher_algorithm', - 'type' => '2029' - }, - '2' => { - 'name' => 'mac_algorithm', - 'type' => '2305' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_cipher_suite_get_name', - 'Source' => 'ciphersuites.c', - 'SourceLine' => '1445' - }, - '2749775' => { - 'Header' => 'gnutls.h', - 'Return' => '2749880', - 'ShortName' => 'gnutls_ecc_curve_list', - 'Source' => 'ecc.c', - 'SourceLine' => '102' - }, - '275538' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '145' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_priority_string_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1603' - }, - '275605' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_certificate_type_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1579' - }, - '275682' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_sign_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1557' - }, - '275747' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_protocol_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1535' - }, - '275812' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_compression_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1513' - }, - '275877' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_mac_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1491' - }, - '275942' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_cipher_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1469' - }, - '276005' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_kx_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1447' - }, - '276070' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '263876' - }, - '1' => { - 'name' => 'list', - 'type' => '275670' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_ecc_curve_list', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1425' - }, - '276135' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_set_default_priority', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1408' - }, - '276277' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'priorities', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '276511' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_set_direct', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1346' - }, - '2764630' => { - 'Header' => 'gnutls.h', - 'Return' => '2764729', - 'ShortName' => 'gnutls_kx_list', - 'Source' => 'kx.c', - 'SourceLine' => '232' - }, - '2764848' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2149', - 'ShortName' => 'gnutls_kx_get_id', - 'Source' => 'kx.c', - 'SourceLine' => '190' - }, - '276517' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'type' => '263876' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_priority_deinit', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1323' - }, - '276581' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'type' => '279862' - }, - '1' => { - 'name' => 'priorities', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '276511' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_init', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '1066' - }, - '2778927' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2391' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_digest_get_oid', - 'Source' => 'mac.c', - 'SourceLine' => '339' - }, - '2779306' => { - 'Header' => 'gnutls.h', - 'Return' => '2779408', - 'ShortName' => 'gnutls_digest_list', - 'Source' => 'mac.c', - 'SourceLine' => '251' - }, - '2779430' => { - 'Header' => 'gnutls.h', - 'Return' => '2779530', - 'ShortName' => 'gnutls_mac_list', - 'Source' => 'mac.c', - 'SourceLine' => '224' - }, - '2779552' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2305' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_mac_get_nonce_size', - 'Source' => 'mac.c', - 'SourceLine' => '204' - }, - '2779624' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2305' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_mac_get_key_size', - 'Source' => 'mac.c', - 'SourceLine' => '184' - }, - '2779813' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2391', - 'ShortName' => 'gnutls_digest_get_id', - 'Source' => 'mac.c', - 'SourceLine' => '135' - }, - '2779927' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2391' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_digest_get_name', - 'Source' => 'mac.c', - 'SourceLine' => '111' - }, - '2794146' => { - 'Header' => 'gnutls.h', - 'Return' => '2794245', - 'ShortName' => 'gnutls_protocol_list', - 'Source' => 'protocols.c', - 'SourceLine' => '187' - }, - '2809412' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2768', - 'ShortName' => 'gnutls_pk_get_id', - 'Source' => 'publickey.c', - 'SourceLine' => '173' - }, - '2809549' => { - 'Header' => 'gnutls.h', - 'Return' => '146567', - 'ShortName' => 'gnutls_pk_list', - 'Source' => 'publickey.c', - 'SourceLine' => '143' - }, - '282077' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'priority', - 'type' => '263876' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_set', - 'Source' => 'gnutls_priority.c', - 'SourceLine' => '513' - }, - '283433' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2305', - 'ShortName' => 'gnutls_mac_get_id', - 'Source' => 'mac.c', - 'SourceLine' => '160' - }, - '283491' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2982', - 'ShortName' => 'gnutls_ecc_curve_get_id', - 'Source' => 'ecc.c', - 'SourceLine' => '170' - }, - '283503' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2662', - 'ShortName' => 'gnutls_protocol_get_id', - 'Source' => 'protocols.c', - 'SourceLine' => '162' - }, - '283527' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2712', - 'ShortName' => 'gnutls_certificate_type_get_id', - 'Source' => 'cert_types.c', - 'SourceLine' => '59' - }, - '283539' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2920', - 'ShortName' => 'gnutls_sign_get_id', - 'Source' => 'sign.c', - 'SourceLine' => '183' - }, - '2839025' => { - 'Header' => 'gnutls.h', - 'Return' => '2839142', - 'ShortName' => 'gnutls_sign_list', - 'Source' => 'sign.c', - 'SourceLine' => '160' - }, - '29324' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'ms', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_set_timeout', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1761' - }, - '29382' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '211' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'seq', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '241', - 'ShortName' => 'gnutls_record_recv_seq', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1739' - }, - '29532' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '211' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '241', - 'ShortName' => 'gnutls_record_recv', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1711' - }, - '29666' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_uncork', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1637' - }, - '29825' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_cork', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1611' - }, - '29870' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '318' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '241', - 'ShortName' => 'gnutls_record_send', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1571' - }, - '29938' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'packet', - 'type' => '30054' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '241', - 'ShortName' => 'gnutls_record_recv_packet', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1527' - }, - '30060' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_discard_queued', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1500' - }, - '30151' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'packet', - 'type' => '19493' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_deinit', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1483' - }, - '30215' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'packet', - 'type' => '19493' - }, - '1' => { - 'name' => 'data', - 'type' => '4233' - }, - '2' => { - 'name' => 'sequence', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_get', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '1453' - }, - '3131635' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '146118' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3626' - }, - '2' => { - 'name' => 'flag', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_auth_subkey', - 'Source' => 'pgp.c', - 'SourceLine' => '1718' - }, - '3132372' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'p', - 'type' => '4233' - }, - '3' => { - 'name' => 'q', - 'type' => '4233' - }, - '4' => { - 'name' => 'g', - 'type' => '4233' - }, - '5' => { - 'name' => 'y', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1600' - }, - '3132715' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'm', - 'type' => '4233' - }, - '3' => { - 'name' => 'e', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1562' - }, - '3133002' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '146118' - }, - '1' => { - 'name' => 'p', - 'type' => '4233' - }, - '2' => { - 'name' => 'q', - 'type' => '4233' - }, - '3' => { - 'name' => 'g', - 'type' => '4233' - }, - '4' => { - 'name' => 'y', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_dsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1530' - }, - '3133279' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '146118' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_rsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1498' - }, - '3136733' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'fpr', - 'type' => '211' - }, - '3' => { - 'name' => 'fprlen', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_fingerprint', - 'Source' => 'pgp.c', - 'SourceLine' => '1086' - }, - '3137081' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_expiration_time', - 'Source' => 'pgp.c', - 'SourceLine' => '1013' - }, - '3137221' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_creation_time', - 'Source' => 'pgp.c', - 'SourceLine' => '978' - }, - '3137439' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_revoked_status', - 'Source' => 'pgp.c', - 'SourceLine' => '896' - }, - '3138257' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_count', - 'Source' => 'pgp.c', - 'SourceLine' => '751' - }, - '3138454' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'email', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_check_email', - 'Source' => 'pgp.c', - 'SourceLine' => '660' - }, - '3138690' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_check_hostname2', - 'Source' => 'pgp.c', - 'SourceLine' => '618' - }, - '3138909' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_check_hostname', - 'Source' => 'pgp.c', - 'SourceLine' => '596' - }, - '3139009' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_revoked_status', - 'Source' => 'pgp.c', - 'SourceLine' => '566' - }, - '3139117' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_openpgp_crt_get_expiration_time', - 'Source' => 'pgp.c', - 'SourceLine' => '504' - }, - '3139215' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_openpgp_crt_get_creation_time', - 'Source' => 'pgp.c', - 'SourceLine' => '477' - }, - '3139313' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_version', - 'Source' => 'pgp.c', - 'SourceLine' => '451' - }, - '3139515' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '75' - }, - '2' => { - 'name' => 'buf', - 'type' => '235' - }, - '3' => { - 'name' => 'sizeof_buf', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_name', - 'Source' => 'pgp.c', - 'SourceLine' => '338' - }, - '3140142' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'format', - 'type' => '839799' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_export2', - 'Source' => 'pgp.c', - 'SourceLine' => '252' - }, - '3159388' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'verify', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_verify_self', - 'Source' => 'pgpverify.c', - 'SourceLine' => '122' - }, - '3159515' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'keyring', - 'type' => '145036' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'verify', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_verify_ring', - 'Source' => 'pgpverify.c', - 'SourceLine' => '53' - }, - '3159994' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '145036' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5023' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_check_id', - 'Source' => 'extras.c', - 'SourceLine' => '86' - }, - '3174300' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '145036' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'cert', - 'type' => '873738' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_get_crt', - 'Source' => 'extras.c', - 'SourceLine' => '272' - }, - '3174758' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '145036' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_get_crt_count', - 'Source' => 'extras.c', - 'SourceLine' => '224' - }, - '3175114' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '145036' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_import', - 'Source' => 'extras.c', - 'SourceLine' => '119' - }, - '3176321' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '3176390' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_init', - 'Source' => 'extras.c', - 'SourceLine' => '45' - }, - '3210235' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'p', - 'type' => '4233' - }, - '3' => { - 'name' => 'q', - 'type' => '4233' - }, - '4' => { - 'name' => 'g', - 'type' => '4233' - }, - '5' => { - 'name' => 'y', - 'type' => '4233' - }, - '6' => { - 'name' => 'x', - 'offset' => '0', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_subkey_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1183' - }, - '3210685' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'm', - 'type' => '4233' - }, - '3' => { - 'name' => 'e', - 'type' => '4233' - }, - '4' => { - 'name' => 'd', - 'type' => '4233' - }, - '5' => { - 'name' => 'p', - 'type' => '4233' - }, - '6' => { - 'name' => 'q', - 'offset' => '0', - 'type' => '4233' - }, - '7' => { - 'name' => 'u', - 'offset' => '8', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_subkey_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1139' - }, - '3211157' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '146185' - }, - '1' => { - 'name' => 'p', - 'type' => '4233' - }, - '2' => { - 'name' => 'q', - 'type' => '4233' - }, - '3' => { - 'name' => 'g', - 'type' => '4233' - }, - '4' => { - 'name' => 'y', - 'type' => '4233' - }, - '5' => { - 'name' => 'x', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1100' - }, - '3211561' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '146185' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - }, - '3' => { - 'name' => 'd', - 'type' => '4233' - }, - '4' => { - 'name' => 'p', - 'type' => '4233' - }, - '5' => { - 'name' => 'q', - 'type' => '4233' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1062' - }, - '3212851' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'fpr', - 'type' => '211' - }, - '3' => { - 'name' => 'fprlen', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_fingerprint', - 'Source' => 'privkey.c', - 'SourceLine' => '745' - }, - '3213130' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'keyid', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_id', - 'Source' => 'privkey.c', - 'SourceLine' => '704' - }, - '3213208' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_expiration_time', - 'Source' => 'privkey.c', - 'SourceLine' => '668' - }, - '3213367' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_creation_time', - 'Source' => 'privkey.c', - 'SourceLine' => '632' - }, - '3213682' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_revoked_status', - 'Source' => 'privkey.c', - 'SourceLine' => '506' - }, - '3213959' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_count', - 'Source' => 'privkey.c', - 'SourceLine' => '451' - }, - '3214165' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '418' - }, - '3214231' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'fpr', - 'type' => '211' - }, - '2' => { - 'name' => 'fprlen', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_fingerprint', - 'Source' => 'privkey.c', - 'SourceLine' => '376' - }, - '3214308' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_revoked_status', - 'Source' => 'privkey.c', - 'SourceLine' => '344' - }, - '3214496' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'format', - 'type' => '839799' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export2', - 'Source' => 'privkey.c', - 'SourceLine' => '251' - }, - '3214638' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'format', - 'type' => '839799' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'output_data', - 'type' => '211' - }, - '5' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export', - 'Source' => 'privkey.c', - 'SourceLine' => '225' - }, - '3215122' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3074', - 'ShortName' => 'gnutls_openpgp_privkey_sec_param', - 'Source' => 'privkey.c', - 'SourceLine' => '141' - }, - '3234774' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '146118' - }, - '1' => { - 'name' => 'format', - 'type' => '1573993' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_print', - 'Source' => 'output.c', - 'SourceLine' => '562' - }, - '3260309' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'func', - 'type' => '5029' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_set_recv_key_function', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '763' - }, - '3260689' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'c', - 'type' => '145078' - }, - '1' => { - 'name' => 'data', - 'type' => '40623' - }, - '2' => { - 'name' => 'dlen', - 'type' => '52' - }, - '3' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_keyring_mem', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '665' - }, - '3260992' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'c', - 'type' => '145078' - }, - '1' => { - 'name' => 'file', - 'type' => '110' - }, - '2' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_keyring_file', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '621' - }, - '3261504' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'subkey_id', - 'type' => '110' - }, - '4' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_file2', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '525' - }, - '3261641' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'cert', - 'type' => '4175' - }, - '2' => { - 'name' => 'key', - 'type' => '4175' - }, - '3' => { - 'name' => 'subkey_id', - 'type' => '110' - }, - '4' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_mem2', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '428' - }, - '3262647' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_file', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '372' - }, - '3262793' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'cert', - 'type' => '4175' - }, - '2' => { - 'name' => 'key', - 'type' => '4175' - }, - '3' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_mem', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '349' - }, - '3263671' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'crt_list', - 'type' => '3263916' - }, - '3' => { - 'name' => 'crt_list_size', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_openpgp_crt', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '232' - }, - '3263928' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'key', - 'type' => '852159' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_openpgp_key', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '193' - }, - '3264089' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'crt', - 'type' => '146118' - }, - '2' => { - 'name' => 'pkey', - 'type' => '146185' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key', - 'Source' => 'gnutls_openpgp.c', - 'SourceLine' => '83' - }, - '336661' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_force_valid', - 'Source' => 'gnutls_session.c', - 'SourceLine' => '237' - }, - '336704' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'session_data', - 'type' => '318' - }, - '2' => { - 'name' => 'session_data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_data', - 'Source' => 'gnutls_session.c', - 'SourceLine' => '202' - }, - '336887' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'session_id', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_id2', - 'Source' => 'gnutls_session.c', - 'SourceLine' => '174' - }, - '336949' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'session_id', - 'type' => '211' - }, - '2' => { - 'name' => 'session_id_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_id', - 'Source' => 'gnutls_session.c', - 'SourceLine' => '137' - }, - '337043' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_data2', - 'Source' => 'gnutls_session.c', - 'SourceLine' => '96' - }, - '337205' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'session_data', - 'type' => '211' - }, - '2' => { - 'name' => 'session_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_data', - 'Source' => 'gnutls_session.c', - 'SourceLine' => '44' - }, - '350303' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_remove_session', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '323' - }, - '351336' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'entry', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_db_check_entry_time', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '169' - }, - '351645' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'session_entry', - 'type' => '3632' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_db_check_entry', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '153' - }, - '351710' => { - 'Header' => 'gnutls.h', - 'Return' => '145', - 'ShortName' => 'gnutls_db_get_default_cache_expiration', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '137' - }, - '351739' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'seconds', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_cache_expiration', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '127' - }, - '351795' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '211', - 'ShortName' => 'gnutls_db_get_ptr', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '114' - }, - '351842' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'ptr', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_ptr', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '100' - }, - '351898' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'store_func', - 'type' => '4003' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_store_function', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '86' - }, - '351954' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'rem_func', - 'type' => '4046' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_remove_function', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '68' - }, - '352010' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'retr_func', - 'type' => '4084' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_retrieve_function', - 'Source' => 'gnutls_db.c', - 'SourceLine' => '50' - }, - '364986' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'header', - 'type' => '110' - }, - '1' => { - 'name' => 'b64_data', - 'type' => '4175' - }, - '2' => { - 'name' => 'result', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_decode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '423' - }, - '365268' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'header', - 'type' => '110' - }, - '1' => { - 'name' => 'b64_data', - 'type' => '4175' - }, - '2' => { - 'name' => 'result', - 'type' => '3626' - }, - '3' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_decode', - 'Source' => 'x509_b64.c', - 'SourceLine' => '373' - }, - '367077' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'msg', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'result', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_encode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '181' - }, - '367351' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'msg', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'result', - 'type' => '235' - }, - '3' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_encode', - 'Source' => 'x509_b64.c', - 'SourceLine' => '135' - }, - '382071' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '21057' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ext_get_data', - 'Source' => 'gnutls_extensions.c', - 'SourceLine' => '828' - }, - '382193' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '5011' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ext_set_data', - 'Source' => 'gnutls_extensions.c', - 'SourceLine' => '809' - }, - '382311' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'type', - 'type' => '75' - }, - '2' => { - 'name' => 'parse_type', - 'type' => '21107' - }, - '3' => { - 'name' => 'recv_func', - 'type' => '20865' - }, - '4' => { - 'name' => 'send_func', - 'type' => '20914' - }, - '5' => { - 'name' => 'deinit_func', - 'type' => '20952' - }, - '6' => { - 'name' => 'pack_func', - 'offset' => '0', - 'type' => '20981' - }, - '7' => { - 'name' => 'unpack_func', - 'offset' => '8', - 'type' => '21019' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ext_register', - 'Source' => 'gnutls_extensions.c', - 'SourceLine' => '763' - }, - '401982' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2203', - 'ShortName' => 'gnutls_auth_get_type', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '198' - }, - '402086' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'type', - 'type' => '2203' - }, - '2' => { - 'name' => 'cred', - 'type' => '4278' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_credentials_get', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '168' - }, - '402310' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'type', - 'type' => '2203' - }, - '2' => { - 'name' => 'cred', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_credentials_set', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '93' - }, - '402468' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_credentials_clear', - 'Source' => 'gnutls_auth.c', - 'SourceLine' => '44' - }, - '40789' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'how', - 'type' => '18408' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_bye', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '274' - }, - '41025' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_transport_get_int', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '237' - }, - '41072' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'recv_int', - 'type' => '16639' - }, - '2' => { - 'name' => 'send_int', - 'type' => '16639' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_int2', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '217' - }, - '41141' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'recv_ptr', - 'type' => '41210' - }, - '2' => { - 'name' => 'send_ptr', - 'type' => '41210' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_ptr2', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '195' - }, - '41216' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3086', - 'ShortName' => 'gnutls_transport_get_ptr', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '179' - }, - '41263' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'recv_int', - 'type' => '75' - }, - '2' => { - 'name' => 'send_int', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_int2', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '138' - }, - '41332' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'recv_ptr', - 'type' => '3086' - }, - '2' => { - 'name' => 'send_ptr', - 'type' => '3086' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr2', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '116' - }, - '41401' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'ptr', - 'type' => '3086' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '97' - }, - '41457' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_disable_padding', - 'Source' => 'gnutls_record.c', - 'SourceLine' => '81' - }, - '4422' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1640', - 'Return' => '4284', - 'ShortName' => 'gnutls_malloc', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '29' - }, - '4434' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1641', - 'Return' => '4384', - 'ShortName' => 'gnutls_realloc', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '31' - }, - '443441' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'entity', - 'type' => '145' - }, - '2' => { - 'name' => 'version', - 'type' => '2662' - }, - '3' => { - 'name' => 'kx', - 'type' => '2149' - }, - '4' => { - 'name' => 'cipher', - 'type' => '2029' - }, - '5' => { - 'name' => 'mac', - 'type' => '2305' - }, - '6' => { - 'name' => 'comp', - 'offset' => '0', - 'type' => '2441' - }, - '7' => { - 'name' => 'master', - 'offset' => '8', - 'type' => '4175' - }, - '8' => { - 'name' => 'session_id', - 'offset' => '16', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_premaster', - 'Source' => 'gnutls_session_pack.c', - 'SourceLine' => '916' - }, - '4446' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1642', - 'Return' => '4317', - 'ShortName' => 'gnutls_calloc', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '33' - }, - '4458' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1643', - 'Return' => '4355', - 'ShortName' => 'gnutls_free', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '30' - }, - '44595' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2441', - 'ShortName' => 'gnutls_compression_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '163' - }, - '44640' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_error_is_fatal', - 'Source' => 'gnutls_errors.c', - 'SourceLine' => '420' - }, - '44765' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'alert', - 'type' => '643167' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_alert_get_name', - 'Source' => 'gnutls_alert.c', - 'SourceLine' => '97' - }, - '4485' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1645', - 'Return' => '4497', - 'ShortName' => 'gnutls_strdup', - 'Source' => 'gnutls_mem.c', - 'SourceLine' => '34' - }, - '44876' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_mtu', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '823' - }, - '44887' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'level', - 'type' => '642961' - }, - '2' => { - 'name' => 'desc', - 'type' => '643167' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alert_send', - 'Source' => 'gnutls_alert.c', - 'SourceLine' => '148' - }, - '44932' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dest', - 'type' => '20774' - }, - '1' => { - 'name' => 'data', - 'type' => '318' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_buffer_append_data', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '131' - }, - '4830' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1818', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_4096_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '665' - }, - '4842' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1819', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_4096_group_generator', - 'Source' => 'srp.c', - 'SourceLine' => '661' - }, - '4854' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1821', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_3072_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '569' - }, - '4866' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1822', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_3072_group_generator', - 'Source' => 'srp.c', - 'SourceLine' => '565' - }, - '4878' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1824', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_2048_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '511' - }, - '4890' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1825', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_2048_group_generator', - 'Source' => 'srp.c', - 'SourceLine' => '515' - }, - '4902' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1827', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_1536_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '471' - }, - '4914' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1828', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_1536_group_generator', - 'Source' => 'srp.c', - 'SourceLine' => '475' - }, - '491782' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2391', - 'ShortName' => 'gnutls_oid_to_digest', - 'Source' => 'mac.c', - 'SourceLine' => '283' - }, - '4926' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1830', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_1024_group_prime', - 'Source' => 'srp.c', - 'SourceLine' => '438' - }, - '4938' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1831', - 'Return' => '3644', - 'ShortName' => 'gnutls_srp_1024_group_generator', - 'Source' => 'srp.c', - 'SourceLine' => '442' - }, - '506879' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'status', - 'type' => '145' - }, - '1' => { - 'name' => 'type', - 'type' => '2712' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verification_status_print', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '890' - }, - '508667' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_certificate_activation_time_peers', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '787' - }, - '508989' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '252', - 'ShortName' => 'gnutls_certificate_expiration_time_peers', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '743' - }, - '509311' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'data', - 'type' => '12677' - }, - '2' => { - 'name' => 'elements', - 'type' => '145' - }, - '3' => { - 'name' => 'status', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '686' - }, - '509423' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'status', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers3', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '640' - }, - '509560' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'status', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers2', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '604' - }, - '509899' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '145078' - }, - '1' => { - 'name' => 'func', - 'type' => '12671' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_function', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '434' - }, - '509958' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '145078' - }, - '1' => { - 'name' => 'func', - 'type' => '155595' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function2', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '403' - }, - '510017' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '145078' - }, - '1' => { - 'name' => 'func', - 'type' => '155589' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '351' - }, - '510076' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'req', - 'type' => '494654' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_server_set_request', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '305' - }, - '510464' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '510627' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_allocate_credentials', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '218' - }, - '510633' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_credentials', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '194' - }, - '510754' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_ca_names', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '176' - }, - '510831' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - }, - '1' => { - 'name' => 'idx1', - 'type' => '145' - }, - '2' => { - 'name' => 'idx2', - 'type' => '145' - }, - '3' => { - 'name' => 'cert', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_crt_raw', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '142' - }, - '511067' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - }, - '1' => { - 'name' => 'cert', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer', - 'type' => '146359' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_issuer', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '114' - }, - '511195' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_cas', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '90' - }, - '511237' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_keys', - 'Source' => 'gnutls_cert.c', - 'SourceLine' => '56' - }, - '512204' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_pk_algorithm', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '74' - }, - '512215' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_get_pk_algorithm', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '78' - }, - '512226' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'type' => '144851' - }, - '1' => { - 'name' => 'hash', - 'type' => '2391' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4175' - }, - '4' => { - 'name' => 'signature', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_data', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '972' - }, - '512238' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pk', - 'type' => '2768' - }, - '1' => { - 'name' => 'hash', - 'type' => '2391' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '2920', - 'ShortName' => 'gnutls_pk_to_sign', - 'Source' => 'sign.c', - 'SourceLine' => '236' - }, - '512250' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'type' => '4199' - }, - '1' => { - 'name' => 'algo', - 'type' => '2920' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4175' - }, - '4' => { - 'name' => 'signature', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_data2', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1605' - }, - '512261' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '146359' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_init', - 'Source' => 'x509.c', - 'SourceLine' => '70' - }, - '512272' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import', - 'Source' => 'x509.c', - 'SourceLine' => '252' - }, - '512283' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_activation_time' - }, - '512295' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_deinit', - 'Source' => 'x509.c', - 'SourceLine' => '159' - }, - '512318' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2712', - 'ShortName' => 'gnutls_certificate_type_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '112' - }, - '512341' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_expiration_time' - }, - '512387' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '758030' - }, - '1' => { - 'name' => 'size', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_init', - 'Source' => 'verify-high.c', - 'SourceLine' => '84' - }, - '512399' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'all', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_deinit', - 'Source' => 'verify-high.c', - 'SourceLine' => '126' - }, - '512411' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '145036' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_keyring_deinit', - 'Source' => 'extras.c', - 'SourceLine' => '61' - }, - '512423' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'cert', - 'type' => '144886' - }, - '2' => { - 'name' => 'issuer', - 'type' => '146359' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer', - 'Source' => 'verify-high.c', - 'SourceLine' => '945' - }, - '512435' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pcert_deinit', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '501' - }, - '512447' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_deinit', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '286' - }, - '526627' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'req_version', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_check_version', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '460' - }, - '526712' => { - 'Header' => 'gnutls.h', - 'Return' => '1', - 'ShortName' => 'gnutls_global_deinit', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '441' - }, - '527216' => { - 'Header' => 'gnutls.h', - 'Return' => '75', - 'ShortName' => 'gnutls_global_init', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '217' - }, - '528388' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'level', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_level', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '149' - }, - '528431' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'time_func', - 'type' => '4239' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_time_function', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '133' - }, - '528474' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'type' => '4537' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_audit_log_function', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '118' - }, - '528517' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'type' => '4503' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_function', - 'Source' => 'gnutls_global.c', - 'SourceLine' => '98' - }, - '528936' => { - 'Header' => 'pkcs11.h', - 'Line' => '77', - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '849' - }, - '564591' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '555892' - }, - '1' => { - 'name' => 'func', - 'type' => '155577' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_params_function', - 'Source' => 'gnutls_anon_cred.c', - 'SourceLine' => '131' - }, - '564647' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '555892' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '3185' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_dh_params', - 'Source' => 'gnutls_anon_cred.c', - 'SourceLine' => '115' - }, - '564703' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '564749' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_allocate_client_credentials', - 'Source' => 'gnutls_anon_cred.c', - 'SourceLine' => '94' - }, - '564755' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '555947' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_client_credentials', - 'Source' => 'gnutls_anon_cred.c', - 'SourceLine' => '76' - }, - '564797' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '564865' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_allocate_server_credentials', - 'Source' => 'gnutls_anon_cred.c', - 'SourceLine' => '58' - }, - '564871' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '555892' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_server_credentials', - 'Source' => 'gnutls_anon_cred.c', - 'SourceLine' => '42' - }, - '595239' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'sid', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_id', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '917' - }, - '595434' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '235', - 'ShortName' => 'gnutls_session_get_desc', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '823' - }, - '596423' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_is_checked', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '788' - }, - '596692' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'filename', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_load_file', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '747' - }, - '596876' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '555892' - }, - '1' => { - 'name' => 'func', - 'type' => '155577' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_params_function', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '726' - }, - '596935' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '586075' - }, - '1' => { - 'name' => 'func', - 'type' => '155577' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_params_function', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '708' - }, - '596994' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'max_bits', - 'type' => '145' - }, - '2' => { - 'name' => 'max_depth', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_limits', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '689' - }, - '597067' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_certificate_get_verify_flags', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '672' - }, - '597116' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_flags', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '654' - }, - '597175' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_flags', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '637' - }, - '597234' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'func', - 'type' => '155577' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_params_function', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '619' - }, - '597293' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2391' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'result', - 'type' => '211' - }, - '3' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_fingerprint', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '584' - }, - '597616' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_client_get_request_status', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '558' - }, - '597665' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'id', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_peers_subkey_id', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '531' - }, - '597819' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'list_size', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '4175', - 'ShortName' => 'gnutls_certificate_get_peers', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '500' - }, - '597974' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '4175', - 'ShortName' => 'gnutls_certificate_get_ours', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '463' - }, - '598139' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '3185' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_dh_params', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '441' - }, - '598198' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_peers_public_bits', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '382' - }, - '598577' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_prime_bits', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '324' - }, - '598990' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_secret_bits', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '255' - }, - '599318' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'raw_key', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_pubkey', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '202' - }, - '599672' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'raw_gen', - 'type' => '4233' - }, - '2' => { - 'name' => 'raw_prime', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_group', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '134' - }, - '600171' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_set_prime_bits', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '104' - }, - '600298' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '585943' - }, - '1' => { - 'name' => 'key_type', - 'type' => '110' - }, - '2' => { - 'name' => 'key_size', - 'type' => '145' - }, - '3' => { - 'name' => 'fpr', - 'type' => '211' - }, - '4' => { - 'name' => 'fpr_size', - 'type' => '52' - }, - '5' => { - 'name' => 'art', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_random_art', - 'Source' => 'gnutls_ui.c', - 'SourceLine' => '56' - }, - '601002' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2149' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_kx_get_name', - 'Source' => 'kx.c', - 'SourceLine' => '170' - }, - '601050' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2305', - 'ShortName' => 'gnutls_mac_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '140' - }, - '601062' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2305' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_mac_get_name', - 'Source' => 'mac.c', - 'SourceLine' => '92' - }, - '601074' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2029', - 'ShortName' => 'gnutls_cipher_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '88' - }, - '601086' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2029' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_cipher_get_name', - 'Source' => 'ciphers.c', - 'SourceLine' => '331' - }, - '601098' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '2712' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_certificate_type_get_name', - 'Source' => 'cert_types.c', - 'SourceLine' => '37' - }, - '601110' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2982', - 'ShortName' => 'gnutls_ecc_curve_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1496' - }, - '601122' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'curve', - 'type' => '2982' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_ecc_curve_get_name', - 'Source' => 'ecc.c', - 'SourceLine' => '216' - }, - '601134' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'response', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_get', - 'Source' => 'status_request.c', - 'SourceLine' => '361' - }, - '601225' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2768' - }, - '1' => { - 'name' => 'param', - 'type' => '3074' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_sec_param_to_pk_bits', - 'Source' => 'secparams.c', - 'SourceLine' => '81' - }, - '60308' => { - 'Header' => 'gnutls.h', - 'Return' => '60337', - 'ShortName' => 'gnutls_compression_list', - 'Source' => 'gnutls_compress.c', - 'SourceLine' => '119' - }, - '60343' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2441', - 'ShortName' => 'gnutls_compression_get_id', - 'Source' => 'gnutls_compress.c', - 'SourceLine' => '99' - }, - '60440' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2441' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_compression_get_name', - 'Source' => 'gnutls_compress.c', - 'SourceLine' => '78' - }, - '626228' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sign', - 'type' => '2920' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2391', - 'ShortName' => 'gnutls_sign_get_hash_algorithm', - 'Source' => 'sign.c', - 'SourceLine' => '283' - }, - '626262' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2920' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_sign_get_name', - 'Source' => 'sign.c', - 'SourceLine' => '120' - }, - '626351' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sign', - 'type' => '2920' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2768', - 'ShortName' => 'gnutls_sign_get_pk_algorithm', - 'Source' => 'sign.c', - 'SourceLine' => '304' - }, - '626363' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'usage', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_key_usage', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '94' - }, - '626385' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'algo', - 'type' => '2920' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'hash', - 'type' => '4175' - }, - '4' => { - 'name' => 'signature', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_hash2', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1661' - }, - '626396' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'type' => '144851' - }, - '1' => { - 'name' => 'hash_algo', - 'type' => '2391' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'hash_data', - 'type' => '4175' - }, - '4' => { - 'name' => 'signature', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_hash', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1037' - }, - '640459' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'curve', - 'type' => '2982' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ecc_curve_get_size', - 'Source' => 'ecc.c', - 'SourceLine' => '288' - }, - '653605' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'err', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alert_send_appropriate', - 'Source' => 'gnutls_alert.c', - 'SourceLine' => '328' - }, - '653754' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'err', - 'type' => '75' - }, - '1' => { - 'name' => 'level', - 'type' => '16639' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_error_to_alert', - 'Source' => 'gnutls_alert.c', - 'SourceLine' => '189' - }, - '654171' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'alert', - 'type' => '643167' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_alert_get_strname', - 'Source' => 'gnutls_alert.c', - 'SourceLine' => '118' - }, - '668794' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'curve', - 'type' => '2982' - }, - '2' => { - 'name' => 'x', - 'type' => '4175' - }, - '3' => { - 'name' => 'y', - 'type' => '4175' - }, - '4' => { - 'name' => 'k', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ecc_raw', - 'Source' => 'gnutls_privkey_raw.c', - 'SourceLine' => '299' - }, - '669213' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'p', - 'type' => '4175' - }, - '2' => { - 'name' => 'q', - 'type' => '4175' - }, - '3' => { - 'name' => 'g', - 'type' => '4175' - }, - '4' => { - 'name' => 'y', - 'type' => '4175' - }, - '5' => { - 'name' => 'x', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_dsa_raw', - 'Source' => 'gnutls_privkey_raw.c', - 'SourceLine' => '248' - }, - '669644' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'm', - 'type' => '4175' - }, - '2' => { - 'name' => 'e', - 'type' => '4175' - }, - '3' => { - 'name' => 'd', - 'type' => '4175' - }, - '4' => { - 'name' => 'p', - 'type' => '4175' - }, - '5' => { - 'name' => 'q', - 'type' => '4175' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4175' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4175' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_rsa_raw', - 'Source' => 'gnutls_privkey_raw.c', - 'SourceLine' => '195' - }, - '670109' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'curve', - 'type' => '485763' - }, - '2' => { - 'name' => 'x', - 'type' => '4233' - }, - '3' => { - 'name' => 'y', - 'type' => '4233' - }, - '4' => { - 'name' => 'k', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_ecc_raw', - 'Source' => 'gnutls_privkey_raw.c', - 'SourceLine' => '148' - }, - '670470' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'p', - 'type' => '4233' - }, - '2' => { - 'name' => 'q', - 'type' => '4233' - }, - '3' => { - 'name' => 'g', - 'type' => '4233' - }, - '4' => { - 'name' => 'y', - 'type' => '4233' - }, - '5' => { - 'name' => 'x', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_dsa_raw', - 'Source' => 'gnutls_privkey_raw.c', - 'SourceLine' => '104' - }, - '670844' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - }, - '3' => { - 'name' => 'd', - 'type' => '4233' - }, - '4' => { - 'name' => 'p', - 'type' => '4233' - }, - '5' => { - 'name' => 'q', - 'type' => '4233' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4233' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4233' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_rsa_raw', - 'Source' => 'gnutls_privkey_raw.c', - 'SourceLine' => '58' - }, - '671317' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '760115' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '46' - }, - '671329' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'curve', - 'type' => '2982' - }, - '2' => { - 'name' => 'x', - 'type' => '4175' - }, - '3' => { - 'name' => 'y', - 'type' => '4175' - }, - '4' => { - 'name' => 'k', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_ecc_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1064' - }, - '671341' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'key', - 'type' => '144874' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_x509', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '662' - }, - '671353' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '75' - }, - '671365' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'p', - 'type' => '4175' - }, - '2' => { - 'name' => 'q', - 'type' => '4175' - }, - '3' => { - 'name' => 'g', - 'type' => '4175' - }, - '4' => { - 'name' => 'y', - 'type' => '4175' - }, - '5' => { - 'name' => 'x', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '975' - }, - '671377' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'm', - 'type' => '4175' - }, - '2' => { - 'name' => 'e', - 'type' => '4175' - }, - '3' => { - 'name' => 'd', - 'type' => '4175' - }, - '4' => { - 'name' => 'p', - 'type' => '4175' - }, - '5' => { - 'name' => 'q', - 'type' => '4175' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4175' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4175' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw2' - }, - '685933' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '2' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_system_trust', - 'Source' => 'system.c', - 'SourceLine' => '583' - }, - '686790' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'ptr', - 'type' => '3086' - }, - '1' => { - 'name' => 'ms', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_recv_timeout', - 'Source' => 'system.c', - 'SourceLine' => '160' - }, - '688019' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'ca_file', - 'type' => '110' - }, - '2' => { - 'name' => 'crl_file', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '225461' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_file', - 'Source' => 'verify-high2.c', - 'SourceLine' => '304' - }, - '703964' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_encode2', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '653' - }, - '704238' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '235' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_encode', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '619' - }, - '704505' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '211' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_decode', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '583' - }, - '704778' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '4175' - }, - '1' => { - 'name' => 'result', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_decode2', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '544' - }, - '705308' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '110' - }, - '1' => { - 'name' => 'hex_size', - 'type' => '52' - }, - '2' => { - 'name' => 'bin_data', - 'type' => '211' - }, - '3' => { - 'name' => 'bin_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex2bin', - 'Source' => 'gnutls_str.c', - 'SourceLine' => '489' - }, - '725922' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'read', - 'type' => '145' - }, - '2' => { - 'name' => 'seq_number', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_set_state', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1705' - }, - '726297' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'read', - 'type' => '145' - }, - '2' => { - 'name' => 'mac_key', - 'type' => '4233' - }, - '3' => { - 'name' => 'IV', - 'type' => '4233' - }, - '4' => { - 'name' => 'cipher_key', - 'type' => '4233' - }, - '5' => { - 'name' => 'seq_number', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_get_state', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1650' - }, - '726690' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'htype', - 'type' => '145' - }, - '2' => { - 'name' => 'post', - 'type' => '75' - }, - '3' => { - 'name' => 'func', - 'type' => '4122' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_hook_function', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1620' - }, - '726777' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'random', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_handshake_set_random', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1577' - }, - '726923' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'client', - 'type' => '4233' - }, - '2' => { - 'name' => 'server', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_get_random', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1530' - }, - '727128' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'cbtype', - 'type' => '714025' - }, - '2' => { - 'name' => 'cb', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_channel_binding', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1464' - }, - '727231' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_enable_compatibility_mode', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1442' - }, - '727276' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'func', - 'type' => '4181' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_post_client_hello_function', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1419' - }, - '727408' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_get_direction', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1369' - }, - '727457' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'func', - 'type' => '12671' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_function', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1346' - }, - '727516' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'ptr', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_ptr', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1316' - }, - '727575' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '211', - 'ShortName' => 'gnutls_session_get_ptr', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1302' - }, - '727832' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_resumption_requested', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1243' - }, - '727881' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_is_resumed', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1212' - }, - '727966' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'server_random_first', - 'type' => '75' - }, - '4' => { - 'name' => 'extra_size', - 'type' => '52' - }, - '5' => { - 'name' => 'extra', - 'type' => '110' - }, - '6' => { - 'name' => 'outsize', - 'offset' => '0', - 'type' => '52' - }, - '7' => { - 'name' => 'out', - 'offset' => '8', - 'type' => '235' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1162' - }, - '728359' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'context_size', - 'type' => '52' - }, - '4' => { - 'name' => 'context', - 'type' => '110' - }, - '5' => { - 'name' => 'outsize', - 'type' => '52' - }, - '6' => { - 'name' => 'out', - 'offset' => '0', - 'type' => '235' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf_rfc5705', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1099' - }, - '728788' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'seed_size', - 'type' => '52' - }, - '4' => { - 'name' => 'seed', - 'type' => '110' - }, - '5' => { - 'name' => 'outsize', - 'type' => '52' - }, - '6' => { - 'name' => 'out', - 'offset' => '0', - 'type' => '235' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf_raw', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '1046' - }, - '730697' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'allow', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_private_extensions', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '772' - }, - '730951' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'status', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_send_x509_rdn_sequence', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '705' - }, - '731010' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'status', - 'type' => '713478' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_send_cert', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '683' - }, - '732631' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_deinit', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '446' - }, - '73382' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '2564' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_handshake_description_get_name', - 'Source' => 'debug.c', - 'SourceLine' => '83' - }, - '733835' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '734443' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_init', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '307' - }, - '735222' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2149', - 'ShortName' => 'gnutls_kx_get', - 'Source' => 'gnutls_state.c', - 'SourceLine' => '126' - }, - '737913' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'vec_func', - 'type' => '4748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_vec_push_function', - 'Source' => 'system_override.c', - 'SourceLine' => '163' - }, - '737936' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_enable_client', - 'Source' => 'session_ticket.c', - 'SourceLine' => '463' - }, - '737948' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'responder_id', - 'type' => '4233' - }, - '2' => { - 'name' => 'responder_id_size', - 'type' => '52' - }, - '3' => { - 'name' => 'extensions', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_enable_client', - 'Source' => 'status_request.c', - 'SourceLine' => '316' - }, - '754930' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '31', - 'Return' => '754919', - 'ShortName' => '_gnutls_custom_urls' - }, - '754941' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '32', - 'Return' => '145', - 'ShortName' => '_gnutls_custom_urls_size' - }, - '754952' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '145078' - }, - '1' => { - 'name' => 'fn', - 'type' => '146579' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_pin_function', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '2036' - }, - '755024' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '145078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_crls', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '2015' - }, - '755068' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'p12blob', - 'type' => '4175' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_mem', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1927' - }, - '755747' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'pkcs12file', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_file', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1870' - }, - '756030' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'crlfile', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl_file', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1819' - }, - '756172' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '756477' - }, - '2' => { - 'name' => 'crl_list_size', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1766' - }, - '756502' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'CRL', - 'type' => '4175' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl_mem', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1735' - }, - '756644' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '145078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_system_trust', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1713' - }, - '756719' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '145078' - }, - '1' => { - 'name' => 'ca_dir', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_dir', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1683' - }, - '756861' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '145078' - }, - '1' => { - 'name' => 'cafile', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_file', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1652' - }, - '757003' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'ca_list', - 'type' => '146359' - }, - '2' => { - 'name' => 'ca_list_size', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1590' - }, - '757322' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'ca', - 'type' => '4175' - }, - '2' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_mem', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1554' - }, - '757718' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '225461' - }, - '4' => { - 'name' => 'pass', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_file2', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1449' - }, - '757820' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_file', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1403' - }, - '757971' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'tlist', - 'type' => '758030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_get_trust_list', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1363' - }, - '758036' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'tlist', - 'type' => '147012' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_trust_list', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1341' - }, - '758134' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'names', - 'type' => '276511' - }, - '2' => { - 'name' => 'names_size', - 'type' => '75' - }, - '3' => { - 'name' => 'pcert_list', - 'type' => '5142' - }, - '4' => { - 'name' => 'pcert_list_size', - 'type' => '75' - }, - '5' => { - 'name' => 'key', - 'type' => '144851' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_key', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1230' - }, - '759697' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'crt_list', - 'type' => '759949' - }, - '3' => { - 'name' => 'crt_list_size', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_x509_crt', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1166' - }, - '759955' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'key', - 'type' => '760115' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_x509_key', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1127' - }, - '760121' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '146359' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '75' - }, - '3' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '1019' - }, - '760841' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'cert', - 'type' => '4175' - }, - '2' => { - 'name' => 'key', - 'type' => '4175' - }, - '3' => { - 'name' => 'type', - 'type' => '225461' - }, - '4' => { - 'name' => 'pass', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem2', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '927' - }, - '760943' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '145078' - }, - '1' => { - 'name' => 'cert', - 'type' => '4175' - }, - '2' => { - 'name' => 'key', - 'type' => '4175' - }, - '3' => { - 'name' => 'type', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem', - 'Source' => 'gnutls_x509.c', - 'SourceLine' => '891' - }, - '771090' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '1653410' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_init', - 'Source' => 'pkcs12.c', - 'SourceLine' => '150' - }, - '771101' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_import', - 'Source' => 'pkcs12.c', - 'SourceLine' => '199' - }, - '771112' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_verify_mac', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1006' - }, - '771123' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'p12', - 'type' => '754035' - }, - '1' => { - 'name' => 'password', - 'type' => '110' - }, - '2' => { - 'name' => 'key', - 'type' => '760115' - }, - '3' => { - 'name' => 'chain', - 'type' => '759949' - }, - '4' => { - 'name' => 'chain_len', - 'type' => '21238' - }, - '5' => { - 'name' => 'extra_certs', - 'type' => '759949' - }, - '6' => { - 'name' => 'extra_certs_len', - 'offset' => '0', - 'type' => '21238' - }, - '7' => { - 'name' => 'crl', - 'offset' => '8', - 'type' => '756477' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_simple_parse', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1445' - }, - '771134' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '754035' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_deinit', - 'Source' => 'pkcs12.c', - 'SourceLine' => '172' - }, - '771168' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '742906' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '92' - }, - '771237' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '756477' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_init', - 'Source' => 'crl.c', - 'SourceLine' => '68' - }, - '771249' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '1871958' - }, - '2' => { - 'name' => 'crl_size', - 'type' => '75' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'verification_flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_crls', - 'Source' => 'verify-high.c', - 'SourceLine' => '701' - }, - '771261' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'cas', - 'type' => '4175' - }, - '2' => { - 'name' => 'crls', - 'type' => '4175' - }, - '3' => { - 'name' => 'type', - 'type' => '225461' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_mem', - 'Source' => 'verify-high2.c', - 'SourceLine' => '66' - }, - '771285' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'ca_dir', - 'type' => '110' - }, - '2' => { - 'name' => 'crl_dir', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '225461' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_dir', - 'Source' => 'verify-high2.c', - 'SourceLine' => '443' - }, - '771319' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'clist', - 'type' => '1871309' - }, - '2' => { - 'name' => 'clist_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '272' - }, - '771410' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'fn', - 'type' => '146579' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_set_pin_function', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1316' - }, - '771432' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - }, - '1' => { - 'name' => 'crt', - 'type' => '146359' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_export_x509', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '424' - }, - '771444' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'key', - 'type' => '760115' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_x509', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '708' - }, - '771456' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '147228' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_init', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '265' - }, - '771479' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - }, - '1' => { - 'name' => 'crt', - 'type' => '146359' - }, - '2' => { - 'name' => 'ncrt', - 'type' => '21238' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509_list', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '109' - }, - '771503' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '211' - }, - '3' => { - 'name' => 'san_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name', - 'Source' => 'x509.c', - 'SourceLine' => '1473' - }, - '771515' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '75' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '613' - }, - '771526' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '2139429' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_init', - 'Source' => 'ocsp.c', - 'SourceLine' => '109' - }, - '771537' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_import', - 'Source' => 'ocsp.c', - 'SourceLine' => '225' - }, - '771548' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'crt', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_check_crt', - 'Source' => 'ocsp.c', - 'SourceLine' => '1278' - }, - '771560' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - }, - '2' => { - 'name' => 'verify', - 'type' => '21238' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_verify_direct', - 'Source' => 'ocsp.c', - 'SourceLine' => '2076' - }, - '771571' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_resp_deinit', - 'Source' => 'ocsp.c', - 'SourceLine' => '147' - }, - '771605' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '754444' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '10' => { - 'name' => 'revocation_reason', - 'offset' => '32', - 'type' => '21238' - }, - '2' => { - 'name' => 'digest', - 'type' => '488340' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'type' => '4233' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'type' => '4233' - }, - '5' => { - 'name' => 'serial_number', - 'type' => '4233' - }, - '6' => { - 'name' => 'cert_status', - 'offset' => '0', - 'type' => '21238' - }, - '7' => { - 'name' => 'this_update', - 'offset' => '8', - 'type' => '4272' - }, - '8' => { - 'name' => 'next_update', - 'offset' => '16', - 'type' => '4272' - }, - '9' => { - 'name' => 'revocation_time', - 'offset' => '24', - 'type' => '4272' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_single', - 'Source' => 'ocsp.c', - 'SourceLine' => '1387' - }, - '771651' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '147012' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '146359' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '12677' - }, - '4' => { - 'name' => 'elements', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - }, - '6' => { - 'name' => 'voutput', - 'offset' => '0', - 'type' => '21238' - }, - '7' => { - 'name' => 'func', - 'offset' => '8', - 'type' => '1873276' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt2', - 'Source' => 'verify-high.c', - 'SourceLine' => '1218' - }, - '771686' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - }, - '1' => { - 'name' => 'crt', - 'type' => '144886' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '48' - }, - '771722' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_x509_raw', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1201' - }, - '771745' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_url', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1256' - }, - '771768' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_url_is_supported', - 'Source' => 'urls.c', - 'SourceLine' => '44' - }, - '771780' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'fn', - 'type' => '146579' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_set_pin_function', - 'Source' => 'x509.c', - 'SourceLine' => '3773' - }, - '771791' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import_url', - 'Source' => 'x509.c', - 'SourceLine' => '3800' - }, - '771802' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'issuer', - 'type' => '144886' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_check_issuer', - 'Source' => 'verify.c', - 'SourceLine' => '822' - }, - '797725' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'do_send_supplemental', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_send', - 'Source' => 'gnutls_supplemental.c', - 'SourceLine' => '315' - }, - '797784' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'do_recv_supplemental', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_recv', - 'Source' => 'gnutls_supplemental.c', - 'SourceLine' => '299' - }, - '797843' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'type', - 'type' => '788535' - }, - '2' => { - 'name' => 'recv_func', - 'type' => '789786' - }, - '3' => { - 'name' => 'send_func', - 'type' => '789798' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_supplemental_register', - 'Source' => 'gnutls_supplemental.c', - 'SourceLine' => '269' - }, - '799430' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '788535' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_supplemental_get_name', - 'Source' => 'gnutls_supplemental.c', - 'SourceLine' => '73' - }, - '812830' => { - 'Header' => 'crypto.h', - 'Return' => '1', - 'ShortName' => 'gnutls_rnd_refresh', - 'Source' => 'random.c', - 'SourceLine' => '99' - }, - '812883' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'level', - 'type' => '78954' - }, - '1' => { - 'name' => 'data', - 'type' => '211' - }, - '2' => { - 'name' => 'len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_rnd', - 'Source' => 'random.c', - 'SourceLine' => '82' - }, - '826450' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818775' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_aead_cipher_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '787' - }, - '826568' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818775' - }, - '1' => { - 'name' => 'nonce', - 'type' => '318' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'type' => '318' - }, - '4' => { - 'name' => 'auth_len', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'type' => '52' - }, - '6' => { - 'name' => 'ptext', - 'offset' => '0', - 'type' => '318' - }, - '7' => { - 'name' => 'ptext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ctext', - 'offset' => '16', - 'type' => '211' - }, - '9' => { - 'name' => 'ctext_len', - 'offset' => '24', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_encrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '745' - }, - '827238' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818775' - }, - '1' => { - 'name' => 'nonce', - 'type' => '318' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'type' => '318' - }, - '4' => { - 'name' => 'auth_len', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'type' => '52' - }, - '6' => { - 'name' => 'ctext', - 'offset' => '0', - 'type' => '318' - }, - '7' => { - 'name' => 'ctext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ptext', - 'offset' => '16', - 'type' => '211' - }, - '9' => { - 'name' => 'ptext_len', - 'offset' => '24', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_decrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '688' - }, - '827921' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '828214' - }, - '1' => { - 'name' => 'cipher', - 'type' => '2029' - }, - '2' => { - 'name' => 'key', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '641' - }, - '828220' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4233' - }, - '1' => { - 'name' => 'key_size', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_key_generate', - 'Source' => 'crypto-api.c', - 'SourceLine' => '591' - }, - '828539' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2391' - }, - '1' => { - 'name' => 'ptext', - 'type' => '318' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'digest', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash_fast', - 'Source' => 'crypto-api.c', - 'SourceLine' => '572' - }, - '828680' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2391' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash_get_len', - 'Source' => 'crypto-api.c', - 'SourceLine' => '552' - }, - '828786' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818819' - }, - '1' => { - 'name' => 'digest', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '535' - }, - '828897' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818819' - }, - '1' => { - 'name' => 'digest', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_output', - 'Source' => 'crypto-api.c', - 'SourceLine' => '520' - }, - '829030' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818819' - }, - '1' => { - 'name' => 'ptext', - 'type' => '318' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash', - 'Source' => 'crypto-api.c', - 'SourceLine' => '505' - }, - '829170' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'dig', - 'type' => '829346' - }, - '1' => { - 'name' => 'algorithm', - 'type' => '2391' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '469' - }, - '829352' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2305' - }, - '1' => { - 'name' => 'key', - 'type' => '318' - }, - '2' => { - 'name' => 'keylen', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'type' => '318' - }, - '4' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '5' => { - 'name' => 'digest', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac_fast', - 'Source' => 'crypto-api.c', - 'SourceLine' => '444' - }, - '829539' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2305' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac_get_len', - 'Source' => 'crypto-api.c', - 'SourceLine' => '422' - }, - '829645' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818841' - }, - '1' => { - 'name' => 'digest', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '405' - }, - '829756' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818841' - }, - '1' => { - 'name' => 'digest', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_output', - 'Source' => 'crypto-api.c', - 'SourceLine' => '390' - }, - '829875' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818841' - }, - '1' => { - 'name' => 'ptext', - 'type' => '318' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac', - 'Source' => 'crypto-api.c', - 'SourceLine' => '375' - }, - '830015' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818841' - }, - '1' => { - 'name' => 'nonce', - 'type' => '318' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_set_nonce', - 'Source' => 'crypto-api.c', - 'SourceLine' => '356' - }, - '830179' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'dig', - 'type' => '830406' - }, - '1' => { - 'name' => 'algorithm', - 'type' => '2305' - }, - '2' => { - 'name' => 'key', - 'type' => '318' - }, - '3' => { - 'name' => 'keylen', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '321' - }, - '830412' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '288' - }, - '830607' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - }, - '1' => { - 'name' => 'ctext', - 'type' => '318' - }, - '2' => { - 'name' => 'ctext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'type' => '211' - }, - '4' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_decrypt2', - 'Source' => 'crypto-api.c', - 'SourceLine' => '264' - }, - '830910' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - }, - '1' => { - 'name' => 'ptext', - 'type' => '318' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'ctext', - 'type' => '211' - }, - '4' => { - 'name' => 'ctext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_encrypt2', - 'Source' => 'crypto-api.c', - 'SourceLine' => '233' - }, - '831135' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - }, - '1' => { - 'name' => 'ctext', - 'type' => '211' - }, - '2' => { - 'name' => 'ctext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_decrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '202' - }, - '831436' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - }, - '1' => { - 'name' => 'ptext', - 'type' => '211' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_encrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '177' - }, - '831631' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - }, - '1' => { - 'name' => 'iv', - 'type' => '211' - }, - '2' => { - 'name' => 'ivlen', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_set_iv', - 'Source' => 'crypto-api.c', - 'SourceLine' => '153' - }, - '831921' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - }, - '1' => { - 'name' => 'ptext', - 'type' => '318' - }, - '2' => { - 'name' => 'ptext_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_add_auth', - 'Source' => 'crypto-api.c', - 'SourceLine' => '128' - }, - '832215' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '818721' - }, - '1' => { - 'name' => 'tag', - 'type' => '211' - }, - '2' => { - 'name' => 'tag_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_tag', - 'Source' => 'crypto-api.c', - 'SourceLine' => '100' - }, - '832509' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '832873' - }, - '1' => { - 'name' => 'cipher', - 'type' => '2029' - }, - '2' => { - 'name' => 'key', - 'type' => '4175' - }, - '3' => { - 'name' => 'iv', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '55' - }, - '849083' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_verify_params', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1361' - }, - '849365' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_status', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1338' - }, - '850536' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'ciphertext', - 'type' => '4175' - }, - '3' => { - 'name' => 'plaintext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_decrypt_data', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '1147' - }, - '851870' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'key', - 'type' => '852159' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_openpgp', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '924' - }, - '852165' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '839799' - }, - '3' => { - 'name' => 'keyid', - 'type' => '5023' - }, - '4' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_openpgp_raw', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '865' - }, - '852609' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'key', - 'type' => '146185' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_openpgp', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '802' - }, - '853217' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'algo', - 'type' => '2768' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_generate', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '755' - }, - '854283' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'userdata', - 'type' => '211' - }, - '2' => { - 'name' => 'sign_fn', - 'type' => '228412' - }, - '3' => { - 'name' => 'decrypt_fn', - 'type' => '228459' - }, - '4' => { - 'name' => 'deinit_fn', - 'type' => '228470' - }, - '5' => { - 'name' => 'info_fn', - 'type' => '228503' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext3', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '602' - }, - '854712' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'pk', - 'type' => '2768' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - }, - '3' => { - 'name' => 'sign_fn', - 'type' => '228412' - }, - '4' => { - 'name' => 'decrypt_fn', - 'type' => '228459' - }, - '5' => { - 'name' => 'deinit_fn', - 'type' => '228470' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext2', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '538' - }, - '854825' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'pk', - 'type' => '2768' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - }, - '3' => { - 'name' => 'sign_func', - 'type' => '228412' - }, - '4' => { - 'name' => 'decrypt_func', - 'type' => '228459' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '499' - }, - '855009' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'key', - 'type' => '855298' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_pkcs11', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '452' - }, - '855390' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'key', - 'type' => '146252' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_pkcs11', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '351' - }, - '857101' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144851' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '146313', - 'ShortName' => 'gnutls_privkey_get_type', - 'Source' => 'gnutls_privkey.c', - 'SourceLine' => '59' - }, - '858398' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146252' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_status', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '358' - }, - '858410' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '855298' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_init', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '86' - }, - '858422' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146252' - }, - '1' => { - 'name' => 'fn', - 'type' => '146579' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_set_pin_function', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '1213' - }, - '858434' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '146252' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_import_url', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '393' - }, - '858446' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146252' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_deinit', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '132' - }, - '858480' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '3' => { - 'name' => 'key_password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_tpm_url', - 'Source' => 'tpm.c', - 'SourceLine' => '970' - }, - '858504' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'privkey', - 'type' => '144874' - }, - '1' => { - 'name' => 'fn', - 'type' => '146579' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_set_pin_function', - 'Source' => 'privkey.c', - 'SourceLine' => '1854' - }, - '858516' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import2', - 'Source' => 'privkey.c', - 'SourceLine' => '687' - }, - '858604' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '852159' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '44' - }, - '858626' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '59' - }, - '858637' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '839799' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_import', - 'Source' => 'privkey.c', - 'SourceLine' => '170' - }, - '858648' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5023' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_set_preferred_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '1252' - }, - '858660' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_preferred_key_id' - }, - '858672' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5023' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_idx' - }, - '858683' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_pk_algorithm' - }, - '858694' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146185' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_pk_algorithm' - }, - '858705' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - }, - '1' => { - 'name' => 'algo', - 'type' => '2768' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_generate', - 'Source' => 'privkey.c', - 'SourceLine' => '1506' - }, - '858717' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '144874' - }, - '1' => { - 'name' => 'src', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_cpy', - 'Source' => 'privkey.c', - 'SourceLine' => '96' - }, - '858729' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '144874' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm', - 'Source' => 'privkey.c', - 'SourceLine' => '1126' - }, - '858741' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '146252' - }, - '1' => { - 'name' => 'src', - 'type' => '146252' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_cpy', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '120' - }, - '858786' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_deinit', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '134' - }, - '858808' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146252' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_get_pk_algorithm', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '153' - }, - '873433' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - }, - '1' => { - 'name' => 'crt', - 'type' => '873738' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_export_openpgp', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '466' - }, - '874049' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - }, - '1' => { - 'name' => 'cert', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '839799' - }, - '3' => { - 'name' => 'keyid', - 'type' => '3626' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_openpgp_raw', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '365' - }, - '874660' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - }, - '1' => { - 'name' => 'crt', - 'type' => '146118' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_openpgp', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '290' - }, - '875288' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5142' - }, - '1' => { - 'name' => 'cert', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509_raw', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '239' - }, - '875787' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcerts', - 'type' => '5142' - }, - '1' => { - 'name' => 'pcert_max', - 'type' => '21238' - }, - '2' => { - 'name' => 'data', - 'type' => '4175' - }, - '3' => { - 'name' => 'format', - 'type' => '225461' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_list_import_x509_raw', - 'Source' => 'gnutls_pcert.c', - 'SourceLine' => '175' - }, - '877345' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '873738' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_init', - 'Source' => 'pgp.c', - 'SourceLine' => '43' - }, - '877356' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '839799' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_import', - 'Source' => 'pgp.c', - 'SourceLine' => '84' - }, - '877367' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_deinit', - 'Source' => 'pgp.c', - 'SourceLine' => '58' - }, - '877411' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5023' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_set_preferred_key_id', - 'Source' => 'pgp.c', - 'SourceLine' => '1666' - }, - '877422' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'format', - 'type' => '839799' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_export', - 'Source' => 'pgp.c', - 'SourceLine' => '230' - }, - '877433' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '905354' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_init', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '113' - }, - '877444' => { - 'Header' => 'abstract.h', - 'Line' => '98', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'crt', - 'type' => '146118' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_import_openpgp' - }, - '877455' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '146359' - }, - '1' => { - 'name' => 'cert_max', - 'type' => '21238' - }, - '2' => { - 'name' => 'data', - 'type' => '4175' - }, - '3' => { - 'name' => 'format', - 'type' => '225461' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import', - 'Source' => 'x509.c', - 'SourceLine' => '3295' - }, - '877488' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_export2', - 'Source' => 'x509.c', - 'SourceLine' => '2608' - }, - '877499' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'crt', - 'type' => '144886' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '157' - }, - '892963' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_params', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '2097' - }, - '893105' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4199' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '2054' - }, - '893501' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'fn', - 'type' => '146579' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_set_pin_function', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '2031' - }, - '896306' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'plaintext', - 'type' => '4175' - }, - '3' => { - 'name' => 'ciphertext', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_encrypt_data', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1701' - }, - '897294' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'p', - 'type' => '4175' - }, - '2' => { - 'name' => 'q', - 'type' => '4175' - }, - '3' => { - 'name' => 'g', - 'type' => '4175' - }, - '4' => { - 'name' => 'y', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_dsa_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1530' - }, - '897376' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'parameters', - 'type' => '4175' - }, - '2' => { - 'name' => 'ecpoint', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_ecc_x962', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1461' - }, - '897768' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'curve', - 'type' => '2982' - }, - '2' => { - 'name' => 'x', - 'type' => '4175' - }, - '3' => { - 'name' => 'y', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_ecc_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1405' - }, - '898116' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'm', - 'type' => '4175' - }, - '2' => { - 'name' => 'e', - 'type' => '4175' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_rsa_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1355' - }, - '898178' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_url', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1311' - }, - '898798' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'usage', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_set_key_usage', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1226' - }, - '898861' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'key', - 'type' => '4199' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_pubkey', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1187' - }, - '899050' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'key', - 'type' => '4199' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_pubkey', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1149' - }, - '899239' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '225461' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1067' - }, - '899838' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'parameters', - 'type' => '4233' - }, - '2' => { - 'name' => 'ecpoint', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_ecc_x962', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '1015' - }, - '900350' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'curve', - 'type' => '485763' - }, - '2' => { - 'name' => 'x', - 'type' => '4233' - }, - '3' => { - 'name' => 'y', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_ecc_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '960' - }, - '900643' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'p', - 'type' => '4233' - }, - '2' => { - 'name' => 'q', - 'type' => '4233' - }, - '3' => { - 'name' => 'g', - 'type' => '4233' - }, - '4' => { - 'name' => 'y', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_dsa_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '881' - }, - '901254' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'm', - 'type' => '4233' - }, - '2' => { - 'name' => 'e', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_rsa_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '826' - }, - '901525' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3626' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_key_id', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '787' - }, - '901733' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'out', - 'type' => '4233' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export2', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '721' - }, - '902198' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'format', - 'type' => '225461' - }, - '2' => { - 'name' => 'output_data', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '655' - }, - '902686' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4199' - }, - '1' => { - 'name' => 'data', - 'type' => '4175' - }, - '2' => { - 'name' => 'format', - 'type' => '839799' - }, - '3' => { - 'name' => 'keyid', - 'type' => '5023' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_openpgp_raw', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '586' - }, - '903124' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3626' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7280' - }, - '4' => { - 'name' => 'subkey', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_openpgp_key_id', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '517' - }, - '903679' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'obj', - 'type' => '883485' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_pkcs11', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '328' - }, - '904195' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'hash', - 'type' => '488340' - }, - '2' => { - 'name' => 'mand', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_preferred_hash_algorithm', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '269' - }, - '904388' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'pkey', - 'type' => '144851' - }, - '2' => { - 'name' => 'usage', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_privkey', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '236' - }, - '904590' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4199' - }, - '1' => { - 'name' => 'crq', - 'type' => '882186' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509_crq', - 'Source' => 'gnutls_pubkey.c', - 'SourceLine' => '196' - }, - '908026' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2920' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_is_secure', - 'Source' => 'sign.c', - 'SourceLine' => '137' - }, - '908104' => { - 'Header' => 'pkcs11.h', - 'Line' => '88', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1157105' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_init' - }, - '908115' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'fn', - 'type' => '146579' - }, - '2' => { - 'name' => 'userdata', - 'type' => '211' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_set_pin_function', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1017' - }, - '908126' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_import_url' - }, - '908137' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1033' - }, - '908159' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4199' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_tpm_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1233' - }, - '908181' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'usage', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_usage', - 'Source' => 'crq.c', - 'SourceLine' => '2180' - }, - '908193' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'usage', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key_usage', - 'Source' => 'x509_write.c', - 'SourceLine' => '499' - }, - '908406' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '144886' - }, - '1' => { - 'name' => 'pkcs11_crt', - 'type' => '883485' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3113' - }, - '908418' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '21238' - }, - '2' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_key_usage' - }, - '908430' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '883485' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '883691', - 'ShortName' => 'gnutls_pkcs11_obj_get_type', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2286' - }, - '908464' => { - 'Header' => 'x509.h', - 'Line' => '1232', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crq_get_pk_algorithm' - }, - '908476' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '882186' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '21238' - }, - '2' => { - 'name' => 'critical', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_usage', - 'Source' => 'crq.c', - 'SourceLine' => '1639' - }, - '908500' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '144886' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_pk_algorithm' - }, - '908524' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_preferred_key_id' - }, - '908535' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5023' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_idx' - }, - '908546' => { - 'Header' => 'openpgp.h', - 'Line' => '136', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'keyid', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_id' - }, - '908557' => { - 'Header' => 'openpgp.h', - 'Line' => '139', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'key_usage', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_usage' - }, - '908568' => { - 'Header' => 'openpgp.h', - 'Line' => '126', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_algorithm' - }, - '908590' => { - 'Header' => 'openpgp.h', - 'Line' => '100', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'bits', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_algorithm' - }, - '908601' => { - 'Header' => 'openpgp.h', - 'Line' => '108', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3626' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_key_id' - }, - '908612' => { - 'Header' => 'openpgp.h', - 'Line' => '87', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '21238' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_key_usage' - }, - '908623' => { - 'Header' => 'openpgp.h', - 'Line' => '89', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '146118' - }, - '1' => { - 'name' => 'fpr', - 'type' => '211' - }, - '2' => { - 'name' => 'fprlen', - 'type' => '7280' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_fingerprint' - }, - '921657' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'init', - 'type' => '516940' - }, - '1' => { - 'name' => 'deinit', - 'type' => '517003' - }, - '2' => { - 'name' => 'lock', - 'type' => '516979' - }, - '3' => { - 'name' => 'unlock', - 'type' => '516991' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_mutex', - 'Source' => 'locks.c', - 'SourceLine' => '51' - }, - '934712' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_record_get_discarded', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '1116' - }, - '934761' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'prestate', - 'type' => '934890' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_prestate_set', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '1082' - }, - '934896' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4233' - }, - '1' => { - 'name' => 'client_data', - 'type' => '211' - }, - '2' => { - 'name' => 'client_data_size', - 'type' => '52' - }, - '3' => { - 'name' => '_msg', - 'type' => '211' - }, - '4' => { - 'name' => 'msg_size', - 'type' => '52' - }, - '5' => { - 'name' => 'prestate', - 'type' => '934890' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_cookie_verify', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '1003' - }, - '935728' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4233' - }, - '1' => { - 'name' => 'client_data', - 'type' => '211' - }, - '2' => { - 'name' => 'client_data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'prestate', - 'type' => '934890' - }, - '4' => { - 'name' => 'ptr', - 'type' => '3086' - }, - '5' => { - 'name' => 'push_func', - 'type' => '4667' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_cookie_send', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '894' - }, - '936391' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_timeout', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '842' - }, - '936608' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'mtu', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_set_data_mtu', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '792' - }, - '936839' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_overhead_size', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '729' - }, - '937204' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'version', - 'type' => '2662' - }, - '1' => { - 'name' => 'cipher', - 'type' => '2029' - }, - '2' => { - 'name' => 'mac', - 'type' => '2305' - }, - '3' => { - 'name' => 'comp', - 'type' => '2441' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_est_record_overhead_size', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '661' - }, - '937764' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'mtu', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_mtu', - 'Source' => 'gnutls_dtls.c', - 'SourceLine' => '605' - }, - '957372' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'errno_func', - 'type' => '4797' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno_function', - 'Source' => 'system_override.c', - 'SourceLine' => '185' - }, - '957484' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'push_func', - 'type' => '4667' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_push_function', - 'Source' => 'system_override.c', - 'SourceLine' => '140' - }, - '957540' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'func', - 'type' => '4710' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_timeout_function', - 'Source' => 'system_override.c', - 'SourceLine' => '116' - }, - '957596' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'pull_func', - 'type' => '4624' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_function', - 'Source' => 'system_override.c', - 'SourceLine' => '79' - }, - '957652' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3098' - }, - '1' => { - 'name' => 'err', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno', - 'Source' => 'system_override.c', - 'SourceLine' => '59' - }, - '96167' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 's1', - 'type' => '318' - }, - '1' => { - 'name' => 's2', - 'type' => '318' - }, - '2' => { - 'name' => 'n', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_memcmp', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '70' - }, - '971322' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2391' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '5972' - }, - '3' => { - 'name' => 'hash', - 'type' => '6009' - }, - '4' => { - 'name' => 'output', - 'type' => '6020' - }, - '5' => { - 'name' => 'deinit', - 'type' => '6031' - }, - '6' => { - 'name' => 'hash_fast', - 'offset' => '0', - 'type' => '6042' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_digest', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '463' - }, - '971652' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2305' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '5782' - }, - '3' => { - 'name' => 'setkey', - 'type' => '5819' - }, - '4' => { - 'name' => 'setnonce', - 'type' => '5830' - }, - '5' => { - 'name' => 'hash', - 'type' => '5841' - }, - '6' => { - 'name' => 'output', - 'offset' => '0', - 'type' => '5852' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '5894' - }, - '8' => { - 'name' => 'hash_fast', - 'offset' => '16', - 'type' => '5905' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_mac', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '417' - }, - '972635' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2029' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '5476' - }, - '3' => { - 'name' => 'setkey', - 'type' => '5518' - }, - '4' => { - 'name' => 'aead_encrypt', - 'type' => '5683' - }, - '5' => { - 'name' => 'aead_decrypt', - 'type' => '5760' - }, - '6' => { - 'name' => 'deinit', - 'offset' => '0', - 'type' => '5771' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_aead_cipher', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '269' - }, - '972965' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2029' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '5476' - }, - '3' => { - 'name' => 'setkey', - 'type' => '5518' - }, - '4' => { - 'name' => 'setiv', - 'type' => '5560' - }, - '5' => { - 'name' => 'encrypt', - 'type' => '5571' - }, - '6' => { - 'name' => 'decrypt', - 'offset' => '0', - 'type' => '5623' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '5771' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_cipher', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '219' - }, - '988356' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '979800' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_deinit', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '793' - }, - '988420' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '979800' - }, - '1' => { - 'name' => 'verify', - 'type' => '979752' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_verify_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '781' - }, - '988479' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '979800' - }, - '1' => { - 'name' => 'cstore', - 'type' => '979694' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_commitment_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '757' - }, - '988538' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '979800' - }, - '1' => { - 'name' => 'store', - 'type' => '979641' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '736' - }, - '988597' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '988668' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tdb_init', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '711' - }, - '988757' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'type' => '979800' - }, - '2' => { - 'name' => 'host', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'type' => '110' - }, - '4' => { - 'name' => 'hash_algo', - 'type' => '2391' - }, - '5' => { - 'name' => 'hash', - 'type' => '4175' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '252' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_store_commitment', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '636' - }, - '989456' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'type' => '979800' - }, - '2' => { - 'name' => 'host', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'type' => '110' - }, - '4' => { - 'name' => 'cert_type', - 'type' => '2712' - }, - '5' => { - 'name' => 'cert', - 'type' => '4175' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '252' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_store_pubkey', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '551' - }, - '995693' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'type' => '979800' - }, - '2' => { - 'name' => 'host', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'type' => '110' - }, - '4' => { - 'name' => 'cert_type', - 'type' => '2712' - }, - '5' => { - 'name' => 'cert', - 'type' => '4175' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_verify_stored_pubkey', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '107' - } - }, - 'SymbolVersion' => { - '_ITM_deregisterTMCloneTable' => 'writev@@GLIBC_2.2.5', - '_ITM_registerTMCloneTable' => 'writev@@GLIBC_2.2.5', - '_Jv_RegisterClasses' => 'writev@@GLIBC_2.2.5', - '__gmon_start__' => 'writev@@GLIBC_2.2.5', - '__gmpz_add' => 'writev@@GLIBC_2.2.5', - '__gmpz_add_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_cdiv_q' => 'writev@@GLIBC_2.2.5', - '__gmpz_clear' => 'writev@@GLIBC_2.2.5', - '__gmpz_cmp' => 'writev@@GLIBC_2.2.5', - '__gmpz_cmp_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_fdiv_r' => 'writev@@GLIBC_2.2.5', - '__gmpz_init' => 'writev@@GLIBC_2.2.5', - '__gmpz_invert' => 'writev@@GLIBC_2.2.5', - '__gmpz_mod' => 'writev@@GLIBC_2.2.5', - '__gmpz_mul' => 'writev@@GLIBC_2.2.5', - '__gmpz_mul_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_powm' => 'writev@@GLIBC_2.2.5', - '__gmpz_probab_prime_p' => 'writev@@GLIBC_2.2.5', - '__gmpz_set' => 'writev@@GLIBC_2.2.5', - '__gmpz_set_ui' => 'writev@@GLIBC_2.2.5', - '__gmpz_sizeinbase' => 'writev@@GLIBC_2.2.5', - '__gmpz_sub' => 'writev@@GLIBC_2.2.5', - '__gmpz_sub_ui' => 'writev@@GLIBC_2.2.5', - '_gnutls_bin2hex' => '_gnutls_bin2hex@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_append_str' => '_gnutls_buffer_append_str@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_init' => '_gnutls_buffer_init@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_to_datum' => '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE_3_4', - '_gnutls_encode_ber_rs_raw' => '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4', - '_gnutls_global_init_skip' => '_gnutls_global_init_skip@@GNUTLS_3_4', - '_gnutls_hello_set_default_version' => '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_lib_simulate_error' => '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE_3_4', - '_gnutls_log' => '_gnutls_log@@GNUTLS_PRIVATE_3_4', - '_gnutls_log_level' => '_gnutls_log_level@@GNUTLS_PRIVATE_3_4', - '_gnutls_mac_to_entry' => '_gnutls_mac_to_entry@@GNUTLS_PRIVATE_3_4', - '_gnutls_mpi_log' => '_gnutls_mpi_log@@GNUTLS_PRIVATE_3_4', - '_gnutls_mpi_ops' => '_gnutls_mpi_ops@@GNUTLS_PRIVATE_3_4', - '_gnutls_pkcs12_string_to_key' => '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE_3_4', - '_gnutls_record_set_default_version' => '_gnutls_record_set_default_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_rsa_pms_set_version' => '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE_3_4', - 'deflate' => 'writev@@GLIBC_2.2.5', - 'deflateEnd' => 'writev@@GLIBC_2.2.5', - 'deflateInit2_' => 'writev@@GLIBC_2.2.5', - 'dlclose' => 'writev@@GLIBC_2.2.5', - 'dlopen' => 'writev@@GLIBC_2.2.5', - 'dlsym' => 'writev@@GLIBC_2.2.5', - 'gnutls_aead_cipher_decrypt' => 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_deinit' => 'gnutls_aead_cipher_deinit@@GNUTLS_3_4', - 'gnutls_aead_cipher_encrypt' => 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_init' => 'gnutls_aead_cipher_init@@GNUTLS_3_4', - 'gnutls_alert_get' => 'gnutls_alert_get@@GNUTLS_3_4', - 'gnutls_alert_get_name' => 'gnutls_alert_get_name@@GNUTLS_3_4', - 'gnutls_alert_get_strname' => 'gnutls_alert_get_strname@@GNUTLS_3_4', - 'gnutls_alert_send' => 'gnutls_alert_send@@GNUTLS_3_4', - 'gnutls_alert_send_appropriate' => 'gnutls_alert_send_appropriate@@GNUTLS_3_4', - 'gnutls_alpn_get_selected_protocol' => 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4', - 'gnutls_alpn_set_protocols' => 'gnutls_alpn_set_protocols@@GNUTLS_3_4', - 'gnutls_anon_allocate_client_credentials' => 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_allocate_server_credentials' => 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_client_credentials' => 'gnutls_anon_free_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_server_credentials' => 'gnutls_anon_free_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_set_params_function' => 'gnutls_anon_set_params_function@@GNUTLS_3_4', - 'gnutls_anon_set_server_dh_params' => 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_anon_set_server_params_function' => 'gnutls_anon_set_server_params_function@@GNUTLS_3_4', - 'gnutls_auth_client_get_type' => 'gnutls_auth_client_get_type@@GNUTLS_3_4', - 'gnutls_auth_get_type' => 'gnutls_auth_get_type@@GNUTLS_3_4', - 'gnutls_auth_server_get_type' => 'gnutls_auth_server_get_type@@GNUTLS_3_4', - 'gnutls_buffer_append_data' => 'gnutls_buffer_append_data@@GNUTLS_3_4', - 'gnutls_bye' => 'gnutls_bye@@GNUTLS_3_4', - 'gnutls_calloc' => 'gnutls_calloc@@GNUTLS_3_4', - 'gnutls_certificate_activation_time_peers' => 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_allocate_credentials' => 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4', - 'gnutls_certificate_client_get_request_status' => 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4', - 'gnutls_certificate_expiration_time_peers' => 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_free_ca_names' => 'gnutls_certificate_free_ca_names@@GNUTLS_3_4', - 'gnutls_certificate_free_cas' => 'gnutls_certificate_free_cas@@GNUTLS_3_4', - 'gnutls_certificate_free_credentials' => 'gnutls_certificate_free_credentials@@GNUTLS_3_4', - 'gnutls_certificate_free_crls' => 'gnutls_certificate_free_crls@@GNUTLS_3_4', - 'gnutls_certificate_free_keys' => 'gnutls_certificate_free_keys@@GNUTLS_3_4', - 'gnutls_certificate_get_crt_raw' => 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4', - 'gnutls_certificate_get_issuer' => 'gnutls_certificate_get_issuer@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_crt' => 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_key' => 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_get_ours' => 'gnutls_certificate_get_ours@@GNUTLS_3_4', - 'gnutls_certificate_get_peers' => 'gnutls_certificate_get_peers@@GNUTLS_3_4', - 'gnutls_certificate_get_peers_subkey_id' => 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4', - 'gnutls_certificate_get_trust_list' => 'gnutls_certificate_get_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_get_verify_flags' => 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_crt' => 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_key' => 'gnutls_certificate_get_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_send_x509_rdn_sequence' => 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4', - 'gnutls_certificate_server_set_request' => 'gnutls_certificate_server_set_request@@GNUTLS_3_4', - 'gnutls_certificate_set_dh_params' => 'gnutls_certificate_set_dh_params@@GNUTLS_3_4', - 'gnutls_certificate_set_flags' => 'gnutls_certificate_set_flags@@GNUTLS_3_4', - 'gnutls_certificate_set_key' => 'gnutls_certificate_set_key@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_file' => 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_function' => 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key' => 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file' => 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file2' => 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem' => 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem2' => 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_file' => 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_mem' => 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_params_function' => 'gnutls_certificate_set_params_function@@GNUTLS_3_4', - 'gnutls_certificate_set_pin_function' => 'gnutls_certificate_set_pin_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function' => 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function2' => 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4', - 'gnutls_certificate_set_trust_list' => 'gnutls_certificate_set_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_flags' => 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_function' => 'gnutls_certificate_set_verify_function@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_limits' => 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl' => 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_file' => 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_mem' => 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key' => 'gnutls_certificate_set_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file' => 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file2' => 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem' => 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem2' => 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_file' => 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_mem' => 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_system_trust' => 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust' => 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_dir' => 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_file' => 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_mem' => 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4', - 'gnutls_certificate_type_get' => 'gnutls_certificate_type_get@@GNUTLS_3_4', - 'gnutls_certificate_type_get_id' => 'gnutls_certificate_type_get_id@@GNUTLS_3_4', - 'gnutls_certificate_type_get_name' => 'gnutls_certificate_type_get_name@@GNUTLS_3_4', - 'gnutls_certificate_type_list' => 'gnutls_certificate_type_list@@GNUTLS_3_4', - 'gnutls_certificate_verification_status_print' => 'gnutls_certificate_verification_status_print@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers' => 'gnutls_certificate_verify_peers@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers2' => 'gnutls_certificate_verify_peers2@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers3' => 'gnutls_certificate_verify_peers3@@GNUTLS_3_4', - 'gnutls_check_version' => 'gnutls_check_version@@GNUTLS_3_4', - 'gnutls_cipher_add_auth' => 'gnutls_cipher_add_auth@@GNUTLS_3_4', - 'gnutls_cipher_decrypt' => 'gnutls_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_cipher_decrypt2' => 'gnutls_cipher_decrypt2@@GNUTLS_3_4', - 'gnutls_cipher_deinit' => 'gnutls_cipher_deinit@@GNUTLS_3_4', - 'gnutls_cipher_encrypt' => 'gnutls_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_cipher_encrypt2' => 'gnutls_cipher_encrypt2@@GNUTLS_3_4', - 'gnutls_cipher_get' => 'gnutls_cipher_get@@GNUTLS_3_4', - 'gnutls_cipher_get_block_size' => 'gnutls_cipher_get_block_size@@GNUTLS_3_4', - 'gnutls_cipher_get_id' => 'gnutls_cipher_get_id@@GNUTLS_3_4', - 'gnutls_cipher_get_iv_size' => 'gnutls_cipher_get_iv_size@@GNUTLS_3_4', - 'gnutls_cipher_get_key_size' => 'gnutls_cipher_get_key_size@@GNUTLS_3_4', - 'gnutls_cipher_get_name' => 'gnutls_cipher_get_name@@GNUTLS_3_4', - 'gnutls_cipher_get_tag_size' => 'gnutls_cipher_get_tag_size@@GNUTLS_3_4', - 'gnutls_cipher_init' => 'gnutls_cipher_init@@GNUTLS_3_4', - 'gnutls_cipher_list' => 'gnutls_cipher_list@@GNUTLS_3_4', - 'gnutls_cipher_set_iv' => 'gnutls_cipher_set_iv@@GNUTLS_3_4', - 'gnutls_cipher_suite_get_name' => 'gnutls_cipher_suite_get_name@@GNUTLS_3_4', - 'gnutls_cipher_suite_info' => 'gnutls_cipher_suite_info@@GNUTLS_3_4', - 'gnutls_cipher_tag' => 'gnutls_cipher_tag@@GNUTLS_3_4', - 'gnutls_compression_get' => 'gnutls_compression_get@@GNUTLS_3_4', - 'gnutls_compression_get_id' => 'gnutls_compression_get_id@@GNUTLS_3_4', - 'gnutls_compression_get_name' => 'gnutls_compression_get_name@@GNUTLS_3_4', - 'gnutls_compression_list' => 'gnutls_compression_list@@GNUTLS_3_4', - 'gnutls_credentials_clear' => 'gnutls_credentials_clear@@GNUTLS_3_4', - 'gnutls_credentials_get' => 'gnutls_credentials_get@@GNUTLS_3_4', - 'gnutls_credentials_set' => 'gnutls_credentials_set@@GNUTLS_3_4', - 'gnutls_crypto_register_aead_cipher' => 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_cipher' => 'gnutls_crypto_register_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_digest' => 'gnutls_crypto_register_digest@@GNUTLS_3_4', - 'gnutls_crypto_register_mac' => 'gnutls_crypto_register_mac@@GNUTLS_3_4', - 'gnutls_db_check_entry' => 'gnutls_db_check_entry@@GNUTLS_3_4', - 'gnutls_db_check_entry_time' => 'gnutls_db_check_entry_time@@GNUTLS_3_4', - 'gnutls_db_get_default_cache_expiration' => 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_get_ptr' => 'gnutls_db_get_ptr@@GNUTLS_3_4', - 'gnutls_db_remove_session' => 'gnutls_db_remove_session@@GNUTLS_3_4', - 'gnutls_db_set_cache_expiration' => 'gnutls_db_set_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_set_ptr' => 'gnutls_db_set_ptr@@GNUTLS_3_4', - 'gnutls_db_set_remove_function' => 'gnutls_db_set_remove_function@@GNUTLS_3_4', - 'gnutls_db_set_retrieve_function' => 'gnutls_db_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_db_set_store_function' => 'gnutls_db_set_store_function@@GNUTLS_3_4', - 'gnutls_deinit' => 'gnutls_deinit@@GNUTLS_3_4', - 'gnutls_dh_get_group' => 'gnutls_dh_get_group@@GNUTLS_3_4', - 'gnutls_dh_get_peers_public_bits' => 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4', - 'gnutls_dh_get_prime_bits' => 'gnutls_dh_get_prime_bits@@GNUTLS_3_4', - 'gnutls_dh_get_pubkey' => 'gnutls_dh_get_pubkey@@GNUTLS_3_4', - 'gnutls_dh_get_secret_bits' => 'gnutls_dh_get_secret_bits@@GNUTLS_3_4', - 'gnutls_dh_params_cpy' => 'gnutls_dh_params_cpy@@GNUTLS_3_4', - 'gnutls_dh_params_deinit' => 'gnutls_dh_params_deinit@@GNUTLS_3_4', - 'gnutls_dh_params_export2_pkcs3' => 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_pkcs3' => 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_raw' => 'gnutls_dh_params_export_raw@@GNUTLS_3_4', - 'gnutls_dh_params_generate2' => 'gnutls_dh_params_generate2@@GNUTLS_3_4', - 'gnutls_dh_params_import_pkcs3' => 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw' => 'gnutls_dh_params_import_raw@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw2' => 'gnutls_dh_params_import_raw2@@GNUTLS_3_4', - 'gnutls_dh_params_init' => 'gnutls_dh_params_init@@GNUTLS_3_4', - 'gnutls_dh_set_prime_bits' => 'gnutls_dh_set_prime_bits@@GNUTLS_3_4', - 'gnutls_digest_get_id' => 'gnutls_digest_get_id@@GNUTLS_3_4', - 'gnutls_digest_get_name' => 'gnutls_digest_get_name@@GNUTLS_3_4', - 'gnutls_digest_get_oid' => 'gnutls_digest_get_oid@@GNUTLS_3_4', - 'gnutls_digest_list' => 'gnutls_digest_list@@GNUTLS_3_4', - 'gnutls_dtls_cookie_send' => 'gnutls_dtls_cookie_send@@GNUTLS_3_4', - 'gnutls_dtls_cookie_verify' => 'gnutls_dtls_cookie_verify@@GNUTLS_3_4', - 'gnutls_dtls_get_data_mtu' => 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_mtu' => 'gnutls_dtls_get_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_timeout' => 'gnutls_dtls_get_timeout@@GNUTLS_3_4', - 'gnutls_dtls_prestate_set' => 'gnutls_dtls_prestate_set@@GNUTLS_3_4', - 'gnutls_dtls_set_data_mtu' => 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_mtu' => 'gnutls_dtls_set_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_timeouts' => 'gnutls_dtls_set_timeouts@@GNUTLS_3_4', - 'gnutls_ecc_curve_get' => 'gnutls_ecc_curve_get@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_id' => 'gnutls_ecc_curve_get_id@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_name' => 'gnutls_ecc_curve_get_name@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_oid' => 'gnutls_ecc_curve_get_oid@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_size' => 'gnutls_ecc_curve_get_size@@GNUTLS_3_4', - 'gnutls_ecc_curve_list' => 'gnutls_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_error_is_fatal' => 'gnutls_error_is_fatal@@GNUTLS_3_4', - 'gnutls_error_to_alert' => 'gnutls_error_to_alert@@GNUTLS_3_4', - 'gnutls_est_record_overhead_size' => 'gnutls_est_record_overhead_size@@GNUTLS_3_4', - 'gnutls_ext_get_data' => 'gnutls_ext_get_data@@GNUTLS_3_4', - 'gnutls_ext_register' => 'gnutls_ext_register@@GNUTLS_3_4', - 'gnutls_ext_set_data' => 'gnutls_ext_set_data@@GNUTLS_3_4', - 'gnutls_fingerprint' => 'gnutls_fingerprint@@GNUTLS_3_4', - 'gnutls_fips140_mode_enabled' => 'gnutls_fips140_mode_enabled@@GNUTLS_3_4', - 'gnutls_free' => 'gnutls_free@@GNUTLS_3_4', - 'gnutls_global_deinit' => 'gnutls_global_deinit@@GNUTLS_3_4', - 'gnutls_global_init' => 'gnutls_global_init@@GNUTLS_3_4', - 'gnutls_global_set_audit_log_function' => 'gnutls_global_set_audit_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_function' => 'gnutls_global_set_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_level' => 'gnutls_global_set_log_level@@GNUTLS_3_4', - 'gnutls_global_set_mem_functions' => 'gnutls_global_set_mem_functions@@GNUTLS_3_4', - 'gnutls_global_set_mutex' => 'gnutls_global_set_mutex@@GNUTLS_3_4', - 'gnutls_global_set_time_function' => 'gnutls_global_set_time_function@@GNUTLS_3_4', - 'gnutls_handshake' => 'gnutls_handshake@@GNUTLS_3_4', - 'gnutls_handshake_description_get_name' => 'gnutls_handshake_description_get_name@@GNUTLS_3_4', - 'gnutls_handshake_get_last_in' => 'gnutls_handshake_get_last_in@@GNUTLS_3_4', - 'gnutls_handshake_get_last_out' => 'gnutls_handshake_get_last_out@@GNUTLS_3_4', - 'gnutls_handshake_set_hook_function' => 'gnutls_handshake_set_hook_function@@GNUTLS_3_4', - 'gnutls_handshake_set_max_packet_length' => 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4', - 'gnutls_handshake_set_post_client_hello_function' => 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4', - 'gnutls_handshake_set_private_extensions' => 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4', - 'gnutls_handshake_set_random' => 'gnutls_handshake_set_random@@GNUTLS_3_4', - 'gnutls_handshake_set_timeout' => 'gnutls_handshake_set_timeout@@GNUTLS_3_4', - 'gnutls_hash' => 'gnutls_hash@@GNUTLS_3_4', - 'gnutls_hash_deinit' => 'gnutls_hash_deinit@@GNUTLS_3_4', - 'gnutls_hash_fast' => 'gnutls_hash_fast@@GNUTLS_3_4', - 'gnutls_hash_get_len' => 'gnutls_hash_get_len@@GNUTLS_3_4', - 'gnutls_hash_init' => 'gnutls_hash_init@@GNUTLS_3_4', - 'gnutls_hash_output' => 'gnutls_hash_output@@GNUTLS_3_4', - 'gnutls_heartbeat_allowed' => 'gnutls_heartbeat_allowed@@GNUTLS_3_4', - 'gnutls_heartbeat_enable' => 'gnutls_heartbeat_enable@@GNUTLS_3_4', - 'gnutls_heartbeat_get_timeout' => 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4', - 'gnutls_heartbeat_ping' => 'gnutls_heartbeat_ping@@GNUTLS_3_4', - 'gnutls_heartbeat_pong' => 'gnutls_heartbeat_pong@@GNUTLS_3_4', - 'gnutls_heartbeat_set_timeouts' => 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4', - 'gnutls_hex2bin' => 'gnutls_hex2bin@@GNUTLS_3_4', - 'gnutls_hex_decode' => 'gnutls_hex_decode@@GNUTLS_3_4', - 'gnutls_hex_decode2' => 'gnutls_hex_decode2@@GNUTLS_3_4', - 'gnutls_hex_encode' => 'gnutls_hex_encode@@GNUTLS_3_4', - 'gnutls_hex_encode2' => 'gnutls_hex_encode2@@GNUTLS_3_4', - 'gnutls_hmac' => 'gnutls_hmac@@GNUTLS_3_4', - 'gnutls_hmac_deinit' => 'gnutls_hmac_deinit@@GNUTLS_3_4', - 'gnutls_hmac_fast' => 'gnutls_hmac_fast@@GNUTLS_3_4', - 'gnutls_hmac_get_len' => 'gnutls_hmac_get_len@@GNUTLS_3_4', - 'gnutls_hmac_init' => 'gnutls_hmac_init@@GNUTLS_3_4', - 'gnutls_hmac_output' => 'gnutls_hmac_output@@GNUTLS_3_4', - 'gnutls_hmac_set_nonce' => 'gnutls_hmac_set_nonce@@GNUTLS_3_4', - 'gnutls_init' => 'gnutls_init@@GNUTLS_3_4', - 'gnutls_key_generate' => 'gnutls_key_generate@@GNUTLS_3_4', - 'gnutls_kx_get' => 'gnutls_kx_get@@GNUTLS_3_4', - 'gnutls_kx_get_id' => 'gnutls_kx_get_id@@GNUTLS_3_4', - 'gnutls_kx_get_name' => 'gnutls_kx_get_name@@GNUTLS_3_4', - 'gnutls_kx_list' => 'gnutls_kx_list@@GNUTLS_3_4', - 'gnutls_load_file' => 'gnutls_load_file@@GNUTLS_3_4', - 'gnutls_mac_get' => 'gnutls_mac_get@@GNUTLS_3_4', - 'gnutls_mac_get_id' => 'gnutls_mac_get_id@@GNUTLS_3_4', - 'gnutls_mac_get_key_size' => 'gnutls_mac_get_key_size@@GNUTLS_3_4', - 'gnutls_mac_get_name' => 'gnutls_mac_get_name@@GNUTLS_3_4', - 'gnutls_mac_get_nonce_size' => 'gnutls_mac_get_nonce_size@@GNUTLS_3_4', - 'gnutls_mac_list' => 'gnutls_mac_list@@GNUTLS_3_4', - 'gnutls_malloc' => 'gnutls_malloc@@GNUTLS_3_4', - 'gnutls_memcmp' => 'gnutls_memcmp@@GNUTLS_3_4', - 'gnutls_memset' => 'gnutls_memset@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert' => 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert_id' => 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_deinit' => 'gnutls_ocsp_req_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_req_export' => 'gnutls_ocsp_req_export@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_cert_id' => 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_extension' => 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_nonce' => 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_version' => 'gnutls_ocsp_req_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_req_import' => 'gnutls_ocsp_req_import@@GNUTLS_3_4', - 'gnutls_ocsp_req_init' => 'gnutls_ocsp_req_init@@GNUTLS_3_4', - 'gnutls_ocsp_req_print' => 'gnutls_ocsp_req_print@@GNUTLS_3_4', - 'gnutls_ocsp_req_randomize_nonce' => 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_extension' => 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_nonce' => 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_check_crt' => 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4', - 'gnutls_ocsp_resp_deinit' => 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_resp_export' => 'gnutls_ocsp_resp_export@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_certs' => 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_extension' => 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_nonce' => 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_produced' => 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder' => 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder_raw_id' => 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_response' => 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature' => 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature_algorithm' => 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_single' => 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_status' => 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_version' => 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_resp_import' => 'gnutls_ocsp_resp_import@@GNUTLS_3_4', - 'gnutls_ocsp_resp_init' => 'gnutls_ocsp_resp_init@@GNUTLS_3_4', - 'gnutls_ocsp_resp_print' => 'gnutls_ocsp_resp_print@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify' => 'gnutls_ocsp_resp_verify@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify_direct' => 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_enable_client' => 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_get' => 'gnutls_ocsp_status_request_get@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_is_checked' => 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4', - 'gnutls_oid_to_digest' => 'gnutls_oid_to_digest@@GNUTLS_3_4', - 'gnutls_oid_to_ecc_curve' => 'gnutls_oid_to_ecc_curve@@GNUTLS_3_4', - 'gnutls_oid_to_pk' => 'gnutls_oid_to_pk@@GNUTLS_3_4', - 'gnutls_oid_to_sign' => 'gnutls_oid_to_sign@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_email' => 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname' => 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname2' => 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_deinit' => 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export' => 'gnutls_openpgp_crt_export@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export2' => 'gnutls_openpgp_crt_export2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_auth_subkey' => 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_creation_time' => 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_expiration_time' => 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_fingerprint' => 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_id' => 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_usage' => 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_name' => 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_algorithm' => 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_dsa_raw' => 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_rsa_raw' => 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_preferred_key_id' => 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_revoked_status' => 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_count' => 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_creation_time' => 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_expiration_time' => 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_fingerprint' => 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_id' => 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_idx' => 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_algorithm' => 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_revoked_status' => 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_usage' => 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_version' => 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4', - 'gnutls_openpgp_crt_import' => 'gnutls_openpgp_crt_import@@GNUTLS_3_4', - 'gnutls_openpgp_crt_init' => 'gnutls_openpgp_crt_init@@GNUTLS_3_4', - 'gnutls_openpgp_crt_print' => 'gnutls_openpgp_crt_print@@GNUTLS_3_4', - 'gnutls_openpgp_crt_set_preferred_key_id' => 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_ring' => 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_self' => 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_check_id' => 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_deinit' => 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt' => 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt_count' => 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_import' => 'gnutls_openpgp_keyring_import@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_init' => 'gnutls_openpgp_keyring_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_deinit' => 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export' => 'gnutls_openpgp_privkey_export@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export2' => 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_dsa_raw' => 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_rsa_raw' => 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_dsa_raw' => 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_rsa_raw' => 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_fingerprint' => 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_key_id' => 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_pk_algorithm' => 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_preferred_key_id' => 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_revoked_status' => 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_count' => 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_creation_time' => 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_expiration_time' => 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_fingerprint' => 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_id' => 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_idx' => 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm' => 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_revoked_status' => 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_import' => 'gnutls_openpgp_privkey_import@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_init' => 'gnutls_openpgp_privkey_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sec_param' => 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_set_preferred_key_id' => 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sign_hash' => 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_openpgp_send_cert' => 'gnutls_openpgp_send_cert@@GNUTLS_3_4', - 'gnutls_openpgp_set_recv_key_function' => 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4', - 'gnutls_packet_deinit' => 'gnutls_packet_deinit@@GNUTLS_3_4', - 'gnutls_packet_get' => 'gnutls_packet_get@@GNUTLS_3_4', - 'gnutls_pcert_deinit' => 'gnutls_pcert_deinit@@GNUTLS_3_4', - 'gnutls_pcert_export_openpgp' => 'gnutls_pcert_export_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_export_x509' => 'gnutls_pcert_export_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp' => 'gnutls_pcert_import_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp_raw' => 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pcert_import_x509' => 'gnutls_pcert_import_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_list' => 'gnutls_pcert_import_x509_list@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_raw' => 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pcert_list_import_x509_raw' => 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pem_base64_decode' => 'gnutls_pem_base64_decode@@GNUTLS_3_4', - 'gnutls_pem_base64_decode2' => 'gnutls_pem_base64_decode2@@GNUTLS_3_4', - 'gnutls_pem_base64_encode' => 'gnutls_pem_base64_encode@@GNUTLS_3_4', - 'gnutls_pem_base64_encode2' => 'gnutls_pem_base64_encode2@@GNUTLS_3_4', - 'gnutls_perror' => 'gnutls_perror@@GNUTLS_3_4', - 'gnutls_pk_algorithm_get_name' => 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4', - 'gnutls_pk_bits_to_sec_param' => 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4', - 'gnutls_pk_get_id' => 'gnutls_pk_get_id@@GNUTLS_3_4', - 'gnutls_pk_get_name' => 'gnutls_pk_get_name@@GNUTLS_3_4', - 'gnutls_pk_get_oid' => 'gnutls_pk_get_oid@@GNUTLS_3_4', - 'gnutls_pk_list' => 'gnutls_pk_list@@GNUTLS_3_4', - 'gnutls_pk_to_sign' => 'gnutls_pk_to_sign@@GNUTLS_3_4', - 'gnutls_pkcs11_add_provider' => 'gnutls_pkcs11_add_provider@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_attached_extension' => 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_pubkey' => 'gnutls_pkcs11_copy_pubkey@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_secret_key' => 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_crt2' => 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_privkey2' => 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4', - 'gnutls_pkcs11_crt_is_known' => 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4', - 'gnutls_pkcs11_deinit' => 'gnutls_pkcs11_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_delete_url' => 'gnutls_pkcs11_delete_url@@GNUTLS_3_4', - 'gnutls_pkcs11_get_pin_function' => 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer' => 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer_by_dn' => 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id' => 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id@@GNUTLS_3_4', - 'gnutls_pkcs11_init' => 'gnutls_pkcs11_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_deinit' => 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export' => 'gnutls_pkcs11_obj_export@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export2' => 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export3' => 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export_url' => 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_flags_get_str' => 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_exts' => 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_flags' => 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_info' => 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_type' => 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_import_url' => 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_init' => 'gnutls_pkcs11_obj_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url3' => 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url4' => 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_info' => 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_pin_function' => 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_cpy' => 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_deinit' => 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_pubkey' => 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_url' => 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_generate3' => 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_info' => 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_pk_algorithm' => 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_import_url' => 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_init' => 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_set_pin_function' => 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_status' => 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4', - 'gnutls_pkcs11_reinit' => 'gnutls_pkcs11_reinit@@GNUTLS_3_4', - 'gnutls_pkcs11_set_pin_function' => 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_set_token_function' => 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_flags' => 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_info' => 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_mechanism' => 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_random' => 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_url' => 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4', - 'gnutls_pkcs11_token_init' => 'gnutls_pkcs11_token_init@@GNUTLS_3_4', - 'gnutls_pkcs11_token_set_pin' => 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4', - 'gnutls_pkcs11_type_get_name' => 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_decrypt' => 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_deinit' => 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_enc_info' => 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_encrypt' => 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_count' => 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_data' => 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_friendly_name' => 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_key_id' => 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_type' => 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_init' => 'gnutls_pkcs12_bag_init@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crl' => 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crt' => 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_data' => 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_friendly_name' => 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_key_id' => 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_privkey' => 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4', - 'gnutls_pkcs12_deinit' => 'gnutls_pkcs12_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_export' => 'gnutls_pkcs12_export@@GNUTLS_3_4', - 'gnutls_pkcs12_export2' => 'gnutls_pkcs12_export2@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac' => 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac2' => 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4', - 'gnutls_pkcs12_get_bag' => 'gnutls_pkcs12_get_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_import' => 'gnutls_pkcs12_import@@GNUTLS_3_4', - 'gnutls_pkcs12_init' => 'gnutls_pkcs12_init@@GNUTLS_3_4', - 'gnutls_pkcs12_mac_info' => 'gnutls_pkcs12_mac_info@@GNUTLS_3_4', - 'gnutls_pkcs12_set_bag' => 'gnutls_pkcs12_set_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_simple_parse' => 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4', - 'gnutls_pkcs12_verify_mac' => 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4', - 'gnutls_pkcs7_add_attr' => 'gnutls_pkcs7_add_attr@@GNUTLS_3_4', - 'gnutls_pkcs7_attrs_deinit' => 'gnutls_pkcs7_attrs_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_deinit' => 'gnutls_pkcs7_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crl' => 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crt' => 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_export' => 'gnutls_pkcs7_export@@GNUTLS_3_4', - 'gnutls_pkcs7_export2' => 'gnutls_pkcs7_export2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_attr' => 'gnutls_pkcs7_get_attr@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_count' => 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_raw' => 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_raw2' => 'gnutls_pkcs7_get_crl_raw2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_count' => 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_raw' => 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_raw2' => 'gnutls_pkcs7_get_crt_raw2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_embedded_data' => 'gnutls_pkcs7_get_embedded_data@@GNUTLS_3_4', - 'gnutls_pkcs7_get_embedded_data_oid' => 'gnutls_pkcs7_get_embedded_data_oid@@GNUTLS_3_4', - 'gnutls_pkcs7_get_signature_count' => 'gnutls_pkcs7_get_signature_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_signature_info' => 'gnutls_pkcs7_get_signature_info@@GNUTLS_3_4', - 'gnutls_pkcs7_import' => 'gnutls_pkcs7_import@@GNUTLS_3_4', - 'gnutls_pkcs7_init' => 'gnutls_pkcs7_init@@GNUTLS_3_4', - 'gnutls_pkcs7_print' => 'gnutls_pkcs7_print@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl' => 'gnutls_pkcs7_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl_raw' => 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt' => 'gnutls_pkcs7_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt_raw' => 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_sign' => 'gnutls_pkcs7_sign@@GNUTLS_3_4', - 'gnutls_pkcs7_signature_info_deinit' => 'gnutls_pkcs7_signature_info_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_verify' => 'gnutls_pkcs7_verify@@GNUTLS_3_4', - 'gnutls_pkcs7_verify_direct' => 'gnutls_pkcs7_verify_direct@@GNUTLS_3_4', - 'gnutls_pkcs8_info' => 'gnutls_pkcs8_info@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_name' => 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_oid' => 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4', - 'gnutls_prf' => 'gnutls_prf@@GNUTLS_3_4', - 'gnutls_prf_raw' => 'gnutls_prf_raw@@GNUTLS_3_4', - 'gnutls_prf_rfc5705' => 'gnutls_prf_rfc5705@@GNUTLS_3_4', - 'gnutls_priority_certificate_type_list' => 'gnutls_priority_certificate_type_list@@GNUTLS_3_4', - 'gnutls_priority_cipher_list' => 'gnutls_priority_cipher_list@@GNUTLS_3_4', - 'gnutls_priority_compression_list' => 'gnutls_priority_compression_list@@GNUTLS_3_4', - 'gnutls_priority_deinit' => 'gnutls_priority_deinit@@GNUTLS_3_4', - 'gnutls_priority_ecc_curve_list' => 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_priority_get_cipher_suite_index' => 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4', - 'gnutls_priority_init' => 'gnutls_priority_init@@GNUTLS_3_4', - 'gnutls_priority_kx_list' => 'gnutls_priority_kx_list@@GNUTLS_3_4', - 'gnutls_priority_mac_list' => 'gnutls_priority_mac_list@@GNUTLS_3_4', - 'gnutls_priority_protocol_list' => 'gnutls_priority_protocol_list@@GNUTLS_3_4', - 'gnutls_priority_set' => 'gnutls_priority_set@@GNUTLS_3_4', - 'gnutls_priority_set_direct' => 'gnutls_priority_set_direct@@GNUTLS_3_4', - 'gnutls_priority_sign_list' => 'gnutls_priority_sign_list@@GNUTLS_3_4', - 'gnutls_priority_string_list' => 'gnutls_priority_string_list@@GNUTLS_3_4', - 'gnutls_privkey_decrypt_data' => 'gnutls_privkey_decrypt_data@@GNUTLS_3_4', - 'gnutls_privkey_deinit' => 'gnutls_privkey_deinit@@GNUTLS_3_4', - 'gnutls_privkey_export_dsa_raw' => 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_ecc_raw' => 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_openpgp' => 'gnutls_privkey_export_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_export_pkcs11' => 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_export_rsa_raw' => 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_x509' => 'gnutls_privkey_export_x509@@GNUTLS_3_4', - 'gnutls_privkey_generate' => 'gnutls_privkey_generate@@GNUTLS_3_4', - 'gnutls_privkey_get_pk_algorithm' => 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_privkey_get_type' => 'gnutls_privkey_get_type@@GNUTLS_3_4', - 'gnutls_privkey_import_dsa_raw' => 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ecc_raw' => 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ext' => 'gnutls_privkey_import_ext@@GNUTLS_3_4', - 'gnutls_privkey_import_ext2' => 'gnutls_privkey_import_ext2@@GNUTLS_3_4', - 'gnutls_privkey_import_ext3' => 'gnutls_privkey_import_ext3@@GNUTLS_3_4', - 'gnutls_privkey_import_openpgp' => 'gnutls_privkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_import_openpgp_raw' => 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_pkcs11' => 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_import_rsa_raw' => 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_raw' => 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_url' => 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_privkey_import_url' => 'gnutls_privkey_import_url@@GNUTLS_3_4', - 'gnutls_privkey_import_x509' => 'gnutls_privkey_import_x509@@GNUTLS_3_4', - 'gnutls_privkey_import_x509_raw' => 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_privkey_init' => 'gnutls_privkey_init@@GNUTLS_3_4', - 'gnutls_privkey_set_pin_function' => 'gnutls_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_privkey_sign_data' => 'gnutls_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_privkey_sign_hash' => 'gnutls_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_privkey_status' => 'gnutls_privkey_status@@GNUTLS_3_4', - 'gnutls_privkey_verify_params' => 'gnutls_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_protocol_get_id' => 'gnutls_protocol_get_id@@GNUTLS_3_4', - 'gnutls_protocol_get_name' => 'gnutls_protocol_get_name@@GNUTLS_3_4', - 'gnutls_protocol_get_version' => 'gnutls_protocol_get_version@@GNUTLS_3_4', - 'gnutls_protocol_list' => 'gnutls_protocol_list@@GNUTLS_3_4', - 'gnutls_psk_allocate_client_credentials' => 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_allocate_server_credentials' => 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_client_get_hint' => 'gnutls_psk_client_get_hint@@GNUTLS_3_4', - 'gnutls_psk_free_client_credentials' => 'gnutls_psk_free_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_free_server_credentials' => 'gnutls_psk_free_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_server_get_username' => 'gnutls_psk_server_get_username@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials' => 'gnutls_psk_set_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials_function' => 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_params_function' => 'gnutls_psk_set_params_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_file' => 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_function' => 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_hint' => 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4', - 'gnutls_psk_set_server_dh_params' => 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_psk_set_server_params_function' => 'gnutls_psk_set_server_params_function@@GNUTLS_3_4', - 'gnutls_pubkey_deinit' => 'gnutls_pubkey_deinit@@GNUTLS_3_4', - 'gnutls_pubkey_encrypt_data' => 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4', - 'gnutls_pubkey_export' => 'gnutls_pubkey_export@@GNUTLS_3_4', - 'gnutls_pubkey_export2' => 'gnutls_pubkey_export2@@GNUTLS_3_4', - 'gnutls_pubkey_export_dsa_raw' => 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_ecc_raw' => 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_ecc_x962' => 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_export_rsa_raw' => 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_get_key_id' => 'gnutls_pubkey_get_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_key_usage' => 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_get_openpgp_key_id' => 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_pk_algorithm' => 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_get_preferred_hash_algorithm' => 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_import' => 'gnutls_pubkey_import@@GNUTLS_3_4', - 'gnutls_pubkey_import_dsa_raw' => 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_raw' => 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_x962' => 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp' => 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp_raw' => 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_pkcs11' => 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_pubkey_import_privkey' => 'gnutls_pubkey_import_privkey@@GNUTLS_3_4', - 'gnutls_pubkey_import_rsa_raw' => 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_raw' => 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_url' => 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_url' => 'gnutls_pubkey_import_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509' => 'gnutls_pubkey_import_x509@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_crq' => 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_raw' => 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pubkey_init' => 'gnutls_pubkey_init@@GNUTLS_3_4', - 'gnutls_pubkey_print' => 'gnutls_pubkey_print@@GNUTLS_3_4', - 'gnutls_pubkey_set_key_usage' => 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_set_pin_function' => 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pubkey_verify_data2' => 'gnutls_pubkey_verify_data2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_hash2' => 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_params' => 'gnutls_pubkey_verify_params@@GNUTLS_3_4', - 'gnutls_random_art' => 'gnutls_random_art@@GNUTLS_3_4', - 'gnutls_range_split' => 'gnutls_range_split@@GNUTLS_3_4', - 'gnutls_realloc' => 'gnutls_realloc@@GNUTLS_3_4', - 'gnutls_record_can_use_length_hiding' => 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4', - 'gnutls_record_check_corked' => 'gnutls_record_check_corked@@GNUTLS_3_4', - 'gnutls_record_check_pending' => 'gnutls_record_check_pending@@GNUTLS_3_4', - 'gnutls_record_cork' => 'gnutls_record_cork@@GNUTLS_3_4', - 'gnutls_record_disable_padding' => 'gnutls_record_disable_padding@@GNUTLS_3_4', - 'gnutls_record_discard_queued' => 'gnutls_record_discard_queued@@GNUTLS_3_4', - 'gnutls_record_get_direction' => 'gnutls_record_get_direction@@GNUTLS_3_4', - 'gnutls_record_get_discarded' => 'gnutls_record_get_discarded@@GNUTLS_3_4', - 'gnutls_record_get_max_size' => 'gnutls_record_get_max_size@@GNUTLS_3_4', - 'gnutls_record_get_state' => 'gnutls_record_get_state@@GNUTLS_3_4', - 'gnutls_record_overhead_size' => 'gnutls_record_overhead_size@@GNUTLS_3_4', - 'gnutls_record_recv' => 'gnutls_record_recv@@GNUTLS_3_4', - 'gnutls_record_recv_packet' => 'gnutls_record_recv_packet@@GNUTLS_3_4', - 'gnutls_record_recv_seq' => 'gnutls_record_recv_seq@@GNUTLS_3_4', - 'gnutls_record_send' => 'gnutls_record_send@@GNUTLS_3_4', - 'gnutls_record_send_range' => 'gnutls_record_send_range@@GNUTLS_3_4', - 'gnutls_record_set_max_size' => 'gnutls_record_set_max_size@@GNUTLS_3_4', - 'gnutls_record_set_state' => 'gnutls_record_set_state@@GNUTLS_3_4', - 'gnutls_record_set_timeout' => 'gnutls_record_set_timeout@@GNUTLS_3_4', - 'gnutls_record_uncork' => 'gnutls_record_uncork@@GNUTLS_3_4', - 'gnutls_register_custom_url' => 'gnutls_register_custom_url@@GNUTLS_3_4', - 'gnutls_rehandshake' => 'gnutls_rehandshake@@GNUTLS_3_4', - 'gnutls_rnd' => 'gnutls_rnd@@GNUTLS_3_4', - 'gnutls_rnd_refresh' => 'gnutls_rnd_refresh@@GNUTLS_3_4', - 'gnutls_safe_renegotiation_status' => 'gnutls_safe_renegotiation_status@@GNUTLS_3_4', - 'gnutls_sec_param_get_name' => 'gnutls_sec_param_get_name@@GNUTLS_3_4', - 'gnutls_sec_param_to_pk_bits' => 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4', - 'gnutls_sec_param_to_symmetric_bits' => 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4', - 'gnutls_secure_malloc' => 'gnutls_secure_malloc@@GNUTLS_3_4', - 'gnutls_server_name_get' => 'gnutls_server_name_get@@GNUTLS_3_4', - 'gnutls_server_name_set' => 'gnutls_server_name_set@@GNUTLS_3_4', - 'gnutls_session_channel_binding' => 'gnutls_session_channel_binding@@GNUTLS_3_4', - 'gnutls_session_enable_compatibility_mode' => 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4', - 'gnutls_session_etm_status' => 'gnutls_session_etm_status@@GNUTLS_3_4', - 'gnutls_session_ext_master_secret_status' => 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4', - 'gnutls_session_force_valid' => 'gnutls_session_force_valid@@GNUTLS_3_4', - 'gnutls_session_get_data' => 'gnutls_session_get_data@@GNUTLS_3_4', - 'gnutls_session_get_data2' => 'gnutls_session_get_data2@@GNUTLS_3_4', - 'gnutls_session_get_desc' => 'gnutls_session_get_desc@@GNUTLS_3_4', - 'gnutls_session_get_id' => 'gnutls_session_get_id@@GNUTLS_3_4', - 'gnutls_session_get_id2' => 'gnutls_session_get_id2@@GNUTLS_3_4', - 'gnutls_session_get_ptr' => 'gnutls_session_get_ptr@@GNUTLS_3_4', - 'gnutls_session_get_random' => 'gnutls_session_get_random@@GNUTLS_3_4', - 'gnutls_session_get_verify_cert_status' => 'gnutls_session_get_verify_cert_status@@GNUTLS_3_4', - 'gnutls_session_is_resumed' => 'gnutls_session_is_resumed@@GNUTLS_3_4', - 'gnutls_session_resumption_requested' => 'gnutls_session_resumption_requested@@GNUTLS_3_4', - 'gnutls_session_set_data' => 'gnutls_session_set_data@@GNUTLS_3_4', - 'gnutls_session_set_id' => 'gnutls_session_set_id@@GNUTLS_3_4', - 'gnutls_session_set_premaster' => 'gnutls_session_set_premaster@@GNUTLS_3_4', - 'gnutls_session_set_ptr' => 'gnutls_session_set_ptr@@GNUTLS_3_4', - 'gnutls_session_set_verify_cert' => 'gnutls_session_set_verify_cert@@GNUTLS_3_4', - 'gnutls_session_set_verify_cert2' => 'gnutls_session_set_verify_cert2@@GNUTLS_3_4', - 'gnutls_session_set_verify_function' => 'gnutls_session_set_verify_function@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_client' => 'gnutls_session_ticket_enable_client@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_server' => 'gnutls_session_ticket_enable_server@@GNUTLS_3_4', - 'gnutls_session_ticket_key_generate' => 'gnutls_session_ticket_key_generate@@GNUTLS_3_4', - 'gnutls_set_default_priority' => 'gnutls_set_default_priority@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get' => 'gnutls_sign_algorithm_get@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_client' => 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_requested' => 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4', - 'gnutls_sign_get_hash_algorithm' => 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4', - 'gnutls_sign_get_id' => 'gnutls_sign_get_id@@GNUTLS_3_4', - 'gnutls_sign_get_name' => 'gnutls_sign_get_name@@GNUTLS_3_4', - 'gnutls_sign_get_oid' => 'gnutls_sign_get_oid@@GNUTLS_3_4', - 'gnutls_sign_get_pk_algorithm' => 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_sign_is_secure' => 'gnutls_sign_is_secure@@GNUTLS_3_4', - 'gnutls_sign_list' => 'gnutls_sign_list@@GNUTLS_3_4', - 'gnutls_srp_1024_group_generator' => 'gnutls_srp_1024_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1024_group_prime' => 'gnutls_srp_1024_group_prime@@GNUTLS_3_4', - 'gnutls_srp_1536_group_generator' => 'gnutls_srp_1536_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1536_group_prime' => 'gnutls_srp_1536_group_prime@@GNUTLS_3_4', - 'gnutls_srp_2048_group_generator' => 'gnutls_srp_2048_group_generator@@GNUTLS_3_4', - 'gnutls_srp_2048_group_prime' => 'gnutls_srp_2048_group_prime@@GNUTLS_3_4', - 'gnutls_srp_3072_group_generator' => 'gnutls_srp_3072_group_generator@@GNUTLS_3_4', - 'gnutls_srp_3072_group_prime' => 'gnutls_srp_3072_group_prime@@GNUTLS_3_4', - 'gnutls_srp_4096_group_generator' => 'gnutls_srp_4096_group_generator@@GNUTLS_3_4', - 'gnutls_srp_4096_group_prime' => 'gnutls_srp_4096_group_prime@@GNUTLS_3_4', - 'gnutls_srp_allocate_client_credentials' => 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_allocate_server_credentials' => 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_base64_decode' => 'gnutls_srp_base64_decode@@GNUTLS_3_4', - 'gnutls_srp_base64_decode2' => 'gnutls_srp_base64_decode2@@GNUTLS_3_4', - 'gnutls_srp_base64_encode' => 'gnutls_srp_base64_encode@@GNUTLS_3_4', - 'gnutls_srp_base64_encode2' => 'gnutls_srp_base64_encode2@@GNUTLS_3_4', - 'gnutls_srp_free_client_credentials' => 'gnutls_srp_free_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_free_server_credentials' => 'gnutls_srp_free_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_server_get_username' => 'gnutls_srp_server_get_username@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials' => 'gnutls_srp_set_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials_function' => 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_prime_bits' => 'gnutls_srp_set_prime_bits@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_file' => 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_function' => 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_server_fake_salt_seed' => 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4', - 'gnutls_srp_verifier' => 'gnutls_srp_verifier@@GNUTLS_3_4', - 'gnutls_srtp_get_keys' => 'gnutls_srtp_get_keys@@GNUTLS_3_4', - 'gnutls_srtp_get_mki' => 'gnutls_srtp_get_mki@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_id' => 'gnutls_srtp_get_profile_id@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_name' => 'gnutls_srtp_get_profile_name@@GNUTLS_3_4', - 'gnutls_srtp_get_selected_profile' => 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_mki' => 'gnutls_srtp_set_mki@@GNUTLS_3_4', - 'gnutls_srtp_set_profile' => 'gnutls_srtp_set_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_profile_direct' => 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4', - 'gnutls_store_commitment' => 'gnutls_store_commitment@@GNUTLS_3_4', - 'gnutls_store_pubkey' => 'gnutls_store_pubkey@@GNUTLS_3_4', - 'gnutls_strdup' => 'gnutls_strdup@@GNUTLS_3_4', - 'gnutls_strerror' => 'gnutls_strerror@@GNUTLS_3_4', - 'gnutls_strerror_name' => 'gnutls_strerror_name@@GNUTLS_3_4', - 'gnutls_subject_alt_names_deinit' => 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4', - 'gnutls_subject_alt_names_get' => 'gnutls_subject_alt_names_get@@GNUTLS_3_4', - 'gnutls_subject_alt_names_init' => 'gnutls_subject_alt_names_init@@GNUTLS_3_4', - 'gnutls_subject_alt_names_set' => 'gnutls_subject_alt_names_set@@GNUTLS_3_4', - 'gnutls_supplemental_get_name' => 'gnutls_supplemental_get_name@@GNUTLS_3_4', - 'gnutls_supplemental_recv' => 'gnutls_supplemental_recv@@GNUTLS_3_4', - 'gnutls_supplemental_register' => 'gnutls_supplemental_register@@GNUTLS_3_4', - 'gnutls_supplemental_send' => 'gnutls_supplemental_send@@GNUTLS_3_4', - 'gnutls_system_key_add_x509' => 'gnutls_system_key_add_x509@@GNUTLS_3_4', - 'gnutls_system_key_delete' => 'gnutls_system_key_delete@@GNUTLS_3_4', - 'gnutls_system_key_iter_deinit' => 'gnutls_system_key_iter_deinit@@GNUTLS_3_4', - 'gnutls_system_key_iter_get_info' => 'gnutls_system_key_iter_get_info@@GNUTLS_3_4', - 'gnutls_system_recv_timeout' => 'gnutls_system_recv_timeout@@GNUTLS_3_4', - 'gnutls_tdb_deinit' => 'gnutls_tdb_deinit@@GNUTLS_3_4', - 'gnutls_tdb_init' => 'gnutls_tdb_init@@GNUTLS_3_4', - 'gnutls_tdb_set_store_commitment_func' => 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4', - 'gnutls_tdb_set_store_func' => 'gnutls_tdb_set_store_func@@GNUTLS_3_4', - 'gnutls_tdb_set_verify_func' => 'gnutls_tdb_set_verify_func@@GNUTLS_3_4', - 'gnutls_tpm_get_registered' => 'gnutls_tpm_get_registered@@GNUTLS_3_4', - 'gnutls_tpm_key_list_deinit' => 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4', - 'gnutls_tpm_key_list_get_url' => 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4', - 'gnutls_tpm_privkey_delete' => 'gnutls_tpm_privkey_delete@@GNUTLS_3_4', - 'gnutls_tpm_privkey_generate' => 'gnutls_tpm_privkey_generate@@GNUTLS_3_4', - 'gnutls_transport_get_int' => 'gnutls_transport_get_int@@GNUTLS_3_4', - 'gnutls_transport_get_int2' => 'gnutls_transport_get_int2@@GNUTLS_3_4', - 'gnutls_transport_get_ptr' => 'gnutls_transport_get_ptr@@GNUTLS_3_4', - 'gnutls_transport_get_ptr2' => 'gnutls_transport_get_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_errno' => 'gnutls_transport_set_errno@@GNUTLS_3_4', - 'gnutls_transport_set_errno_function' => 'gnutls_transport_set_errno_function@@GNUTLS_3_4', - 'gnutls_transport_set_int2' => 'gnutls_transport_set_int2@@GNUTLS_3_4', - 'gnutls_transport_set_ptr' => 'gnutls_transport_set_ptr@@GNUTLS_3_4', - 'gnutls_transport_set_ptr2' => 'gnutls_transport_set_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_pull_function' => 'gnutls_transport_set_pull_function@@GNUTLS_3_4', - 'gnutls_transport_set_pull_timeout_function' => 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4', - 'gnutls_transport_set_push_function' => 'gnutls_transport_set_push_function@@GNUTLS_3_4', - 'gnutls_transport_set_vec_push_function' => 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4', - 'gnutls_url_is_supported' => 'gnutls_url_is_supported@@GNUTLS_3_4', - 'gnutls_verify_stored_pubkey' => 'gnutls_verify_stored_pubkey@@GNUTLS_3_4', - 'gnutls_x509_aia_deinit' => 'gnutls_x509_aia_deinit@@GNUTLS_3_4', - 'gnutls_x509_aia_get' => 'gnutls_x509_aia_get@@GNUTLS_3_4', - 'gnutls_x509_aia_init' => 'gnutls_x509_aia_init@@GNUTLS_3_4', - 'gnutls_x509_aia_set' => 'gnutls_x509_aia_set@@GNUTLS_3_4', - 'gnutls_x509_aki_deinit' => 'gnutls_x509_aki_deinit@@GNUTLS_3_4', - 'gnutls_x509_aki_get_cert_issuer' => 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_get_id' => 'gnutls_x509_aki_get_id@@GNUTLS_3_4', - 'gnutls_x509_aki_init' => 'gnutls_x509_aki_init@@GNUTLS_3_4', - 'gnutls_x509_aki_set_cert_issuer' => 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_set_id' => 'gnutls_x509_aki_set_id@@GNUTLS_3_4', - 'gnutls_x509_crl_check_issuer' => 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crl_deinit' => 'gnutls_x509_crl_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_deinit' => 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_get' => 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_init' => 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_set' => 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4', - 'gnutls_x509_crl_export' => 'gnutls_x509_crl_export@@GNUTLS_3_4', - 'gnutls_x509_crl_export2' => 'gnutls_x509_crl_export2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_gn_serial' => 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_id' => 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_count' => 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_serial' => 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_dn_oid' => 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data' => 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data2' => 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_info' => 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_oid' => 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn' => 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn2' => 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn_by_oid' => 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_next_update' => 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_number' => 'gnutls_x509_crl_get_number@@GNUTLS_3_4', - 'gnutls_x509_crl_get_raw_issuer_dn' => 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature' => 'gnutls_x509_crl_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature_algorithm' => 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crl_get_this_update' => 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_version' => 'gnutls_x509_crl_get_version@@GNUTLS_3_4', - 'gnutls_x509_crl_import' => 'gnutls_x509_crl_import@@GNUTLS_3_4', - 'gnutls_x509_crl_init' => 'gnutls_x509_crl_init@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_crt_serial' => 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_deinit' => 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import' => 'gnutls_x509_crl_list_import@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import2' => 'gnutls_x509_crl_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crl_print' => 'gnutls_x509_crl_print@@GNUTLS_3_4', - 'gnutls_x509_crl_privkey_sign' => 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_set_authority_key_id' => 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt' => 'gnutls_x509_crl_set_crt@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt_serial' => 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_set_next_update' => 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_number' => 'gnutls_x509_crl_set_number@@GNUTLS_3_4', - 'gnutls_x509_crl_set_this_update' => 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_version' => 'gnutls_x509_crl_set_version@@GNUTLS_3_4', - 'gnutls_x509_crl_sign' => 'gnutls_x509_crl_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_sign2' => 'gnutls_x509_crl_sign2@@GNUTLS_3_4', - 'gnutls_x509_crl_verify' => 'gnutls_x509_crl_verify@@GNUTLS_3_4', - 'gnutls_x509_crq_deinit' => 'gnutls_x509_crq_deinit@@GNUTLS_3_4', - 'gnutls_x509_crq_export' => 'gnutls_x509_crq_export@@GNUTLS_3_4', - 'gnutls_x509_crq_export2' => 'gnutls_x509_crq_export2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_by_oid' => 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_data' => 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_info' => 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_basic_constraints' => 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_get_challenge_password' => 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn' => 'gnutls_x509_crq_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn2' => 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_by_oid' => 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_oid' => 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid' => 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid2' => 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data' => 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data2' => 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_info' => 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_id' => 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_purpose_oid' => 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_rsa_raw' => 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_usage' => 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_get_pk_algorithm' => 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_private_key_usage_period' => 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_get_signature_algorithm' => 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_subject_alt_name' => 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_get_subject_alt_othername_oid' => 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_version' => 'gnutls_x509_crq_get_version@@GNUTLS_3_4', - 'gnutls_x509_crq_import' => 'gnutls_x509_crq_import@@GNUTLS_3_4', - 'gnutls_x509_crq_init' => 'gnutls_x509_crq_init@@GNUTLS_3_4', - 'gnutls_x509_crq_print' => 'gnutls_x509_crq_print@@GNUTLS_3_4', - 'gnutls_x509_crq_privkey_sign' => 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_set_attribute_by_oid' => 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_basic_constraints' => 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_set_challenge_password' => 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn' => 'gnutls_x509_crq_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn_by_oid' => 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key' => 'gnutls_x509_crq_set_key@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_purpose_oid' => 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_rsa_raw' => 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_usage' => 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_set_private_key_usage_period' => 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_set_pubkey' => 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crq_set_subject_alt_name' => 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_set_version' => 'gnutls_x509_crq_set_version@@GNUTLS_3_4', - 'gnutls_x509_crq_sign' => 'gnutls_x509_crq_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_sign2' => 'gnutls_x509_crq_sign2@@GNUTLS_3_4', - 'gnutls_x509_crq_verify' => 'gnutls_x509_crq_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_check_email' => 'gnutls_x509_crt_check_email@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname' => 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname2' => 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_x509_crt_check_issuer' => 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_check_revocation' => 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4', - 'gnutls_x509_crt_cpy_crl_dist_points' => 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_deinit' => 'gnutls_x509_crt_deinit@@GNUTLS_3_4', - 'gnutls_x509_crt_export' => 'gnutls_x509_crt_export@@GNUTLS_3_4', - 'gnutls_x509_crt_export2' => 'gnutls_x509_crt_export2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_activation_time' => 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_info_access' => 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_gn_serial' => 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_id' => 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_basic_constraints' => 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_ca_status' => 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_get_crl_dist_points' => 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn' => 'gnutls_x509_crt_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn2' => 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_by_oid' => 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_oid' => 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_expiration_time' => 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid' => 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid2' => 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data' => 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data2' => 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_info' => 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_oid' => 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_fingerprint' => 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer' => 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name' => 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name2' => 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_othername_oid' => 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn' => 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn2' => 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_by_oid' => 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_oid' => 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_unique_id' => 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_id' => 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_purpose_oid' => 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_usage' => 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_get_name_constraints' => 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_algorithm' => 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_dsa_raw' => 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_ecc_raw' => 'gnutls_x509_crt_get_pk_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_rsa_raw' => 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_policy' => 'gnutls_x509_crt_get_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_preferred_hash_algorithm' => 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_private_key_usage_period' => 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_get_proxy' => 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_dn' => 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_issuer_dn' => 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_serial' => 'gnutls_x509_crt_get_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature' => 'gnutls_x509_crt_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature_algorithm' => 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject' => 'gnutls_x509_crt_get_subject@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name' => 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name2' => 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_othername_oid' => 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_key_id' => 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_unique_id' => 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_version' => 'gnutls_x509_crt_get_version@@GNUTLS_3_4', - 'gnutls_x509_crt_import' => 'gnutls_x509_crt_import@@GNUTLS_3_4', - 'gnutls_x509_crt_import_pkcs11' => 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_import_url' => 'gnutls_x509_crt_import_url@@GNUTLS_3_4', - 'gnutls_x509_crt_init' => 'gnutls_x509_crt_init@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import' => 'gnutls_x509_crt_list_import@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import2' => 'gnutls_x509_crt_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import_pkcs11' => 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_list_verify' => 'gnutls_x509_crt_list_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_print' => 'gnutls_x509_crt_print@@GNUTLS_3_4', - 'gnutls_x509_crt_privkey_sign' => 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_set_activation_time' => 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_info_access' => 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_key_id' => 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_basic_constraints' => 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_ca_status' => 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points' => 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points2' => 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq' => 'gnutls_x509_crt_set_crq@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq_extensions' => 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn' => 'gnutls_x509_crt_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn_by_oid' => 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_expiration_time' => 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_extension_by_oid' => 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_alt_name' => 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn' => 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn_by_oid' => 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_unique_id' => 'gnutls_x509_crt_set_issuer_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key' => 'gnutls_x509_crt_set_key@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_purpose_oid' => 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_usage' => 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_set_name_constraints' => 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pin_function' => 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_crt_set_policy' => 'gnutls_x509_crt_set_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_private_key_usage_period' => 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy' => 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy_dn' => 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pubkey' => 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crt_set_serial' => 'gnutls_x509_crt_set_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alt_name' => 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alternative_name' => 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_key_id' => 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_unique_id' => 'gnutls_x509_crt_set_subject_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_version' => 'gnutls_x509_crt_set_version@@GNUTLS_3_4', - 'gnutls_x509_crt_sign' => 'gnutls_x509_crt_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_sign2' => 'gnutls_x509_crt_sign2@@GNUTLS_3_4', - 'gnutls_x509_crt_verify' => 'gnutls_x509_crt_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_verify_data2' => 'gnutls_x509_crt_verify_data2@@GNUTLS_3_4', - 'gnutls_x509_dn_deinit' => 'gnutls_x509_dn_deinit@@GNUTLS_3_4', - 'gnutls_x509_dn_export' => 'gnutls_x509_dn_export@@GNUTLS_3_4', - 'gnutls_x509_dn_export2' => 'gnutls_x509_dn_export2@@GNUTLS_3_4', - 'gnutls_x509_dn_get_rdn_ava' => 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4', - 'gnutls_x509_dn_get_str' => 'gnutls_x509_dn_get_str@@GNUTLS_3_4', - 'gnutls_x509_dn_import' => 'gnutls_x509_dn_import@@GNUTLS_3_4', - 'gnutls_x509_dn_init' => 'gnutls_x509_dn_init@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_known' => 'gnutls_x509_dn_oid_known@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_name' => 'gnutls_x509_dn_oid_name@@GNUTLS_3_4', - 'gnutls_x509_ext_deinit' => 'gnutls_x509_ext_deinit@@GNUTLS_3_4', - 'gnutls_x509_ext_export_aia' => 'gnutls_x509_ext_export_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_export_authority_key_id' => 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_export_basic_constraints' => 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_crl_dist_points' => 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_export_key_purposes' => 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_export_key_usage' => 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_export_name_constraints' => 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_policies' => 'gnutls_x509_ext_export_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_export_private_key_usage_period' => 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_export_proxy' => 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_alt_names' => 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_key_id' => 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_aia' => 'gnutls_x509_ext_import_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_import_authority_key_id' => 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_basic_constraints' => 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_crl_dist_points' => 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_import_key_purposes' => 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_import_key_usage' => 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_import_name_constraints' => 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_policies' => 'gnutls_x509_ext_import_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_import_private_key_usage_period' => 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_import_proxy' => 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_alt_names' => 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_key_id' => 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_print' => 'gnutls_x509_ext_print@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_deinit' => 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_get' => 'gnutls_x509_key_purpose_get@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_init' => 'gnutls_x509_key_purpose_init@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_set' => 'gnutls_x509_key_purpose_set@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_excluded' => 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_permitted' => 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check' => 'gnutls_x509_name_constraints_check@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check_crt' => 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_deinit' => 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_excluded' => 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_permitted' => 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_init' => 'gnutls_x509_name_constraints_init@@GNUTLS_3_4', - 'gnutls_x509_othername_to_virtual' => 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4', - 'gnutls_x509_policies_deinit' => 'gnutls_x509_policies_deinit@@GNUTLS_3_4', - 'gnutls_x509_policies_get' => 'gnutls_x509_policies_get@@GNUTLS_3_4', - 'gnutls_x509_policies_init' => 'gnutls_x509_policies_init@@GNUTLS_3_4', - 'gnutls_x509_policies_set' => 'gnutls_x509_policies_set@@GNUTLS_3_4', - 'gnutls_x509_policy_release' => 'gnutls_x509_policy_release@@GNUTLS_3_4', - 'gnutls_x509_privkey_cpy' => 'gnutls_x509_privkey_cpy@@GNUTLS_3_4', - 'gnutls_x509_privkey_deinit' => 'gnutls_x509_privkey_deinit@@GNUTLS_3_4', - 'gnutls_x509_privkey_export' => 'gnutls_x509_privkey_export@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2' => 'gnutls_x509_privkey_export2@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2_pkcs8' => 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_dsa_raw' => 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_ecc_raw' => 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_pkcs8' => 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw' => 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw2' => 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_fix' => 'gnutls_x509_privkey_fix@@GNUTLS_3_4', - 'gnutls_x509_privkey_generate' => 'gnutls_x509_privkey_generate@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_key_id' => 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm' => 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm2' => 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4', - 'gnutls_x509_privkey_import' => 'gnutls_x509_privkey_import@@GNUTLS_3_4', - 'gnutls_x509_privkey_import2' => 'gnutls_x509_privkey_import2@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_dsa_raw' => 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_ecc_raw' => 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_openssl' => 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_pkcs8' => 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw' => 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw2' => 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_init' => 'gnutls_x509_privkey_init@@GNUTLS_3_4', - 'gnutls_x509_privkey_sec_param' => 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_x509_privkey_set_pin_function' => 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_privkey_sign_data' => 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_x509_privkey_sign_hash' => 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_x509_privkey_verify_params' => 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_x509_rdn_get' => 'gnutls_x509_rdn_get@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_by_oid' => 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_oid' => 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_cas' => 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_crls' => 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_named_crt' => 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_system_trust' => 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_dir' => 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_file' => 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_mem' => 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_deinit' => 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer' => 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer_by_dn' => 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer_by_subject_key_id' => 'gnutls_x509_trust_list_get_issuer_by_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_trust_list_init' => 'gnutls_x509_trust_list_init@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_deinit' => 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_get_ca' => 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_cas' => 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_file' => 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_mem' => 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt' => 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt2' => 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_named_crt' => 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4', - 'inflate' => 'writev@@GLIBC_2.2.5', - 'inflateEnd' => 'writev@@GLIBC_2.2.5', - 'inflateInit2_' => 'writev@@GLIBC_2.2.5', - 'p11_kit_config_option' => 'writev@@GLIBC_2.2.5', - 'p11_kit_message' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_finalize' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_get_flags' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_get_name' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_initialize' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_load' => 'writev@@GLIBC_2.2.5', - 'p11_kit_module_release' => 'writev@@GLIBC_2.2.5', - 'p11_kit_modules_load_and_initialize' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_file_callback' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_get_length' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_get_value' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_new_for_string' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_register_callback' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_request' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_unref' => 'writev@@GLIBC_2.2.5', - 'p11_kit_pin_unregister_callback' => 'writev@@GLIBC_2.2.5', - 'p11_kit_space_strdup' => 'writev@@GLIBC_2.2.5', - 'p11_kit_space_strlen' => 'writev@@GLIBC_2.2.5', - 'p11_kit_strerror' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_format' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_free' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_attribute' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_attributes' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_module_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_source' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_value' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_get_token_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_match_module_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_match_token_info' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_new' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_parse' => 'writev@@GLIBC_2.2.5', - 'p11_kit_uri_set_attribute' => 'writev@@GLIBC_2.2.5' - }, - 'Symbols' => { - 'libgnutls.so.30.7.0' => { - '_gnutls_bin2hex@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_append_str@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_init@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_global_init_skip@@GNUTLS_3_4' => 1, - '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_log@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_log_level@@GNUTLS_PRIVATE_3_4' => -4, - '_gnutls_mac_to_entry@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_mpi_log@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_mpi_ops@@GNUTLS_PRIVATE_3_4' => -200, - '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_record_set_default_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE_3_4' => 1, - 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_alert_get@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_name@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_strname@@GNUTLS_3_4' => 1, - 'gnutls_alert_send@@GNUTLS_3_4' => 1, - 'gnutls_alert_send_appropriate@@GNUTLS_3_4' => 1, - 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4' => 1, - 'gnutls_alpn_set_protocols@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_auth_client_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_server_get_type@@GNUTLS_3_4' => 1, - 'gnutls_buffer_append_data@@GNUTLS_3_4' => 1, - 'gnutls_bye@@GNUTLS_3_4' => 1, - 'gnutls_calloc@@GNUTLS_3_4' => -8, - 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4' => 1, - 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_ca_names@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_cas@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_crls@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_keys@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_ours@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4' => 1, - 'gnutls_certificate_server_set_request@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verification_status_print@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers3@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers@@GNUTLS_3_4' => 1, - 'gnutls_check_version@@GNUTLS_3_4' => 1, - 'gnutls_cipher_add_auth@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_block_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_id@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_iv_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_tag_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_cipher_set_iv@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_info@@GNUTLS_3_4' => 1, - 'gnutls_cipher_tag@@GNUTLS_3_4' => 1, - 'gnutls_compression_get@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_id@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_name@@GNUTLS_3_4' => 1, - 'gnutls_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_credentials_clear@@GNUTLS_3_4' => 1, - 'gnutls_credentials_get@@GNUTLS_3_4' => 1, - 'gnutls_credentials_set@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_digest@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_mac@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry_time@@GNUTLS_3_4' => 1, - 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_remove_session@@GNUTLS_3_4' => 1, - 'gnutls_db_set_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_set_remove_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_store_function@@GNUTLS_3_4' => 1, - 'gnutls_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_group@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_secret_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_cpy@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_generate2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_init@@GNUTLS_3_4' => 1, - 'gnutls_dh_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_id@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_name@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_digest_list@@GNUTLS_3_4' => 1, - 'gnutls_dtls_cookie_send@@GNUTLS_3_4' => 1, - 'gnutls_dtls_cookie_verify@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_dtls_prestate_set@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_id@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_name@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_size@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_error_is_fatal@@GNUTLS_3_4' => 1, - 'gnutls_error_to_alert@@GNUTLS_3_4' => 1, - 'gnutls_est_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_ext_get_data@@GNUTLS_3_4' => 1, - 'gnutls_ext_register@@GNUTLS_3_4' => 1, - 'gnutls_ext_set_data@@GNUTLS_3_4' => 1, - 'gnutls_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_fips140_mode_enabled@@GNUTLS_3_4' => 1, - 'gnutls_free@@GNUTLS_3_4' => -8, - 'gnutls_global_deinit@@GNUTLS_3_4' => 1, - 'gnutls_global_init@@GNUTLS_3_4' => 1, - 'gnutls_global_set_audit_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_level@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mem_functions@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mutex@@GNUTLS_3_4' => 1, - 'gnutls_global_set_time_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake@@GNUTLS_3_4' => 1, - 'gnutls_handshake_description_get_name@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_in@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_out@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_hook_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_random@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_hash@@GNUTLS_3_4' => 1, - 'gnutls_hash_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hash_fast@@GNUTLS_3_4' => 1, - 'gnutls_hash_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hash_init@@GNUTLS_3_4' => 1, - 'gnutls_hash_output@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_allowed@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_enable@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_ping@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_pong@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_hex2bin@@GNUTLS_3_4' => 1, - 'gnutls_hex_decode2@@GNUTLS_3_4' => 1, - 'gnutls_hex_decode@@GNUTLS_3_4' => 1, - 'gnutls_hex_encode2@@GNUTLS_3_4' => 1, - 'gnutls_hex_encode@@GNUTLS_3_4' => 1, - 'gnutls_hmac@@GNUTLS_3_4' => 1, - 'gnutls_hmac_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hmac_fast@@GNUTLS_3_4' => 1, - 'gnutls_hmac_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hmac_init@@GNUTLS_3_4' => 1, - 'gnutls_hmac_output@@GNUTLS_3_4' => 1, - 'gnutls_hmac_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_init@@GNUTLS_3_4' => 1, - 'gnutls_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_kx_get@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_id@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_name@@GNUTLS_3_4' => 1, - 'gnutls_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_load_file@@GNUTLS_3_4' => 1, - 'gnutls_mac_get@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_id@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_name@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_nonce_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_malloc@@GNUTLS_3_4' => -8, - 'gnutls_memcmp@@GNUTLS_3_4' => 1, - 'gnutls_memset@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_get@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_digest@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_ecc_curve@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_pk@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_sign@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_send_cert@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4' => 1, - 'gnutls_packet_deinit@@GNUTLS_3_4' => 1, - 'gnutls_packet_get@@GNUTLS_3_4' => 1, - 'gnutls_pcert_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_list@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_perror@@GNUTLS_3_4' => 1, - 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_id@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_pk_list@@GNUTLS_3_4' => 1, - 'gnutls_pk_to_sign@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_add_provider@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_delete_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_reinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_get_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_mac_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_set_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_add_attr@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_attrs_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_attr@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_raw2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_raw2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_embedded_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_embedded_data_oid@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_signature_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_signature_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_print@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_sign@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_signature_info_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_verify@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_verify_direct@@GNUTLS_3_4' => 1, - 'gnutls_pkcs8_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_prf@@GNUTLS_3_4' => 1, - 'gnutls_prf_raw@@GNUTLS_3_4' => 1, - 'gnutls_prf_rfc5705@@GNUTLS_3_4' => 1, - 'gnutls_priority_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_deinit@@GNUTLS_3_4' => 1, - 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4' => 1, - 'gnutls_priority_init@@GNUTLS_3_4' => 1, - 'gnutls_priority_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_set@@GNUTLS_3_4' => 1, - 'gnutls_priority_set_direct@@GNUTLS_3_4' => 1, - 'gnutls_priority_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_string_list@@GNUTLS_3_4' => 1, - 'gnutls_privkey_decrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_type@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext2@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext3@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_id@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_name@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_version@@GNUTLS_3_4' => 1, - 'gnutls_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_client_get_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_print@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_data2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_random_art@@GNUTLS_3_4' => 1, - 'gnutls_range_split@@GNUTLS_3_4' => 1, - 'gnutls_realloc@@GNUTLS_3_4' => -8, - 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4' => 1, - 'gnutls_record_check_corked@@GNUTLS_3_4' => 1, - 'gnutls_record_check_pending@@GNUTLS_3_4' => 1, - 'gnutls_record_cork@@GNUTLS_3_4' => 1, - 'gnutls_record_disable_padding@@GNUTLS_3_4' => 1, - 'gnutls_record_discard_queued@@GNUTLS_3_4' => 1, - 'gnutls_record_get_direction@@GNUTLS_3_4' => 1, - 'gnutls_record_get_discarded@@GNUTLS_3_4' => 1, - 'gnutls_record_get_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_get_state@@GNUTLS_3_4' => 1, - 'gnutls_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_record_recv@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_packet@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_seq@@GNUTLS_3_4' => 1, - 'gnutls_record_send@@GNUTLS_3_4' => 1, - 'gnutls_record_send_range@@GNUTLS_3_4' => 1, - 'gnutls_record_set_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_set_state@@GNUTLS_3_4' => 1, - 'gnutls_record_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_record_uncork@@GNUTLS_3_4' => 1, - 'gnutls_register_custom_url@@GNUTLS_3_4' => 1, - 'gnutls_rehandshake@@GNUTLS_3_4' => 1, - 'gnutls_rnd@@GNUTLS_3_4' => 1, - 'gnutls_rnd_refresh@@GNUTLS_3_4' => 1, - 'gnutls_safe_renegotiation_status@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4' => 1, - 'gnutls_secure_malloc@@GNUTLS_3_4' => -8, - 'gnutls_server_name_get@@GNUTLS_3_4' => 1, - 'gnutls_server_name_set@@GNUTLS_3_4' => 1, - 'gnutls_session_channel_binding@@GNUTLS_3_4' => 1, - 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4' => 1, - 'gnutls_session_etm_status@@GNUTLS_3_4' => 1, - 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4' => 1, - 'gnutls_session_force_valid@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data@@GNUTLS_3_4' => 1, - 'gnutls_session_get_desc@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id@@GNUTLS_3_4' => 1, - 'gnutls_session_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_get_random@@GNUTLS_3_4' => 1, - 'gnutls_session_get_verify_cert_status@@GNUTLS_3_4' => 1, - 'gnutls_session_is_resumed@@GNUTLS_3_4' => 1, - 'gnutls_session_resumption_requested@@GNUTLS_3_4' => 1, - 'gnutls_session_set_data@@GNUTLS_3_4' => 1, - 'gnutls_session_set_id@@GNUTLS_3_4' => 1, - 'gnutls_session_set_premaster@@GNUTLS_3_4' => 1, - 'gnutls_session_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_cert2@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_cert@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_function@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_server@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_set_default_priority@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_id@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_is_secure@@GNUTLS_3_4' => 1, - 'gnutls_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_srp_1024_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1024_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4' => 1, - 'gnutls_srp_verifier@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_keys@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_id@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_name@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4' => 1, - 'gnutls_store_commitment@@GNUTLS_3_4' => 1, - 'gnutls_store_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_strdup@@GNUTLS_3_4' => -8, - 'gnutls_strerror@@GNUTLS_3_4' => 1, - 'gnutls_strerror_name@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_get@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_init@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_set@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_get_name@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_recv@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_register@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_send@@GNUTLS_3_4' => 1, - 'gnutls_system_key_add_x509@@GNUTLS_3_4' => 1, - 'gnutls_system_key_delete@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_get_info@@GNUTLS_3_4' => 1, - 'gnutls_system_recv_timeout@@GNUTLS_3_4' => 1, - 'gnutls_tdb_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tdb_init@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_verify_func@@GNUTLS_3_4' => 1, - 'gnutls_tpm_get_registered@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_delete@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_push_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4' => 1, - 'gnutls_url_is_supported@@GNUTLS_3_4' => 1, - 'gnutls_verify_stored_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_url@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_verify_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_str@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_known@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_policy_release@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_fix@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer_by_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4' => 1 - } - }, - 'Target' => 'unix', - 'TypeInfo' => { - '1' => { - 'Name' => 'void', - 'Type' => 'Intrinsic' - }, - '1002' => { - 'BaseType' => '235', - 'Name' => 'char**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10094' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '200', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '9947' - }, - '1' => { - 'name' => 'mac', - 'offset' => '80', - 'type' => '9958' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_mac', - 'offset' => '136', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'ssl_hmac', - 'offset' => '136', - 'type' => '145' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'non_null', - 'offset' => '136', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'etm', - 'offset' => '136', - 'type' => '145' - }, - '6' => { - 'name' => 'tag_size', - 'offset' => '144', - 'type' => '52' - } - }, - 'Name' => 'struct auth_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '152', - 'Type' => 'Struct' - }, - '10105' => { - 'Header' => 'gnutls_compress.h', - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '211' - }, - '1' => { - 'name' => 'algo', - 'offset' => '8', - 'type' => '2441' - } - }, - 'Name' => 'struct comp_hd_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1011563' => { - 'BaseType' => '164', - 'Header' => 'types.h', - 'Line' => '194', - 'Name' => 'int8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '10142' => { - 'BaseType' => '10105', - 'Header' => 'gnutls_compress.h', - 'Line' => '41', - 'Name' => 'comp_hd_st', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '1015619' => { - 'BaseType' => '1015630', - 'Header' => 'tpm.h', - 'Line' => '36', - 'Name' => 'gnutls_tpm_key_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1015630' => { - 'BaseType' => '1015636', - 'Name' => 'struct tpm_key_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1015636' => { - 'Line' => '183', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '1025525' - }, - '1' => { - 'name' => 'ki', - 'offset' => '8', - 'type' => '1027088' - }, - '2' => { - 'name' => 'tpm_ctx', - 'offset' => '16', - 'type' => '1025586' - } - }, - 'Name' => 'struct tpm_key_list_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'tpm.c', - 'Type' => 'Struct' - }, - '1015715' => { - 'Header' => 'tpm.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_TPMKEY_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_TPMKEY_FMT_DER', - 'value' => '0' - }, - '2' => { - 'name' => 'GNUTLS_TPMKEY_FMT_CTK_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_tpmkey_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1025492' => { - 'BaseType' => '946', - 'Header' => 'platform.h', - 'Line' => '17', - 'Name' => 'BYTE', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '1025503' => { - 'BaseType' => '1011563', - 'Header' => 'platform.h', - 'Line' => '18', - 'Name' => 'TSS_BOOL', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '1025514' => { - 'BaseType' => '957', - 'Header' => 'platform.h', - 'Line' => '19', - 'Name' => 'UINT16', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '1025525' => { - 'BaseType' => '968', - 'Header' => 'platform.h', - 'Line' => '20', - 'Name' => 'UINT32', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1025547' => { - 'BaseType' => '1025492', - 'Name' => 'BYTE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1025553' => { - 'BaseType' => '1025525', - 'Header' => 'tss_typedef.h', - 'Line' => '17', - 'Name' => 'TSS_FLAG', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1025575' => { - 'BaseType' => '1025525', - 'Header' => 'tss_typedef.h', - 'Line' => '20', - 'Name' => 'TSS_HOBJECT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1025586' => { - 'BaseType' => '1025575', - 'Header' => 'tss_typedef.h', - 'Line' => '21', - 'Name' => 'TSS_HCONTEXT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1025652' => { - 'Header' => 'tss_structs.h', - 'Line' => '14', - 'Memb' => { - '0' => { - 'name' => 'bMajor', - 'offset' => '0', - 'type' => '1025492' - }, - '1' => { - 'name' => 'bMinor', - 'offset' => '1', - 'type' => '1025492' - }, - '2' => { - 'name' => 'bRevMajor', - 'offset' => '2', - 'type' => '1025492' - }, - '3' => { - 'name' => 'bRevMinor', - 'offset' => '3', - 'type' => '1025492' - } - }, - 'Name' => 'struct tdTSS_VERSION', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '1025713' => { - 'BaseType' => '1025652', - 'Header' => 'tss_structs.h', - 'Line' => '20', - 'Name' => 'TSS_VERSION', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1025724' => { - 'Header' => 'tss_structs.h', - 'Line' => '62', - 'Memb' => { - '0' => { - 'name' => 'ulTimeLow', - 'offset' => '0', - 'type' => '1025525' - }, - '1' => { - 'name' => 'usTimeMid', - 'offset' => '4', - 'type' => '1025514' - }, - '2' => { - 'name' => 'usTimeHigh', - 'offset' => '6', - 'type' => '1025514' - }, - '3' => { - 'name' => 'bClockSeqHigh', - 'offset' => '8', - 'type' => '1025492' - }, - '4' => { - 'name' => 'bClockSeqLow', - 'offset' => '9', - 'type' => '1025492' - }, - '5' => { - 'name' => 'rgbNode', - 'offset' => '10', - 'type' => '1025809' - } - }, - 'Name' => 'struct tdTSS_UUID', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1025809' => { - 'BaseType' => '1025492', - 'Name' => 'BYTE[6]', - 'Size' => '6', - 'Type' => 'Array' - }, - '1025825' => { - 'BaseType' => '1025724', - 'Header' => 'tss_structs.h', - 'Line' => '70', - 'Name' => 'TSS_UUID', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '1025841' => { - 'Header' => 'tss_structs.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'versionInfo', - 'offset' => '0', - 'type' => '1025713' - }, - '1' => { - 'name' => 'keyUUID', - 'offset' => '4', - 'type' => '1025825' - }, - '2' => { - 'name' => 'parentKeyUUID', - 'offset' => '20', - 'type' => '1025825' - }, - '3' => { - 'name' => 'bAuthDataUsage', - 'offset' => '36', - 'type' => '1025492' - }, - '4' => { - 'name' => 'persistentStorageType', - 'offset' => '40', - 'type' => '1025553' - }, - '5' => { - 'name' => 'persistentStorageTypeParent', - 'offset' => '44', - 'type' => '1025553' - }, - '6' => { - 'name' => 'fIsLoaded', - 'offset' => '48', - 'type' => '1025503' - }, - '7' => { - 'name' => 'ulVendorDataLength', - 'offset' => '52', - 'type' => '1025525' - }, - '8' => { - 'name' => 'rgbVendorData', - 'offset' => '56', - 'type' => '1025547' - } - }, - 'Name' => 'struct tdTSS_KM_KEYINFO2', - 'PrivateABI' => 1, - 'Size' => '64', - 'Type' => 'Struct' - }, - '1025962' => { - 'BaseType' => '1025841', - 'Header' => 'tss_structs.h', - 'Line' => '101', - 'Name' => 'TSS_KM_KEYINFO2', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '1027088' => { - 'BaseType' => '1025962', - 'Name' => 'TSS_KM_KEYINFO2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1029014' => { - 'BaseType' => '1015619', - 'Name' => 'gnutls_tpm_key_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '103' => { - 'Name' => 'unsigned short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '10488' => { - 'BaseType' => '946', - 'Name' => 'uint8_t[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '10504' => { - 'BaseType' => '946', - 'Name' => 'uint8_t[48]', - 'Size' => '48', - 'Type' => 'Array' - }, - '10520' => { - 'BaseType' => '946', - 'Name' => 'uint8_t[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '10536' => { - 'BaseType' => '9313', - 'Name' => 'version_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10542' => { - 'Header' => 'gnutls_int.h', - 'Line' => '587', - 'Memb' => { - '0' => { - 'name' => 'entity', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'kx_algorithm', - 'offset' => '4', - 'type' => '2149' - }, - '10' => { - 'name' => 'server_random', - 'offset' => '104', - 'type' => '10520' - }, - '11' => { - 'name' => 'session_id', - 'offset' => '136', - 'type' => '10520' - }, - '12' => { - 'name' => 'session_id_size', - 'offset' => '168', - 'type' => '946' - }, - '13' => { - 'name' => 'timestamp', - 'offset' => '176', - 'type' => '252' - }, - '14' => { - 'name' => 'max_record_send_size', - 'offset' => '184', - 'type' => '957' - }, - '15' => { - 'name' => 'max_record_recv_size', - 'offset' => '186', - 'type' => '957' - }, - '16' => { - 'name' => 'cert_type', - 'offset' => '188', - 'type' => '2712' - }, - '17' => { - 'name' => 'ecc_curve', - 'offset' => '192', - 'type' => '2982' - }, - '18' => { - 'name' => 'server_sign_algo', - 'offset' => '196', - 'type' => '2920' - }, - '19' => { - 'name' => 'client_sign_algo', - 'offset' => '200', - 'type' => '2920' - }, - '2' => { - 'name' => 'epoch_read', - 'offset' => '8', - 'type' => '957' - }, - '20' => { - 'name' => 'ext_master_secret', - 'offset' => '204', - 'type' => '946' - }, - '21' => { - 'name' => 'etm', - 'offset' => '205', - 'type' => '946' - }, - '22' => { - 'name' => 'do_recv_supplemental', - 'offset' => '208', - 'type' => '75' - }, - '23' => { - 'name' => 'do_send_supplemental', - 'offset' => '212', - 'type' => '75' - }, - '24' => { - 'name' => 'pversion', - 'offset' => '216', - 'type' => '10536' - }, - '3' => { - 'name' => 'epoch_write', - 'offset' => '10', - 'type' => '957' - }, - '4' => { - 'name' => 'epoch_next', - 'offset' => '12', - 'type' => '957' - }, - '5' => { - 'name' => 'epoch_min', - 'offset' => '14', - 'type' => '957' - }, - '6' => { - 'name' => 'cipher_suite', - 'offset' => '16', - 'type' => '10488' - }, - '7' => { - 'name' => 'compression_method', - 'offset' => '20', - 'type' => '2441' - }, - '8' => { - 'name' => 'master_secret', - 'offset' => '24', - 'type' => '10504' - }, - '9' => { - 'name' => 'client_random', - 'offset' => '72', - 'type' => '10520' - } - }, - 'Name' => 'struct security_parameters_st', - 'PrivateABI' => 1, - 'Size' => '224', - 'Type' => 'Struct' - }, - '10554' => { - 'BaseType' => '979', - 'Name' => 'uint64_t[64]', - 'Size' => '512', - 'Type' => 'Array' - }, - '10606' => { - 'BaseType' => '145', - 'Name' => 'unsigned int[32]', - 'Size' => '128', - 'Type' => 'Array' - }, - '10622' => { - 'Header' => 'gnutls_int.h', - 'Line' => '635', - 'Memb' => { - '0' => { - 'name' => 'priority', - 'offset' => '0', - 'type' => '10606' - }, - '1' => { - 'name' => 'algorithms', - 'offset' => '128', - 'type' => '145' - } - }, - 'Name' => 'struct priority_st', - 'PrivateABI' => 1, - 'Size' => '132', - 'Type' => 'Struct' - }, - '10672' => { - 'Header' => 'gnutls_int.h', - 'Line' => '642', - 'Memb' => { - '0' => { - 'name' => 'SR_DISABLED', - 'value' => '0' - }, - '1' => { - 'name' => 'SR_UNSAFE', - 'value' => '1' - }, - '2' => { - 'name' => 'SR_PARTIAL', - 'value' => '2' - }, - '3' => { - 'name' => 'SR_SAFE', - 'value' => '3' - } - }, - 'Name' => 'enum safe_renegotiation_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '10720' => { - 'Header' => 'gnutls_int.h', - 'Line' => '707', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '3185' - }, - '1' => { - 'name' => 'free_dh_params', - 'offset' => '8', - 'type' => '75' - } - }, - 'Name' => 'struct internal_params_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '10911' => { - 'Header' => 'gnutls_int.h', - 'Line' => '744', - 'Memb' => { - '0' => { - 'name' => 'cookie', - 'offset' => '0', - 'type' => '10520' - }, - '1' => { - 'name' => 'cookie_len', - 'offset' => '32', - 'type' => '946' - }, - '10' => { - 'name' => 'async_term', - 'offset' => '56', - 'type' => '252' - }, - '11' => { - 'name' => 'last_retransmit', - 'offset' => '64', - 'type' => '274' - }, - '12' => { - 'name' => 'packets_dropped', - 'offset' => '80', - 'type' => '145' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '34', - 'type' => '957' - }, - '3' => { - 'name' => 'hsk_read_seq', - 'offset' => '36', - 'type' => '145' - }, - '4' => { - 'name' => 'mtu', - 'offset' => '40', - 'type' => '957' - }, - '5' => { - 'name' => 'flight_init', - 'offset' => '42', - 'type' => '8952' - }, - '6' => { - 'name' => 'last_flight', - 'offset' => '43', - 'type' => '8952' - }, - '7' => { - 'name' => 'retrans_timeout_ms', - 'offset' => '44', - 'type' => '145' - }, - '8' => { - 'name' => 'hsk_hello_verify_requests', - 'offset' => '48', - 'type' => '145' - }, - '9' => { - 'name' => 'actual_retrans_timeout_ms', - 'offset' => '52', - 'type' => '145' - } - }, - 'Name' => 'struct dtls_st', - 'PrivateABI' => 1, - 'Size' => '88', - 'Type' => 'Struct' - }, - '10923' => { - 'Header' => 'gnutls_int.h', - 'Line' => '941', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '957' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '5011' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '8952' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-941', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '10972' => { - 'Header' => 'gnutls_int.h', - 'Line' => '947', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '957' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '5011' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '8952' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-947', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '110' => { - 'BaseType' => '128', - 'Name' => 'char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1109742' => { - 'BaseType' => '754908', - 'Name' => 'gnutls_custom_url_st const', - 'Size' => '64', - 'Type' => 'Const' - }, - '1110287' => { - 'BaseType' => '1109742', - 'Name' => 'gnutls_custom_url_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1137264' => { - 'BaseType' => '1137275', - 'Header' => 'system-keys.h', - 'Line' => '41', - 'Name' => 'gnutls_system_key_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1137275' => { - 'BaseType' => '1137281', - 'Name' => 'struct system_key_iter_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1137281' => { - 'Name' => 'struct system_key_iter_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '1137702' => { - 'BaseType' => '1137264', - 'Name' => 'gnutls_system_key_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1144009' => { - 'Header' => 'pkcs11.h', - 'Line' => '164', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_URL_GENERIC', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB_VERSION', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_pkcs11_url_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1144094' => { - 'Header' => 'pkcs11.h', - 'Line' => '290', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID_HEX', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LABEL', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_LABEL', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_SERIAL', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MANUFACTURER', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MODEL', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID', - 'value' => '7' - }, - '7' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_VERSION', - 'value' => '8' - }, - '8' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_DESCRIPTION', - 'value' => '9' - }, - '9' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_MANUFACTURER', - 'value' => '10' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1144150' => { - 'Header' => 'pkcs11.h', - 'Line' => '325', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_LABEL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_SERIAL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MANUFACTURER', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MODEL', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MODNAME', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_pkcs11_token_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1152576' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '186', - 'Name' => 'ck_flags_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1152587' => { - 'Header' => 'pkcs11.h', - 'Line' => '188', - 'Memb' => { - '0' => { - 'name' => 'major', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'minor', - 'offset' => '1', - 'type' => '152' - } - }, - 'Name' => 'struct ck_version', - 'Size' => '2', - 'Type' => 'Struct' - }, - '1152624' => { - 'Header' => 'pkcs11.h', - 'Line' => '195', - 'Memb' => { - '0' => { - 'name' => 'cryptoki_version', - 'offset' => '0', - 'type' => '1152587' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '2', - 'type' => '1152697' - }, - '2' => { - 'name' => 'flags', - 'offset' => '40', - 'type' => '1152576' - }, - '3' => { - 'name' => 'library_description', - 'offset' => '48', - 'type' => '1152697' - }, - '4' => { - 'name' => 'library_version', - 'offset' => '80', - 'type' => '1152587' - } - }, - 'Name' => 'struct ck_info', - 'Size' => '88', - 'Type' => 'Struct' - }, - '1152697' => { - 'BaseType' => '152', - 'Name' => 'unsigned char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '1152713' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '205', - 'Name' => 'ck_notification_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1152724' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '210', - 'Name' => 'ck_slot_id_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1152735' => { - 'Header' => 'pkcs11.h', - 'Line' => '213', - 'Memb' => { - '0' => { - 'name' => 'slot_description', - 'offset' => '0', - 'type' => '1152808' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '64', - 'type' => '1152697' - }, - '2' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '1152576' - }, - '3' => { - 'name' => 'hardware_version', - 'offset' => '104', - 'type' => '1152587' - }, - '4' => { - 'name' => 'firmware_version', - 'offset' => '106', - 'type' => '1152587' - } - }, - 'Name' => 'struct ck_slot_info', - 'Size' => '112', - 'Type' => 'Struct' - }, - '1152808' => { - 'BaseType' => '152', - 'Name' => 'unsigned char[64]', - 'Size' => '64', - 'Type' => 'Array' - }, - '1152824' => { - 'Header' => 'pkcs11.h', - 'Line' => '229', - 'Memb' => { - '0' => { - 'name' => 'label', - 'offset' => '0', - 'type' => '1152697' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '32', - 'type' => '1152697' - }, - '10' => { - 'name' => 'min_pin_len', - 'offset' => '144', - 'type' => '68' - }, - '11' => { - 'name' => 'total_public_memory', - 'offset' => '152', - 'type' => '68' - }, - '12' => { - 'name' => 'free_public_memory', - 'offset' => '160', - 'type' => '68' - }, - '13' => { - 'name' => 'total_private_memory', - 'offset' => '168', - 'type' => '68' - }, - '14' => { - 'name' => 'free_private_memory', - 'offset' => '176', - 'type' => '68' - }, - '15' => { - 'name' => 'hardware_version', - 'offset' => '184', - 'type' => '1152587' - }, - '16' => { - 'name' => 'firmware_version', - 'offset' => '186', - 'type' => '1152587' - }, - '17' => { - 'name' => 'utc_time', - 'offset' => '188', - 'type' => '1153053' - }, - '2' => { - 'name' => 'model', - 'offset' => '64', - 'type' => '1153053' - }, - '3' => { - 'name' => 'serial_number', - 'offset' => '80', - 'type' => '1153053' - }, - '4' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '1152576' - }, - '5' => { - 'name' => 'max_session_count', - 'offset' => '104', - 'type' => '68' - }, - '6' => { - 'name' => 'session_count', - 'offset' => '112', - 'type' => '68' - }, - '7' => { - 'name' => 'max_rw_session_count', - 'offset' => '120', - 'type' => '68' - }, - '8' => { - 'name' => 'rw_session_count', - 'offset' => '128', - 'type' => '68' - }, - '9' => { - 'name' => 'max_pin_len', - 'offset' => '136', - 'type' => '68' - } - }, - 'Name' => 'struct ck_token_info', - 'Size' => '208', - 'Type' => 'Struct' - }, - '1153053' => { - 'BaseType' => '152', - 'Name' => 'unsigned char[16]', - 'Size' => '16', - 'Type' => 'Array' - }, - '1153069' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '275', - 'Name' => 'ck_session_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153081' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '280', - 'Name' => 'ck_user_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153093' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '287', - 'Name' => 'ck_state_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153105' => { - 'Header' => 'pkcs11.h', - 'Line' => '296', - 'Memb' => { - '0' => { - 'name' => 'slot_id', - 'offset' => '0', - 'type' => '1152724' - }, - '1' => { - 'name' => 'state', - 'offset' => '8', - 'type' => '1153093' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '1152576' - }, - '3' => { - 'name' => 'device_error', - 'offset' => '24', - 'type' => '68' - } - }, - 'Name' => 'struct ck_session_info', - 'Size' => '32', - 'Type' => 'Struct' - }, - '1153171' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '308', - 'Name' => 'ck_object_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153219' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '370', - 'Name' => 'ck_attribute_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153231' => { - 'Header' => 'pkcs11.h', - 'Line' => '459', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '1153219' - }, - '1' => { - 'name' => 'value', - 'offset' => '8', - 'type' => '211' - }, - '2' => { - 'name' => 'value_len', - 'offset' => '16', - 'type' => '68' - } - }, - 'Name' => 'struct ck_attribute', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1153284' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '475', - 'Name' => 'ck_mechanism_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153296' => { - 'Header' => 'pkcs11.h', - 'Line' => '719', - 'Memb' => { - '0' => { - 'name' => 'mechanism', - 'offset' => '0', - 'type' => '1153284' - }, - '1' => { - 'name' => 'parameter', - 'offset' => '8', - 'type' => '211' - }, - '2' => { - 'name' => 'parameter_len', - 'offset' => '16', - 'type' => '68' - } - }, - 'Name' => 'struct ck_mechanism', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1153349' => { - 'Header' => 'pkcs11.h', - 'Line' => '727', - 'Memb' => { - '0' => { - 'name' => 'min_key_size', - 'offset' => '0', - 'type' => '68' - }, - '1' => { - 'name' => 'max_key_size', - 'offset' => '8', - 'type' => '68' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '1152576' - } - }, - 'Name' => 'struct ck_mechanism_info', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1153402' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '754', - 'Name' => 'ck_rv_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153414' => { - 'BaseType' => '1153426', - 'Header' => 'pkcs11.h', - 'Line' => '757', - 'Name' => 'ck_notify_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153426' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_notification_t, void*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1152713' - }, - '2' => { - 'type' => '211' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1153457' => { - 'BaseType' => '1153469', - 'Header' => 'pkcs11.h', - 'Line' => '767', - 'Name' => 'CK_C_Initialize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153469' => { - 'Name' => 'ck_rv_t(*)(void*)', - 'Param' => { - '0' => { - 'type' => '211' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1153490' => { - 'BaseType' => '1153469', - 'Header' => 'pkcs11.h', - 'Line' => '768', - 'Name' => 'CK_C_Finalize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153502' => { - 'BaseType' => '1153514', - 'Header' => 'pkcs11.h', - 'Line' => '769', - 'Name' => 'CK_C_GetInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153514' => { - 'Name' => 'ck_rv_t(*)(struct ck_info*)', - 'Param' => { - '0' => { - 'type' => '1153535' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1153535' => { - 'BaseType' => '1152624', - 'Name' => 'struct ck_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1153541' => { - 'BaseType' => '1153553', - 'Header' => 'pkcs11.h', - 'Line' => '770', - 'Name' => 'CK_C_GetFunctionList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1153553' => { - 'Name' => 'ck_rv_t(*)(struct ck_function_list**)', - 'Param' => { - '0' => { - 'type' => '1153574' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1153574' => { - 'BaseType' => '1153580', - 'Name' => 'struct ck_function_list**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1153580' => { - 'BaseType' => '1153586', - 'Name' => 'struct ck_function_list*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1153586' => { - 'Header' => 'pkcs11.h', - 'Line' => '1044', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '1152587' - }, - '1' => { - 'name' => 'C_Initialize', - 'offset' => '8', - 'type' => '1153457' - }, - '10' => { - 'name' => 'C_InitToken', - 'offset' => '80', - 'type' => '1154819' - }, - '11' => { - 'name' => 'C_InitPIN', - 'offset' => '88', - 'type' => '1154867' - }, - '12' => { - 'name' => 'C_SetPIN', - 'offset' => '96', - 'type' => '1154910' - }, - '13' => { - 'name' => 'C_OpenSession', - 'offset' => '104', - 'type' => '1154963' - }, - '14' => { - 'name' => 'C_CloseSession', - 'offset' => '112', - 'type' => '1155022' - }, - '15' => { - 'name' => 'C_CloseAllSessions', - 'offset' => '120', - 'type' => '1155055' - }, - '16' => { - 'name' => 'C_GetSessionInfo', - 'offset' => '128', - 'type' => '1155088' - }, - '17' => { - 'name' => 'C_GetOperationState', - 'offset' => '136', - 'type' => '1155132' - }, - '18' => { - 'name' => 'C_SetOperationState', - 'offset' => '144', - 'type' => '1155175' - }, - '19' => { - 'name' => 'C_Login', - 'offset' => '152', - 'type' => '1155228' - }, - '2' => { - 'name' => 'C_Finalize', - 'offset' => '16', - 'type' => '1153490' - }, - '20' => { - 'name' => 'C_Logout', - 'offset' => '160', - 'type' => '1155276' - }, - '21' => { - 'name' => 'C_CreateObject', - 'offset' => '168', - 'type' => '1155288' - }, - '22' => { - 'name' => 'C_CopyObject', - 'offset' => '176', - 'type' => '1155348' - }, - '23' => { - 'name' => 'C_DestroyObject', - 'offset' => '184', - 'type' => '1155401' - }, - '24' => { - 'name' => 'C_GetObjectSize', - 'offset' => '192', - 'type' => '1155439' - }, - '25' => { - 'name' => 'C_GetAttributeValue', - 'offset' => '200', - 'type' => '1155482' - }, - '26' => { - 'name' => 'C_SetAttributeValue', - 'offset' => '208', - 'type' => '1155530' - }, - '27' => { - 'name' => 'C_FindObjectsInit', - 'offset' => '216', - 'type' => '1155542' - }, - '28' => { - 'name' => 'C_FindObjects', - 'offset' => '224', - 'type' => '1155585' - }, - '29' => { - 'name' => 'C_FindObjectsFinal', - 'offset' => '232', - 'type' => '1155633' - }, - '3' => { - 'name' => 'C_GetInfo', - 'offset' => '24', - 'type' => '1153502' - }, - '30' => { - 'name' => 'C_EncryptInit', - 'offset' => '240', - 'type' => '1155645' - }, - '31' => { - 'name' => 'C_Encrypt', - 'offset' => '248', - 'type' => '1155694' - }, - '32' => { - 'name' => 'C_EncryptUpdate', - 'offset' => '256', - 'type' => '1155747' - }, - '33' => { - 'name' => 'C_EncryptFinal', - 'offset' => '264', - 'type' => '1155759' - }, - '34' => { - 'name' => 'C_DecryptInit', - 'offset' => '272', - 'type' => '1155771' - }, - '35' => { - 'name' => 'C_Decrypt', - 'offset' => '280', - 'type' => '1155783' - }, - '36' => { - 'name' => 'C_DecryptUpdate', - 'offset' => '288', - 'type' => '1155795' - }, - '37' => { - 'name' => 'C_DecryptFinal', - 'offset' => '296', - 'type' => '1155807' - }, - '38' => { - 'name' => 'C_DigestInit', - 'offset' => '304', - 'type' => '1155819' - }, - '39' => { - 'name' => 'C_Digest', - 'offset' => '312', - 'type' => '1155857' - }, - '4' => { - 'name' => 'C_GetFunctionList', - 'offset' => '32', - 'type' => '1153541' - }, - '40' => { - 'name' => 'C_DigestUpdate', - 'offset' => '320', - 'type' => '1155869' - }, - '41' => { - 'name' => 'C_DigestKey', - 'offset' => '328', - 'type' => '1155881' - }, - '42' => { - 'name' => 'C_DigestFinal', - 'offset' => '336', - 'type' => '1155893' - }, - '43' => { - 'name' => 'C_SignInit', - 'offset' => '344', - 'type' => '1155905' - }, - '44' => { - 'name' => 'C_Sign', - 'offset' => '352', - 'type' => '1155917' - }, - '45' => { - 'name' => 'C_SignUpdate', - 'offset' => '360', - 'type' => '1155929' - }, - '46' => { - 'name' => 'C_SignFinal', - 'offset' => '368', - 'type' => '1155941' - }, - '47' => { - 'name' => 'C_SignRecoverInit', - 'offset' => '376', - 'type' => '1155953' - }, - '48' => { - 'name' => 'C_SignRecover', - 'offset' => '384', - 'type' => '1155965' - }, - '49' => { - 'name' => 'C_VerifyInit', - 'offset' => '392', - 'type' => '1155977' - }, - '5' => { - 'name' => 'C_GetSlotList', - 'offset' => '40', - 'type' => '1154535' - }, - '50' => { - 'name' => 'C_Verify', - 'offset' => '400', - 'type' => '1155989' - }, - '51' => { - 'name' => 'C_VerifyUpdate', - 'offset' => '408', - 'type' => '1156001' - }, - '52' => { - 'name' => 'C_VerifyFinal', - 'offset' => '416', - 'type' => '1156013' - }, - '53' => { - 'name' => 'C_VerifyRecoverInit', - 'offset' => '424', - 'type' => '1156025' - }, - '54' => { - 'name' => 'C_VerifyRecover', - 'offset' => '432', - 'type' => '1156037' - }, - '55' => { - 'name' => 'C_DigestEncryptUpdate', - 'offset' => '440', - 'type' => '1156049' - }, - '56' => { - 'name' => 'C_DecryptDigestUpdate', - 'offset' => '448', - 'type' => '1156061' - }, - '57' => { - 'name' => 'C_SignEncryptUpdate', - 'offset' => '456', - 'type' => '1156073' - }, - '58' => { - 'name' => 'C_DecryptVerifyUpdate', - 'offset' => '464', - 'type' => '1156085' - }, - '59' => { - 'name' => 'C_GenerateKey', - 'offset' => '472', - 'type' => '1156097' - }, - '6' => { - 'name' => 'C_GetSlotInfo', - 'offset' => '48', - 'type' => '1154590' - }, - '60' => { - 'name' => 'C_GenerateKeyPair', - 'offset' => '480', - 'type' => '1156150' - }, - '61' => { - 'name' => 'C_WrapKey', - 'offset' => '488', - 'type' => '1156218' - }, - '62' => { - 'name' => 'C_UnwrapKey', - 'offset' => '496', - 'type' => '1156276' - }, - '63' => { - 'name' => 'C_DeriveKey', - 'offset' => '504', - 'type' => '1156344' - }, - '64' => { - 'name' => 'C_SeedRandom', - 'offset' => '512', - 'type' => '1156402' - }, - '65' => { - 'name' => 'C_GenerateRandom', - 'offset' => '520', - 'type' => '1156414' - }, - '66' => { - 'name' => 'C_GetFunctionStatus', - 'offset' => '528', - 'type' => '1156426' - }, - '67' => { - 'name' => 'C_CancelFunction', - 'offset' => '536', - 'type' => '1156438' - }, - '68' => { - 'name' => 'C_WaitForSlotEvent', - 'offset' => '544', - 'type' => '1154678' - }, - '7' => { - 'name' => 'C_GetTokenInfo', - 'offset' => '56', - 'type' => '1154634' - }, - '8' => { - 'name' => 'C_GetMechanismList', - 'offset' => '64', - 'type' => '1154721' - }, - '9' => { - 'name' => 'C_GetMechanismInfo', - 'offset' => '72', - 'type' => '1154770' - } - }, - 'Name' => 'struct ck_function_list', - 'Size' => '552', - 'Type' => 'Struct' - }, - '1154535' => { - 'BaseType' => '1154547', - 'Header' => 'pkcs11.h', - 'Line' => '773', - 'Name' => 'CK_C_GetSlotList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154547' => { - 'Name' => 'ck_rv_t(*)(unsigned char, ck_slot_id_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '1154578' - }, - '2' => { - 'type' => '1154584' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154578' => { - 'BaseType' => '1152724', - 'Name' => 'ck_slot_id_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1154584' => { - 'BaseType' => '68', - 'Name' => 'unsigned long*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1154590' => { - 'BaseType' => '1154602', - 'Header' => 'pkcs11.h', - 'Line' => '776', - 'Name' => 'CK_C_GetSlotInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154602' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_slot_info*)', - 'Param' => { - '0' => { - 'type' => '1152724' - }, - '1' => { - 'type' => '1154628' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154628' => { - 'BaseType' => '1152735', - 'Name' => 'struct ck_slot_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1154634' => { - 'BaseType' => '1154646', - 'Header' => 'pkcs11.h', - 'Line' => '778', - 'Name' => 'CK_C_GetTokenInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154646' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_token_info*)', - 'Param' => { - '0' => { - 'type' => '1152724' - }, - '1' => { - 'type' => '1154672' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154672' => { - 'BaseType' => '1152824', - 'Name' => 'struct ck_token_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1154678' => { - 'BaseType' => '1154690', - 'Header' => 'pkcs11.h', - 'Line' => '780', - 'Name' => 'CK_C_WaitForSlotEvent', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154690' => { - 'Name' => 'ck_rv_t(*)(ck_flags_t, ck_slot_id_t*, void*)', - 'Param' => { - '0' => { - 'type' => '1152576' - }, - '1' => { - 'type' => '1154578' - }, - '2' => { - 'type' => '211' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154721' => { - 'BaseType' => '1154733', - 'Header' => 'pkcs11.h', - 'Line' => '782', - 'Name' => 'CK_C_GetMechanismList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154733' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1152724' - }, - '1' => { - 'type' => '1154764' - }, - '2' => { - 'type' => '1154584' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154764' => { - 'BaseType' => '1153284', - 'Name' => 'ck_mechanism_type_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1154770' => { - 'BaseType' => '1154782', - 'Header' => 'pkcs11.h', - 'Line' => '786', - 'Name' => 'CK_C_GetMechanismInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154782' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t, struct ck_mechanism_info*)', - 'Param' => { - '0' => { - 'type' => '1152724' - }, - '1' => { - 'type' => '1153284' - }, - '2' => { - 'type' => '1154813' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154813' => { - 'BaseType' => '1153349', - 'Name' => 'struct ck_mechanism_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1154819' => { - 'BaseType' => '1154831', - 'Header' => 'pkcs11.h', - 'Line' => '789', - 'Name' => 'CK_C_InitToken', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154831' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, unsigned char*, unsigned long, unsigned char*)', - 'Param' => { - '0' => { - 'type' => '1152724' - }, - '1' => { - 'type' => '3626' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3626' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154867' => { - 'BaseType' => '1154879', - 'Header' => 'pkcs11.h', - 'Line' => '792', - 'Name' => 'CK_C_InitPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154879' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '3626' - }, - '2' => { - 'type' => '68' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154910' => { - 'BaseType' => '1154922', - 'Header' => 'pkcs11.h', - 'Line' => '795', - 'Name' => 'CK_C_SetPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154922' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '3626' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3626' - }, - '4' => { - 'type' => '68' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1154963' => { - 'BaseType' => '1154975', - 'Header' => 'pkcs11.h', - 'Line' => '800', - 'Name' => 'CK_C_OpenSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1154975' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_flags_t, void*, ck_notify_t, ck_session_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1152724' - }, - '1' => { - 'type' => '1152576' - }, - '2' => { - 'type' => '211' - }, - '3' => { - 'type' => '1153414' - }, - '4' => { - 'type' => '1155016' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155016' => { - 'BaseType' => '1153069', - 'Name' => 'ck_session_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1155022' => { - 'BaseType' => '1155034', - 'Header' => 'pkcs11.h', - 'Line' => '804', - 'Name' => 'CK_C_CloseSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155034' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t)', - 'Param' => { - '0' => { - 'type' => '1153069' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155055' => { - 'BaseType' => '1155067', - 'Header' => 'pkcs11.h', - 'Line' => '805', - 'Name' => 'CK_C_CloseAllSessions', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155067' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t)', - 'Param' => { - '0' => { - 'type' => '1152724' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155088' => { - 'BaseType' => '1155100', - 'Header' => 'pkcs11.h', - 'Line' => '806', - 'Name' => 'CK_C_GetSessionInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155100' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_session_info*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155126' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155126' => { - 'BaseType' => '1153105', - 'Name' => 'struct ck_session_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1155132' => { - 'BaseType' => '1155144', - 'Header' => 'pkcs11.h', - 'Line' => '809', - 'Name' => 'CK_C_GetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155144' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '3626' - }, - '2' => { - 'type' => '1154584' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155175' => { - 'BaseType' => '1155187', - 'Header' => 'pkcs11.h', - 'Line' => '813', - 'Name' => 'CK_C_SetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155187' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, ck_object_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '3626' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '1153171' - }, - '4' => { - 'type' => '1153171' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155228' => { - 'BaseType' => '1155240', - 'Header' => 'pkcs11.h', - 'Line' => '819', - 'Name' => 'CK_C_Login', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155240' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_user_type_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1153081' - }, - '2' => { - 'type' => '3626' - }, - '3' => { - 'type' => '68' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155276' => { - 'BaseType' => '1155034', - 'Header' => 'pkcs11.h', - 'Line' => '822', - 'Name' => 'CK_C_Logout', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155288' => { - 'BaseType' => '1155300', - 'Header' => 'pkcs11.h', - 'Line' => '824', - 'Name' => 'CK_C_CreateObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155300' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155336' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '1155342' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155336' => { - 'BaseType' => '1153231', - 'Name' => 'struct ck_attribute*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1155342' => { - 'BaseType' => '1153171', - 'Name' => 'ck_object_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1155348' => { - 'BaseType' => '1155360', - 'Header' => 'pkcs11.h', - 'Line' => '828', - 'Name' => 'CK_C_CopyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155360' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1153171' - }, - '2' => { - 'type' => '1155336' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '1155342' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155401' => { - 'BaseType' => '1155413', - 'Header' => 'pkcs11.h', - 'Line' => '832', - 'Name' => 'CK_C_DestroyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155413' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1153171' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155439' => { - 'BaseType' => '1155451', - 'Header' => 'pkcs11.h', - 'Line' => '835', - 'Name' => 'CK_C_GetObjectSize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155451' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1153171' - }, - '2' => { - 'type' => '1154584' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155482' => { - 'BaseType' => '1155494', - 'Header' => 'pkcs11.h', - 'Line' => '839', - 'Name' => 'CK_C_GetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155494' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1153171' - }, - '2' => { - 'type' => '1155336' - }, - '3' => { - 'type' => '68' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155530' => { - 'BaseType' => '1155494', - 'Header' => 'pkcs11.h', - 'Line' => '844', - 'Name' => 'CK_C_SetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155542' => { - 'BaseType' => '1155554', - 'Header' => 'pkcs11.h', - 'Line' => '849', - 'Name' => 'CK_C_FindObjectsInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155554' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155336' - }, - '2' => { - 'type' => '68' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155585' => { - 'BaseType' => '1155597', - 'Header' => 'pkcs11.h', - 'Line' => '853', - 'Name' => 'CK_C_FindObjects', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155597' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t*, unsigned long, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155342' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '1154584' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155633' => { - 'BaseType' => '1155034', - 'Header' => 'pkcs11.h', - 'Line' => '858', - 'Name' => 'CK_C_FindObjectsFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155645' => { - 'BaseType' => '1155657', - 'Header' => 'pkcs11.h', - 'Line' => '861', - 'Name' => 'CK_C_EncryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155657' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155688' - }, - '2' => { - 'type' => '1153171' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155688' => { - 'BaseType' => '1153296', - 'Name' => 'struct ck_mechanism*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1155694' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '865', - 'Name' => 'CK_C_Encrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155706' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '3626' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3626' - }, - '4' => { - 'type' => '1154584' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155747' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '870', - 'Name' => 'CK_C_EncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155759' => { - 'BaseType' => '1155144', - 'Header' => 'pkcs11.h', - 'Line' => '875', - 'Name' => 'CK_C_EncryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155771' => { - 'BaseType' => '1155657', - 'Header' => 'pkcs11.h', - 'Line' => '880', - 'Name' => 'CK_C_DecryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155783' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '884', - 'Name' => 'CK_C_Decrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155795' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '889', - 'Name' => 'CK_C_DecryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155807' => { - 'BaseType' => '1155144', - 'Header' => 'pkcs11.h', - 'Line' => '894', - 'Name' => 'CK_C_DecryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155819' => { - 'BaseType' => '1155831', - 'Header' => 'pkcs11.h', - 'Line' => '899', - 'Name' => 'CK_C_DigestInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155831' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155688' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1155857' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '902', - 'Name' => 'CK_C_Digest', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155869' => { - 'BaseType' => '1154879', - 'Header' => 'pkcs11.h', - 'Line' => '907', - 'Name' => 'CK_C_DigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155881' => { - 'BaseType' => '1155413', - 'Header' => 'pkcs11.h', - 'Line' => '910', - 'Name' => 'CK_C_DigestKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155893' => { - 'BaseType' => '1155144', - 'Header' => 'pkcs11.h', - 'Line' => '912', - 'Name' => 'CK_C_DigestFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155905' => { - 'BaseType' => '1155657', - 'Header' => 'pkcs11.h', - 'Line' => '917', - 'Name' => 'CK_C_SignInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155917' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '921', - 'Name' => 'CK_C_Sign', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155929' => { - 'BaseType' => '1154879', - 'Header' => 'pkcs11.h', - 'Line' => '926', - 'Name' => 'CK_C_SignUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155941' => { - 'BaseType' => '1155144', - 'Header' => 'pkcs11.h', - 'Line' => '929', - 'Name' => 'CK_C_SignFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155953' => { - 'BaseType' => '1155657', - 'Header' => 'pkcs11.h', - 'Line' => '933', - 'Name' => 'CK_C_SignRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155965' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '937', - 'Name' => 'CK_C_SignRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155977' => { - 'BaseType' => '1155657', - 'Header' => 'pkcs11.h', - 'Line' => '943', - 'Name' => 'CK_C_VerifyInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1155989' => { - 'BaseType' => '1154922', - 'Header' => 'pkcs11.h', - 'Line' => '947', - 'Name' => 'CK_C_Verify', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156001' => { - 'BaseType' => '1154879', - 'Header' => 'pkcs11.h', - 'Line' => '952', - 'Name' => 'CK_C_VerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156013' => { - 'BaseType' => '1154879', - 'Header' => 'pkcs11.h', - 'Line' => '955', - 'Name' => 'CK_C_VerifyFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156025' => { - 'BaseType' => '1155657', - 'Header' => 'pkcs11.h', - 'Line' => '959', - 'Name' => 'CK_C_VerifyRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156037' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '963', - 'Name' => 'CK_C_VerifyRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156049' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '970', - 'Name' => 'CK_C_DigestEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156061' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '975', - 'Name' => 'CK_C_DecryptDigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156073' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '981', - 'Name' => 'CK_C_SignEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156085' => { - 'BaseType' => '1155706', - 'Header' => 'pkcs11.h', - 'Line' => '986', - 'Name' => 'CK_C_DecryptVerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156097' => { - 'BaseType' => '1156109', - 'Header' => 'pkcs11.h', - 'Line' => '993', - 'Name' => 'CK_C_GenerateKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156109' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155688' - }, - '2' => { - 'type' => '1155336' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '1155342' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1156150' => { - 'BaseType' => '1156162', - 'Header' => 'pkcs11.h', - 'Line' => '999', - 'Name' => 'CK_C_GenerateKeyPair', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156162' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155688' - }, - '2' => { - 'type' => '1155336' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '1155336' - }, - '5' => { - 'type' => '68' - }, - '6' => { - 'type' => '1155342' - }, - '7' => { - 'type' => '1155342' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1156218' => { - 'BaseType' => '1156230', - 'Header' => 'pkcs11.h', - 'Line' => '1008', - 'Name' => 'CK_C_WrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156230' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, ck_object_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155688' - }, - '2' => { - 'type' => '1153171' - }, - '3' => { - 'type' => '1153171' - }, - '4' => { - 'type' => '3626' - }, - '5' => { - 'type' => '1154584' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1156276' => { - 'BaseType' => '1156288', - 'Header' => 'pkcs11.h', - 'Line' => '1015', - 'Name' => 'CK_C_UnwrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156288' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, unsigned char*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155688' - }, - '2' => { - 'type' => '1153171' - }, - '3' => { - 'type' => '3626' - }, - '4' => { - 'type' => '68' - }, - '5' => { - 'type' => '1155336' - }, - '6' => { - 'type' => '68' - }, - '7' => { - 'type' => '1155342' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1156344' => { - 'BaseType' => '1156356', - 'Header' => 'pkcs11.h', - 'Line' => '1024', - 'Name' => 'CK_C_DeriveKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156356' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1153069' - }, - '1' => { - 'type' => '1155688' - }, - '2' => { - 'type' => '1153171' - }, - '3' => { - 'type' => '1155336' - }, - '4' => { - 'type' => '68' - }, - '5' => { - 'type' => '1155342' - } - }, - 'Return' => '1153402', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1156402' => { - 'BaseType' => '1154879', - 'Header' => 'pkcs11.h', - 'Line' => '1032', - 'Name' => 'CK_C_SeedRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156414' => { - 'BaseType' => '1154879', - 'Header' => 'pkcs11.h', - 'Line' => '1035', - 'Name' => 'CK_C_GenerateRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156426' => { - 'BaseType' => '1155034', - 'Header' => 'pkcs11.h', - 'Line' => '1040', - 'Name' => 'CK_C_GetFunctionStatus', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156438' => { - 'BaseType' => '1155034', - 'Header' => 'pkcs11.h', - 'Line' => '1041', - 'Name' => 'CK_C_CancelFunction', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1156599' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'module', - 'offset' => '0', - 'type' => '1153580' - }, - '1' => { - 'name' => 'tinfo', - 'offset' => '8', - 'type' => '1152824' - }, - '2' => { - 'name' => 'slot_info', - 'offset' => '216', - 'type' => '1152735' - }, - '3' => { - 'name' => 'pks', - 'offset' => '328', - 'type' => '1153069' - }, - '4' => { - 'name' => 'sid', - 'offset' => '336', - 'type' => '1152724' - }, - '5' => { - 'name' => 'init', - 'offset' => '344', - 'type' => '145' - } - }, - 'Name' => 'struct pkcs11_session_info', - 'PrivateABI' => 1, - 'Size' => '352', - 'Type' => 'Struct' - }, - '1157105' => { - 'BaseType' => '883485', - 'Name' => 'gnutls_pkcs11_obj_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1157111' => { - 'BaseType' => '1157105', - 'Name' => 'gnutls_pkcs11_obj_t*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '116' => { - 'BaseType' => '110', - 'Name' => 'char const*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1164428' => { - 'BaseType' => '1157105', - 'Name' => 'gnutls_pkcs11_obj_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1194089' => { - 'Header' => 'x509.h', - 'Line' => '1418', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '16', - 'type' => '3632' - } - }, - 'Name' => 'struct gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '1194142' => { - 'BaseType' => '1194089', - 'Header' => 'x509.h', - 'Line' => '1422', - 'Name' => 'gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '1206728' => { - 'BaseType' => '1194142', - 'Name' => 'gnutls_x509_ext_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1207285' => { - 'BaseType' => '1206728', - 'Name' => 'gnutls_x509_ext_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '121' => { - 'Name' => 'char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '12416' => { - 'BaseType' => '7999', - 'Name' => 'handshake_buffer_st[6]', - 'Size' => '432', - 'Type' => 'Array' - }, - '12432' => { - 'Header' => 'gnutls_auth.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'gnutls_generate_server_certificate', - 'offset' => '8', - 'type' => '12743' - }, - '10' => { - 'name' => 'gnutls_process_client_kx', - 'offset' => '80', - 'type' => '12774' - }, - '11' => { - 'name' => 'gnutls_process_client_crt_vrfy', - 'offset' => '88', - 'type' => '12774' - }, - '12' => { - 'name' => 'gnutls_process_server_crt_request', - 'offset' => '96', - 'type' => '12774' - }, - '2' => { - 'name' => 'gnutls_generate_client_certificate', - 'offset' => '16', - 'type' => '12743' - }, - '3' => { - 'name' => 'gnutls_generate_server_kx', - 'offset' => '24', - 'type' => '12743' - }, - '4' => { - 'name' => 'gnutls_generate_client_kx', - 'offset' => '32', - 'type' => '12743' - }, - '5' => { - 'name' => 'gnutls_generate_client_crt_vrfy', - 'offset' => '40', - 'type' => '12743' - }, - '6' => { - 'name' => 'gnutls_generate_server_crt_request', - 'offset' => '48', - 'type' => '12743' - }, - '7' => { - 'name' => 'gnutls_process_server_certificate', - 'offset' => '56', - 'type' => '12774' - }, - '8' => { - 'name' => 'gnutls_process_client_certificate', - 'offset' => '64', - 'type' => '12774' - }, - '9' => { - 'name' => 'gnutls_process_server_kx', - 'offset' => '72', - 'type' => '12774' - } - }, - 'Name' => 'struct mod_auth_st_int', - 'PrivateABI' => 1, - 'Size' => '104', - 'Type' => 'Struct' - }, - '12601' => { - 'BaseType' => '12432', - 'Name' => 'struct mod_auth_st_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12607' => { - 'BaseType' => '957', - 'Name' => 'uint16_t[32]', - 'Size' => '64', - 'Type' => 'Array' - }, - '12623' => { - 'BaseType' => '10923', - 'Name' => 'anon-struct-gnutls_int.h-941[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '12639' => { - 'BaseType' => '10972', - 'Name' => 'anon-struct-gnutls_int.h-947[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '12655' => { - 'BaseType' => '152', - 'Name' => 'unsigned char[36]', - 'Size' => '36', - 'Type' => 'Array' - }, - '12671' => { - 'BaseType' => '3865', - 'Name' => 'gnutls_certificate_verify_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12677' => { - 'BaseType' => '3991', - 'Name' => 'gnutls_typed_vdata_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12683' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1019', - 'Memb' => { - '0' => { - 'name' => 'record_buffer', - 'offset' => '0', - 'type' => '8095' - }, - '1' => { - 'name' => 'handshake_hash_buffer_prev_len', - 'offset' => '32', - 'type' => '75' - }, - '10' => { - 'name' => 'may_not_write', - 'offset' => '86', - 'type' => '8952' - }, - '11' => { - 'name' => 'read_eof', - 'offset' => '87', - 'type' => '8952' - }, - '12' => { - 'name' => 'last_alert', - 'offset' => '88', - 'type' => '75' - }, - '13' => { - 'name' => 'last_handshake_in', - 'offset' => '92', - 'type' => '75' - }, - '14' => { - 'name' => 'last_handshake_out', - 'offset' => '96', - 'type' => '75' - }, - '15' => { - 'name' => 'priorities', - 'offset' => '100', - 'type' => '3243' - }, - '16' => { - 'name' => 'resumed', - 'offset' => '1192', - 'type' => '8952' - }, - '17' => { - 'name' => 'resumption_requested', - 'offset' => '1193', - 'type' => '8952' - }, - '18' => { - 'name' => 'resumed_security_parameters', - 'offset' => '1200', - 'type' => '10542' - }, - '19' => { - 'name' => 'handshake_send_buffer', - 'offset' => '1424', - 'type' => '8095' - }, - '2' => { - 'name' => 'handshake_hash_buffer_client_kx_len', - 'offset' => '36', - 'type' => '145' - }, - '20' => { - 'name' => 'handshake_recv_buffer', - 'offset' => '1456', - 'type' => '12416' - }, - '21' => { - 'name' => 'handshake_recv_buffer_size', - 'offset' => '1888', - 'type' => '75' - }, - '22' => { - 'name' => 'record_recv_buffer', - 'offset' => '1896', - 'type' => '8095' - }, - '23' => { - 'name' => 'record_send_buffer', - 'offset' => '1928', - 'type' => '8095' - }, - '24' => { - 'name' => 'record_send_buffer_user_size', - 'offset' => '1960', - 'type' => '52' - }, - '25' => { - 'name' => 'record_flush_mode', - 'offset' => '1968', - 'type' => '5465' - }, - '26' => { - 'name' => 'record_presend_buffer', - 'offset' => '1976', - 'type' => '7709' - }, - '27' => { - 'name' => 'expire_time', - 'offset' => '2008', - 'type' => '145' - }, - '28' => { - 'name' => 'auth_struct', - 'offset' => '2016', - 'type' => '12601' - }, - '29' => { - 'name' => 'adv_version_major', - 'offset' => '2024', - 'type' => '946' - }, - '3' => { - 'name' => 'handshake_hash_buffer', - 'offset' => '40', - 'type' => '7709' - }, - '30' => { - 'name' => 'adv_version_minor', - 'offset' => '2025', - 'type' => '946' - }, - '31' => { - 'name' => 'send_cert_req', - 'offset' => '2028', - 'type' => '145' - }, - '32' => { - 'name' => 'max_handshake_data_buffer_size', - 'offset' => '2032', - 'type' => '52' - }, - '33' => { - 'name' => 'pull_timeout_func', - 'offset' => '2040', - 'type' => '4710' - }, - '34' => { - 'name' => 'pull_func', - 'offset' => '2048', - 'type' => '4624' - }, - '35' => { - 'name' => 'push_func', - 'offset' => '2056', - 'type' => '4667' - }, - '36' => { - 'name' => 'vec_push_func', - 'offset' => '2064', - 'type' => '4748' - }, - '37' => { - 'name' => 'errno_func', - 'offset' => '2072', - 'type' => '4797' - }, - '38' => { - 'name' => 'transport_recv_ptr', - 'offset' => '2080', - 'type' => '3086' - }, - '39' => { - 'name' => 'transport_send_ptr', - 'offset' => '2088', - 'type' => '3086' - }, - '4' => { - 'name' => 'resumable', - 'offset' => '72', - 'type' => '8952' - }, - '40' => { - 'name' => 'db_store_func', - 'offset' => '2096', - 'type' => '4003' - }, - '41' => { - 'name' => 'db_retrieve_func', - 'offset' => '2104', - 'type' => '4084' - }, - '42' => { - 'name' => 'db_remove_func', - 'offset' => '2112', - 'type' => '4046' - }, - '43' => { - 'name' => 'db_ptr', - 'offset' => '2120', - 'type' => '211' - }, - '44' => { - 'name' => 'user_hello_func', - 'offset' => '2128', - 'type' => '4181' - }, - '45' => { - 'name' => 'h_hook', - 'offset' => '2136', - 'type' => '4122' - }, - '46' => { - 'name' => 'h_type', - 'offset' => '2144', - 'type' => '145' - }, - '47' => { - 'name' => 'h_post', - 'offset' => '2148', - 'type' => '263' - }, - '48' => { - 'name' => 'selected_cert_list', - 'offset' => '2152', - 'type' => '5142' - }, - '49' => { - 'name' => 'selected_cert_list_length', - 'offset' => '2160', - 'type' => '263' - }, - '5' => { - 'name' => 'ticket_sent', - 'offset' => '73', - 'type' => '8952' - }, - '50' => { - 'name' => 'selected_key', - 'offset' => '2168', - 'type' => '4222' - }, - '51' => { - 'name' => 'selected_need_free', - 'offset' => '2176', - 'type' => '8952' - }, - '52' => { - 'name' => 'extensions_sent', - 'offset' => '2178', - 'type' => '12607' - }, - '53' => { - 'name' => 'extensions_sent_size', - 'offset' => '2242', - 'type' => '957' - }, - '54' => { - 'name' => 'pgp_fingerprint', - 'offset' => '2244', - 'type' => '8952' - }, - '55' => { - 'name' => 'default_record_version', - 'offset' => '2245', - 'type' => '10488' - }, - '56' => { - 'name' => 'default_hello_version', - 'offset' => '2247', - 'type' => '10488' - }, - '57' => { - 'name' => 'user_ptr', - 'offset' => '2256', - 'type' => '211' - }, - '58' => { - 'name' => 'enable_private', - 'offset' => '2264', - 'type' => '8952' - }, - '59' => { - 'name' => 'direction', - 'offset' => '2265', - 'type' => '8952' - }, - '6' => { - 'name' => 'handshake_final_state', - 'offset' => '76', - 'type' => '7606' - }, - '60' => { - 'name' => 'openpgp_recv_key_func', - 'offset' => '2272', - 'type' => '5029' - }, - '61' => { - 'name' => 'ignore_rdn_sequence', - 'offset' => '2280', - 'type' => '8952' - }, - '62' => { - 'name' => 'rsa_pms_version', - 'offset' => '2281', - 'type' => '10488' - }, - '63' => { - 'name' => 'params', - 'offset' => '2288', - 'type' => '10720' - }, - '64' => { - 'name' => 'errnum', - 'offset' => '2304', - 'type' => '75' - }, - '65' => { - 'name' => 'srp_prime_bits', - 'offset' => '2308', - 'type' => '957' - }, - '66' => { - 'name' => 'initial_negotiation_completed', - 'offset' => '2310', - 'type' => '8952' - }, - '67' => { - 'name' => 'extension_int_data', - 'offset' => '2312', - 'type' => '12623' - }, - '68' => { - 'name' => 'resumed_extension_int_data', - 'offset' => '3080', - 'type' => '12639' - }, - '69' => { - 'name' => 'transport', - 'offset' => '3848', - 'type' => '5425' - }, - '7' => { - 'name' => 'handshake_state', - 'offset' => '80', - 'type' => '7606' - }, - '70' => { - 'name' => 'dtls', - 'offset' => '3856', - 'type' => '10911' - }, - '71' => { - 'name' => 'handshake_suspicious_loops', - 'offset' => '3944', - 'type' => '145' - }, - '72' => { - 'name' => 'handshake_in_progress', - 'offset' => '3948', - 'type' => '8952' - }, - '73' => { - 'name' => 'premaster_set', - 'offset' => '3949', - 'type' => '8952' - }, - '74' => { - 'name' => 'cb_tls_unique_len', - 'offset' => '3952', - 'type' => '145' - }, - '75' => { - 'name' => 'cb_tls_unique', - 'offset' => '3956', - 'type' => '12655' - }, - '76' => { - 'name' => 'handshake_start_time', - 'offset' => '3992', - 'type' => '274' - }, - '77' => { - 'name' => 'handshake_endtime', - 'offset' => '4008', - 'type' => '252' - }, - '78' => { - 'name' => 'handshake_timeout_ms', - 'offset' => '4016', - 'type' => '145' - }, - '79' => { - 'name' => 'record_timeout_ms', - 'offset' => '4020', - 'type' => '145' - }, - '8' => { - 'name' => 'invalid_connection', - 'offset' => '84', - 'type' => '8952' - }, - '80' => { - 'name' => 'hb_local_data', - 'offset' => '4024', - 'type' => '7709' - }, - '81' => { - 'name' => 'hb_remote_data', - 'offset' => '4056', - 'type' => '7709' - }, - '82' => { - 'name' => 'hb_ping_start', - 'offset' => '4088', - 'type' => '274' - }, - '83' => { - 'name' => 'hb_ping_sent', - 'offset' => '4104', - 'type' => '274' - }, - '84' => { - 'name' => 'hb_actual_retrans_timeout_ms', - 'offset' => '4120', - 'type' => '145' - }, - '85' => { - 'name' => 'hb_retrans_timeout_ms', - 'offset' => '4124', - 'type' => '145' - }, - '86' => { - 'name' => 'hb_total_timeout_ms', - 'offset' => '4128', - 'type' => '145' - }, - '87' => { - 'name' => 'ocsp_check_ok', - 'offset' => '4132', - 'type' => '8952' - }, - '88' => { - 'name' => 'hb_state', - 'offset' => '4136', - 'type' => '7652' - }, - '89' => { - 'name' => 'recv_state', - 'offset' => '4140', - 'type' => '7692' - }, - '9' => { - 'name' => 'may_not_read', - 'offset' => '85', - 'type' => '8952' - }, - '90' => { - 'name' => 'sc_random_set', - 'offset' => '4144', - 'type' => '8952' - }, - '91' => { - 'name' => 'no_replay_protection', - 'offset' => '4145', - 'type' => '8952' - }, - '92' => { - 'name' => 'try_ext_master_secret', - 'offset' => '4146', - 'type' => '8952' - }, - '93' => { - 'name' => 'verify_callback', - 'offset' => '4152', - 'type' => '12671' - }, - '94' => { - 'name' => 'vc_data', - 'offset' => '4160', - 'type' => '12677' - }, - '95' => { - 'name' => 'vc_sdata', - 'offset' => '4168', - 'type' => '3991' - }, - '96' => { - 'name' => 'vc_elements', - 'offset' => '4192', - 'type' => '145' - }, - '97' => { - 'name' => 'vc_status', - 'offset' => '4196', - 'type' => '145' - }, - '98' => { - 'name' => 'additional_verify_flags', - 'offset' => '4200', - 'type' => '145' - }, - '99' => { - 'name' => 'blocking', - 'offset' => '4204', - 'type' => '8952' - } - }, - 'Name' => 'struct internals_st', - 'PrivateABI' => 1, - 'Size' => '4208', - 'Type' => 'Struct' - }, - '12695' => { - 'BaseType' => '12711', - 'Name' => 'record_parameters_st*[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '12711' => { - 'BaseType' => '8621', - 'Name' => 'record_parameters_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12737' => { - 'BaseType' => '7709', - 'Name' => 'gnutls_buffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12743' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_st*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '12737' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '12774' => { - 'Name' => 'int(*)(gnutls_session_t, uint8_t*, size_t)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '7703' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '128' => { - 'BaseType' => '121', - 'Name' => 'char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1307663' => { - 'BaseType' => '1307675', - 'Header' => 'gnutls.h', - 'Line' => '1781', - 'Name' => 'gnutls_srp_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1307675' => { - 'BaseType' => '1307681', - 'Name' => 'struct gnutls_srp_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1307681' => { - 'Header' => 'srp.h', - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'password_conf_file', - 'offset' => '8', - 'type' => '235' - }, - '2' => { - 'name' => 'pwd_callback', - 'offset' => '16', - 'type' => '1316055' - }, - '3' => { - 'name' => 'fake_salt_seed', - 'offset' => '24', - 'type' => '3632' - }, - '4' => { - 'name' => 'fake_salt_length', - 'offset' => '40', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_srp_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1307754' => { - 'BaseType' => '1307766', - 'Header' => 'gnutls.h', - 'Line' => '1783', - 'Name' => 'gnutls_srp_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1307766' => { - 'BaseType' => '1307772', - 'Name' => 'struct gnutls_srp_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1307772' => { - 'Header' => 'srp.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'password', - 'offset' => '8', - 'type' => '235' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '16', - 'type' => '1316049' - } - }, - 'Name' => 'struct gnutls_srp_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '1307941' => { - 'BaseType' => '1307953', - 'Header' => 'gnutls.h', - 'Line' => '1833', - 'Name' => 'gnutls_srp_server_credentials_function', - 'Type' => 'Typedef' - }, - '1307953' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '4233' - }, - '3' => { - 'type' => '4233' - }, - '4' => { - 'type' => '4233' - }, - '5' => { - 'type' => '4233' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1307993' => { - 'BaseType' => '1308005', - 'Header' => 'gnutls.h', - 'Line' => '1847', - 'Name' => 'gnutls_srp_client_credentials_function', - 'Type' => 'Typedef' - }, - '1308005' => { - 'Name' => 'int()(gnutls_session_t, char**, char**)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '1002' - }, - '2' => { - 'type' => '1002' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1316049' => { - 'BaseType' => '1307993', - 'Name' => 'gnutls_srp_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1316055' => { - 'BaseType' => '1307941', - 'Name' => 'gnutls_srp_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1318138' => { - 'BaseType' => '1307663', - 'Name' => 'gnutls_srp_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1318492' => { - 'BaseType' => '1307754', - 'Name' => 'gnutls_srp_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1328726' => { - 'BaseType' => '1328738', - 'Header' => 'gnutls.h', - 'Line' => '1878', - 'Name' => 'gnutls_psk_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1328738' => { - 'BaseType' => '1328744', - 'Name' => 'struct gnutls_psk_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1328744' => { - 'Header' => 'psk.h', - 'Line' => '29', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '3632' - }, - '1' => { - 'name' => 'key', - 'offset' => '16', - 'type' => '3632' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '32', - 'type' => '1336807' - } - }, - 'Name' => 'struct gnutls_psk_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '1328793' => { - 'Header' => 'gnutls.h', - 'Line' => '1887', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PSK_KEY_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PSK_KEY_HEX', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1328823' => { - 'BaseType' => '1328793', - 'Header' => 'gnutls.h', - 'Line' => '1890', - 'Name' => 'gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1328872' => { - 'BaseType' => '1328884', - 'Header' => 'gnutls.h', - 'Line' => '1926', - 'Name' => 'gnutls_psk_client_credentials_function', - 'Type' => 'Typedef' - }, - '1328884' => { - 'Name' => 'int()(gnutls_session_t, char**, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '1002' - }, - '2' => { - 'type' => '4233' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1336807' => { - 'BaseType' => '1328872', - 'Name' => 'gnutls_psk_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1337779' => { - 'BaseType' => '586075', - 'Name' => 'gnutls_psk_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1338394' => { - 'BaseType' => '1328726', - 'Name' => 'gnutls_psk_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1342545' => { - 'BaseType' => '178', - 'Header' => 'stdio.h', - 'Line' => '90', - 'Name' => 'off_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1361353' => { - 'BaseType' => '121', - 'Name' => 'char[64]', - 'Size' => '64', - 'Type' => 'Array' - }, - '13694' => { - 'BaseType' => '3697', - 'Name' => 'gnutls_range_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '140470' => { - 'BaseType' => '121', - 'Name' => 'char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '142364' => { - 'Header' => 'gnutls.h', - 'Line' => '210', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PARAMS_RSA_EXPORT', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PARAMS_DH', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PARAMS_ECDH', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_params_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '143221' => { - 'BaseType' => '2768', - 'Name' => 'gnutls_pk_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '1432880' => { - 'BaseType' => '742906', - 'Name' => 'gnutls_x509_crl_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1433999' => { - 'BaseType' => '1434011', - 'Header' => 'x509.h', - 'Line' => '701', - 'Name' => 'gnutls_x509_crl_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1434011' => { - 'BaseType' => '1434017', - 'Name' => 'struct gnutls_x509_crl_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1434017' => { - 'Header' => 'x509_int.h', - 'Line' => '45', - 'Memb' => { - '0' => { - 'name' => 'rcache', - 'offset' => '0', - 'type' => '9632' - }, - '1' => { - 'name' => 'rcache_idx', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_crl_iter', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '143689' => { - 'BaseType' => '143701', - 'Header' => 'gnutls.h', - 'Line' => '790', - 'Name' => 'gnutls_rsa_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '143701' => { - 'BaseType' => '143707', - 'Name' => 'struct gnutls_x509_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '143707' => { - 'Header' => 'x509_int.h', - 'Line' => '116', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '7376' - }, - '1' => { - 'name' => 'pk_algorithm', - 'offset' => '144', - 'type' => '2768' - }, - '2' => { - 'name' => 'expanded', - 'offset' => '148', - 'type' => '145' - }, - '3' => { - 'name' => 'key', - 'offset' => '152', - 'type' => '9632' - }, - '4' => { - 'name' => 'pin', - 'offset' => '160', - 'type' => '150955' - } - }, - 'Name' => 'struct gnutls_x509_privkey_int', - 'PrivateABI' => 1, - 'Size' => '176', - 'Type' => 'Struct' - }, - '144186' => { - 'Header' => 'gnutls.h', - 'Line' => '803', - 'Memb' => { - '0' => { - 'name' => 'dh', - 'offset' => '0', - 'type' => '3185' - }, - '1' => { - 'name' => 'rsa_export', - 'offset' => '0', - 'type' => '143689' - } - }, - 'Name' => 'union params', - 'Size' => '8', - 'Type' => 'Union' - }, - '144223' => { - 'Header' => 'gnutls.h', - 'Line' => '801', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '142364' - }, - '1' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '144186' - }, - '2' => { - 'name' => 'deinit', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_params_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '144276' => { - 'BaseType' => '144223', - 'Header' => 'gnutls.h', - 'Line' => '808', - 'Name' => 'gnutls_params_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '144288' => { - 'BaseType' => '144300', - 'Header' => 'gnutls.h', - 'Line' => '810', - 'Name' => 'gnutls_params_function', - 'Type' => 'Typedef' - }, - '144300' => { - 'Name' => 'int()(gnutls_session_t, gnutls_params_type_t, gnutls_params_st*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '142364' - }, - '2' => { - 'type' => '144325' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '144325' => { - 'BaseType' => '144276', - 'Name' => 'gnutls_params_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1443301' => { - 'BaseType' => '756477', - 'Name' => 'gnutls_x509_crl_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1447392' => { - 'BaseType' => '1433999', - 'Name' => 'gnutls_x509_crl_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '144851' => { - 'BaseType' => '4222', - 'Header' => 'gnutls.h', - 'Line' => '1379', - 'Name' => 'gnutls_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '144874' => { - 'BaseType' => '143701', - 'Header' => 'gnutls.h', - 'Line' => '1382', - 'Name' => 'gnutls_x509_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '144886' => { - 'BaseType' => '144898', - 'Header' => 'gnutls.h', - 'Line' => '1388', - 'Name' => 'gnutls_x509_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '144898' => { - 'BaseType' => '144904', - 'Name' => 'struct gnutls_x509_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '144904' => { - 'Header' => 'x509_int.h', - 'Line' => '68', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '9632' - }, - '1' => { - 'name' => 'use_extensions', - 'offset' => '8', - 'type' => '75' - }, - '2' => { - 'name' => 'expanded', - 'offset' => '12', - 'type' => '75' - }, - '3' => { - 'name' => 'raw_dn', - 'offset' => '16', - 'type' => '3632' - }, - '4' => { - 'name' => 'raw_issuer_dn', - 'offset' => '32', - 'type' => '3632' - }, - '5' => { - 'name' => 'raw_spki', - 'offset' => '48', - 'type' => '3632' - }, - '6' => { - 'name' => 'der', - 'offset' => '64', - 'type' => '3632' - }, - '7' => { - 'name' => 'pin', - 'offset' => '80', - 'type' => '150955' - }, - '8' => { - 'name' => 'dn', - 'offset' => '96', - 'type' => '155384' - }, - '9' => { - 'name' => 'idn', - 'offset' => '104', - 'type' => '155384' - } - }, - 'Name' => 'struct gnutls_x509_crt_int', - 'PrivateABI' => 1, - 'Size' => '112', - 'Type' => 'Struct' - }, - '145' => { - 'Name' => 'unsigned int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '145036' => { - 'BaseType' => '145048', - 'Header' => 'gnutls.h', - 'Line' => '1394', - 'Name' => 'gnutls_openpgp_keyring_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '145048' => { - 'BaseType' => '145054', - 'Name' => 'struct gnutls_openpgp_keyring_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '145054' => { - 'Header' => 'openpgp_int.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'db', - 'offset' => '0', - 'type' => '155417' - } - }, - 'Name' => 'struct gnutls_openpgp_keyring_int', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '145078' => { - 'BaseType' => '145090', - 'Header' => 'gnutls.h', - 'Line' => '1401', - 'Name' => 'gnutls_certificate_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '145090' => { - 'BaseType' => '145096', - 'Name' => 'struct gnutls_certificate_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '145096' => { - 'Header' => 'cert.h', - 'Line' => '42', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '3185' - }, - '1' => { - 'name' => 'params_func', - 'offset' => '8', - 'type' => '155577' - }, - '10' => { - 'name' => 'verify_bits', - 'offset' => '68', - 'type' => '145' - }, - '11' => { - 'name' => 'get_cert_callback', - 'offset' => '72', - 'type' => '155589' - }, - '12' => { - 'name' => 'get_cert_callback2', - 'offset' => '80', - 'type' => '155595' - }, - '13' => { - 'name' => 'verify_callback', - 'offset' => '88', - 'type' => '12671' - }, - '14' => { - 'name' => 'pin', - 'offset' => '96', - 'type' => '150955' - }, - '15' => { - 'name' => 'pin_tmp', - 'offset' => '112', - 'type' => '140470' - }, - '16' => { - 'name' => 'ocsp_func', - 'offset' => '144', - 'type' => '145337' - }, - '17' => { - 'name' => 'ocsp_func_ptr', - 'offset' => '152', - 'type' => '211' - }, - '18' => { - 'name' => 'ocsp_response_file', - 'offset' => '160', - 'type' => '235' - }, - '2' => { - 'name' => 'certs', - 'offset' => '16', - 'type' => '155583' - }, - '3' => { - 'name' => 'ncerts', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'pkey', - 'offset' => '32', - 'type' => '147228' - }, - '5' => { - 'name' => 'keyring', - 'offset' => '40', - 'type' => '145036' - }, - '6' => { - 'name' => 'tlist', - 'offset' => '48', - 'type' => '147012' - }, - '7' => { - 'name' => 'flags', - 'offset' => '56', - 'type' => '145' - }, - '8' => { - 'name' => 'verify_flags', - 'offset' => '60', - 'type' => '145' - }, - '9' => { - 'name' => 'verify_depth', - 'offset' => '64', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_certificate_credentials_st', - 'PrivateABI' => 1, - 'Size' => '168', - 'Type' => 'Struct' - }, - '145337' => { - 'BaseType' => '145349', - 'Header' => 'gnutls.h', - 'Line' => '1579', - 'Name' => 'gnutls_status_request_ocsp_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '145349' => { - 'Name' => 'int(*)(gnutls_session_t, void*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '4233' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '146118' => { - 'BaseType' => '146130', - 'Header' => 'gnutls.h', - 'Line' => '1978', - 'Name' => 'gnutls_openpgp_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '146130' => { - 'BaseType' => '146136', - 'Name' => 'struct gnutls_openpgp_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146136' => { - 'Header' => 'openpgp_int.h', - 'Line' => '40', - 'Memb' => { - '0' => { - 'name' => 'knode', - 'offset' => '0', - 'type' => '155395' - }, - '1' => { - 'name' => 'preferred_keyid', - 'offset' => '8', - 'type' => '155439' - }, - '2' => { - 'name' => 'preferred_set', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_openpgp_crt_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '146185' => { - 'BaseType' => '146197', - 'Header' => 'gnutls.h', - 'Line' => '1981', - 'Name' => 'gnutls_openpgp_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '146197' => { - 'BaseType' => '146203', - 'Name' => 'struct gnutls_openpgp_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146203' => { - 'Header' => 'openpgp_int.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'knode', - 'offset' => '0', - 'type' => '155395' - }, - '1' => { - 'name' => 'preferred_keyid', - 'offset' => '8', - 'type' => '155439' - }, - '2' => { - 'name' => 'preferred_set', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_openpgp_privkey_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '146252' => { - 'BaseType' => '146264', - 'Header' => 'gnutls.h', - 'Line' => '1984', - 'Name' => 'gnutls_pkcs11_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '146264' => { - 'BaseType' => '146270', - 'Name' => 'struct gnutls_pkcs11_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146270' => { - 'Line' => '64', - 'Memb' => { - '0' => { - 'name' => 'pk_algorithm', - 'offset' => '0', - 'type' => '2768' - }, - '1' => { - 'name' => 'flags', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'uinfo', - 'offset' => '8', - 'type' => '892313' - }, - '3' => { - 'name' => 'url', - 'offset' => '16', - 'type' => '235' - }, - '4' => { - 'name' => 'sinfo', - 'offset' => '24', - 'type' => '1156599' - }, - '5' => { - 'name' => 'ref', - 'offset' => '376', - 'type' => '1153171' - }, - '6' => { - 'name' => 'reauth', - 'offset' => '384', - 'type' => '145' - }, - '7' => { - 'name' => 'pin', - 'offset' => '392', - 'type' => '150955' - } - }, - 'Name' => 'struct gnutls_pkcs11_privkey_st', - 'PrivateABI' => 1, - 'Size' => '408', - 'Source' => 'pkcs11_privkey.c', - 'Type' => 'Struct' - }, - '146313' => { - 'Header' => 'gnutls.h', - 'Line' => '2000', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PRIVKEY_X509', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PRIVKEY_OPENPGP', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PRIVKEY_PKCS11', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PRIVKEY_EXT', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_privkey_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '146325' => { - 'Header' => 'gnutls.h', - 'Line' => '2006', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '146359' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '146118' - } - }, - 'Name' => 'anon-union-gnutls.h-2006', - 'Size' => '8', - 'Type' => 'Union' - }, - '146359' => { - 'BaseType' => '144886', - 'Name' => 'gnutls_x509_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146365' => { - 'Header' => 'gnutls.h', - 'Line' => '2012', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '144874' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '146185' - }, - '2' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '146252' - } - }, - 'Name' => 'anon-union-gnutls.h-2012', - 'Size' => '8', - 'Type' => 'Union' - }, - '146411' => { - 'Header' => 'gnutls.h', - 'Line' => '2002', - 'Memb' => { - '0' => { - 'name' => 'cert_type', - 'offset' => '0', - 'type' => '2712' - }, - '1' => { - 'name' => 'key_type', - 'offset' => '4', - 'type' => '146313' - }, - '2' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '146325' - }, - '3' => { - 'name' => 'ncerts', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'key', - 'offset' => '24', - 'type' => '146365' - }, - '5' => { - 'name' => 'deinit_all', - 'offset' => '32', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '146503' => { - 'BaseType' => '146411', - 'Header' => 'gnutls.h', - 'Line' => '2019', - 'Name' => 'gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '146515' => { - 'BaseType' => '146527', - 'Header' => 'gnutls.h', - 'Line' => '2053', - 'Name' => 'gnutls_certificate_retrieve_function', - 'Type' => 'Typedef' - }, - '146527' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_retr2_st*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '4175' - }, - '2' => { - 'type' => '75' - }, - '3' => { - 'type' => '146567' - }, - '4' => { - 'type' => '75' - }, - '5' => { - 'type' => '146573' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '146567' => { - 'BaseType' => '143221', - 'Name' => 'gnutls_pk_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146573' => { - 'BaseType' => '146503', - 'Name' => 'gnutls_retr2_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146579' => { - 'BaseType' => '146591', - 'Header' => 'gnutls.h', - 'Line' => '2288', - 'Name' => 'gnutls_pin_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '146591' => { - 'Name' => 'int(*)(void*, int, char const*, char const*, unsigned int, char*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '75' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '110' - }, - '4' => { - 'type' => '145' - }, - '5' => { - 'type' => '235' - }, - '6' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '146987' => { - 'Header' => 'x509_int.h', - 'Line' => '64', - 'Memb' => { - '0' => { - 'name' => 'asn', - 'offset' => '0', - 'type' => '9632' - } - }, - 'Name' => 'struct gnutls_x509_dn_st', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '147012' => { - 'BaseType' => '147024', - 'Header' => 'x509.h', - 'Line' => '1272', - 'Name' => 'gnutls_x509_trust_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '147024' => { - 'BaseType' => '147030', - 'Name' => 'struct gnutls_x509_trust_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '147030' => { - 'Header' => 'verify-high.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'node', - 'offset' => '8', - 'type' => '506873' - }, - '2' => { - 'name' => 'x509_rdn_sequence', - 'offset' => '16', - 'type' => '3632' - }, - '3' => { - 'name' => 'blacklisted', - 'offset' => '32', - 'type' => '146359' - }, - '4' => { - 'name' => 'blacklisted_size', - 'offset' => '40', - 'type' => '145' - }, - '5' => { - 'name' => 'keep_certs', - 'offset' => '48', - 'type' => '146359' - }, - '6' => { - 'name' => 'keep_certs_size', - 'offset' => '56', - 'type' => '145' - }, - '7' => { - 'name' => 'pkcs11_token', - 'offset' => '64', - 'type' => '235' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '147148' => { - 'BaseType' => '147160', - 'Header' => 'abstract.h', - 'Line' => '503', - 'Name' => 'gnutls_certificate_retrieve_function2', - 'Type' => 'Typedef' - }, - '147160' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_pcert_st**, unsigned int*, gnutls_privkey_t*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '4175' - }, - '2' => { - 'type' => '75' - }, - '3' => { - 'type' => '146567' - }, - '4' => { - 'type' => '75' - }, - '5' => { - 'type' => '147210' - }, - '6' => { - 'type' => '21238' - }, - '7' => { - 'type' => '147228' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '147210' => { - 'BaseType' => '5142', - 'Name' => 'gnutls_pcert_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '147228' => { - 'BaseType' => '144851', - 'Name' => 'gnutls_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14875' => { - 'BaseType' => '3685', - 'Name' => 'gnutls_range_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1500751' => { - 'BaseType' => '882186', - 'Name' => 'gnutls_x509_crq_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '150955' => { - 'Header' => 'gnutls_int.h', - 'Line' => '426', - 'Memb' => { - '0' => { - 'name' => 'cb', - 'offset' => '0', - 'type' => '146579' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '211' - } - }, - 'Name' => 'struct pin_info_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1511409' => { - 'BaseType' => '1911525', - 'Header' => 'x509.h', - 'Line' => '626', - 'Name' => 'gnutls_x509_dn_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '152' => { - 'Name' => 'unsigned char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '1522676' => { - 'BaseType' => '1511409', - 'Name' => 'gnutls_x509_dn_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1543726' => { - 'BaseType' => '1543737', - 'Header' => 'x509-ext.h', - 'Line' => '37', - 'Name' => 'gnutls_subject_alt_names_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1543737' => { - 'BaseType' => '1543743', - 'Name' => 'struct gnutls_subject_alt_names_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1543743' => { - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'names', - 'offset' => '0', - 'type' => '2052388' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_subject_alt_names_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1543748' => { - 'BaseType' => '1543759', - 'Header' => 'x509-ext.h', - 'Line' => '107', - 'Name' => 'gnutls_x509_aki_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1543759' => { - 'BaseType' => '1543765', - 'Name' => 'struct gnutls_x509_aki_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1543765' => { - 'Line' => '657', - 'Memb' => { - '0' => { - 'name' => 'id', - 'offset' => '0', - 'type' => '3632' - }, - '1' => { - 'name' => 'cert_issuer', - 'offset' => '16', - 'type' => '1543743' - }, - '2' => { - 'name' => 'serial', - 'offset' => '32', - 'type' => '3632' - } - }, - 'Name' => 'struct gnutls_x509_aki_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '155384' => { - 'BaseType' => '146987', - 'Header' => 'x509_int.h', - 'Line' => '66', - 'Name' => 'gnutls_x509_dn_st', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '155395' => { - 'BaseType' => '155406', - 'Header' => 'opencdk.h', - 'Line' => '76', - 'Name' => 'cdk_kbnode_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '155406' => { - 'BaseType' => '155412', - 'Name' => 'struct cdk_kbnode_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '155412' => { - 'Header' => 'packet.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '155406' - }, - '1' => { - 'name' => 'pkt', - 'offset' => '8', - 'type' => '3131441' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_deleted', - 'offset' => '16', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'is_cloned', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'struct cdk_kbnode_s', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '155417' => { - 'BaseType' => '155428', - 'Header' => 'opencdk.h', - 'Line' => '80', - 'Name' => 'cdk_keydb_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '155428' => { - 'BaseType' => '155434', - 'Name' => 'struct cdk_keydb_hd_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '155434' => { - 'Header' => 'keydb.h', - 'Line' => '56', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'fp_ref', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'fp', - 'offset' => '8', - 'type' => '3128936' - }, - '3' => { - 'name' => 'name', - 'offset' => '16', - 'type' => '235' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'secret', - 'offset' => '24', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'isopen', - 'offset' => '24', - 'type' => '145' - }, - '6' => { - 'name' => 'stats', - 'offset' => '32', - 'type' => '3343360' - } - }, - 'Name' => 'struct cdk_keydb_hd_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '155439' => { - 'BaseType' => '946', - 'Name' => 'uint8_t[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '155455' => { - 'Header' => 'gnutls_str_array.h', - 'Line' => '33', - 'Memb' => { - '0' => { - 'name' => 'str', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'len', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '155504' - } - }, - 'Name' => 'struct gnutls_str_array_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '155504' => { - 'BaseType' => '155455', - 'Name' => 'struct gnutls_str_array_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '155510' => { - 'BaseType' => '155504', - 'Header' => 'gnutls_str_array.h', - 'Line' => '37', - 'Name' => 'gnutls_str_array_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '155566' => { - 'Header' => 'cert.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'cert_list', - 'offset' => '0', - 'type' => '5142' - }, - '1' => { - 'name' => 'cert_list_length', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'names', - 'offset' => '16', - 'type' => '155510' - } - }, - 'Name' => 'struct certs_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '155577' => { - 'BaseType' => '144288', - 'Name' => 'gnutls_params_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '155583' => { - 'BaseType' => '155566', - 'Name' => 'certs_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '155589' => { - 'BaseType' => '146515', - 'Name' => 'gnutls_certificate_retrieve_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '155595' => { - 'BaseType' => '147148', - 'Name' => 'gnutls_certificate_retrieve_function2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '156690' => { - 'BaseType' => '946', - 'Name' => 'uint8_t[128]', - 'Size' => '128', - 'Type' => 'Array' - }, - '1573945' => { - 'Header' => 'gnutls.h', - 'Line' => '628', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_PRINT_ONELINE', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_PRINT_UNSIGNED_FULL', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_PRINT_COMPACT', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL_NUMBERS', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_certificate_print_formats', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1573993' => { - 'BaseType' => '1573945', - 'Header' => 'gnutls.h', - 'Line' => '634', - 'Name' => 'gnutls_certificate_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1575890' => { - 'BaseType' => '144886', - 'Name' => 'gnutls_x509_crt_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1577113' => { - 'BaseType' => '1577125', - 'Header' => 'x509.h', - 'Line' => '280', - 'Name' => 'gnutls_x509_name_constraints_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1577125' => { - 'BaseType' => '1577131', - 'Name' => 'struct gnutls_name_constraints_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1577131' => { - 'Header' => 'x509_int.h', - 'Line' => '464', - 'Memb' => { - '0' => { - 'name' => 'permitted', - 'offset' => '0', - 'type' => '1991758' - }, - '1' => { - 'name' => 'excluded', - 'offset' => '8', - 'type' => '1991758' - } - }, - 'Name' => 'struct gnutls_name_constraints_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1577171' => { - 'Header' => 'x509.h', - 'Line' => '458', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_QUALIFIER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_QUALIFIER_URI', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_X509_QUALIFIER_NOTICE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1577207' => { - 'BaseType' => '1577171', - 'Header' => 'x509.h', - 'Line' => '461', - 'Name' => 'gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1577219' => { - 'Header' => 'x509.h', - 'Line' => '466', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '1577207' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '235' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-x509.h-466', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1577268' => { - 'Header' => 'x509.h', - 'Line' => '463', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'qualifiers', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'qualifier', - 'offset' => '16', - 'type' => '1577321' - } - }, - 'Name' => 'struct gnutls_x509_policy_st', - 'Size' => '208', - 'Type' => 'Struct' - }, - '1577321' => { - 'BaseType' => '1577219', - 'Name' => 'anon-struct-x509.h-466[8]', - 'Size' => '192', - 'Type' => 'Array' - }, - '1585740' => { - 'BaseType' => '1585751', - 'Header' => 'x509-ext.h', - 'Line' => '60', - 'Name' => 'gnutls_x509_crl_dist_points_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1585751' => { - 'BaseType' => '1585757', - 'Name' => 'struct gnutls_x509_crl_dist_points_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1585757' => { - 'Line' => '2126', - 'Memb' => { - '0' => { - 'name' => 'points', - 'offset' => '0', - 'type' => '2052463' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_crl_dist_points_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1585762' => { - 'BaseType' => '1585773', - 'Header' => 'x509-ext.h', - 'Line' => '83', - 'Name' => 'gnutls_x509_aia_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1585773' => { - 'BaseType' => '1585779', - 'Name' => 'struct gnutls_x509_aia_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1585779' => { - 'Line' => '2480', - 'Memb' => { - '0' => { - 'name' => 'aia', - 'offset' => '0', - 'type' => '2052518' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_aia_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1585806' => { - 'BaseType' => '1585817', - 'Header' => 'x509-ext.h', - 'Line' => '146', - 'Name' => 'gnutls_x509_key_purposes_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1585817' => { - 'BaseType' => '1585823', - 'Name' => 'struct gnutls_x509_key_purposes_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1585823' => { - 'Line' => '2803', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '2052524' - }, - '1' => { - 'name' => 'size', - 'offset' => '1024', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_key_purposes_st', - 'PrivateABI' => 1, - 'Size' => '1032', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1585828' => { - 'BaseType' => '1585839', - 'Header' => 'x509-ext.h', - 'Line' => '172', - 'Name' => 'gnutls_x509_policies_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1585839' => { - 'BaseType' => '1585845', - 'Name' => 'struct gnutls_x509_policies_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1585845' => { - 'Line' => '1639', - 'Memb' => { - '0' => { - 'name' => 'policy', - 'offset' => '0', - 'type' => '2052394' - }, - '1' => { - 'name' => 'size', - 'offset' => '13312', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_policies_st', - 'PrivateABI' => 1, - 'Size' => '13320', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1585877' => { - 'Header' => 'x509_int.h', - 'Line' => '469', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '3632' - }, - '2' => { - 'name' => 'next', - 'offset' => '24', - 'type' => '1991758' - } - }, - 'Name' => 'struct name_constraints_node_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '159' => { - 'BaseType' => '152', - 'Name' => 'unsigned char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1639904' => { - 'BaseType' => '1639915', - 'Header' => 'pkcs12.h', - 'Line' => '40', - 'Name' => 'gnutls_pkcs12_bag_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1639915' => { - 'BaseType' => '1639921', - 'Name' => 'struct gnutls_pkcs12_bag_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1639921' => { - 'Header' => 'x509_int.h', - 'Line' => '347', - 'Memb' => { - '0' => { - 'name' => 'element', - 'offset' => '0', - 'type' => '1640105' - }, - '1' => { - 'name' => 'bag_elements', - 'offset' => '1536', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_pkcs12_bag_int', - 'PrivateABI' => 1, - 'Size' => '1544', - 'Type' => 'Struct' - }, - '1639963' => { - 'Header' => 'pkcs12.h', - 'Line' => '97', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_BAG_EMPTY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_BAG_PKCS8_ENCRYPTED_KEY', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_BAG_PKCS8_KEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_BAG_CERTIFICATE', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_BAG_CRL', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_BAG_SECRET', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_BAG_ENCRYPTED', - 'value' => '10' - }, - '7' => { - 'name' => 'GNUTLS_BAG_UNKNOWN', - 'value' => '20' - } - }, - 'Name' => 'enum gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '164' => { - 'Name' => 'signed char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '1640028' => { - 'BaseType' => '1639963', - 'Header' => 'pkcs12.h', - 'Line' => '110', - 'Name' => 'gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1640039' => { - 'Header' => 'x509_int.h', - 'Line' => '340', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3632' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '1640028' - }, - '2' => { - 'name' => 'local_key_id', - 'offset' => '24', - 'type' => '3632' - }, - '3' => { - 'name' => 'friendly_name', - 'offset' => '40', - 'type' => '235' - } - }, - 'Name' => 'struct bag_element', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1640105' => { - 'BaseType' => '1640039', - 'Name' => 'struct bag_element[32]', - 'Size' => '1536', - 'Type' => 'Array' - }, - '16527' => { - 'BaseType' => '946', - 'Name' => 'uint8_t const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1653410' => { - 'BaseType' => '754035', - 'Name' => 'gnutls_pkcs12_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '16639' => { - 'BaseType' => '75', - 'Name' => 'int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1675094' => { - 'BaseType' => '1639904', - 'Name' => 'gnutls_pkcs12_bag_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1695770' => { - 'BaseType' => '1695781', - 'Header' => 'pkcs7.h', - 'Line' => '43', - 'Name' => 'gnutls_pkcs7_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1695781' => { - 'BaseType' => '1695787', - 'Name' => 'struct gnutls_pkcs7_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1695787' => { - 'Header' => 'x509_int.h', - 'Line' => '98', - 'Memb' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '0', - 'type' => '9632' - }, - '1' => { - 'name' => 'encap_data_oid', - 'offset' => '8', - 'type' => '366330' - }, - '2' => { - 'name' => 'der_signed_data', - 'offset' => '136', - 'type' => '3632' - }, - '3' => { - 'name' => 'signed_data', - 'offset' => '152', - 'type' => '9632' - }, - '4' => { - 'name' => 'expanded', - 'offset' => '160', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs7_int', - 'PrivateABI' => 1, - 'Size' => '168', - 'Type' => 'Struct' - }, - '1695860' => { - 'BaseType' => '1706757', - 'Header' => 'pkcs7.h', - 'Line' => '83', - 'Name' => 'gnutls_pkcs7_attrs_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1695877' => { - 'Header' => 'x509_int.h', - 'Line' => '92', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3632' - }, - '2' => { - 'name' => 'next', - 'offset' => '24', - 'type' => '1706757' - } - }, - 'Name' => 'struct gnutls_pkcs7_attrs_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '1695926' => { - 'Header' => 'pkcs7.h', - 'Line' => '85', - 'Memb' => { - '0' => { - 'name' => 'algo', - 'offset' => '0', - 'type' => '2920' - }, - '1' => { - 'name' => 'sig', - 'offset' => '8', - 'type' => '3632' - }, - '2' => { - 'name' => 'issuer_dn', - 'offset' => '24', - 'type' => '3632' - }, - '3' => { - 'name' => 'signer_serial', - 'offset' => '40', - 'type' => '3632' - }, - '4' => { - 'name' => 'issuer_keyid', - 'offset' => '56', - 'type' => '3632' - }, - '5' => { - 'name' => 'signing_time', - 'offset' => '72', - 'type' => '252' - }, - '6' => { - 'name' => 'signed_attrs', - 'offset' => '80', - 'type' => '1695860' - }, - '7' => { - 'name' => 'unsigned_attrs', - 'offset' => '88', - 'type' => '1695860' - }, - '8' => { - 'name' => 'pad', - 'offset' => '96', - 'type' => '1361353' - } - }, - 'Name' => 'struct gnutls_pkcs7_signature_info_st', - 'Size' => '160', - 'Type' => 'Struct' - }, - '1696063' => { - 'BaseType' => '1695926', - 'Header' => 'pkcs7.h', - 'Line' => '95', - 'Name' => 'gnutls_pkcs7_signature_info_st', - 'Size' => '160', - 'Type' => 'Typedef' - }, - '1704346' => { - 'BaseType' => '1695877', - 'Header' => 'x509_int.h', - 'Line' => '96', - 'Name' => 'gnutls_pkcs7_attrs_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '1706757' => { - 'BaseType' => '1704346', - 'Name' => 'gnutls_pkcs7_attrs_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '171' => { - 'Name' => 'short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '1712311' => { - 'BaseType' => '1696063', - 'Name' => 'gnutls_pkcs7_signature_info_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1720639' => { - 'BaseType' => '1695770', - 'Name' => 'gnutls_pkcs7_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1740355' => { - 'BaseType' => '1695860', - 'Name' => 'gnutls_pkcs7_attrs_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '178' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '131', - 'Name' => '__off_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1787' => { - 'BaseType' => '152', - 'Name' => 'unsigned char[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '1789614' => { - 'BaseType' => '152', - 'Name' => 'unsigned char[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '1803' => { - 'Header' => 'gnutls_int.h', - 'Line' => '90', - 'Memb' => { - '0' => { - 'name' => 'i', - 'offset' => '0', - 'type' => '1787' - } - }, - 'Name' => 'struct uint64', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '1803029' => { - 'BaseType' => '2029', - 'Name' => 'gnutls_cipher_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1814' => { - 'Header' => 'gnutls.h', - 'Line' => '119', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CIPHER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CIPHER_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_CIPHER_AES_128_GCM', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_CIPHER_AES_256_GCM', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_192_CBC', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_CIPHER_SALSA20_256', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_CIPHER_ESTREAM_SALSA20_256', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_GCM', - 'value' => '15' - }, - '16' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_GCM', - 'value' => '16' - }, - '17' => { - 'name' => 'GNUTLS_CIPHER_RC2_40_CBC', - 'value' => '17' - }, - '18' => { - 'name' => 'GNUTLS_CIPHER_DES_CBC', - 'value' => '18' - }, - '19' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM', - 'value' => '19' - }, - '2' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_128', - 'value' => '2' - }, - '20' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM', - 'value' => '20' - }, - '21' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM_8', - 'value' => '21' - }, - '22' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM_8', - 'value' => '22' - }, - '23' => { - 'name' => 'GNUTLS_CIPHER_CHACHA20_POLY1305', - 'value' => '23' - }, - '24' => { - 'name' => 'GNUTLS_CIPHER_IDEA_PGP_CFB', - 'value' => '200' - }, - '25' => { - 'name' => 'GNUTLS_CIPHER_3DES_PGP_CFB', - 'value' => '201' - }, - '26' => { - 'name' => 'GNUTLS_CIPHER_CAST5_PGP_CFB', - 'value' => '202' - }, - '27' => { - 'name' => 'GNUTLS_CIPHER_BLOWFISH_PGP_CFB', - 'value' => '203' - }, - '28' => { - 'name' => 'GNUTLS_CIPHER_SAFER_SK128_PGP_CFB', - 'value' => '204' - }, - '29' => { - 'name' => 'GNUTLS_CIPHER_AES128_PGP_CFB', - 'value' => '205' - }, - '3' => { - 'name' => 'GNUTLS_CIPHER_3DES_CBC', - 'value' => '3' - }, - '30' => { - 'name' => 'GNUTLS_CIPHER_AES192_PGP_CFB', - 'value' => '206' - }, - '31' => { - 'name' => 'GNUTLS_CIPHER_AES256_PGP_CFB', - 'value' => '207' - }, - '32' => { - 'name' => 'GNUTLS_CIPHER_TWOFISH_PGP_CFB', - 'value' => '208' - }, - '4' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CBC', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CBC', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_40', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_CBC', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_CBC', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_CIPHER_AES_192_CBC', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_cipher_algorithm', - 'Size' => '4', - 'Type' => 'Enum' - }, - '18408' => { - 'Header' => 'gnutls.h', - 'Line' => '557', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SHUT_RDWR', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SHUT_WR', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_close_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1861102' => { - 'BaseType' => '1861114', - 'Header' => 'x509.h', - 'Line' => '1335', - 'Name' => 'gnutls_verify_output_function', - 'Type' => 'Typedef' - }, - '1861114' => { - 'Name' => 'int()(gnutls_x509_crt_t, gnutls_x509_crt_t, gnutls_x509_crl_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '144886' - }, - '1' => { - 'type' => '144886' - }, - '2' => { - 'type' => '742906' - }, - '3' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1871309' => { - 'BaseType' => '1575890', - 'Name' => 'gnutls_x509_crt_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1871958' => { - 'BaseType' => '1432880', - 'Name' => 'gnutls_x509_crl_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1873276' => { - 'BaseType' => '1861102', - 'Name' => 'gnutls_verify_output_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '189' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '132', - 'Name' => '__off64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1890525' => { - 'Header' => 'x509.h', - 'Line' => '628', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '3632' - }, - '1' => { - 'name' => 'value', - 'offset' => '16', - 'type' => '3632' - }, - '2' => { - 'name' => 'value_tag', - 'offset' => '32', - 'type' => '68' - } - }, - 'Name' => 'struct gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '1890578' => { - 'BaseType' => '1890525', - 'Header' => 'x509.h', - 'Line' => '632', - 'Name' => 'gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '1911106' => { - 'BaseType' => '1890578', - 'Name' => 'gnutls_x509_ava_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1911525' => { - 'BaseType' => '155384', - 'Name' => 'gnutls_x509_dn_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1914157' => { - 'BaseType' => '1577268', - 'Name' => 'struct gnutls_x509_policy_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '19493' => { - 'BaseType' => '8089', - 'Header' => 'gnutls.h', - 'Line' => '1000', - 'Name' => 'gnutls_packet_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1952161' => { - 'BaseType' => '1577268', - 'Name' => 'struct gnutls_x509_policy_st const', - 'Size' => '208', - 'Type' => 'Const' - }, - '1961176' => { - 'BaseType' => '1952161', - 'Name' => 'struct gnutls_x509_policy_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1986662' => { - 'BaseType' => '1585877', - 'Header' => 'x509_int.h', - 'Line' => '473', - 'Name' => 'name_constraints_node_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '1991623' => { - 'BaseType' => '1577113', - 'Name' => 'gnutls_x509_name_constraints_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1991758' => { - 'BaseType' => '1986662', - 'Name' => 'name_constraints_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '200' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '139', - 'Name' => '__time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2000502' => { - 'BaseType' => '2000514', - 'Header' => 'x509.h', - 'Line' => '1273', - 'Name' => 'gnutls_x509_trust_list_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2000514' => { - 'BaseType' => '2000520', - 'Name' => 'struct gnutls_x509_trust_list_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2000520' => { - 'Line' => '58', - 'Memb' => { - '0' => { - 'name' => 'node_index', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'ca_index', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'pkcs11_list', - 'offset' => '8', - 'type' => '1157105' - }, - '3' => { - 'name' => 'pkcs11_index', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'pkcs11_size', - 'offset' => '20', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_iter', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '20081' => { - 'Name' => 'int(*)(void**)', - 'Param' => { - '0' => { - 'type' => '4278' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2009251' => { - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '144886' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '156690' - }, - '2' => { - 'name' => 'name_size', - 'offset' => '136', - 'type' => '145' - } - }, - 'Name' => 'struct named_cert_st', - 'PrivateABI' => 1, - 'Size' => '144', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '2009316' => { - 'BaseType' => '2009251', - 'Name' => 'struct named_cert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2015844' => { - 'BaseType' => '2000502', - 'Name' => 'gnutls_x509_trust_list_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2029' => { - 'BaseType' => '1814', - 'Header' => 'gnutls.h', - 'Line' => '156', - 'Name' => 'gnutls_cipher_algorithm_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2052339' => { - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '3632' - }, - '2' => { - 'name' => 'othername_oid', - 'offset' => '24', - 'type' => '3632' - } - }, - 'Name' => 'struct name_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '2052388' => { - 'BaseType' => '2052339', - 'Name' => 'struct name_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2052394' => { - 'BaseType' => '1577268', - 'Name' => 'struct gnutls_x509_policy_st[64]', - 'Size' => '13312', - 'Type' => 'Array' - }, - '2052410' => { - 'Line' => '2120', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '3632' - }, - '2' => { - 'name' => 'reasons', - 'offset' => '24', - 'type' => '145' - } - }, - 'Name' => 'struct crl_dist_point_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '2052463' => { - 'BaseType' => '2052410', - 'Name' => 'struct crl_dist_point_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2052469' => { - 'Line' => '2481', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '3632' - }, - '1' => { - 'name' => 'san_type', - 'offset' => '16', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '24', - 'type' => '3632' - } - }, - 'Name' => 'anon-struct-x509_ext.c-2481', - 'PrivateABI' => 1, - 'Size' => '40', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '2052518' => { - 'BaseType' => '2052469', - 'Name' => 'anon-struct-x509_ext.c-2481*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2052524' => { - 'BaseType' => '3632', - 'Name' => 'gnutls_datum_t[64]', - 'Size' => '1024', - 'Type' => 'Array' - }, - '2055626' => { - 'BaseType' => '1585806', - 'Name' => 'gnutls_x509_key_purposes_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2058346' => { - 'BaseType' => '1585762', - 'Name' => 'gnutls_x509_aia_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2061015' => { - 'BaseType' => '1585740', - 'Name' => 'gnutls_x509_crl_dist_points_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2065449' => { - 'BaseType' => '1585828', - 'Name' => 'gnutls_x509_policies_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2073171' => { - 'BaseType' => '1543748', - 'Name' => 'gnutls_x509_aki_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '20774' => { - 'BaseType' => '12737', - 'Header' => 'gnutls.h', - 'Line' => '2299', - 'Name' => 'gnutls_buffer_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2078201' => { - 'BaseType' => '1543726', - 'Name' => 'gnutls_subject_alt_names_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '20865' => { - 'BaseType' => '20877', - 'Header' => 'gnutls.h', - 'Line' => '2312', - 'Name' => 'gnutls_ext_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '20877' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, size_t)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '5023' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '20914' => { - 'BaseType' => '20926', - 'Header' => 'gnutls.h', - 'Line' => '2316', - 'Name' => 'gnutls_ext_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '20926' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '20774' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '20952' => { - 'BaseType' => '20964', - 'Header' => 'gnutls.h', - 'Line' => '2319', - 'Name' => 'gnutls_ext_deinit_data_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '20964' => { - 'Name' => 'void(*)(gnutls_ext_priv_data_t)', - 'Param' => { - '0' => { - 'type' => '5011' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '20981' => { - 'BaseType' => '20993', - 'Header' => 'gnutls.h', - 'Line' => '2321', - 'Name' => 'gnutls_ext_pack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '20993' => { - 'Name' => 'int(*)(gnutls_ext_priv_data_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '5011' - }, - '1' => { - 'type' => '20774' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '21019' => { - 'BaseType' => '21031', - 'Header' => 'gnutls.h', - 'Line' => '2324', - 'Name' => 'gnutls_ext_unpack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '21031' => { - 'Name' => 'int(*)(gnutls_buffer_t, gnutls_ext_priv_data_t*)', - 'Param' => { - '0' => { - 'type' => '20774' - }, - '1' => { - 'type' => '21057' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '21057' => { - 'BaseType' => '5011', - 'Name' => 'gnutls_ext_priv_data_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '211' => { - 'BaseType' => '1', - 'Name' => 'void*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '21107' => { - 'Header' => 'gnutls.h', - 'Line' => '2348', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_EXT_ANY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_EXT_APPLICATION', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_EXT_TLS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_EXT_MANDATORY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_EXT_NONE', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_ext_parse_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '21238' => { - 'BaseType' => '145', - 'Name' => 'unsigned int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2126108' => { - 'BaseType' => '2126119', - 'Header' => 'ocsp.h', - 'Line' => '141', - 'Name' => 'gnutls_ocsp_req_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2126119' => { - 'BaseType' => '2126125', - 'Name' => 'struct gnutls_ocsp_req_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2126125' => { - 'Line' => '36', - 'Memb' => { - '0' => { - 'name' => 'req', - 'offset' => '0', - 'type' => '9632' - }, - '1' => { - 'name' => 'init', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_ocsp_req_int', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '213' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '172', - 'Name' => '__ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2139429' => { - 'BaseType' => '754444', - 'Name' => 'gnutls_ocsp_resp_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2139745' => { - 'BaseType' => '2126108', - 'Name' => 'gnutls_ocsp_req_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2149' => { - 'Header' => 'gnutls.h', - 'Line' => '196', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_KX_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_KX_RSA', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_KX_DHE_PSK', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_KX_ANON_ECDH', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_KX_ECDHE_RSA', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_KX_ECDHE_ECDSA', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_KX_ECDHE_PSK', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_KX_RSA_PSK', - 'value' => '15' - }, - '2' => { - 'name' => 'GNUTLS_KX_DHE_DSS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_KX_DHE_RSA', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_KX_ANON_DH', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_KX_SRP', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_KX_RSA_EXPORT', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_KX_SRP_RSA', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_KX_SRP_DSS', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_KX_PSK', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_kx_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2156987' => { - 'Header' => 'ocsp.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OCSP_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OCSP_PRINT_COMPACT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2157016' => { - 'BaseType' => '2156987', - 'Header' => 'ocsp.h', - 'Line' => '50', - 'Name' => 'gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2198673' => { - 'Header' => 'gnutls.h', - 'Line' => '1060', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_NAME_DNS', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_server_name_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2203' => { - 'Header' => 'gnutls.h', - 'Line' => '228', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRD_CERTIFICATE', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_CRD_ANON', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_CRD_SRP', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_CRD_PSK', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_CRD_IA', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_credentials_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '224' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '175', - 'Name' => '__syscall_slong_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '225461' => { - 'Header' => 'gnutls.h', - 'Line' => '616', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_FMT_DER', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_FMT_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_x509_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '228412' => { - 'BaseType' => '228423', - 'Header' => 'abstract.h', - 'Line' => '56', - 'Name' => 'gnutls_privkey_sign_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '228423' => { - 'Name' => 'int(*)(gnutls_privkey_t, void*, gnutls_datum_t const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '144851' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '4175' - }, - '3' => { - 'type' => '4233' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '228459' => { - 'BaseType' => '228423', - 'Header' => 'abstract.h', - 'Line' => '61', - 'Name' => 'gnutls_privkey_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '228470' => { - 'BaseType' => '228481', - 'Header' => 'abstract.h', - 'Line' => '67', - 'Name' => 'gnutls_privkey_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '228481' => { - 'Name' => 'void(*)(gnutls_privkey_t, void*)', - 'Param' => { - '0' => { - 'type' => '144851' - }, - '1' => { - 'type' => '211' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '228503' => { - 'BaseType' => '228514', - 'Header' => 'abstract.h', - 'Line' => '76', - 'Name' => 'gnutls_privkey_info_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '228514' => { - 'Name' => 'int(*)(gnutls_privkey_t, unsigned int, void*)', - 'Param' => { - '0' => { - 'type' => '144851' - }, - '1' => { - 'type' => '145' - }, - '2' => { - 'type' => '211' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2305' => { - 'Header' => 'gnutls.h', - 'Line' => '268', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_MAC_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_MAC_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_MAC_AEAD', - 'value' => '200' - }, - '11' => { - 'name' => 'GNUTLS_MAC_UMAC_96', - 'value' => '201' - }, - '12' => { - 'name' => 'GNUTLS_MAC_UMAC_128', - 'value' => '202' - }, - '2' => { - 'name' => 'GNUTLS_MAC_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_MAC_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_MAC_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_MAC_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_MAC_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_MAC_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_MAC_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_MAC_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_mac_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '235' => { - 'BaseType' => '121', - 'Name' => 'char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '236899' => { - 'Header' => 'abstract_int.h', - 'Line' => '40', - 'Memb' => { - '0' => { - 'name' => 'sign_func', - 'offset' => '0', - 'type' => '228412' - }, - '1' => { - 'name' => 'decrypt_func', - 'offset' => '8', - 'type' => '228459' - }, - '2' => { - 'name' => 'deinit_func', - 'offset' => '16', - 'type' => '228470' - }, - '3' => { - 'name' => 'info_func', - 'offset' => '24', - 'type' => '228503' - }, - '4' => { - 'name' => 'userdata', - 'offset' => '32', - 'type' => '211' - } - }, - 'Name' => 'anon-struct-abstract_int.h-40', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '236968' => { - 'Header' => 'abstract_int.h', - 'Line' => '32', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '144874' - }, - '1' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '146252' - }, - '2' => { - 'name' => 'openpgp', - 'offset' => '0', - 'type' => '146185' - }, - '3' => { - 'name' => 'ext', - 'offset' => '0', - 'type' => '236899' - } - }, - 'Name' => 'anon-union-abstract_int.h-32', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Union' - }, - '237037' => { - 'BaseType' => '946', - 'Name' => 'uint8_t[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '2391' => { - 'Header' => 'gnutls.h', - 'Line' => '298', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DIG_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DIG_NULL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_DIG_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DIG_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_DIG_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DIG_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_DIG_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_DIG_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_DIG_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_DIG_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_digest_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2401140' => { - 'Header' => 'gnutls.h', - 'Line' => '1124', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_80', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_32', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_80', - 'value' => '5' - }, - '3' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_32', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_srtp_profile_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '240801' => { - 'BaseType' => '3185', - 'Name' => 'gnutls_dh_params_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '241' => { - 'BaseType' => '213', - 'Header' => 'types.h', - 'Line' => '109', - 'Name' => 'ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2413993' => { - 'BaseType' => '2401140', - 'Name' => 'gnutls_srtp_profile_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '241986' => { - 'BaseType' => '325', - 'Header' => 'stdio.h', - 'Line' => '48', - 'Name' => 'FILE', - 'Size' => '216', - 'Type' => 'Typedef' - }, - '2441' => { - 'Header' => 'gnutls.h', - 'Line' => '321', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_COMP_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_COMP_NULL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_COMP_DEFLATE', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_COMP_ZLIB', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_compression_method_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '252' => { - 'BaseType' => '200', - 'Header' => 'time.h', - 'Line' => '75', - 'Name' => 'time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2564' => { - 'Header' => 'gnutls.h', - 'Line' => '466', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_REQUEST', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_KEY_EXCHANGE', - 'value' => '16' - }, - '11' => { - 'name' => 'GNUTLS_HANDSHAKE_FINISHED', - 'value' => '20' - }, - '12' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_STATUS', - 'value' => '22' - }, - '13' => { - 'name' => 'GNUTLS_HANDSHAKE_SUPPLEMENTAL', - 'value' => '23' - }, - '14' => { - 'name' => 'GNUTLS_HANDSHAKE_CHANGE_CIPHER_SPEC', - 'value' => '254' - }, - '15' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO_V2', - 'value' => '1024' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_VERIFY_REQUEST', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_HANDSHAKE_NEW_SESSION_TICKET', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_PKT', - 'value' => '11' - }, - '6' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_KEY_EXCHANGE', - 'value' => '12' - }, - '7' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_REQUEST', - 'value' => '13' - }, - '8' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO_DONE', - 'value' => '14' - }, - '9' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_VERIFY', - 'value' => '15' - } - }, - 'Name' => 'enum gnutls_handshake_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '259252' => { - 'BaseType' => '241986', - 'Name' => 'FILE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '260763' => { - 'BaseType' => '145', - 'Name' => 'unsigned int const', - 'Size' => '4', - 'Type' => 'Const' - }, - '263' => { - 'BaseType' => '171', - 'Header' => 'types.h', - 'Line' => '195', - 'Name' => 'int16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '263876' => { - 'BaseType' => '263888', - 'Header' => 'gnutls.h', - 'Line' => '793', - 'Name' => 'gnutls_priority_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '263888' => { - 'BaseType' => '3243', - 'Name' => 'struct gnutls_priority_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2662' => { - 'Header' => 'gnutls.h', - 'Line' => '588', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SSL3', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_TLS1_0', - 'value' => '2' - }, - '10' => { - 'name' => 'GNUTLS_TLS_VERSION_MAX', - 'value' => '4' - }, - '11' => { - 'name' => 'GNUTLS_VERSION_UNKNOWN', - 'value' => '255' - }, - '2' => { - 'name' => 'GNUTLS_TLS1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_TLS1_1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_TLS1_2', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DTLS0_9', - 'value' => '200' - }, - '6' => { - 'name' => 'GNUTLS_DTLS1_0', - 'value' => '201' - }, - '7' => { - 'name' => 'GNUTLS_DTLS1_2', - 'value' => '202' - }, - '8' => { - 'name' => 'GNUTLS_DTLS_VERSION_MIN', - 'value' => '200' - }, - '9' => { - 'name' => 'GNUTLS_DTLS_VERSION_MAX', - 'value' => '202' - } - }, - 'Name' => 'enum gnutls_protocol_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2689439' => { - 'BaseType' => '2712', - 'Name' => 'gnutls_certificate_type_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '2700491' => { - 'BaseType' => '2689439', - 'Name' => 'gnutls_certificate_type_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2702772' => { - 'BaseType' => '2029', - 'Name' => 'gnutls_cipher_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '2712' => { - 'Header' => 'gnutls.h', - 'Line' => '604', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_X509', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_OPENPGP', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_RAW', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_certificate_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2714583' => { - 'BaseType' => '2702772', - 'Name' => 'gnutls_cipher_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2731762' => { - 'BaseType' => '2305', - 'Name' => 'gnutls_mac_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2731768' => { - 'BaseType' => '2662', - 'Name' => 'gnutls_protocol_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2737708' => { - 'BaseType' => '2982', - 'Name' => 'gnutls_ecc_curve_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '274' => { - 'Header' => 'time.h', - 'Line' => '120', - 'Memb' => { - '0' => { - 'name' => 'tv_sec', - 'offset' => '0', - 'type' => '200' - }, - '1' => { - 'name' => 'tv_nsec', - 'offset' => '8', - 'type' => '224' - } - }, - 'Name' => 'struct timespec', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '2749880' => { - 'BaseType' => '2737708', - 'Name' => 'gnutls_ecc_curve_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2752153' => { - 'BaseType' => '2149', - 'Name' => 'gnutls_kx_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '275670' => { - 'BaseType' => '275676', - 'Name' => 'unsigned int const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '275676' => { - 'BaseType' => '260763', - 'Name' => 'unsigned int const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2764729' => { - 'BaseType' => '2752153', - 'Name' => 'gnutls_kx_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '276511' => { - 'BaseType' => '110', - 'Name' => 'char const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2767492' => { - 'BaseType' => '2305', - 'Name' => 'gnutls_mac_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '2767583' => { - 'BaseType' => '2391', - 'Name' => 'gnutls_digest_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '2768' => { - 'Header' => 'gnutls.h', - 'Line' => '653', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PK_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PK_RSA', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PK_DSA', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PK_DH', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PK_EC', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_pk_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2779408' => { - 'BaseType' => '2767583', - 'Name' => 'gnutls_digest_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2779530' => { - 'BaseType' => '2767492', - 'Name' => 'gnutls_mac_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2782926' => { - 'BaseType' => '2662', - 'Name' => 'gnutls_protocol_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '2794245' => { - 'BaseType' => '2782926', - 'Name' => 'gnutls_protocol_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '279862' => { - 'BaseType' => '263876', - 'Name' => 'gnutls_priority_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2827139' => { - 'BaseType' => '2920', - 'Name' => 'gnutls_sign_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '2839142' => { - 'BaseType' => '2827139', - 'Name' => 'gnutls_sign_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2920' => { - 'Header' => 'gnutls.h', - 'Line' => '705', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SIGN_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA1', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA512', - 'value' => '8' - }, - '11' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA224', - 'value' => '9' - }, - '12' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA224', - 'value' => '10' - }, - '13' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA256', - 'value' => '11' - }, - '14' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA1', - 'value' => '12' - }, - '15' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA224', - 'value' => '13' - }, - '16' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA256', - 'value' => '14' - }, - '17' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA384', - 'value' => '15' - }, - '18' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA512', - 'value' => '16' - }, - '19' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA384', - 'value' => '17' - }, - '2' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA', - 'value' => '1' - }, - '20' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA512', - 'value' => '18' - }, - '3' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA1', - 'value' => '2' - }, - '4' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA', - 'value' => '2' - }, - '5' => { - 'name' => 'GNUTLS_SIGN_RSA_MD5', - 'value' => '3' - }, - '6' => { - 'name' => 'GNUTLS_SIGN_RSA_MD2', - 'value' => '4' - }, - '7' => { - 'name' => 'GNUTLS_SIGN_RSA_RMD160', - 'value' => '5' - }, - '8' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA256', - 'value' => '6' - }, - '9' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA384', - 'value' => '7' - } - }, - 'Name' => 'enum gnutls_sign_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2982' => { - 'Header' => 'gnutls.h', - 'Line' => '725', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_ECC_CURVE_INVALID', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP224R1', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP256R1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP384R1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP521R1', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP192R1', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_ecc_curve_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '30054' => { - 'BaseType' => '19493', - 'Name' => 'gnutls_packet_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3074' => { - 'Header' => 'gnutls.h', - 'Line' => '761', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SEC_PARAM_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SEC_PARAM_INSECURE', - 'value' => '5' - }, - '10' => { - 'name' => 'GNUTLS_SEC_PARAM_FUTURE', - 'value' => '50' - }, - '2' => { - 'name' => 'GNUTLS_SEC_PARAM_EXPORT', - 'value' => '10' - }, - '3' => { - 'name' => 'GNUTLS_SEC_PARAM_VERY_WEAK', - 'value' => '15' - }, - '4' => { - 'name' => 'GNUTLS_SEC_PARAM_WEAK', - 'value' => '20' - }, - '5' => { - 'name' => 'GNUTLS_SEC_PARAM_LOW', - 'value' => '25' - }, - '6' => { - 'name' => 'GNUTLS_SEC_PARAM_LEGACY', - 'value' => '30' - }, - '7' => { - 'name' => 'GNUTLS_SEC_PARAM_MEDIUM', - 'value' => '35' - }, - '8' => { - 'name' => 'GNUTLS_SEC_PARAM_HIGH', - 'value' => '40' - }, - '9' => { - 'name' => 'GNUTLS_SEC_PARAM_ULTRA', - 'value' => '45' - } - }, - 'Name' => 'enum gnutls_sec_param_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3086' => { - 'BaseType' => '211', - 'Header' => 'gnutls.h', - 'Line' => '780', - 'Name' => 'gnutls_transport_ptr_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3098' => { - 'BaseType' => '3110', - 'Header' => 'gnutls.h', - 'Line' => '783', - 'Name' => 'gnutls_session_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3110' => { - 'BaseType' => '3116', - 'Name' => 'struct gnutls_session_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3116' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1024', - 'Memb' => { - '0' => { - 'name' => 'security_parameters', - 'offset' => '0', - 'type' => '10542' - }, - '1' => { - 'name' => 'record_parameters', - 'offset' => '224', - 'type' => '12695' - }, - '2' => { - 'name' => 'internals', - 'offset' => '352', - 'type' => '12683' - }, - '3' => { - 'name' => 'key', - 'offset' => '4560', - 'type' => '8506' - } - }, - 'Name' => 'struct gnutls_session_int', - 'PrivateABI' => 1, - 'Size' => '5016', - 'Type' => 'Struct' - }, - '3128914' => { - 'BaseType' => '3128925', - 'Header' => 'opencdk.h', - 'Line' => '64', - 'Name' => 'cdk_s2k_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3128925' => { - 'BaseType' => '3128931', - 'Name' => 'struct cdk_s2k_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3128931' => { - 'Header' => 'context.h', - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'mode', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'hash_algo', - 'offset' => '4', - 'type' => '3280343' - }, - '2' => { - 'name' => 'salt', - 'offset' => '5', - 'type' => '3299986' - }, - '3' => { - 'name' => 'count', - 'offset' => '16', - 'type' => '3280359' - } - }, - 'Name' => 'struct cdk_s2k_s', - 'PrivateABI' => 1, - 'Size' => '20', - 'Type' => 'Struct' - }, - '3128936' => { - 'BaseType' => '3128947', - 'Header' => 'opencdk.h', - 'Line' => '68', - 'Name' => 'cdk_stream_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3128947' => { - 'BaseType' => '3128953', - 'Name' => 'struct cdk_stream_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3128953' => { - 'Header' => 'stream.h', - 'Line' => '68', - 'Memb' => { - '0' => { - 'name' => 'filters', - 'offset' => '0', - 'type' => '3343080' - }, - '1' => { - 'name' => 'fmode', - 'offset' => '8', - 'type' => '75' - }, - '10' => { - 'name' => 'cbs_hd', - 'offset' => '128', - 'type' => '211' - }, - '2' => { - 'name' => 'error', - 'offset' => '12', - 'type' => '75' - }, - '3' => { - 'name' => 'blkmode', - 'offset' => '16', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'offset' => '24', - 'type' => '3343086' - }, - '5' => { - 'name' => 'cache', - 'offset' => '32', - 'type' => '3343200' - }, - '6' => { - 'name' => 'fname', - 'offset' => '64', - 'type' => '235' - }, - '7' => { - 'name' => 'fp', - 'offset' => '72', - 'type' => '259252' - }, - '8' => { - 'bitfield' => '1', - 'name' => 'fp_ref', - 'offset' => '80', - 'type' => '145' - }, - '9' => { - 'name' => 'cbs', - 'offset' => '88', - 'type' => '3341996' - } - }, - 'Name' => 'struct cdk_stream_s', - 'PrivateABI' => 1, - 'Size' => '136', - 'Type' => 'Struct' - }, - '3128958' => { - 'BaseType' => '3128969', - 'Header' => 'opencdk.h', - 'Line' => '72', - 'Name' => 'cdk_prefitem_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3128969' => { - 'BaseType' => '3128975', - 'Name' => 'struct cdk_prefitem_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3128975' => { - 'Header' => 'context.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '3280343' - }, - '1' => { - 'name' => 'value', - 'offset' => '1', - 'type' => '3280343' - } - }, - 'Name' => 'struct cdk_prefitem_s', - 'PrivateABI' => 1, - 'Size' => '2', - 'Type' => 'Struct' - }, - '3129002' => { - 'BaseType' => '3129013', - 'Header' => 'opencdk.h', - 'Line' => '91', - 'Name' => 'cdk_subpkt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3129013' => { - 'BaseType' => '3129019', - 'Name' => 'struct cdk_subpkt_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3129019' => { - 'Header' => 'context.h', - 'Line' => '94', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '3129013' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '3280359' - }, - '2' => { - 'name' => 'type', - 'offset' => '12', - 'type' => '3280343' - }, - '3' => { - 'name' => 'd', - 'offset' => '16', - 'type' => '3300018' - } - }, - 'Name' => 'struct cdk_subpkt_s', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '3129024' => { - 'BaseType' => '3129035', - 'Header' => 'opencdk.h', - 'Line' => '99', - 'Name' => 'cdk_desig_revoker_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3129035' => { - 'BaseType' => '3129041', - 'Name' => 'struct cdk_desig_revoker_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3129041' => { - 'Header' => 'context.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '3129035' - }, - '1' => { - 'name' => 'r_class', - 'offset' => '8', - 'type' => '3280343' - }, - '2' => { - 'name' => 'algid', - 'offset' => '9', - 'type' => '3280343' - }, - '3' => { - 'name' => 'fpr', - 'offset' => '10', - 'type' => '3300002' - } - }, - 'Name' => 'struct cdk_desig_revoker_s', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3129503' => { - 'Header' => 'opencdk.h', - 'Line' => '353', - 'Memb' => { - '0' => { - 'name' => 'CDK_PKT_RESERVED', - 'value' => '0' - }, - '1' => { - 'name' => 'CDK_PKT_PUBKEY_ENC', - 'value' => '1' - }, - '10' => { - 'name' => 'CDK_PKT_RING_TRUST', - 'value' => '12' - }, - '11' => { - 'name' => 'CDK_PKT_USER_ID', - 'value' => '13' - }, - '12' => { - 'name' => 'CDK_PKT_PUBLIC_SUBKEY', - 'value' => '14' - }, - '13' => { - 'name' => 'CDK_PKT_OLD_COMMENT', - 'value' => '16' - }, - '14' => { - 'name' => 'CDK_PKT_ATTRIBUTE', - 'value' => '17' - }, - '15' => { - 'name' => 'CDK_PKT_MDC', - 'value' => '19' - }, - '2' => { - 'name' => 'CDK_PKT_SIGNATURE', - 'value' => '2' - }, - '3' => { - 'name' => 'CDK_PKT_ONEPASS_SIG', - 'value' => '4' - }, - '4' => { - 'name' => 'CDK_PKT_SECRET_KEY', - 'value' => '5' - }, - '5' => { - 'name' => 'CDK_PKT_PUBLIC_KEY', - 'value' => '6' - }, - '6' => { - 'name' => 'CDK_PKT_SECRET_SUBKEY', - 'value' => '7' - }, - '7' => { - 'name' => 'CDK_PKT_COMPRESSED', - 'value' => '8' - }, - '8' => { - 'name' => 'CDK_PKT_MARKER', - 'value' => '10' - }, - '9' => { - 'name' => 'CDK_PKT_LITERAL', - 'value' => '11' - } - }, - 'Name' => 'enum cdk_packet_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '3129515' => { - 'Header' => 'opencdk.h', - 'Line' => '385', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'exportable', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'revocable', - 'offset' => '0', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'policy_url', - 'offset' => '0', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'notation', - 'offset' => '0', - 'type' => '145' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'expired', - 'offset' => '0', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'checked', - 'offset' => '0', - 'type' => '145' - }, - '6' => { - 'bitfield' => '1', - 'name' => 'valid', - 'offset' => '0', - 'type' => '145' - }, - '7' => { - 'bitfield' => '1', - 'name' => 'missing_key', - 'offset' => '0', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-opencdk.h-385', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '3129653' => { - 'Header' => 'opencdk.h', - 'Line' => '370', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'sig_class', - 'offset' => '1', - 'type' => '152' - }, - '10' => { - 'name' => 'unhashed_size', - 'offset' => '40', - 'type' => '103' - }, - '11' => { - 'name' => 'unhashed', - 'offset' => '48', - 'type' => '3129002' - }, - '12' => { - 'name' => 'mpi', - 'offset' => '56', - 'type' => '8484' - }, - '13' => { - 'name' => 'revkeys', - 'offset' => '72', - 'type' => '3129024' - }, - '14' => { - 'name' => 'flags', - 'offset' => '80', - 'type' => '3129515' - }, - '15' => { - 'name' => 'key', - 'offset' => '84', - 'type' => '3129875' - }, - '2' => { - 'name' => 'timestamp', - 'offset' => '4', - 'type' => '145' - }, - '3' => { - 'name' => 'expiredate', - 'offset' => '8', - 'type' => '145' - }, - '4' => { - 'name' => 'keyid', - 'offset' => '12', - 'type' => '3129875' - }, - '5' => { - 'name' => 'pubkey_algo', - 'offset' => '20', - 'type' => '152' - }, - '6' => { - 'name' => 'digest_algo', - 'offset' => '21', - 'type' => '152' - }, - '7' => { - 'name' => 'digest_start', - 'offset' => '22', - 'type' => '1789614' - }, - '8' => { - 'name' => 'hashed_size', - 'offset' => '24', - 'type' => '103' - }, - '9' => { - 'name' => 'hashed', - 'offset' => '32', - 'type' => '3129002' - } - }, - 'Name' => 'struct cdk_pkt_signature_s', - 'PrivateABI' => 1, - 'Size' => '96', - 'Type' => 'Struct' - }, - '3129875' => { - 'BaseType' => '145', - 'Name' => 'unsigned int[2]', - 'Size' => '8', - 'Type' => 'Array' - }, - '3129907' => { - 'BaseType' => '3129919', - 'Header' => 'opencdk.h', - 'Line' => '397', - 'Name' => 'cdk_pkt_signature_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3129919' => { - 'BaseType' => '3129653', - 'Name' => 'struct cdk_pkt_signature_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3129925' => { - 'Header' => 'opencdk.h', - 'Line' => '400', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'is_primary', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '4', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'mdc_feature', - 'offset' => '4', - 'type' => '145' - }, - '4' => { - 'name' => 'prefs', - 'offset' => '8', - 'type' => '3128958' - }, - '5' => { - 'name' => 'prefs_size', - 'offset' => '16', - 'type' => '52' - }, - '6' => { - 'name' => 'attrib_img', - 'offset' => '24', - 'type' => '3626' - }, - '7' => { - 'name' => 'attrib_len', - 'offset' => '32', - 'type' => '52' - }, - '8' => { - 'name' => 'selfsig', - 'offset' => '40', - 'type' => '3129907' - }, - '9' => { - 'name' => 'name', - 'offset' => '48', - 'type' => '235' - } - }, - 'Name' => 'struct cdk_pkt_userid_s', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '3130078' => { - 'BaseType' => '3130090', - 'Header' => 'opencdk.h', - 'Line' => '412', - 'Name' => 'cdk_pkt_userid_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3130090' => { - 'BaseType' => '3129925', - 'Name' => 'struct cdk_pkt_userid_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3130096' => { - 'Header' => 'opencdk.h', - 'Line' => '415', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'pubkey_algo', - 'offset' => '1', - 'type' => '152' - }, - '10' => { - 'bitfield' => '1', - 'name' => 'has_expired', - 'offset' => '80', - 'type' => '145' - }, - '11' => { - 'name' => 'pubkey_usage', - 'offset' => '84', - 'type' => '75' - }, - '12' => { - 'name' => 'uid', - 'offset' => '88', - 'type' => '3130078' - }, - '13' => { - 'name' => 'prefs', - 'offset' => '96', - 'type' => '3128958' - }, - '14' => { - 'name' => 'prefs_size', - 'offset' => '104', - 'type' => '52' - }, - '15' => { - 'name' => 'revkeys', - 'offset' => '112', - 'type' => '3129024' - }, - '2' => { - 'name' => 'fpr', - 'offset' => '2', - 'type' => '3130327' - }, - '3' => { - 'name' => 'keyid', - 'offset' => '24', - 'type' => '3129875' - }, - '4' => { - 'name' => 'main_keyid', - 'offset' => '32', - 'type' => '3129875' - }, - '5' => { - 'name' => 'timestamp', - 'offset' => '40', - 'type' => '145' - }, - '6' => { - 'name' => 'expiredate', - 'offset' => '44', - 'type' => '145' - }, - '7' => { - 'name' => 'mpi', - 'offset' => '48', - 'type' => '3130343' - }, - '8' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '80', - 'type' => '145' - }, - '9' => { - 'bitfield' => '1', - 'name' => 'is_invalid', - 'offset' => '80', - 'type' => '145' - } - }, - 'Name' => 'struct cdk_pkt_pubkey_s', - 'PrivateABI' => 1, - 'Size' => '120', - 'Type' => 'Struct' - }, - '3130327' => { - 'BaseType' => '152', - 'Name' => 'unsigned char[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '3130343' => { - 'BaseType' => '6512', - 'Name' => 'bigint_t[4]', - 'Size' => '32', - 'Type' => 'Array' - }, - '3130359' => { - 'BaseType' => '3130371', - 'Header' => 'opencdk.h', - 'Line' => '433', - 'Name' => 'cdk_pkt_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3130371' => { - 'BaseType' => '3130096', - 'Name' => 'struct cdk_pkt_pubkey_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3130377' => { - 'Header' => 'opencdk.h', - 'Line' => '447', - 'Memb' => { - '0' => { - 'name' => 'algo', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'sha1chk', - 'offset' => '1', - 'type' => '152' - }, - '2' => { - 'name' => 's2k', - 'offset' => '8', - 'type' => '3128914' - }, - '3' => { - 'name' => 'iv', - 'offset' => '16', - 'type' => '1153053' - }, - '4' => { - 'name' => 'ivlen', - 'offset' => '32', - 'type' => '152' - } - }, - 'Name' => 'anon-struct-opencdk.h-447', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3130467' => { - 'Header' => 'opencdk.h', - 'Line' => '439', - 'Memb' => { - '0' => { - 'name' => 'pk', - 'offset' => '0', - 'type' => '3130359' - }, - '1' => { - 'name' => 'expiredate', - 'offset' => '8', - 'type' => '145' - }, - '10' => { - 'name' => 'encdata', - 'offset' => '120', - 'type' => '3626' - }, - '11' => { - 'name' => 'enclen', - 'offset' => '128', - 'type' => '52' - }, - '12' => { - 'name' => 'is_protected', - 'offset' => '136', - 'type' => '152' - }, - '13' => { - 'bitfield' => '1', - 'name' => 'is_primary', - 'offset' => '137', - 'type' => '145' - }, - '14' => { - 'bitfield' => '1', - 'name' => 'has_expired', - 'offset' => '137', - 'type' => '145' - }, - '15' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '137', - 'type' => '145' - }, - '2' => { - 'name' => 'version', - 'offset' => '12', - 'type' => '75' - }, - '3' => { - 'name' => 'pubkey_algo', - 'offset' => '16', - 'type' => '75' - }, - '4' => { - 'name' => 'keyid', - 'offset' => '20', - 'type' => '3129875' - }, - '5' => { - 'name' => 'main_keyid', - 'offset' => '28', - 'type' => '3129875' - }, - '6' => { - 'name' => 's2k_usage', - 'offset' => '36', - 'type' => '152' - }, - '7' => { - 'name' => 'protect', - 'offset' => '40', - 'type' => '3130377' - }, - '8' => { - 'name' => 'csum', - 'offset' => '80', - 'type' => '103' - }, - '9' => { - 'name' => 'mpi', - 'offset' => '88', - 'type' => '3130343' - } - }, - 'Name' => 'struct cdk_pkt_seckey_s', - 'PrivateABI' => 1, - 'Size' => '144', - 'Type' => 'Struct' - }, - '3130697' => { - 'BaseType' => '3130709', - 'Header' => 'opencdk.h', - 'Line' => '463', - 'Name' => 'cdk_pkt_seckey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3130709' => { - 'BaseType' => '3130467', - 'Name' => 'struct cdk_pkt_seckey_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3130715' => { - 'Header' => 'opencdk.h', - 'Line' => '469', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'keyid', - 'offset' => '4', - 'type' => '3129875' - }, - '2' => { - 'name' => 'sig_class', - 'offset' => '12', - 'type' => '152' - }, - '3' => { - 'name' => 'digest_algo', - 'offset' => '13', - 'type' => '152' - }, - '4' => { - 'name' => 'pubkey_algo', - 'offset' => '14', - 'type' => '152' - }, - '5' => { - 'name' => 'last', - 'offset' => '15', - 'type' => '152' - } - }, - 'Name' => 'struct cdk_pkt_onepass_sig_s', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '3130807' => { - 'BaseType' => '3130819', - 'Header' => 'opencdk.h', - 'Line' => '477', - 'Name' => 'cdk_pkt_onepass_sig_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3130819' => { - 'BaseType' => '3130715', - 'Name' => 'struct cdk_pkt_onepass_sig_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3130825' => { - 'Header' => 'opencdk.h', - 'Line' => '480', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'keyid', - 'offset' => '4', - 'type' => '3129875' - }, - '2' => { - 'name' => 'throw_keyid', - 'offset' => '12', - 'type' => '75' - }, - '3' => { - 'name' => 'pubkey_algo', - 'offset' => '16', - 'type' => '152' - }, - '4' => { - 'name' => 'mpi', - 'offset' => '24', - 'type' => '8484' - } - }, - 'Name' => 'struct cdk_pkt_pubkey_enc_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3130904' => { - 'BaseType' => '3130916', - 'Header' => 'opencdk.h', - 'Line' => '487', - 'Name' => 'cdk_pkt_pubkey_enc_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3130916' => { - 'BaseType' => '3130825', - 'Name' => 'struct cdk_pkt_pubkey_enc_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3130922' => { - 'Header' => 'opencdk.h', - 'Line' => '489', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'extralen', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'mdc_method', - 'offset' => '8', - 'type' => '152' - }, - '3' => { - 'name' => 'buf', - 'offset' => '16', - 'type' => '3128936' - } - }, - 'Name' => 'struct cdk_pkt_encrypted_s', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '3130988' => { - 'BaseType' => '3131000', - 'Header' => 'opencdk.h', - 'Line' => '495', - 'Name' => 'cdk_pkt_encrypted_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3131000' => { - 'BaseType' => '3130922', - 'Name' => 'struct cdk_pkt_encrypted_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3131006' => { - 'Header' => 'opencdk.h', - 'Line' => '498', - 'Memb' => { - '0' => { - 'name' => 'hash', - 'offset' => '0', - 'type' => '3130327' - } - }, - 'Name' => 'struct cdk_pkt_mdc_s', - 'PrivateABI' => 1, - 'Size' => '20', - 'Type' => 'Struct' - }, - '3131033' => { - 'BaseType' => '3131045', - 'Header' => 'opencdk.h', - 'Line' => '501', - 'Name' => 'cdk_pkt_mdc_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3131045' => { - 'BaseType' => '3131006', - 'Name' => 'struct cdk_pkt_mdc_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3131051' => { - 'Header' => 'opencdk.h', - 'Line' => '504', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'buf', - 'offset' => '8', - 'type' => '3128936' - }, - '2' => { - 'name' => 'mode', - 'offset' => '16', - 'type' => '75' - }, - '3' => { - 'name' => 'timestamp', - 'offset' => '20', - 'type' => '145' - }, - '4' => { - 'name' => 'namelen', - 'offset' => '24', - 'type' => '75' - }, - '5' => { - 'name' => 'name', - 'offset' => '32', - 'type' => '235' - } - }, - 'Name' => 'struct cdk_pkt_literal_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3131143' => { - 'BaseType' => '3131155', - 'Header' => 'opencdk.h', - 'Line' => '512', - 'Name' => 'cdk_pkt_literal_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3131155' => { - 'BaseType' => '3131051', - 'Name' => 'struct cdk_pkt_literal_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3131161' => { - 'Header' => 'opencdk.h', - 'Line' => '515', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'algorithm', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'buf', - 'offset' => '8', - 'type' => '3128936' - } - }, - 'Name' => 'struct cdk_pkt_compressed_s', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '3131214' => { - 'BaseType' => '3131226', - 'Header' => 'opencdk.h', - 'Line' => '520', - 'Name' => 'cdk_pkt_compressed_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3131226' => { - 'BaseType' => '3131161', - 'Name' => 'struct cdk_pkt_compressed_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3131232' => { - 'Header' => 'opencdk.h', - 'Line' => '529', - 'Memb' => { - '0' => { - 'name' => 'mdc', - 'offset' => '0', - 'type' => '3131033' - }, - '1' => { - 'name' => 'user_id', - 'offset' => '0', - 'type' => '3130078' - }, - '2' => { - 'name' => 'public_key', - 'offset' => '0', - 'type' => '3130359' - }, - '3' => { - 'name' => 'secret_key', - 'offset' => '0', - 'type' => '3130697' - }, - '4' => { - 'name' => 'signature', - 'offset' => '0', - 'type' => '3129907' - }, - '5' => { - 'name' => 'pubkey_enc', - 'offset' => '0', - 'type' => '3130904' - }, - '6' => { - 'name' => 'compressed', - 'offset' => '0', - 'type' => '3131214' - }, - '7' => { - 'name' => 'encrypted', - 'offset' => '0', - 'type' => '3130988' - }, - '8' => { - 'name' => 'literal', - 'offset' => '0', - 'type' => '3131143' - }, - '9' => { - 'name' => 'onepass_sig', - 'offset' => '0', - 'type' => '3130807' - } - }, - 'Name' => 'anon-union-opencdk.h-529', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Union' - }, - '3131362' => { - 'Header' => 'opencdk.h', - 'Line' => '524', - 'Memb' => { - '0' => { - 'name' => 'pktlen', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'pktsize', - 'offset' => '8', - 'type' => '52' - }, - '2' => { - 'name' => 'old_ctb', - 'offset' => '16', - 'type' => '75' - }, - '3' => { - 'name' => 'pkttype', - 'offset' => '20', - 'type' => '3129503' - }, - '4' => { - 'name' => 'pkt', - 'offset' => '24', - 'type' => '3131232' - } - }, - 'Name' => 'struct cdk_packet_s', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3131441' => { - 'BaseType' => '3131453', - 'Header' => 'opencdk.h', - 'Line' => '542', - 'Name' => 'cdk_packet_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3131453' => { - 'BaseType' => '3131362', - 'Name' => 'struct cdk_packet_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3159313' => { - 'Header' => 'opencdk.h', - 'Line' => '136', - 'Memb' => { - '0' => { - 'name' => 'CDK_EOF', - 'value' => '-1' - }, - '1' => { - 'name' => 'CDK_Success', - 'value' => '0' - }, - '10' => { - 'name' => 'CDK_MPI_Error', - 'value' => '10' - }, - '11' => { - 'name' => 'CDK_Inv_Value', - 'value' => '11' - }, - '12' => { - 'name' => 'CDK_Error_No_Key', - 'value' => '12' - }, - '13' => { - 'name' => 'CDK_Chksum_Error', - 'value' => '13' - }, - '14' => { - 'name' => 'CDK_Time_Conflict', - 'value' => '14' - }, - '15' => { - 'name' => 'CDK_Zlib_Error', - 'value' => '15' - }, - '16' => { - 'name' => 'CDK_Weak_Key', - 'value' => '16' - }, - '17' => { - 'name' => 'CDK_Out_Of_Core', - 'value' => '17' - }, - '18' => { - 'name' => 'CDK_Wrong_Seckey', - 'value' => '18' - }, - '19' => { - 'name' => 'CDK_Bad_MDC', - 'value' => '19' - }, - '2' => { - 'name' => 'CDK_General_Error', - 'value' => '1' - }, - '20' => { - 'name' => 'CDK_Inv_Mode', - 'value' => '20' - }, - '21' => { - 'name' => 'CDK_Error_No_Keyring', - 'value' => '21' - }, - '22' => { - 'name' => 'CDK_Wrong_Format', - 'value' => '22' - }, - '23' => { - 'name' => 'CDK_Inv_Packet_Ver', - 'value' => '23' - }, - '24' => { - 'name' => 'CDK_Too_Short', - 'value' => '24' - }, - '25' => { - 'name' => 'CDK_Unusable_Key', - 'value' => '25' - }, - '26' => { - 'name' => 'CDK_No_Data', - 'value' => '26' - }, - '27' => { - 'name' => 'CDK_No_Passphrase', - 'value' => '27' - }, - '28' => { - 'name' => 'CDK_Network_Error', - 'value' => '28' - }, - '3' => { - 'name' => 'CDK_File_Error', - 'value' => '2' - }, - '4' => { - 'name' => 'CDK_Bad_Sig', - 'value' => '3' - }, - '5' => { - 'name' => 'CDK_Inv_Packet', - 'value' => '4' - }, - '6' => { - 'name' => 'CDK_Inv_Algo', - 'value' => '5' - }, - '7' => { - 'name' => 'CDK_Not_Implemented', - 'value' => '6' - }, - '8' => { - 'name' => 'CDK_Armor_Error', - 'value' => '8' - }, - '9' => { - 'name' => 'CDK_Armor_CRC_Error', - 'value' => '9' - } - }, - 'Name' => 'enum cdk_error_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '3176390' => { - 'BaseType' => '145036', - 'Name' => 'gnutls_openpgp_keyring_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '318' => { - 'BaseType' => '324', - 'Name' => 'void const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3185' => { - 'BaseType' => '3197', - 'Header' => 'gnutls.h', - 'Line' => '786', - 'Name' => 'gnutls_dh_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3197' => { - 'BaseType' => '3203', - 'Name' => 'struct gnutls_dh_params_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3203' => { - 'Header' => 'gnutls_int.h', - 'Line' => '696', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '8484' - }, - '1' => { - 'name' => 'q_bits', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_dh_params_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '324' => { - 'BaseType' => '1', - 'Name' => 'void const', - 'Type' => 'Const' - }, - '3243' => { - 'Header' => 'gnutls_int.h', - 'Line' => '645', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '10622' - }, - '1' => { - 'name' => 'mac', - 'offset' => '132', - 'type' => '10622' - }, - '10' => { - 'name' => 'allow_large_records', - 'offset' => '1058', - 'type' => '8952' - }, - '11' => { - 'name' => 'dumbfw', - 'offset' => '1060', - 'type' => '145' - }, - '12' => { - 'name' => 'sr', - 'offset' => '1064', - 'type' => '10672' - }, - '13' => { - 'name' => 'min_record_version', - 'offset' => '1068', - 'type' => '8952' - }, - '14' => { - 'name' => 'server_precedence', - 'offset' => '1069', - 'type' => '8952' - }, - '15' => { - 'name' => 'allow_wrong_pms', - 'offset' => '1070', - 'type' => '8952' - }, - '16' => { - 'name' => 'no_tickets', - 'offset' => '1071', - 'type' => '8952' - }, - '17' => { - 'name' => 'no_etm', - 'offset' => '1072', - 'type' => '8952' - }, - '18' => { - 'name' => 'have_cbc', - 'offset' => '1073', - 'type' => '8952' - }, - '19' => { - 'name' => 'stateless_compression', - 'offset' => '1074', - 'type' => '8952' - }, - '2' => { - 'name' => 'kx', - 'offset' => '264', - 'type' => '10622' - }, - '20' => { - 'name' => 'additional_verify_flags', - 'offset' => '1076', - 'type' => '145' - }, - '21' => { - 'name' => 'level', - 'offset' => '1080', - 'type' => '3074' - }, - '22' => { - 'name' => 'dh_prime_bits', - 'offset' => '1084', - 'type' => '145' - }, - '23' => { - 'name' => 'fallback', - 'offset' => '1088', - 'type' => '8952' - }, - '3' => { - 'name' => 'compression', - 'offset' => '396', - 'type' => '10622' - }, - '4' => { - 'name' => 'protocol', - 'offset' => '528', - 'type' => '10622' - }, - '5' => { - 'name' => 'cert_type', - 'offset' => '660', - 'type' => '10622' - }, - '6' => { - 'name' => 'sign_algo', - 'offset' => '792', - 'type' => '10622' - }, - '7' => { - 'name' => 'supported_ecc', - 'offset' => '924', - 'type' => '10622' - }, - '8' => { - 'name' => 'no_extensions', - 'offset' => '1056', - 'type' => '8952' - }, - '9' => { - 'name' => 'no_ext_master_secret', - 'offset' => '1057', - 'type' => '8952' - } - }, - 'Name' => 'struct gnutls_priority_st', - 'PrivateABI' => 1, - 'Size' => '1092', - 'Type' => 'Struct' - }, - '325' => { - 'Header' => 'libio.h', - 'Line' => '241', - 'Memb' => { - '0' => { - 'name' => '_flags', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => '_IO_read_ptr', - 'offset' => '8', - 'type' => '235' - }, - '10' => { - 'name' => '_IO_backup_base', - 'offset' => '80', - 'type' => '235' - }, - '11' => { - 'name' => '_IO_save_end', - 'offset' => '88', - 'type' => '235' - }, - '12' => { - 'name' => '_markers', - 'offset' => '96', - 'type' => '762' - }, - '13' => { - 'name' => '_chain', - 'offset' => '104', - 'type' => '768' - }, - '14' => { - 'name' => '_fileno', - 'offset' => '112', - 'type' => '75' - }, - '15' => { - 'name' => '_flags2', - 'offset' => '116', - 'type' => '75' - }, - '16' => { - 'name' => '_old_offset', - 'offset' => '120', - 'type' => '178' - }, - '17' => { - 'name' => '_cur_column', - 'offset' => '128', - 'type' => '103' - }, - '18' => { - 'name' => '_vtable_offset', - 'offset' => '130', - 'type' => '164' - }, - '19' => { - 'name' => '_shortbuf', - 'offset' => '131', - 'type' => '774' - }, - '2' => { - 'name' => '_IO_read_end', - 'offset' => '16', - 'type' => '235' - }, - '20' => { - 'name' => '_lock', - 'offset' => '136', - 'type' => '790' - }, - '21' => { - 'name' => '_offset', - 'offset' => '144', - 'type' => '189' - }, - '22' => { - 'name' => '__pad1', - 'offset' => '152', - 'type' => '211' - }, - '23' => { - 'name' => '__pad2', - 'offset' => '160', - 'type' => '211' - }, - '24' => { - 'name' => '__pad3', - 'offset' => '168', - 'type' => '211' - }, - '25' => { - 'name' => '__pad4', - 'offset' => '176', - 'type' => '211' - }, - '26' => { - 'name' => '__pad5', - 'offset' => '184', - 'type' => '52' - }, - '27' => { - 'name' => '_mode', - 'offset' => '192', - 'type' => '75' - }, - '28' => { - 'name' => '_unused2', - 'offset' => '196', - 'type' => '796' - }, - '3' => { - 'name' => '_IO_read_base', - 'offset' => '24', - 'type' => '235' - }, - '4' => { - 'name' => '_IO_write_base', - 'offset' => '32', - 'type' => '235' - }, - '5' => { - 'name' => '_IO_write_ptr', - 'offset' => '40', - 'type' => '235' - }, - '6' => { - 'name' => '_IO_write_end', - 'offset' => '48', - 'type' => '235' - }, - '7' => { - 'name' => '_IO_buf_base', - 'offset' => '56', - 'type' => '235' - }, - '8' => { - 'name' => '_IO_buf_end', - 'offset' => '64', - 'type' => '235' - }, - '9' => { - 'name' => '_IO_save_base', - 'offset' => '72', - 'type' => '235' - } - }, - 'Name' => 'struct _IO_FILE', - 'PrivateABI' => 1, - 'Size' => '216', - 'Type' => 'Struct' - }, - '3263916' => { - 'BaseType' => '873738', - 'Name' => 'gnutls_openpgp_crt_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3280343' => { - 'BaseType' => '152', - 'Header' => 'types.h', - 'Line' => '28', - 'Name' => 'byte', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '3280359' => { - 'BaseType' => '145', - 'Header' => 'types.h', - 'Line' => '40', - 'Name' => 'u32', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '3280486' => { - 'Header' => 'filters.h', - 'Line' => '57', - 'Memb' => { - '0' => { - 'name' => 'le', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'hdrlines', - 'offset' => '8', - 'type' => '110' - }, - '2' => { - 'name' => 'crc', - 'offset' => '16', - 'type' => '3280359' - }, - '3' => { - 'name' => 'crc_okay', - 'offset' => '20', - 'type' => '75' - }, - '4' => { - 'name' => 'idx', - 'offset' => '24', - 'type' => '75' - }, - '5' => { - 'name' => 'idx2', - 'offset' => '28', - 'type' => '75' - } - }, - 'Name' => 'struct armor_filter_t', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3299986' => { - 'BaseType' => '3280343', - 'Name' => 'byte[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '3300002' => { - 'BaseType' => '3280343', - 'Name' => 'byte[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '3300018' => { - 'BaseType' => '3280343', - 'Name' => 'byte*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3339894' => { - 'Header' => 'opencdk.h', - 'Line' => '333', - 'Memb' => { - '0' => { - 'name' => 'CDK_LITFMT_BINARY', - 'value' => '0' - }, - '1' => { - 'name' => 'CDK_LITFMT_TEXT', - 'value' => '1' - }, - '2' => { - 'name' => 'CDK_LITFMT_UNICODE', - 'value' => '2' - } - }, - 'Name' => 'enum cdk_lit_format_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '3341996' => { - 'Header' => 'opencdk.h', - 'Line' => '691', - 'Memb' => { - '0' => { - 'name' => 'open', - 'offset' => '0', - 'type' => '3342090' - }, - '1' => { - 'name' => 'release', - 'offset' => '8', - 'type' => '3342090' - }, - '2' => { - 'name' => 'read', - 'offset' => '16', - 'type' => '5863' - }, - '3' => { - 'name' => 'write', - 'offset' => '24', - 'type' => '5529' - }, - '4' => { - 'name' => 'seek', - 'offset' => '32', - 'type' => '3342116' - } - }, - 'Name' => 'struct cdk_stream_cbs_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3342090' => { - 'Name' => 'cdk_error_t(*)(void*)', - 'Param' => { - '0' => { - 'type' => '211' - } - }, - 'Return' => '3159313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3342116' => { - 'Name' => 'int(*)(void*, off_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '1342545' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3342239' => { - 'Header' => 'filters.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'on', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '1342545' - }, - '2' => { - 'name' => 'nleft', - 'offset' => '16', - 'type' => '1342545' - } - }, - 'Name' => 'anon-struct-filters.h-37', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '3342361' => { - 'Header' => 'filters.h', - 'Line' => '43', - 'Memb' => { - '0' => { - 'name' => 'hd', - 'offset' => '0', - 'type' => '9947' - }, - '1' => { - 'name' => 'mdc', - 'offset' => '80', - 'type' => '9503' - }, - '2' => { - 'name' => 'mdc_method', - 'offset' => '136', - 'type' => '75' - }, - '3' => { - 'name' => 'datalen', - 'offset' => '140', - 'type' => '3280359' - }, - '4' => { - 'name' => 'blkmode', - 'offset' => '144', - 'type' => '3342239' - }, - '5' => { - 'name' => 's', - 'offset' => '168', - 'type' => '3128936' - } - }, - 'Name' => 'struct cipher_filter_t', - 'PrivateABI' => 1, - 'Size' => '176', - 'Type' => 'Struct' - }, - '3342416' => { - 'Header' => 'filters.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'digest_algo', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'md', - 'offset' => '8', - 'type' => '9503' - }, - '2' => { - 'name' => 'md_initialized', - 'offset' => '64', - 'type' => '75' - } - }, - 'Name' => 'struct md_filter_t', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '3342518' => { - 'Header' => 'filters.h', - 'Line' => '65', - 'Memb' => { - '0' => { - 'name' => 'on', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '1342545' - } - }, - 'Name' => 'anon-struct-filters.h-65', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '3342630' => { - 'Header' => 'filters.h', - 'Line' => '69', - 'Memb' => { - '0' => { - 'name' => 'mode', - 'offset' => '0', - 'type' => '3339894' - }, - '1' => { - 'name' => 'orig_filename', - 'offset' => '8', - 'type' => '235' - }, - '2' => { - 'name' => 'filename', - 'offset' => '16', - 'type' => '235' - }, - '3' => { - 'name' => 'md', - 'offset' => '24', - 'type' => '9503' - }, - '4' => { - 'name' => 'md_initialized', - 'offset' => '80', - 'type' => '75' - }, - '5' => { - 'name' => 'blkmode', - 'offset' => '88', - 'type' => '3342518' - } - }, - 'Name' => 'struct literal_filter_t', - 'PrivateABI' => 1, - 'Size' => '104', - 'Type' => 'Struct' - }, - '3342727' => { - 'BaseType' => '3280343', - 'Name' => 'byte[8192]', - 'Size' => '8192', - 'Type' => 'Array' - }, - '3342744' => { - 'Header' => 'filters.h', - 'Line' => '78', - 'Memb' => { - '0' => { - 'name' => 'inbufsize', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'inbuf', - 'offset' => '8', - 'type' => '3342727' - }, - '2' => { - 'name' => 'outbufsize', - 'offset' => '8200', - 'type' => '52' - }, - '3' => { - 'name' => 'outbuf', - 'offset' => '8208', - 'type' => '3342727' - }, - '4' => { - 'name' => 'algo', - 'offset' => '16400', - 'type' => '75' - }, - '5' => { - 'name' => 'level', - 'offset' => '16404', - 'type' => '75' - } - }, - 'Name' => 'struct compress_filter_t', - 'PrivateABI' => 1, - 'Size' => '16408', - 'Type' => 'Struct' - }, - '3342775' => { - 'Header' => 'filters.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'lf', - 'offset' => '0', - 'type' => '110' - } - }, - 'Name' => 'struct text_filter_t', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '3342786' => { - 'BaseType' => '3342797', - 'Header' => 'stream.h', - 'Line' => '40', - 'Name' => 'filter_fnct_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3342797' => { - 'Name' => 'int(*)(void*, int, FILE*, FILE*)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '75' - }, - '2' => { - 'type' => '259252' - }, - '3' => { - 'type' => '259252' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3342839' => { - 'Header' => 'stream.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'afx', - 'offset' => '0', - 'type' => '3280486' - }, - '1' => { - 'name' => 'cfx', - 'offset' => '0', - 'type' => '3342361' - }, - '2' => { - 'name' => 'pfx', - 'offset' => '0', - 'type' => '3342630' - }, - '3' => { - 'name' => 'zfx', - 'offset' => '0', - 'type' => '3342744' - }, - '4' => { - 'name' => 'tfx', - 'offset' => '0', - 'type' => '3342775' - }, - '5' => { - 'name' => 'mfx', - 'offset' => '0', - 'type' => '3342416' - } - }, - 'Name' => 'anon-union-stream.h-49', - 'PrivateABI' => 1, - 'Size' => '16408', - 'Type' => 'Union' - }, - '3342915' => { - 'Header' => 'stream.h', - 'Line' => '57', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'enabled', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'rdonly', - 'offset' => '0', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'error', - 'offset' => '0', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-stream.h-57', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '3342969' => { - 'Header' => 'stream.h', - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '3343080' - }, - '1' => { - 'name' => 'fnct', - 'offset' => '8', - 'type' => '3342786' - }, - '2' => { - 'name' => 'uint8_t', - 'offset' => '16', - 'type' => '211' - }, - '3' => { - 'name' => 'tmp', - 'offset' => '24', - 'type' => '259252' - }, - '4' => { - 'name' => 'u', - 'offset' => '32', - 'type' => '3342839' - }, - '5' => { - 'name' => 'flags', - 'offset' => '16440', - 'type' => '3342915' - }, - '6' => { - 'name' => 'type', - 'offset' => '16444', - 'type' => '145' - }, - '7' => { - 'name' => 'ctl', - 'offset' => '16448', - 'type' => '145' - } - }, - 'Name' => 'struct stream_filter_s', - 'PrivateABI' => 1, - 'Size' => '16456', - 'Type' => 'Struct' - }, - '3343080' => { - 'BaseType' => '3342969', - 'Name' => 'struct stream_filter_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3343086' => { - 'Header' => 'stream.h', - 'Line' => '73', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'filtrated', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'eof', - 'offset' => '0', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'write', - 'offset' => '0', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'temp', - 'offset' => '0', - 'type' => '145' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'reset', - 'offset' => '0', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'no_filter', - 'offset' => '0', - 'type' => '145' - }, - '6' => { - 'bitfield' => '3', - 'name' => 'compressed', - 'offset' => '0', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-stream.h-73', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '3343200' => { - 'Header' => 'stream.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'buf', - 'offset' => '0', - 'type' => '3626' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'on', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'alloced', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'anon-struct-stream.h-82', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3343360' => { - 'Header' => 'keydb.h', - 'Line' => '65', - 'Memb' => { - '0' => { - 'name' => 'new_keys', - 'offset' => '0', - 'type' => '52' - } - }, - 'Name' => 'anon-struct-keydb.h-65', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '3626' => { - 'BaseType' => '152', - 'Name' => 'unsigned char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3632' => { - 'Header' => 'gnutls.h', - 'Line' => '798', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3626' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_datum_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3644' => { - 'BaseType' => '3632', - 'Name' => 'gnutls_datum_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '366330' => { - 'BaseType' => '121', - 'Name' => 'char[128]', - 'Size' => '128', - 'Type' => 'Array' - }, - '3685' => { - 'Header' => 'gnutls.h', - 'Line' => '985', - 'Memb' => { - '0' => { - 'name' => 'low', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'high', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_range_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3697' => { - 'BaseType' => '3685', - 'Name' => 'gnutls_range_st const', - 'Size' => '16', - 'Type' => 'Const' - }, - '3708' => { - 'Header' => 'gnutls_int.h', - 'Line' => '312', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '8089' - }, - '1' => { - 'name' => 'prev', - 'offset' => '8', - 'type' => '8089' - }, - '10' => { - 'name' => 'handshake_sequence', - 'offset' => '72', - 'type' => '957' - }, - '2' => { - 'name' => 'mark', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'msg', - 'offset' => '24', - 'type' => '3632' - }, - '4' => { - 'name' => 'maximum_size', - 'offset' => '40', - 'type' => '52' - }, - '5' => { - 'name' => 'uhead_mark', - 'offset' => '48', - 'type' => '145' - }, - '6' => { - 'name' => 'type', - 'offset' => '52', - 'type' => '7857' - }, - '7' => { - 'name' => 'record_sequence', - 'offset' => '56', - 'type' => '1803' - }, - '8' => { - 'name' => 'epoch', - 'offset' => '64', - 'type' => '957' - }, - '9' => { - 'name' => 'htype', - 'offset' => '68', - 'type' => '2564' - } - }, - 'Name' => 'struct mbuffer_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Type' => 'Struct' - }, - '3865' => { - 'BaseType' => '3877', - 'Header' => 'gnutls.h', - 'Line' => '1230', - 'Name' => 'gnutls_certificate_verify_function', - 'Type' => 'Typedef' - }, - '3877' => { - 'Name' => 'int()(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '3098' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '3930' => { - 'Header' => 'gnutls.h', - 'Line' => '1254', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DT_DNS_HOSTNAME', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_DT_KEY_PURPOSE_OID', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DT_RFC822NAME', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_vdata_types_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3991' => { - 'Header' => 'gnutls.h', - 'Line' => '1260', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '3930' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3626' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_typed_vdata_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '4003' => { - 'BaseType' => '4015', - 'Header' => 'gnutls.h', - 'Line' => '1301', - 'Name' => 'gnutls_db_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4015' => { - 'Name' => 'int(*)(void*, gnutls_datum_t, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '3632' - }, - '2' => { - 'type' => '3632' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4046' => { - 'BaseType' => '4058', - 'Header' => 'gnutls.h', - 'Line' => '1303', - 'Name' => 'gnutls_db_remove_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4058' => { - 'Name' => 'int(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '3632' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '40623' => { - 'BaseType' => '16527', - 'Name' => 'uint8_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4084' => { - 'BaseType' => '4096', - 'Header' => 'gnutls.h', - 'Line' => '1304', - 'Name' => 'gnutls_db_retr_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4096' => { - 'Name' => 'gnutls_datum_t(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '3632' - } - }, - 'Return' => '3632', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '41210' => { - 'BaseType' => '3086', - 'Name' => 'gnutls_transport_ptr_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4122' => { - 'BaseType' => '4134', - 'Header' => 'gnutls.h', - 'Line' => '1339', - 'Name' => 'gnutls_handshake_hook_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4134' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned int, unsigned int, unsigned int, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '145' - }, - '2' => { - 'type' => '145' - }, - '3' => { - 'type' => '145' - }, - '4' => { - 'type' => '4175' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4175' => { - 'BaseType' => '3644', - 'Name' => 'gnutls_datum_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4181' => { - 'BaseType' => '4193', - 'Header' => 'gnutls.h', - 'Line' => '1348', - 'Name' => 'gnutls_handshake_post_client_hello_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4193' => { - 'Name' => 'int(*)(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '3098' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4199' => { - 'BaseType' => '4211', - 'Header' => 'gnutls.h', - 'Line' => '1376', - 'Name' => 'gnutls_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4211' => { - 'BaseType' => '4217', - 'Name' => 'struct gnutls_pubkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4217' => { - 'Header' => 'abstract_int.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'pk_algorithm', - 'offset' => '0', - 'type' => '2768' - }, - '1' => { - 'name' => 'bits', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '7376' - }, - '3' => { - 'name' => 'openpgp_key_id', - 'offset' => '152', - 'type' => '155439' - }, - '4' => { - 'name' => 'openpgp_key_id_set', - 'offset' => '160', - 'type' => '145' - }, - '5' => { - 'name' => 'openpgp_key_fpr', - 'offset' => '164', - 'type' => '237037' - }, - '6' => { - 'bitfield' => '1', - 'name' => 'openpgp_key_fpr_set', - 'offset' => '184', - 'type' => '145' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '188', - 'type' => '145' - }, - '8' => { - 'name' => 'pin', - 'offset' => '192', - 'type' => '150955' - } - }, - 'Name' => 'struct gnutls_pubkey_st', - 'PrivateABI' => 1, - 'Size' => '208', - 'Type' => 'Struct' - }, - '4222' => { - 'BaseType' => '4228', - 'Name' => 'struct gnutls_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4228' => { - 'Header' => 'abstract_int.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '146313' - }, - '1' => { - 'name' => 'pk_algorithm', - 'offset' => '4', - 'type' => '2768' - }, - '2' => { - 'name' => 'key', - 'offset' => '8', - 'type' => '236968' - }, - '3' => { - 'name' => 'flags', - 'offset' => '48', - 'type' => '145' - }, - '4' => { - 'name' => 'preferred_sign_algo', - 'offset' => '52', - 'type' => '2920' - }, - '5' => { - 'name' => 'pin', - 'offset' => '56', - 'type' => '150955' - } - }, - 'Name' => 'struct gnutls_privkey_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '4233' => { - 'BaseType' => '3632', - 'Name' => 'gnutls_datum_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4239' => { - 'BaseType' => '4251', - 'Header' => 'gnutls.h', - 'Line' => '1619', - 'Name' => 'gnutls_time_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4251' => { - 'Name' => 'time_t(*)(time_t*)', - 'Param' => { - '0' => { - 'type' => '4272' - } - }, - 'Return' => '252', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4272' => { - 'BaseType' => '252', - 'Name' => 'time_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4278' => { - 'BaseType' => '211', - 'Name' => 'void**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4284' => { - 'BaseType' => '4296', - 'Header' => 'gnutls.h', - 'Line' => '1631', - 'Name' => 'gnutls_alloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4296' => { - 'Name' => 'void*(*)(size_t)', - 'Param' => { - '0' => { - 'type' => '52' - } - }, - 'Return' => '211', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4317' => { - 'BaseType' => '4329', - 'Header' => 'gnutls.h', - 'Line' => '1632', - 'Name' => 'gnutls_calloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4329' => { - 'Name' => 'void*(*)(size_t, size_t)', - 'Param' => { - '0' => { - 'type' => '52' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '211', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4355' => { - 'BaseType' => '4367', - 'Header' => 'gnutls.h', - 'Line' => '1634', - 'Name' => 'gnutls_free_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4367' => { - 'Name' => 'void(*)(void*)', - 'Param' => { - '0' => { - 'type' => '211' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4384' => { - 'BaseType' => '4396', - 'Header' => 'gnutls.h', - 'Line' => '1635', - 'Name' => 'gnutls_realloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4396' => { - 'Name' => 'void*(*)(void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '211', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4497' => { - 'Name' => 'char*(*)(char const*)', - 'Param' => { - '0' => { - 'type' => '110' - } - }, - 'Return' => '235', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '45' => { - 'Name' => 'long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '4503' => { - 'BaseType' => '4515', - 'Header' => 'gnutls.h', - 'Line' => '1653', - 'Name' => 'gnutls_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4515' => { - 'Name' => 'void(*)(int, char const*)', - 'Param' => { - '0' => { - 'type' => '75' - }, - '1' => { - 'type' => '110' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4537' => { - 'BaseType' => '4549', - 'Header' => 'gnutls.h', - 'Line' => '1654', - 'Name' => 'gnutls_audit_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4549' => { - 'Name' => 'void(*)(gnutls_session_t, char const*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '110' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4607' => { - 'Header' => 'gnutls.h', - 'Line' => '1695', - 'Memb' => { - '0' => { - 'name' => 'iov_base', - 'offset' => '0', - 'type' => '211' - }, - '1' => { - 'name' => 'iov_len', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct giovec_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '4619' => { - 'BaseType' => '4607', - 'Name' => 'giovec_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '4624' => { - 'BaseType' => '4636', - 'Header' => 'gnutls.h', - 'Line' => '1697', - 'Name' => 'gnutls_pull_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4636' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '3086' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '241', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4667' => { - 'BaseType' => '4679', - 'Header' => 'gnutls.h', - 'Line' => '1699', - 'Name' => 'gnutls_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4679' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '3086' - }, - '1' => { - 'type' => '318' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '241', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4710' => { - 'BaseType' => '4722', - 'Header' => 'gnutls.h', - 'Line' => '1703', - 'Name' => 'gnutls_pull_timeout_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4722' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '3086' - }, - '1' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '47403' => { - 'BaseType' => '2441', - 'Name' => 'gnutls_compression_method_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '4748' => { - 'BaseType' => '4760', - 'Header' => 'gnutls.h', - 'Line' => '1706', - 'Name' => 'gnutls_vec_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4760' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, giovec_t const*, int)', - 'Param' => { - '0' => { - 'type' => '3086' - }, - '1' => { - 'type' => '4791' - }, - '2' => { - 'type' => '75' - } - }, - 'Return' => '241', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4791' => { - 'BaseType' => '4619', - 'Name' => 'giovec_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4797' => { - 'BaseType' => '4809', - 'Header' => 'gnutls.h', - 'Line' => '1709', - 'Name' => 'gnutls_errno_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4809' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t)', - 'Param' => { - '0' => { - 'type' => '3086' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '485763' => { - 'BaseType' => '2982', - 'Name' => 'gnutls_ecc_curve_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '488340' => { - 'BaseType' => '2391', - 'Name' => 'gnutls_digest_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '494654' => { - 'Header' => 'gnutls.h', - 'Line' => '533', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CERT_IGNORE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CERT_REQUEST', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CERT_REQUIRE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_certificate_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4950' => { - 'Header' => 'gnutls_str.h', - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'allocd', - 'offset' => '0', - 'type' => '7703' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '7703' - }, - '2' => { - 'name' => 'max_length', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_buffer_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '497796' => { - 'Header' => 'gnutls.h', - 'Line' => '1964', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SAN_DNSNAME', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SAN_RFC822NAME', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SAN_URI', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_SAN_IPADDRESS', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_SAN_OTHERNAME', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_SAN_DN', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_SAN_OTHERNAME_XMPP', - 'value' => '1000' - } - }, - 'Name' => 'enum gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '497857' => { - 'BaseType' => '497796', - 'Header' => 'gnutls.h', - 'Line' => '1975', - 'Name' => 'gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5011' => { - 'BaseType' => '211', - 'Header' => 'gnutls.h', - 'Line' => '2305', - 'Name' => 'gnutls_ext_priv_data_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5023' => { - 'BaseType' => '159', - 'Name' => 'unsigned char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5029' => { - 'BaseType' => '5041', - 'Header' => 'openpgp.h', - 'Line' => '317', - 'Name' => 'gnutls_openpgp_recv_key_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5041' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, unsigned int, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '5023' - }, - '2' => { - 'type' => '145' - }, - '3' => { - 'type' => '4233' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '506868' => { - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'trusted_cas', - 'offset' => '0', - 'type' => '146359' - }, - '1' => { - 'name' => 'trusted_ca_size', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'named_certs', - 'offset' => '16', - 'type' => '2009316' - }, - '3' => { - 'name' => 'named_cert_size', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'crls', - 'offset' => '32', - 'type' => '756477' - }, - '5' => { - 'name' => 'crl_size', - 'offset' => '40', - 'type' => '145' - } - }, - 'Name' => 'struct node_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '506873' => { - 'BaseType' => '506868', - 'Name' => 'struct node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5077' => { - 'Header' => 'abstract.h', - 'Line' => '450', - 'Memb' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '4199' - }, - '1' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '3632' - }, - '2' => { - 'name' => 'type', - 'offset' => '24', - 'type' => '2712' - } - }, - 'Name' => 'struct gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '510458' => { - 'BaseType' => '2149', - 'Name' => 'gnutls_kx_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '510627' => { - 'BaseType' => '145078', - 'Name' => 'gnutls_certificate_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5130' => { - 'BaseType' => '5077', - 'Header' => 'abstract.h', - 'Line' => '454', - 'Name' => 'gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '5142' => { - 'BaseType' => '5130', - 'Name' => 'gnutls_pcert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '516940' => { - 'BaseType' => '20081', - 'Header' => 'gnutls.h', - 'Line' => '1621', - 'Name' => 'mutex_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '516979' => { - 'BaseType' => '20081', - 'Header' => 'gnutls.h', - 'Line' => '1622', - 'Name' => 'mutex_lock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '516991' => { - 'BaseType' => '20081', - 'Header' => 'gnutls.h', - 'Line' => '1623', - 'Name' => 'mutex_unlock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '517003' => { - 'BaseType' => '20081', - 'Header' => 'gnutls.h', - 'Line' => '1624', - 'Name' => 'mutex_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '52' => { - 'BaseType' => '68', - 'Header' => 'stddef.h', - 'Line' => '216', - 'Name' => 'size_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5396' => { - 'Header' => 'gnutls_int.h', - 'Line' => '146', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DGRAM', - 'value' => '1' - } - }, - 'Name' => 'enum transport_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '5425' => { - 'BaseType' => '5396', - 'Header' => 'gnutls_int.h', - 'Line' => '149', - 'Name' => 'transport_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5436' => { - 'Header' => 'gnutls_int.h', - 'Line' => '151', - 'Memb' => { - '0' => { - 'name' => 'RECORD_FLUSH', - 'value' => '0' - }, - '1' => { - 'name' => 'RECORD_CORKED', - 'value' => '1' - } - }, - 'Name' => 'enum record_flush_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '5465' => { - 'BaseType' => '5436', - 'Header' => 'gnutls_int.h', - 'Line' => '154', - 'Name' => 'record_flush_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5476' => { - 'BaseType' => '5487', - 'Header' => 'crypto.h', - 'Line' => '142', - 'Name' => 'gnutls_cipher_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5487' => { - 'Name' => 'int(*)(gnutls_cipher_algorithm_t, void**, int)', - 'Param' => { - '0' => { - 'type' => '2029' - }, - '1' => { - 'type' => '4278' - }, - '2' => { - 'type' => '75' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5518' => { - 'BaseType' => '5529', - 'Header' => 'crypto.h', - 'Line' => '143', - 'Name' => 'gnutls_cipher_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5529' => { - 'Name' => 'int(*)(void*, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '318' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '555892' => { - 'BaseType' => '555904', - 'Header' => 'gnutls.h', - 'Line' => '1408', - 'Name' => 'gnutls_anon_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '555904' => { - 'BaseType' => '555910', - 'Name' => 'struct gnutls_anon_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '555910' => { - 'Header' => 'anon.h', - 'Line' => '27', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '3185' - }, - '1' => { - 'name' => 'params_func', - 'offset' => '8', - 'type' => '155577' - } - }, - 'Name' => 'struct gnutls_anon_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '555947' => { - 'BaseType' => '555964', - 'Header' => 'gnutls.h', - 'Line' => '1410', - 'Name' => 'gnutls_anon_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '555964' => { - 'BaseType' => '555970', - 'Name' => 'struct gnutls_anon_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '555970' => { - 'Header' => 'anon.h', - 'Line' => '35', - 'Memb' => { - '0' => { - 'name' => 'dummy', - 'offset' => '0', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_anon_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '5560' => { - 'BaseType' => '5529', - 'Header' => 'crypto.h', - 'Line' => '145', - 'Name' => 'gnutls_cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5571' => { - 'BaseType' => '5582', - 'Header' => 'crypto.h', - 'Line' => '146', - 'Name' => 'gnutls_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5582' => { - 'Name' => 'int(*)(void*, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '318' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '211' - }, - '4' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5623' => { - 'BaseType' => '5582', - 'Header' => 'crypto.h', - 'Line' => '148', - 'Name' => 'gnutls_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '564749' => { - 'BaseType' => '555947', - 'Name' => 'gnutls_anon_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '564865' => { - 'BaseType' => '555892', - 'Name' => 'gnutls_anon_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5656' => { - 'Name' => 'void(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5683' => { - 'BaseType' => '5694', - 'Header' => 'crypto.h', - 'Line' => '155', - 'Name' => 'gnutls_cipher_aead_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5694' => { - 'Name' => 'int(*)(void*, void const*, size_t, void const*, size_t, size_t, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '318' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '318' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '52' - }, - '6' => { - 'type' => '318' - }, - '7' => { - 'type' => '52' - }, - '8' => { - 'type' => '211' - }, - '9' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5760' => { - 'BaseType' => '5694', - 'Header' => 'crypto.h', - 'Line' => '161', - 'Name' => 'gnutls_cipher_aead_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5771' => { - 'BaseType' => '4367', - 'Header' => 'crypto.h', - 'Line' => '167', - 'Name' => 'gnutls_cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5782' => { - 'BaseType' => '5793', - 'Header' => 'crypto.h', - 'Line' => '188', - 'Name' => 'gnutls_mac_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5793' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '2305' - }, - '1' => { - 'type' => '4278' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5819' => { - 'BaseType' => '5529', - 'Header' => 'crypto.h', - 'Line' => '189', - 'Name' => 'gnutls_mac_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5830' => { - 'BaseType' => '5529', - 'Header' => 'crypto.h', - 'Line' => '190', - 'Name' => 'gnutls_mac_setnonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5841' => { - 'BaseType' => '5529', - 'Header' => 'crypto.h', - 'Line' => '191', - 'Name' => 'gnutls_mac_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5852' => { - 'BaseType' => '5863', - 'Header' => 'crypto.h', - 'Line' => '192', - 'Name' => 'gnutls_mac_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '585919' => { - 'Header' => 'gnutls.h', - 'Line' => '1769', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RANDOM_ART_OPENSSH', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_random_art', - 'Size' => '4', - 'Type' => 'Enum' - }, - '585943' => { - 'BaseType' => '585919', - 'Header' => 'gnutls.h', - 'Line' => '1771', - 'Name' => 'gnutls_random_art_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '586075' => { - 'BaseType' => '586087', - 'Header' => 'gnutls.h', - 'Line' => '1876', - 'Name' => 'gnutls_psk_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '586087' => { - 'BaseType' => '586093', - 'Name' => 'struct gnutls_psk_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '586093' => { - 'Header' => 'psk.h', - 'Line' => '35', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'pwd_callback', - 'offset' => '8', - 'type' => '595167' - }, - '2' => { - 'name' => 'dh_params', - 'offset' => '16', - 'type' => '3185' - }, - '3' => { - 'name' => 'params_func', - 'offset' => '24', - 'type' => '155577' - }, - '4' => { - 'name' => 'hint', - 'offset' => '32', - 'type' => '235' - } - }, - 'Name' => 'struct gnutls_psk_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '586166' => { - 'BaseType' => '586178', - 'Header' => 'gnutls.h', - 'Line' => '1917', - 'Name' => 'gnutls_psk_server_credentials_function', - 'Type' => 'Typedef' - }, - '586178' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3098' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '4233' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '5863' => { - 'Name' => 'int(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5894' => { - 'BaseType' => '4367', - 'Header' => 'crypto.h', - 'Line' => '193', - 'Name' => 'gnutls_mac_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5905' => { - 'BaseType' => '5916', - 'Header' => 'crypto.h', - 'Line' => '194', - 'Name' => 'gnutls_mac_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5916' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void const*, size_t, void const*, size_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '2305' - }, - '1' => { - 'type' => '318' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '318' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '318' - }, - '6' => { - 'type' => '52' - }, - '7' => { - 'type' => '211' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '595167' => { - 'BaseType' => '586166', - 'Name' => 'gnutls_psk_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5972' => { - 'BaseType' => '5983', - 'Header' => 'crypto.h', - 'Line' => '209', - 'Name' => 'gnutls_digest_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5983' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '2391' - }, - '1' => { - 'type' => '4278' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6009' => { - 'BaseType' => '5529', - 'Header' => 'crypto.h', - 'Line' => '210', - 'Name' => 'gnutls_digest_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6020' => { - 'BaseType' => '5863', - 'Header' => 'crypto.h', - 'Line' => '211', - 'Name' => 'gnutls_digest_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6031' => { - 'BaseType' => '4367', - 'Header' => 'crypto.h', - 'Line' => '212', - 'Name' => 'gnutls_digest_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '60337' => { - 'BaseType' => '47403', - 'Name' => 'gnutls_compression_method_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6042' => { - 'BaseType' => '6053', - 'Header' => 'crypto.h', - 'Line' => '213', - 'Name' => 'gnutls_digest_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6053' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '2391' - }, - '1' => { - 'type' => '318' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '211' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '625528' => { - 'BaseType' => '2920', - 'Name' => 'gnutls_sign_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '642961' => { - 'Header' => 'gnutls.h', - 'Line' => '353', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_AL_WARNING', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_AL_FATAL', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_alert_level_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '643167' => { - 'Header' => 'gnutls.h', - 'Line' => '426', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_A_CLOSE_NOTIFY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_A_UNEXPECTED_MESSAGE', - 'value' => '10' - }, - '10' => { - 'name' => 'GNUTLS_A_CERTIFICATE_REVOKED', - 'value' => '44' - }, - '11' => { - 'name' => 'GNUTLS_A_CERTIFICATE_EXPIRED', - 'value' => '45' - }, - '12' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNKNOWN', - 'value' => '46' - }, - '13' => { - 'name' => 'GNUTLS_A_ILLEGAL_PARAMETER', - 'value' => '47' - }, - '14' => { - 'name' => 'GNUTLS_A_UNKNOWN_CA', - 'value' => '48' - }, - '15' => { - 'name' => 'GNUTLS_A_ACCESS_DENIED', - 'value' => '49' - }, - '16' => { - 'name' => 'GNUTLS_A_DECODE_ERROR', - 'value' => '50' - }, - '17' => { - 'name' => 'GNUTLS_A_DECRYPT_ERROR', - 'value' => '51' - }, - '18' => { - 'name' => 'GNUTLS_A_EXPORT_RESTRICTION', - 'value' => '60' - }, - '19' => { - 'name' => 'GNUTLS_A_PROTOCOL_VERSION', - 'value' => '70' - }, - '2' => { - 'name' => 'GNUTLS_A_BAD_RECORD_MAC', - 'value' => '20' - }, - '20' => { - 'name' => 'GNUTLS_A_INSUFFICIENT_SECURITY', - 'value' => '71' - }, - '21' => { - 'name' => 'GNUTLS_A_INTERNAL_ERROR', - 'value' => '80' - }, - '22' => { - 'name' => 'GNUTLS_A_INAPPROPRIATE_FALLBACK', - 'value' => '86' - }, - '23' => { - 'name' => 'GNUTLS_A_USER_CANCELED', - 'value' => '90' - }, - '24' => { - 'name' => 'GNUTLS_A_NO_RENEGOTIATION', - 'value' => '100' - }, - '25' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_EXTENSION', - 'value' => '110' - }, - '26' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNOBTAINABLE', - 'value' => '111' - }, - '27' => { - 'name' => 'GNUTLS_A_UNRECOGNIZED_NAME', - 'value' => '112' - }, - '28' => { - 'name' => 'GNUTLS_A_UNKNOWN_PSK_IDENTITY', - 'value' => '115' - }, - '29' => { - 'name' => 'GNUTLS_A_NO_APPLICATION_PROTOCOL', - 'value' => '120' - }, - '3' => { - 'name' => 'GNUTLS_A_DECRYPTION_FAILED', - 'value' => '21' - }, - '4' => { - 'name' => 'GNUTLS_A_RECORD_OVERFLOW', - 'value' => '22' - }, - '5' => { - 'name' => 'GNUTLS_A_DECOMPRESSION_FAILURE', - 'value' => '30' - }, - '6' => { - 'name' => 'GNUTLS_A_HANDSHAKE_FAILURE', - 'value' => '40' - }, - '7' => { - 'name' => 'GNUTLS_A_SSL3_NO_CERTIFICATE', - 'value' => '41' - }, - '8' => { - 'name' => 'GNUTLS_A_BAD_CERTIFICATE', - 'value' => '42' - }, - '9' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_CERTIFICATE', - 'value' => '43' - } - }, - 'Name' => 'enum gnutls_alert_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '6512' => { - 'BaseType' => '211', - 'Header' => 'crypto-backend.h', - 'Line' => '84', - 'Name' => 'bigint_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '654667' => { - 'BaseType' => '211', - 'Name' => 'void*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '659961' => { - 'BaseType' => '659972', - 'Header' => 'pkcs11.h', - 'Line' => '56', - 'Name' => 'gnutls_pkcs11_token_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '659972' => { - 'Name' => 'int(*)(void*const, char const*const, unsigned int)', - 'Param' => { - '0' => { - 'type' => '654667' - }, - '1' => { - 'type' => '116' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '68' => { - 'Name' => 'unsigned long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '706' => { - 'Header' => 'libio.h', - 'Line' => '150', - 'Name' => '_IO_lock_t', - 'Type' => 'Typedef' - }, - '713' => { - 'Header' => 'libio.h', - 'Line' => '156', - 'Memb' => { - '0' => { - 'name' => '_next', - 'offset' => '0', - 'type' => '762' - }, - '1' => { - 'name' => '_sbuf', - 'offset' => '8', - 'type' => '768' - }, - '2' => { - 'name' => '_pos', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct _IO_marker', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '713478' => { - 'Header' => 'gnutls.h', - 'Line' => '545', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_CERT', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_CERT_FINGERPRINT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_status_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '714025' => { - 'Header' => 'gnutls.h', - 'Line' => '774', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CB_TLS_UNIQUE', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_channel_binding_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '7280' => { - 'BaseType' => '52', - 'Name' => 'size_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '734443' => { - 'BaseType' => '3098', - 'Name' => 'gnutls_session_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7360' => { - 'BaseType' => '6512', - 'Name' => 'bigint_t[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '7376' => { - 'Header' => 'crypto-backend.h', - 'Line' => '177', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '7360' - }, - '1' => { - 'name' => 'params_nr', - 'offset' => '128', - 'type' => '145' - }, - '2' => { - 'name' => 'flags', - 'offset' => '132', - 'type' => '145' - }, - '3' => { - 'name' => 'algo', - 'offset' => '136', - 'type' => '2768' - } - }, - 'Name' => 'struct gnutls_pk_params_st', - 'PrivateABI' => 1, - 'Size' => '144', - 'Type' => 'Struct' - }, - '7409' => { - 'Header' => 'gnutls_int.h', - 'Line' => '222', - 'Memb' => { - '0' => { - 'name' => 'STATE0', - 'value' => '0' - }, - '1' => { - 'name' => 'STATE1', - 'value' => '1' - }, - '10' => { - 'name' => 'STATE10', - 'value' => '10' - }, - '11' => { - 'name' => 'STATE11', - 'value' => '11' - }, - '12' => { - 'name' => 'STATE12', - 'value' => '12' - }, - '13' => { - 'name' => 'STATE13', - 'value' => '13' - }, - '14' => { - 'name' => 'STATE14', - 'value' => '14' - }, - '15' => { - 'name' => 'STATE15', - 'value' => '15' - }, - '16' => { - 'name' => 'STATE16', - 'value' => '16' - }, - '17' => { - 'name' => 'STATE17', - 'value' => '17' - }, - '18' => { - 'name' => 'STATE18', - 'value' => '18' - }, - '19' => { - 'name' => 'STATE20', - 'value' => '20' - }, - '2' => { - 'name' => 'STATE2', - 'value' => '2' - }, - '20' => { - 'name' => 'STATE21', - 'value' => '21' - }, - '21' => { - 'name' => 'STATE22', - 'value' => '22' - }, - '22' => { - 'name' => 'STATE30', - 'value' => '30' - }, - '23' => { - 'name' => 'STATE31', - 'value' => '31' - }, - '24' => { - 'name' => 'STATE40', - 'value' => '40' - }, - '25' => { - 'name' => 'STATE41', - 'value' => '41' - }, - '26' => { - 'name' => 'STATE50', - 'value' => '50' - }, - '27' => { - 'name' => 'STATE60', - 'value' => '60' - }, - '28' => { - 'name' => 'STATE61', - 'value' => '61' - }, - '29' => { - 'name' => 'STATE62', - 'value' => '62' - }, - '3' => { - 'name' => 'STATE3', - 'value' => '3' - }, - '4' => { - 'name' => 'STATE4', - 'value' => '4' - }, - '5' => { - 'name' => 'STATE5', - 'value' => '5' - }, - '6' => { - 'name' => 'STATE6', - 'value' => '6' - }, - '7' => { - 'name' => 'STATE7', - 'value' => '7' - }, - '8' => { - 'name' => 'STATE8', - 'value' => '8' - }, - '9' => { - 'name' => 'STATE9', - 'value' => '9' - } - }, - 'Name' => 'enum handshake_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '742906' => { - 'BaseType' => '742918', - 'Header' => 'gnutls.h', - 'Line' => '1385', - 'Name' => 'gnutls_x509_crl_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '742918' => { - 'BaseType' => '742924', - 'Name' => 'struct gnutls_x509_crl_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '742924' => { - 'Header' => 'x509_int.h', - 'Line' => '51', - 'Memb' => { - '0' => { - 'name' => 'crl', - 'offset' => '0', - 'type' => '9632' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'rcache', - 'offset' => '16', - 'type' => '9632' - }, - '3' => { - 'name' => 'rcache_idx', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'use_extensions', - 'offset' => '28', - 'type' => '75' - }, - '5' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '3632' - }, - '6' => { - 'name' => 'raw_issuer_dn', - 'offset' => '48', - 'type' => '3632' - } - }, - 'Name' => 'struct gnutls_x509_crl_int', - 'PrivateABI' => 1, - 'Size' => '64', - 'Type' => 'Struct' - }, - '75' => { - 'Name' => 'int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '754035' => { - 'BaseType' => '754046', - 'Header' => 'pkcs12.h', - 'Line' => '37', - 'Name' => 'gnutls_pkcs12_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '754046' => { - 'BaseType' => '754052', - 'Name' => 'struct gnutls_pkcs12_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '754052' => { - 'Header' => 'x509_int.h', - 'Line' => '333', - 'Memb' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '0', - 'type' => '9632' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs12_int', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '754444' => { - 'BaseType' => '754455', - 'Header' => 'ocsp.h', - 'Line' => '192', - 'Name' => 'gnutls_ocsp_resp_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '754455' => { - 'BaseType' => '754461', - 'Name' => 'struct gnutls_ocsp_resp_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '754461' => { - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'resp', - 'offset' => '0', - 'type' => '9632' - }, - '1' => { - 'name' => 'response_type_oid', - 'offset' => '8', - 'type' => '3632' - }, - '2' => { - 'name' => 'basicresp', - 'offset' => '24', - 'type' => '9632' - }, - '3' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '3632' - }, - '4' => { - 'name' => 'init', - 'offset' => '48', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_ocsp_resp_int', - 'PrivateABI' => 1, - 'Size' => '56', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '754626' => { - 'BaseType' => '754637', - 'Header' => 'urls.h', - 'Line' => '40', - 'Name' => 'gnutls_privkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '754637' => { - 'Name' => 'int(*)(gnutls_privkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '144851' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '754668' => { - 'BaseType' => '754679', - 'Header' => 'urls.h', - 'Line' => '43', - 'Name' => 'gnutls_x509_crt_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '754679' => { - 'Name' => 'int(*)(gnutls_x509_crt_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '144886' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '754710' => { - 'BaseType' => '754721', - 'Header' => 'urls.h', - 'Line' => '49', - 'Name' => 'gnutls_pubkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '754721' => { - 'Name' => 'int(*)(gnutls_pubkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '4199' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '754752' => { - 'BaseType' => '754763', - 'Header' => 'urls.h', - 'Line' => '56', - 'Name' => 'gnutls_get_raw_issuer_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '754763' => { - 'Name' => 'int(*)(char const*, gnutls_x509_crt_t, gnutls_datum_t*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '144886' - }, - '2' => { - 'type' => '4233' - }, - '3' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '754799' => { - 'Header' => 'urls.h', - 'Line' => '59', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'name_size', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'import_key', - 'offset' => '16', - 'type' => '754626' - }, - '3' => { - 'name' => 'import_crt', - 'offset' => '24', - 'type' => '754668' - }, - '4' => { - 'name' => 'import_pubkey', - 'offset' => '32', - 'type' => '754710' - }, - '5' => { - 'name' => 'get_issuer', - 'offset' => '40', - 'type' => '754752' - }, - '6' => { - 'name' => 'future1', - 'offset' => '48', - 'type' => '211' - }, - '7' => { - 'name' => 'future2', - 'offset' => '56', - 'type' => '211' - } - }, - 'Name' => 'struct gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Struct' - }, - '754908' => { - 'BaseType' => '754799', - 'Header' => 'urls.h', - 'Line' => '68', - 'Name' => 'gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '754919' => { - 'BaseType' => '754908', - 'Name' => 'gnutls_custom_url_st[]', - 'Size' => '8', - 'Type' => 'Array' - }, - '756477' => { - 'BaseType' => '742906', - 'Name' => 'gnutls_x509_crl_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '758030' => { - 'BaseType' => '147012', - 'Name' => 'gnutls_x509_trust_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '759949' => { - 'BaseType' => '146359', - 'Name' => 'gnutls_x509_crt_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '760115' => { - 'BaseType' => '144874', - 'Name' => 'gnutls_x509_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7606' => { - 'BaseType' => '7409', - 'Header' => 'gnutls_int.h', - 'Line' => '229', - 'Name' => 'handshake_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '7617' => { - 'Header' => 'gnutls_int.h', - 'Line' => '231', - 'Memb' => { - '0' => { - 'name' => 'SHB_SEND1', - 'value' => '0' - }, - '1' => { - 'name' => 'SHB_SEND2', - 'value' => '1' - }, - '2' => { - 'name' => 'SHB_RECV', - 'value' => '2' - } - }, - 'Name' => 'enum heartbeat_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '762' => { - 'BaseType' => '713', - 'Name' => 'struct _IO_marker*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7652' => { - 'BaseType' => '7617', - 'Header' => 'gnutls_int.h', - 'Line' => '235', - 'Name' => 'heartbeat_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '7663' => { - 'Header' => 'gnutls_int.h', - 'Line' => '237', - 'Memb' => { - '0' => { - 'name' => 'RECV_STATE_0', - 'value' => '0' - }, - '1' => { - 'name' => 'RECV_STATE_DTLS_RETRANSMIT', - 'value' => '1' - } - }, - 'Name' => 'enum recv_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '768' => { - 'BaseType' => '325', - 'Name' => 'struct _IO_FILE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7692' => { - 'BaseType' => '7663', - 'Header' => 'gnutls_int.h', - 'Line' => '240', - 'Name' => 'recv_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '7703' => { - 'BaseType' => '946', - 'Name' => 'uint8_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7709' => { - 'BaseType' => '4950', - 'Header' => 'gnutls_str.h', - 'Line' => '49', - 'Name' => 'gnutls_buffer_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '774' => { - 'BaseType' => '121', - 'Name' => 'char[1]', - 'Size' => '1', - 'Type' => 'Array' - }, - '7797' => { - 'Header' => 'gnutls_int.h', - 'Line' => '270', - 'Memb' => { - '0' => { - 'name' => 'CIPHER_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'CIPHER_BLOCK', - 'value' => '1' - }, - '2' => { - 'name' => 'CIPHER_AEAD', - 'value' => '2' - } - }, - 'Name' => 'enum cipher_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '7809' => { - 'Header' => 'gnutls_int.h', - 'Line' => '276', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CHANGE_CIPHER_SPEC', - 'value' => '20' - }, - '1' => { - 'name' => 'GNUTLS_ALERT', - 'value' => '21' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE', - 'value' => '22' - }, - '3' => { - 'name' => 'GNUTLS_APPLICATION_DATA', - 'value' => '23' - }, - '4' => { - 'name' => 'GNUTLS_HEARTBEAT', - 'value' => '24' - } - }, - 'Name' => 'enum content_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '7857' => { - 'BaseType' => '7809', - 'Header' => 'gnutls_int.h', - 'Line' => '280', - 'Name' => 'content_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '788535' => { - 'Header' => 'gnutls.h', - 'Line' => '1097', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SUPPLEMENTAL_UNKNOWN', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_supplemental_data_format_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '78919' => { - 'Header' => 'crypto.h', - 'Line' => '128', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RND_NONCE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_RND_RANDOM', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_RND_KEY', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_rnd_level', - 'Size' => '4', - 'Type' => 'Enum' - }, - '78954' => { - 'BaseType' => '78919', - 'Header' => 'crypto.h', - 'Line' => '132', - 'Name' => 'gnutls_rnd_level_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '789786' => { - 'BaseType' => '20877', - 'Header' => 'gnutls.h', - 'Line' => '2359', - 'Name' => 'gnutls_supp_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '789798' => { - 'BaseType' => '20926', - 'Header' => 'gnutls.h', - 'Line' => '2361', - 'Name' => 'gnutls_supp_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '790' => { - 'BaseType' => '706', - 'Name' => '_IO_lock_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '796' => { - 'BaseType' => '121', - 'Name' => 'char[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '7983' => { - 'BaseType' => '946', - 'Name' => 'uint8_t[12]', - 'Size' => '12', - 'Type' => 'Array' - }, - '7999' => { - 'Header' => 'gnutls_int.h', - 'Line' => '310', - 'Memb' => { - '0' => { - 'name' => 'htype', - 'offset' => '0', - 'type' => '2564' - }, - '1' => { - 'name' => 'length', - 'offset' => '4', - 'type' => '968' - }, - '2' => { - 'name' => 'sequence', - 'offset' => '8', - 'type' => '957' - }, - '3' => { - 'name' => 'start_offset', - 'offset' => '12', - 'type' => '968' - }, - '4' => { - 'name' => 'end_offset', - 'offset' => '16', - 'type' => '968' - }, - '5' => { - 'name' => 'header', - 'offset' => '20', - 'type' => '7983' - }, - '6' => { - 'name' => 'header_size', - 'offset' => '32', - 'type' => '75' - }, - '7' => { - 'name' => 'data', - 'offset' => '40', - 'type' => '7709' - } - }, - 'Name' => 'struct handshake_buffer_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '8011' => { - 'BaseType' => '3708', - 'Header' => 'gnutls_int.h', - 'Line' => '351', - 'Name' => 'mbuffer_st', - 'Size' => '80', - 'Type' => 'Typedef' - }, - '8023' => { - 'Header' => 'gnutls_int.h', - 'Line' => '353', - 'Memb' => { - '0' => { - 'name' => 'head', - 'offset' => '0', - 'type' => '8089' - }, - '1' => { - 'name' => 'tail', - 'offset' => '8', - 'type' => '8089' - }, - '2' => { - 'name' => 'length', - 'offset' => '16', - 'type' => '145' - }, - '3' => { - 'name' => 'byte_length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct mbuffer_head_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '8089' => { - 'BaseType' => '8011', - 'Name' => 'mbuffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8095' => { - 'BaseType' => '8023', - 'Header' => 'gnutls_int.h', - 'Line' => '359', - 'Name' => 'mbuffer_head_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '8107' => { - 'Header' => 'gnutls_int.h', - 'Line' => '364', - 'Memb' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '0', - 'type' => '2203' - }, - '1' => { - 'name' => 'credentials', - 'offset' => '8', - 'type' => '211' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '8500' - } - }, - 'Name' => 'struct auth_cred_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '8166' => { - 'BaseType' => '8107', - 'Header' => 'gnutls_int.h', - 'Line' => '371', - 'Name' => 'auth_cred_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '8178' => { - 'Header' => 'gnutls_int.h', - 'Line' => '373', - 'Memb' => { - '0' => { - 'name' => 'ecdh_params', - 'offset' => '0', - 'type' => '7376' - }, - '1' => { - 'name' => 'ecdh_x', - 'offset' => '144', - 'type' => '6512' - }, - '10' => { - 'name' => 'B', - 'offset' => '360', - 'type' => '6512' - }, - '11' => { - 'name' => 'u', - 'offset' => '368', - 'type' => '6512' - }, - '12' => { - 'name' => 'b', - 'offset' => '376', - 'type' => '6512' - }, - '13' => { - 'name' => 'a', - 'offset' => '384', - 'type' => '6512' - }, - '14' => { - 'name' => 'x', - 'offset' => '392', - 'type' => '6512' - }, - '15' => { - 'name' => 'rsa', - 'offset' => '400', - 'type' => '8484' - }, - '16' => { - 'name' => 'auth_info', - 'offset' => '416', - 'type' => '211' - }, - '17' => { - 'name' => 'auth_info_type', - 'offset' => '424', - 'type' => '2203' - }, - '18' => { - 'name' => 'auth_info_size', - 'offset' => '428', - 'type' => '75' - }, - '19' => { - 'name' => 'crypt_algo', - 'offset' => '432', - 'type' => '946' - }, - '2' => { - 'name' => 'ecdh_y', - 'offset' => '152', - 'type' => '6512' - }, - '20' => { - 'name' => 'cred', - 'offset' => '440', - 'type' => '8500' - }, - '21' => { - 'name' => 'crt_requested', - 'offset' => '448', - 'type' => '75' - }, - '3' => { - 'name' => 'key', - 'offset' => '160', - 'type' => '3632' - }, - '4' => { - 'name' => 'dh_params', - 'offset' => '176', - 'type' => '7376' - }, - '5' => { - 'name' => 'client_Y', - 'offset' => '320', - 'type' => '6512' - }, - '6' => { - 'name' => 'srp_key', - 'offset' => '328', - 'type' => '6512' - }, - '7' => { - 'name' => 'srp_g', - 'offset' => '336', - 'type' => '6512' - }, - '8' => { - 'name' => 'srp_p', - 'offset' => '344', - 'type' => '6512' - }, - '9' => { - 'name' => 'A', - 'offset' => '352', - 'type' => '6512' - } - }, - 'Name' => 'struct gnutls_key_st', - 'PrivateABI' => 1, - 'Size' => '456', - 'Type' => 'Struct' - }, - '818721' => { - 'BaseType' => '830601', - 'Header' => 'crypto.h', - 'Line' => '32', - 'Name' => 'gnutls_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '818738' => { - 'Line' => '33', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '9947' - }, - '1' => { - 'name' => 'ctx_dec', - 'offset' => '80', - 'type' => '9947' - } - }, - 'Name' => 'struct api_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '818775' => { - 'BaseType' => '826562', - 'Header' => 'crypto.h', - 'Line' => '65', - 'Name' => 'gnutls_aead_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '818792' => { - 'Line' => '622', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '9947' - } - }, - 'Name' => 'struct api_aead_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '818819' => { - 'BaseType' => '818830', - 'Header' => 'crypto.h', - 'Line' => '89', - 'Name' => 'gnutls_hash_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '818830' => { - 'BaseType' => '818836', - 'Name' => 'struct hash_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '818836' => { - 'Name' => 'struct hash_hd_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '818841' => { - 'BaseType' => '818852', - 'Header' => 'crypto.h', - 'Line' => '90', - 'Name' => 'gnutls_hmac_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '818852' => { - 'BaseType' => '818858', - 'Name' => 'struct hmac_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '818858' => { - 'Name' => 'struct hmac_hd_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '826427' => { - 'BaseType' => '818738', - 'Line' => '36', - 'Name' => 'api_cipher_hd_st', - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '826438' => { - 'BaseType' => '818792', - 'Line' => '624', - 'Name' => 'api_aead_cipher_hd_st', - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '826562' => { - 'BaseType' => '826438', - 'Name' => 'api_aead_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '828214' => { - 'BaseType' => '818775', - 'Name' => 'gnutls_aead_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '829346' => { - 'BaseType' => '818819', - 'Name' => 'gnutls_hash_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '830406' => { - 'BaseType' => '818841', - 'Name' => 'gnutls_hmac_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '830601' => { - 'BaseType' => '826427', - 'Name' => 'api_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '832873' => { - 'BaseType' => '818721', - 'Name' => 'gnutls_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '839770' => { - 'Header' => 'openpgp.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_FMT_BASE64', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_fmt', - 'Size' => '4', - 'Type' => 'Enum' - }, - '839799' => { - 'BaseType' => '839770', - 'Header' => 'openpgp.h', - 'Line' => '52', - 'Name' => 'gnutls_openpgp_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8484' => { - 'BaseType' => '6512', - 'Name' => 'bigint_t[2]', - 'Size' => '16', - 'Type' => 'Array' - }, - '8500' => { - 'BaseType' => '8166', - 'Name' => 'auth_cred_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8506' => { - 'BaseType' => '8178', - 'Header' => 'gnutls_int.h', - 'Line' => '424', - 'Name' => 'gnutls_key_st', - 'Size' => '456', - 'Type' => 'Typedef' - }, - '8518' => { - 'BaseType' => '8530', - 'Header' => 'gnutls_int.h', - 'Line' => '432', - 'Name' => 'record_state_st', - 'Size' => '224', - 'Type' => 'Typedef' - }, - '852159' => { - 'BaseType' => '146185', - 'Name' => 'gnutls_openpgp_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8530' => { - 'Header' => 'gnutls_int.h', - 'Line' => '589', - 'Memb' => { - '0' => { - 'name' => 'mac_secret', - 'offset' => '0', - 'type' => '3632' - }, - '1' => { - 'name' => 'IV', - 'offset' => '16', - 'type' => '3632' - }, - '2' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '3632' - }, - '3' => { - 'name' => 'cipher_state', - 'offset' => '48', - 'type' => '10094' - }, - '4' => { - 'name' => 'compression_state', - 'offset' => '200', - 'type' => '10142' - }, - '5' => { - 'name' => 'sequence_number', - 'offset' => '216', - 'type' => '1803' - } - }, - 'Name' => 'struct record_state_st', - 'PrivateABI' => 1, - 'Size' => '224', - 'Type' => 'Struct' - }, - '855298' => { - 'BaseType' => '146252', - 'Name' => 'gnutls_pkcs11_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8621' => { - 'BaseType' => '8633', - 'Header' => 'gnutls_int.h', - 'Line' => '435', - 'Name' => 'record_parameters_st', - 'Size' => '1016', - 'Type' => 'Typedef' - }, - '8633' => { - 'Header' => 'gnutls_int.h', - 'Line' => '607', - 'Memb' => { - '0' => { - 'name' => 'epoch', - 'offset' => '0', - 'type' => '957' - }, - '1' => { - 'name' => 'initialized', - 'offset' => '4', - 'type' => '75' - }, - '10' => { - 'name' => 'write', - 'offset' => '784', - 'type' => '8518' - }, - '11' => { - 'name' => 'usage_cnt', - 'offset' => '1008', - 'type' => '75' - }, - '2' => { - 'name' => 'compression_algorithm', - 'offset' => '8', - 'type' => '2441' - }, - '3' => { - 'name' => 'cipher', - 'offset' => '16', - 'type' => '9941' - }, - '4' => { - 'name' => 'etm', - 'offset' => '24', - 'type' => '8952' - }, - '5' => { - 'name' => 'mac', - 'offset' => '32', - 'type' => '9497' - }, - '6' => { - 'name' => 'record_sw', - 'offset' => '40', - 'type' => '10554' - }, - '7' => { - 'name' => 'record_sw_head_idx', - 'offset' => '552', - 'type' => '145' - }, - '8' => { - 'name' => 'record_sw_size', - 'offset' => '556', - 'type' => '145' - }, - '9' => { - 'name' => 'read', - 'offset' => '560', - 'type' => '8518' - } - }, - 'Name' => 'struct record_parameters_st', - 'PrivateABI' => 1, - 'Size' => '1016', - 'Type' => 'Struct' - }, - '873738' => { - 'BaseType' => '146118', - 'Name' => 'gnutls_openpgp_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8809' => { - 'Header' => 'gnutls_int.h', - 'Line' => '438', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2029' - }, - '2' => { - 'name' => 'blocksize', - 'offset' => '12', - 'type' => '957' - }, - '3' => { - 'name' => 'keysize', - 'offset' => '14', - 'type' => '957' - }, - '4' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '7797' - }, - '5' => { - 'name' => 'implicit_iv', - 'offset' => '20', - 'type' => '957' - }, - '6' => { - 'name' => 'explicit_iv', - 'offset' => '22', - 'type' => '957' - }, - '7' => { - 'name' => 'cipher_iv', - 'offset' => '24', - 'type' => '957' - }, - '8' => { - 'name' => 'tagsize', - 'offset' => '26', - 'type' => '957' - }, - '9' => { - 'name' => 'xor_nonce', - 'offset' => '28', - 'type' => '8952' - } - }, - 'Name' => 'struct cipher_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '882186' => { - 'BaseType' => '882198', - 'Header' => 'gnutls.h', - 'Line' => '1391', - 'Name' => 'gnutls_x509_crq_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '882198' => { - 'BaseType' => '882204', - 'Name' => 'struct gnutls_x509_crq_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '882204' => { - 'Header' => 'x509_int.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => 'crq', - 'offset' => '0', - 'type' => '9632' - } - }, - 'Name' => 'struct gnutls_x509_crq_int', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '883485' => { - 'BaseType' => '883496', - 'Header' => 'pkcs11.h', - 'Line' => '63', - 'Name' => 'gnutls_pkcs11_obj_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '883496' => { - 'BaseType' => '883502', - 'Name' => 'struct gnutls_pkcs11_obj_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '883502' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '46', - 'Memb' => { - '0' => { - 'name' => 'raw', - 'offset' => '0', - 'type' => '3632' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '883691' - }, - '2' => { - 'name' => 'class', - 'offset' => '24', - 'type' => '892285' - }, - '3' => { - 'name' => 'flags', - 'offset' => '32', - 'type' => '145' - }, - '4' => { - 'name' => 'info', - 'offset' => '40', - 'type' => '892313' - }, - '5' => { - 'name' => 'pubkey', - 'offset' => '48', - 'type' => '892319' - }, - '6' => { - 'name' => 'pubkey_size', - 'offset' => '112', - 'type' => '145' - }, - '7' => { - 'name' => 'pk_algorithm', - 'offset' => '116', - 'type' => '2768' - }, - '8' => { - 'name' => 'key_usage', - 'offset' => '120', - 'type' => '145' - }, - '9' => { - 'name' => 'pin', - 'offset' => '128', - 'type' => '150955' - } - }, - 'Name' => 'struct gnutls_pkcs11_obj_st', - 'PrivateABI' => 1, - 'Size' => '144', - 'Type' => 'Struct' - }, - '883691' => { - 'Header' => 'pkcs11.h', - 'Line' => '347', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PUBKEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PRIVKEY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_SECRET_KEY', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_DATA', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT_EXTENSION', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '892285' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '311', - 'Name' => 'ck_object_class_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '892308' => { - 'Name' => 'struct p11_kit_uri', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '892313' => { - 'BaseType' => '892308', - 'Name' => 'struct p11_kit_uri*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '892319' => { - 'BaseType' => '3632', - 'Name' => 'gnutls_datum_t[4]', - 'Size' => '64', - 'Type' => 'Array' - }, - '8952' => { - 'Name' => '_Bool', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '8959' => { - 'BaseType' => '8809', - 'Header' => 'gnutls_int.h', - 'Line' => '449', - 'Name' => 'cipher_entry_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '8971' => { - 'BaseType' => '8959', - 'Name' => 'cipher_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '8976' => { - 'Header' => 'gnutls_int.h', - 'Line' => '466', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '110' - }, - '2' => { - 'name' => 'mac_oid', - 'offset' => '16', - 'type' => '110' - }, - '3' => { - 'name' => 'id', - 'offset' => '24', - 'type' => '2305' - }, - '4' => { - 'name' => 'output_size', - 'offset' => '28', - 'type' => '145' - }, - '5' => { - 'name' => 'key_size', - 'offset' => '32', - 'type' => '145' - }, - '6' => { - 'name' => 'nonce_size', - 'offset' => '36', - 'type' => '145' - }, - '7' => { - 'name' => 'placeholder', - 'offset' => '40', - 'type' => '145' - }, - '8' => { - 'name' => 'secure', - 'offset' => '44', - 'type' => '145' - }, - '9' => { - 'name' => 'block_size', - 'offset' => '48', - 'type' => '145' - } - }, - 'Name' => 'struct mac_entry_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '905354' => { - 'BaseType' => '4199', - 'Name' => 'gnutls_pubkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9119' => { - 'BaseType' => '8976', - 'Header' => 'gnutls_int.h', - 'Line' => '477', - 'Name' => 'mac_entry_st', - 'Size' => '56', - 'Type' => 'Typedef' - }, - '9131' => { - 'BaseType' => '9119', - 'Name' => 'mac_entry_st const', - 'Size' => '56', - 'Type' => 'Const' - }, - '926902' => { - 'Header' => 'dtls.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'record_seq', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'hsk_read_seq', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_dtls_prestate_st', - 'Size' => '12', - 'Type' => 'Struct' - }, - '9301' => { - 'Header' => 'gnutls_int.h', - 'Line' => '492', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2662' - }, - '10' => { - 'name' => 'selectable_prf', - 'offset' => '28', - 'type' => '8952' - }, - '11' => { - 'name' => 'obsolete', - 'offset' => '29', - 'type' => '8952' - }, - '2' => { - 'name' => 'age', - 'offset' => '12', - 'type' => '145' - }, - '3' => { - 'name' => 'major', - 'offset' => '16', - 'type' => '946' - }, - '4' => { - 'name' => 'minor', - 'offset' => '17', - 'type' => '946' - }, - '5' => { - 'name' => 'transport', - 'offset' => '20', - 'type' => '5425' - }, - '6' => { - 'name' => 'supported', - 'offset' => '24', - 'type' => '8952' - }, - '7' => { - 'name' => 'explicit_iv', - 'offset' => '25', - 'type' => '8952' - }, - '8' => { - 'name' => 'extensions', - 'offset' => '26', - 'type' => '8952' - }, - '9' => { - 'name' => 'selectable_sighash', - 'offset' => '27', - 'type' => '8952' - } - }, - 'Name' => 'struct version_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '9313' => { - 'BaseType' => '9301', - 'Name' => 'version_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '934890' => { - 'BaseType' => '926902', - 'Name' => 'gnutls_dtls_prestate_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9362' => { - 'BaseType' => '5529', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '39', - 'Name' => 'hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9373' => { - 'BaseType' => '5529', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '40', - 'Name' => 'nonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9384' => { - 'BaseType' => '5863', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '41', - 'Name' => 'output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9395' => { - 'BaseType' => '4367', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '43', - 'Name' => 'hash_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '946' => { - 'BaseType' => '152', - 'Header' => 'stdint.h', - 'Line' => '48', - 'Name' => 'uint8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '9497' => { - 'BaseType' => '9131', - 'Name' => 'mac_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9503' => { - 'Header' => 'gnutls_hash_int.h', - 'Line' => '55', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '9497' - }, - '1' => { - 'name' => 'hash', - 'offset' => '8', - 'type' => '9362' - }, - '2' => { - 'name' => 'output', - 'offset' => '16', - 'type' => '9384' - }, - '3' => { - 'name' => 'deinit', - 'offset' => '24', - 'type' => '9395' - }, - '4' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '318' - }, - '5' => { - 'name' => 'keysize', - 'offset' => '40', - 'type' => '75' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '211' - } - }, - 'Name' => 'struct digest_hd_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '957' => { - 'BaseType' => '103', - 'Header' => 'stdint.h', - 'Line' => '49', - 'Name' => 'uint16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '9605' => { - 'Header' => 'gnutls_hash_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '9497' - }, - '1' => { - 'name' => 'mac_len', - 'offset' => '8', - 'type' => '75' - }, - '2' => { - 'name' => 'hash', - 'offset' => '16', - 'type' => '9362' - }, - '3' => { - 'name' => 'setnonce', - 'offset' => '24', - 'type' => '9373' - }, - '4' => { - 'name' => 'output', - 'offset' => '32', - 'type' => '9384' - }, - '5' => { - 'name' => 'deinit', - 'offset' => '40', - 'type' => '9395' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '211' - } - }, - 'Name' => 'struct mac_hd_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '9616' => { - 'BaseType' => '9627', - 'Header' => 'libtasn1.h', - 'Line' => '128', - 'Name' => 'asn1_node_st', - 'Type' => 'Typedef' - }, - '9627' => { - 'Name' => 'struct asn1_node_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '9632' => { - 'BaseType' => '9643', - 'Header' => 'libtasn1.h', - 'Line' => '130', - 'Name' => 'asn1_node', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9643' => { - 'BaseType' => '9616', - 'Name' => 'asn1_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '968' => { - 'BaseType' => '145', - 'Header' => 'stdint.h', - 'Line' => '51', - 'Name' => 'uint32_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '9726' => { - 'BaseType' => '5582', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '33', - 'Name' => 'cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9737' => { - 'BaseType' => '5582', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '35', - 'Name' => 'cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9748' => { - 'BaseType' => '5694', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '37', - 'Name' => 'aead_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9759' => { - 'BaseType' => '5694', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '43', - 'Name' => 'aead_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9770' => { - 'BaseType' => '4367', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '49', - 'Name' => 'cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9781' => { - 'BaseType' => '5529', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '51', - 'Name' => 'cipher_auth_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '979' => { - 'BaseType' => '68', - 'Header' => 'stdint.h', - 'Line' => '55', - 'Name' => 'uint64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9792' => { - 'BaseType' => '5529', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '52', - 'Name' => 'cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '979641' => { - 'BaseType' => '979653', - 'Header' => 'gnutls.h', - 'Line' => '2161', - 'Name' => 'gnutls_tdb_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '979653' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '252' - }, - '4' => { - 'type' => '4175' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '979694' => { - 'BaseType' => '979706', - 'Header' => 'gnutls.h', - 'Line' => '2167', - 'Name' => 'gnutls_tdb_store_commitment_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '979706' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_digest_algorithm_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '252' - }, - '4' => { - 'type' => '2391' - }, - '5' => { - 'type' => '4175' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '979752' => { - 'BaseType' => '979764', - 'Header' => 'gnutls.h', - 'Line' => '2178', - 'Name' => 'gnutls_tdb_verify_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '979764' => { - 'Name' => 'int(*)(char const*, char const*, char const*, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '4175' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '979800' => { - 'BaseType' => '979812', - 'Header' => 'gnutls.h', - 'Line' => '2185', - 'Name' => 'gnutls_tdb_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '979812' => { - 'BaseType' => '979818', - 'Name' => 'struct gnutls_tdb_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '979818' => { - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'store', - 'offset' => '0', - 'type' => '979641' - }, - '1' => { - 'name' => 'cstore', - 'offset' => '8', - 'type' => '979694' - }, - '2' => { - 'name' => 'verify', - 'offset' => '16', - 'type' => '979752' - } - }, - 'Name' => 'struct gnutls_tdb_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'verify-tofu.c', - 'Type' => 'Struct' - }, - '9803' => { - 'BaseType' => '5656', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '54', - 'Name' => 'cipher_tag_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '988668' => { - 'BaseType' => '979800', - 'Name' => 'gnutls_tdb_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9941' => { - 'BaseType' => '8971', - 'Name' => 'cipher_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9947' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '211' - }, - '1' => { - 'name' => 'e', - 'offset' => '8', - 'type' => '9941' - }, - '2' => { - 'name' => 'encrypt', - 'offset' => '16', - 'type' => '9726' - }, - '3' => { - 'name' => 'decrypt', - 'offset' => '24', - 'type' => '9737' - }, - '4' => { - 'name' => 'aead_encrypt', - 'offset' => '32', - 'type' => '9748' - }, - '5' => { - 'name' => 'aead_decrypt', - 'offset' => '40', - 'type' => '9759' - }, - '6' => { - 'name' => 'auth', - 'offset' => '48', - 'type' => '9781' - }, - '7' => { - 'name' => 'tag', - 'offset' => '56', - 'type' => '9803' - }, - '8' => { - 'name' => 'setiv', - 'offset' => '64', - 'type' => '9792' - }, - '9' => { - 'name' => 'deinit', - 'offset' => '72', - 'type' => '9770' - } - }, - 'Name' => 'struct cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Type' => 'Struct' - }, - '9958' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '9503' - }, - '1' => { - 'name' => 'mac', - 'offset' => '0', - 'type' => '9605' - } - }, - 'Name' => 'anon-union-gnutls_cipher_int.h-191', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Union' - } - }, - 'UndefinedSymbols' => { - 'libgnutls.so.30.7.0' => { - '_ITM_deregisterTMCloneTable' => 0, - '_ITM_registerTMCloneTable' => 0, - '_Jv_RegisterClasses' => 0, - '__assert_fail@GLIBC_2.2.5' => 0, - '__ctype_b_loc@GLIBC_2.3' => 0, - '__cxa_finalize@GLIBC_2.2.5' => 0, - '__errno_location@GLIBC_2.2.5' => 0, - '__fxstat@GLIBC_2.2.5' => 0, - '__getdelim@GLIBC_2.2.5' => 0, - '__gmon_start__' => 0, - '__gmpz_add' => 0, - '__gmpz_add_ui' => 0, - '__gmpz_cdiv_q' => 0, - '__gmpz_clear' => 0, - '__gmpz_cmp' => 0, - '__gmpz_cmp_ui' => 0, - '__gmpz_fdiv_r' => 0, - '__gmpz_init' => 0, - '__gmpz_invert' => 0, - '__gmpz_mod' => 0, - '__gmpz_mul' => 0, - '__gmpz_mul_ui' => 0, - '__gmpz_powm' => 0, - '__gmpz_probab_prime_p' => 0, - '__gmpz_set' => 0, - '__gmpz_set_ui' => 0, - '__gmpz_sizeinbase' => 0, - '__gmpz_sub' => 0, - '__gmpz_sub_ui' => 0, - '__rawmemchr@GLIBC_2.2.5' => 0, - '__register_atfork@GLIBC_2.3.2' => 0, - '__xstat@GLIBC_2.2.5' => 0, - 'abort@GLIBC_2.2.5' => 0, - 'asn1_array2tree@LIBTASN1_0_3' => 0, - 'asn1_check_version@LIBTASN1_0_3' => 0, - 'asn1_copy_node@LIBTASN1_0_3' => 0, - 'asn1_create_element@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_ber@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_delete_structure2@LIBTASN1_0_3' => 0, - 'asn1_delete_structure@LIBTASN1_0_3' => 0, - 'asn1_der_coding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding2@LIBTASN1_0_3' => 0, - 'asn1_der_decoding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding_startEnd@LIBTASN1_0_3' => 0, - 'asn1_encode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_find_node@LIBTASN1_0_3' => 0, - 'asn1_get_length_der@LIBTASN1_0_3' => 0, - 'asn1_get_tag_der@LIBTASN1_0_3' => 0, - 'asn1_length_der@LIBTASN1_0_3' => 0, - 'asn1_number_of_elements@LIBTASN1_0_3' => 0, - 'asn1_read_node_value@LIBTASN1_0_3' => 0, - 'asn1_read_value@LIBTASN1_0_3' => 0, - 'asn1_read_value_type@LIBTASN1_0_3' => 0, - 'asn1_write_value@LIBTASN1_0_3' => 0, - 'bindtextdomain@GLIBC_2.2.5' => 0, - 'calloc@GLIBC_2.2.5' => 0, - 'clock_gettime@GLIBC_2.17' => 0, - 'close@GLIBC_2.2.5' => 0, - 'closedir@GLIBC_2.2.5' => 0, - 'connect@GLIBC_2.2.5' => 0, - 'dcgettext@GLIBC_2.2.5' => 0, - 'deflate' => 0, - 'deflateEnd' => 0, - 'deflateInit2_' => 0, - 'dlclose' => 0, - 'dlopen' => 0, - 'dlsym' => 0, - 'fclose@GLIBC_2.2.5' => 0, - 'fcntl@GLIBC_2.2.5' => 0, - 'feof@GLIBC_2.2.5' => 0, - 'ferror@GLIBC_2.2.5' => 0, - 'fflush@GLIBC_2.2.5' => 0, - 'fgetc@GLIBC_2.2.5' => 0, - 'fgets@GLIBC_2.2.5' => 0, - 'fileno@GLIBC_2.2.5' => 0, - 'fopen@GLIBC_2.2.5' => 0, - 'fprintf@GLIBC_2.2.5' => 0, - 'fputs@GLIBC_2.2.5' => 0, - 'fread@GLIBC_2.2.5' => 0, - 'free@GLIBC_2.2.5' => 0, - 'fseek@GLIBC_2.2.5' => 0, - 'ftell@GLIBC_2.2.5' => 0, - 'ftello@GLIBC_2.2.5' => 0, - 'fwrite@GLIBC_2.2.5' => 0, - 'getpid@GLIBC_2.2.5' => 0, - 'getpwuid_r@GLIBC_2.2.5' => 0, - 'getrusage@GLIBC_2.2.5' => 0, - 'getuid@GLIBC_2.2.5' => 0, - 'gmtime_r@GLIBC_2.2.5' => 0, - 'iconv@GLIBC_2.2.5' => 0, - 'iconv_close@GLIBC_2.2.5' => 0, - 'iconv_open@GLIBC_2.2.5' => 0, - 'idn_free@LIBIDN_1.0' => 0, - 'idna_strerror@LIBIDN_1.0' => 0, - 'idna_to_ascii_8z@LIBIDN_1.0' => 0, - 'inet_aton@GLIBC_2.2.5' => 0, - 'inet_ntop@GLIBC_2.2.5' => 0, - 'inet_pton@GLIBC_2.2.5' => 0, - 'inflate' => 0, - 'inflateEnd' => 0, - 'inflateInit2_' => 0, - 'malloc@GLIBC_2.2.5' => 0, - 'memchr@GLIBC_2.2.5' => 0, - 'memcmp@GLIBC_2.2.5' => 0, - 'memcpy@GLIBC_2.14' => 0, - 'memmem@GLIBC_2.2.5' => 0, - 'memmove@GLIBC_2.2.5' => 0, - 'memset@GLIBC_2.2.5' => 0, - 'mkdir@GLIBC_2.2.5' => 0, - 'nanosleep@GLIBC_2.2.5' => 0, - 'nettle_aes128_decrypt@NETTLE_6' => 0, - 'nettle_aes128_encrypt@NETTLE_6' => 0, - 'nettle_aes128_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes192_decrypt@NETTLE_6' => 0, - 'nettle_aes192_encrypt@NETTLE_6' => 0, - 'nettle_aes192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes256_decrypt@NETTLE_6' => 0, - 'nettle_aes256_encrypt@NETTLE_6' => 0, - 'nettle_aes256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_encrypt_key@NETTLE_6' => 0, - 'nettle_arcfour128_set_key@NETTLE_6' => 0, - 'nettle_arcfour_crypt@NETTLE_6' => 0, - 'nettle_arcfour_set_key@NETTLE_6' => 0, - 'nettle_arctwo40_set_key@NETTLE_6' => 0, - 'nettle_arctwo_decrypt@NETTLE_6' => 0, - 'nettle_arctwo_encrypt@NETTLE_6' => 0, - 'nettle_camellia128_crypt@NETTLE_6' => 0, - 'nettle_camellia128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_crypt@NETTLE_6' => 0, - 'nettle_camellia256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia_set_decrypt_key@NETTLE_6' => 0, - 'nettle_cbc_decrypt@NETTLE_6' => 0, - 'nettle_cbc_encrypt@NETTLE_6' => 0, - 'nettle_ccm_decrypt_message@NETTLE_6' => 0, - 'nettle_ccm_encrypt_message@NETTLE_6' => 0, - 'nettle_chacha_poly1305_decrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_digest@NETTLE_6' => 0, - 'nettle_chacha_poly1305_encrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_key@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_nonce@NETTLE_6' => 0, - 'nettle_chacha_poly1305_update@NETTLE_6' => 0, - 'nettle_des3_decrypt@NETTLE_6' => 0, - 'nettle_des3_encrypt@NETTLE_6' => 0, - 'nettle_des3_set_key@NETTLE_6' => 0, - 'nettle_des_decrypt@NETTLE_6' => 0, - 'nettle_des_encrypt@NETTLE_6' => 0, - 'nettle_des_set_key@NETTLE_6' => 0, - 'nettle_dsa_generate_params@HOGWEED_4' => 0, - 'nettle_dsa_params_clear@HOGWEED_4' => 0, - 'nettle_dsa_params_init@HOGWEED_4' => 0, - 'nettle_dsa_sign@HOGWEED_4' => 0, - 'nettle_dsa_signature_clear@HOGWEED_4' => 0, - 'nettle_dsa_signature_init@HOGWEED_4' => 0, - 'nettle_dsa_verify@HOGWEED_4' => 0, - 'nettle_ecc_point_clear@HOGWEED_4' => 0, - 'nettle_ecc_point_get@HOGWEED_4' => 0, - 'nettle_ecc_point_init@HOGWEED_4' => 0, - 'nettle_ecc_point_mul@HOGWEED_4' => 0, - 'nettle_ecc_point_mul_g@HOGWEED_4' => 0, - 'nettle_ecc_point_set@HOGWEED_4' => 0, - 'nettle_ecc_scalar_clear@HOGWEED_4' => 0, - 'nettle_ecc_scalar_get@HOGWEED_4' => 0, - 'nettle_ecc_scalar_init@HOGWEED_4' => 0, - 'nettle_ecc_scalar_set@HOGWEED_4' => 0, - 'nettle_ecc_size@HOGWEED_4' => 0, - 'nettle_ecc_size_a@HOGWEED_4' => 0, - 'nettle_ecdsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_ecdsa_sign@HOGWEED_4' => 0, - 'nettle_ecdsa_verify@HOGWEED_4' => 0, - 'nettle_gcm_aes128_digest@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes128_update@NETTLE_6' => 0, - 'nettle_gcm_aes256_digest@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes256_update@NETTLE_6' => 0, - 'nettle_gcm_camellia128_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia128_update@NETTLE_6' => 0, - 'nettle_gcm_camellia256_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia256_update@NETTLE_6' => 0, - 'nettle_gcm_decrypt@NETTLE_6' => 0, - 'nettle_gcm_digest@NETTLE_6' => 0, - 'nettle_gcm_encrypt@NETTLE_6' => 0, - 'nettle_gcm_set_iv@NETTLE_6' => 0, - 'nettle_gcm_set_key@NETTLE_6' => 0, - 'nettle_gcm_update@NETTLE_6' => 0, - 'nettle_hmac_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_set_key@NETTLE_6' => 0, - 'nettle_hmac_md5_update@NETTLE_6' => 0, - 'nettle_hmac_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_digest@NETTLE_6' => 0, - 'nettle_hmac_sha1_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_update@NETTLE_6' => 0, - 'nettle_hmac_sha224_digest@NETTLE_6' => 0, - 'nettle_hmac_sha224_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_digest@NETTLE_6' => 0, - 'nettle_hmac_sha256_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_update@NETTLE_6' => 0, - 'nettle_hmac_sha384_digest@NETTLE_6' => 0, - 'nettle_hmac_sha384_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_digest@NETTLE_6' => 0, - 'nettle_hmac_sha512_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_update@NETTLE_6' => 0, - 'nettle_md2_digest@NETTLE_6' => 0, - 'nettle_md2_init@NETTLE_6' => 0, - 'nettle_md2_update@NETTLE_6' => 0, - 'nettle_md5_digest@NETTLE_6' => 0, - 'nettle_md5_init@NETTLE_6' => 0, - 'nettle_md5_update@NETTLE_6' => 0, - 'nettle_memxor@NETTLE_6' => 0, - 'nettle_mpz_get_str_256@HOGWEED_4' => 0, - 'nettle_mpz_random@HOGWEED_4' => 0, - 'nettle_mpz_random_size@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_s@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_u@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_s@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_u@HOGWEED_4' => 0, - 'nettle_pbkdf2_hmac_sha1@NETTLE_6' => 0, - 'nettle_pbkdf2_hmac_sha256@NETTLE_6' => 0, - 'nettle_rsa_decrypt_tr@HOGWEED_4' => 0, - 'nettle_rsa_encrypt@HOGWEED_4' => 0, - 'nettle_rsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_sign_tr@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_verify@HOGWEED_4' => 0, - 'nettle_rsa_private_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_private_key_init@HOGWEED_4' => 0, - 'nettle_rsa_private_key_prepare@HOGWEED_4' => 0, - 'nettle_rsa_public_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_public_key_init@HOGWEED_4' => 0, - 'nettle_rsa_public_key_prepare@HOGWEED_4' => 0, - 'nettle_salsa20_256_set_key@NETTLE_6' => 0, - 'nettle_salsa20_crypt@NETTLE_6' => 0, - 'nettle_salsa20_set_key@NETTLE_6' => 0, - 'nettle_salsa20_set_nonce@NETTLE_6' => 0, - 'nettle_salsa20r12_crypt@NETTLE_6' => 0, - 'nettle_secp_192r1@HOGWEED_4' => 0, - 'nettle_secp_224r1@HOGWEED_4' => 0, - 'nettle_secp_256r1@HOGWEED_4' => 0, - 'nettle_secp_384r1@HOGWEED_4' => 0, - 'nettle_secp_521r1@HOGWEED_4' => 0, - 'nettle_sha1_digest@NETTLE_6' => 0, - 'nettle_sha1_init@NETTLE_6' => 0, - 'nettle_sha1_update@NETTLE_6' => 0, - 'nettle_sha224_digest@NETTLE_6' => 0, - 'nettle_sha224_init@NETTLE_6' => 0, - 'nettle_sha256_digest@NETTLE_6' => 0, - 'nettle_sha256_init@NETTLE_6' => 0, - 'nettle_sha256_update@NETTLE_6' => 0, - 'nettle_sha384_digest@NETTLE_6' => 0, - 'nettle_sha384_init@NETTLE_6' => 0, - 'nettle_sha512_digest@NETTLE_6' => 0, - 'nettle_sha512_init@NETTLE_6' => 0, - 'nettle_sha512_update@NETTLE_6' => 0, - 'nettle_umac128_digest@NETTLE_6' => 0, - 'nettle_umac128_set_key@NETTLE_6' => 0, - 'nettle_umac128_set_nonce@NETTLE_6' => 0, - 'nettle_umac128_update@NETTLE_6' => 0, - 'nettle_umac96_digest@NETTLE_6' => 0, - 'nettle_umac96_set_key@NETTLE_6' => 0, - 'nettle_umac96_set_nonce@NETTLE_6' => 0, - 'nettle_umac96_update@NETTLE_6' => 0, - 'nettle_yarrow256_init@NETTLE_6' => 0, - 'nettle_yarrow256_random@NETTLE_6' => 0, - 'nettle_yarrow256_slow_reseed@NETTLE_6' => 0, - 'nettle_yarrow256_update@NETTLE_6' => 0, - 'open@GLIBC_2.2.5' => 0, - 'opendir@GLIBC_2.2.5' => 0, - 'p11_kit_config_option' => 0, - 'p11_kit_message' => 0, - 'p11_kit_module_finalize' => 0, - 'p11_kit_module_get_flags' => 0, - 'p11_kit_module_get_name' => 0, - 'p11_kit_module_initialize' => 0, - 'p11_kit_module_load' => 0, - 'p11_kit_module_release' => 0, - 'p11_kit_modules_load_and_initialize' => 0, - 'p11_kit_pin_file_callback' => 0, - 'p11_kit_pin_get_length' => 0, - 'p11_kit_pin_get_value' => 0, - 'p11_kit_pin_new_for_string' => 0, - 'p11_kit_pin_register_callback' => 0, - 'p11_kit_pin_request' => 0, - 'p11_kit_pin_unref' => 0, - 'p11_kit_pin_unregister_callback' => 0, - 'p11_kit_space_strdup' => 0, - 'p11_kit_space_strlen' => 0, - 'p11_kit_strerror' => 0, - 'p11_kit_uri_format' => 0, - 'p11_kit_uri_free' => 0, - 'p11_kit_uri_get_attribute' => 0, - 'p11_kit_uri_get_attributes' => 0, - 'p11_kit_uri_get_module_info' => 0, - 'p11_kit_uri_get_pin_source' => 0, - 'p11_kit_uri_get_pin_value' => 0, - 'p11_kit_uri_get_token_info' => 0, - 'p11_kit_uri_match_module_info' => 0, - 'p11_kit_uri_match_token_info' => 0, - 'p11_kit_uri_new' => 0, - 'p11_kit_uri_parse' => 0, - 'p11_kit_uri_set_attribute' => 0, - 'pthread_mutex_destroy@GLIBC_2.2.5' => 0, - 'pthread_mutex_init@GLIBC_2.2.5' => 0, - 'pthread_mutex_lock@GLIBC_2.2.5' => 0, - 'pthread_mutex_unlock@GLIBC_2.2.5' => 0, - 'qsort@GLIBC_2.2.5' => 0, - 'read@GLIBC_2.2.5' => 0, - 'readdir_r@GLIBC_2.2.5' => 0, - 'realloc@GLIBC_2.2.5' => 0, - 'recv@GLIBC_2.2.5' => 0, - 'secure_getenv@GLIBC_2.17' => 0, - 'select@GLIBC_2.2.5' => 0, - 'sendmsg@GLIBC_2.2.5' => 0, - 'snprintf@GLIBC_2.2.5' => 0, - 'socket@GLIBC_2.2.5' => 0, - 'sprintf@GLIBC_2.2.5' => 0, - 'sscanf@GLIBC_2.2.5' => 0, - 'stderr@GLIBC_2.2.5' => 0, - 'strcasecmp@GLIBC_2.2.5' => 0, - 'strchr@GLIBC_2.2.5' => 0, - 'strcmp@GLIBC_2.2.5' => 0, - 'strdup@GLIBC_2.2.5' => 0, - 'strerror@GLIBC_2.2.5' => 0, - 'strftime@GLIBC_2.2.5' => 0, - 'strlen@GLIBC_2.2.5' => 0, - 'strncasecmp@GLIBC_2.2.5' => 0, - 'strncat@GLIBC_2.2.5' => 0, - 'strncmp@GLIBC_2.2.5' => 0, - 'strncpy@GLIBC_2.2.5' => 0, - 'strpbrk@GLIBC_2.2.5' => 0, - 'strrchr@GLIBC_2.2.5' => 0, - 'strstr@GLIBC_2.2.5' => 0, - 'strtol@GLIBC_2.2.5' => 0, - 'strtoul@GLIBC_2.2.5' => 0, - 'strverscmp@GLIBC_2.2.5' => 0, - 'time@GLIBC_2.2.5' => 0, - 'tmpfile@GLIBC_2.2.5' => 0, - 'vasprintf@GLIBC_2.2.5' => 0, - 'write@GLIBC_2.2.5' => 0, - 'writev@GLIBC_2.2.5' => 0 - } - }, - 'WordSize' => '8' - }; diff --git a/devel/ABI-3.5.8-x86_64.dump b/devel/ABI-3.5.8-x86_64.dump deleted file mode 100644 index 50bafe7e00..0000000000 --- a/devel/ABI-3.5.8-x86_64.dump +++ /dev/null @@ -1,44418 +0,0 @@ -$VAR1 = { - 'ABI_DUMPER_VERSION' => '0.99.16', - 'ABI_DUMP_VERSION' => '3.2', - 'Arch' => 'x86_64', - 'GccVersion' => '6.2.1', - 'Headers' => { - 'abstract.h' => 1, - 'crypto.h' => 1, - 'dtls.h' => 1, - 'gnutls.h' => 1, - 'ocsp.h' => 1, - 'openpgp.h' => 1, - 'pkcs11.h' => 1, - 'pkcs12.h' => 1, - 'pkcs7.h' => 1, - 'socket.h' => 1, - 'system-keys.h' => 1, - 'tpm.h' => 1, - 'urls.h' => 1, - 'x509-ext.h' => 1, - 'x509.h' => 1 - }, - 'Language' => 'C', - 'LibraryName' => 'libgnutls.so.30.13.1', - 'LibraryVersion' => '3.5.8', - 'NameSpaces' => {}, - 'Needed' => { - 'libc.so.6' => 1, - 'libdl.so.2' => 1, - 'libgmp.so.10' => 1, - 'libhogweed.so.4' => 1, - 'libidn.so.11' => 1, - 'libnettle.so.6' => 1, - 'libp11-kit.so.0' => 1, - 'libtasn1.so.6' => 1, - 'libunistring.so.0' => 1, - 'libz.so.1' => 1 - }, - 'PublicABI' => '1', - 'Sources' => { - 'alert.c' => 1, - 'alpn.c' => 1, - 'anon_cred.c' => 1, - 'auth.c' => 1, - 'auto-verify.c' => 1, - 'buffers.c' => 1, - 'cert-session.c' => 1, - 'cert.c' => 1, - 'certs.c' => 1, - 'ciphers.c' => 1, - 'ciphersuites.c' => 1, - 'common.c' => 1, - 'compress.c' => 1, - 'crl.c' => 1, - 'crl_write.c' => 1, - 'crq.c' => 1, - 'crypto-api.c' => 1, - 'crypto-backend.c' => 1, - 'db.c' => 1, - 'debug.c' => 1, - 'dh-primes.c' => 1, - 'dh-session.c' => 1, - 'dh.c' => 1, - 'dn.c' => 1, - 'dtls.c' => 1, - 'ecc.c' => 1, - 'email-verify.c' => 1, - 'errors.c' => 1, - 'etm.c' => 1, - 'ext_master_secret.c' => 1, - 'extensions.c' => 1, - 'extras.c' => 1, - 'fastopen.c' => 1, - 'file.c' => 1, - 'fingerprint.c' => 1, - 'fips.c' => 1, - 'global.c' => 1, - 'handshake.c' => 1, - 'heartbeat.c' => 1, - 'hostname-verify.c' => 1, - 'ip.c' => 1, - 'keys-dummy.c' => 1, - 'locks.c' => 1, - 'max_record.c' => 1, - 'mem.c' => 1, - 'name_constraints.c' => 1, - 'ocsp.c' => 1, - 'ocsp_output.c' => 1, - 'openpgp.c' => 1, - 'output.c' => 1, - 'pcert.c' => 1, - 'pgp.c' => 1, - 'pgpverify.c' => 1, - 'pin.c' => 1, - 'pk.c' => 1, - 'pkcs11.c' => 1, - 'pkcs11_privkey.c' => 1, - 'pkcs11_secret.c' => 1, - 'pkcs11_write.c' => 1, - 'pkcs11x.c' => 1, - 'pkcs12.c' => 1, - 'pkcs12_bag.c' => 1, - 'pkcs7-attrs.c' => 1, - 'pkcs7-crypt.c' => 1, - 'pkcs7-output.c' => 1, - 'pkcs7.c' => 1, - 'prf.c' => 1, - 'priority.c' => 1, - 'privkey.c' => 1, - 'privkey_openssl.c' => 1, - 'privkey_pkcs8.c' => 1, - 'privkey_raw.c' => 1, - 'psk.c' => 1, - 'pubkey.c' => 1, - 'publickey.c' => 1, - 'random.c' => 1, - 'randomart.c' => 1, - 'range.c' => 1, - 'record.c' => 1, - 'safe-memfuncs.c' => 1, - 'safe_renegotiation.c' => 1, - 'secparams.c' => 1, - 'server_name.c' => 1, - 'session.c' => 1, - 'session_pack.c' => 1, - 'session_ticket.c' => 1, - 'signature.c' => 1, - 'sockets.c' => 1, - 'srp.c' => 1, - 'srp_kx.c' => 1, - 'srp_sb64.c' => 1, - 'srtp.c' => 1, - 'state.c' => 1, - 'status_request.c' => 1, - 'str-unicode.c' => 1, - 'str.c' => 1, - 'supplemental.c' => 1, - 'system_override.c' => 1, - 'tls_features.c' => 1, - 'tpm.c' => 1, - 'urls.c' => 1, - 'verify-high.c' => 1, - 'verify-high2.c' => 1, - 'verify-tofu.c' => 1, - 'verify.c' => 1, - 'virt-san.c' => 1, - 'x509.c' => 1, - 'x509_b64.c' => 1, - 'x509_dn.c' => 1, - 'x509_ext.c' => 1, - 'x509_write.c' => 1 - }, - 'SymbolInfo' => { - '1008314' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_verify_params', - 'Source' => 'privkey.c', - 'SourceLine' => '1479' - }, - '1008658' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_status', - 'Source' => 'privkey.c', - 'SourceLine' => '1456' - }, - '1008722' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_set_flags', - 'Source' => 'privkey.c', - 'SourceLine' => '1433' - }, - '1010047' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'ciphertext', - 'type' => '4430' - }, - '3' => { - 'name' => 'plaintext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_decrypt_data', - 'Source' => 'privkey.c', - 'SourceLine' => '1245' - }, - '1011597' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'key', - 'type' => '1011939' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_openpgp', - 'Source' => 'privkey.c', - 'SourceLine' => '1022' - }, - '1011945' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '998610' - }, - '3' => { - 'name' => 'keyid', - 'type' => '5465' - }, - '4' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_openpgp_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '963' - }, - '1012464' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'key', - 'type' => '158215' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_openpgp', - 'Source' => 'privkey.c', - 'SourceLine' => '900' - }, - '1013144' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'algo', - 'type' => '2916' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'data', - 'type' => '1013259' - }, - '5' => { - 'name' => 'data_size', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_generate2', - 'Source' => 'privkey.c', - 'SourceLine' => '853' - }, - '1013265' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'algo', - 'type' => '2916' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_generate', - 'Source' => 'privkey.c', - 'SourceLine' => '820' - }, - '1014275' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'userdata', - 'type' => '216' - }, - '2' => { - 'name' => 'sign_fn', - 'type' => '248357' - }, - '3' => { - 'name' => 'decrypt_fn', - 'type' => '248404' - }, - '4' => { - 'name' => 'deinit_fn', - 'type' => '248415' - }, - '5' => { - 'name' => 'info_fn', - 'type' => '248448' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext3', - 'Source' => 'privkey.c', - 'SourceLine' => '661' - }, - '1014767' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'pk', - 'type' => '2916' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - }, - '3' => { - 'name' => 'sign_fn', - 'type' => '248357' - }, - '4' => { - 'name' => 'decrypt_fn', - 'type' => '248404' - }, - '5' => { - 'name' => 'deinit_fn', - 'type' => '248415' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext2', - 'Source' => 'privkey.c', - 'SourceLine' => '597' - }, - '1014893' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'pk', - 'type' => '2916' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - }, - '3' => { - 'name' => 'sign_func', - 'type' => '248357' - }, - '4' => { - 'name' => 'decrypt_func', - 'type' => '248404' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext', - 'Source' => 'privkey.c', - 'SourceLine' => '558' - }, - '1015077' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'key', - 'type' => '1015419' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_pkcs11', - 'Source' => 'privkey.c', - 'SourceLine' => '506' - }, - '1015524' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'key', - 'type' => '158282' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_pkcs11', - 'Source' => 'privkey.c', - 'SourceLine' => '405' - }, - '1017555' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'digest', - 'type' => '2533' - }, - '2' => { - 'name' => 'seed', - 'type' => '334' - }, - '3' => { - 'name' => 'seed_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_verify_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '102' - }, - '1017805' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'digest', - 'type' => '535126' - }, - '2' => { - 'name' => 'seed', - 'type' => '216' - }, - '3' => { - 'name' => 'seed_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_get_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '80' - }, - '1018082' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '158343', - 'ShortName' => 'gnutls_privkey_get_type', - 'Source' => 'privkey.c', - 'SourceLine' => '59' - }, - '1019995' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158282' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_pkcs11_privkey_status', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '358' - }, - '1020007' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_set_flags', - 'Source' => 'privkey.c', - 'SourceLine' => '2128' - }, - '1020049' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '1015419' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_init', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '86' - }, - '1020061' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158282' - }, - '1' => { - 'name' => 'fn', - 'type' => '158609' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_set_pin_function', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '1216' - }, - '1020073' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '158282' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_import_url', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '393' - }, - '1020085' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158282' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_deinit', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '132' - }, - '1020108' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '3' => { - 'name' => 'key_password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_tpm_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1014' - }, - '1020178' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'privkey', - 'type' => '156748' - }, - '1' => { - 'name' => 'fn', - 'type' => '158609' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_set_pin_function', - 'Source' => 'privkey.c', - 'SourceLine' => '2108' - }, - '1020190' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import2', - 'Source' => 'privkey.c', - 'SourceLine' => '718' - }, - '1020373' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '1011939' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '44' - }, - '1020395' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '59' - }, - '1020444' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '998610' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_import', - 'Source' => 'privkey.c', - 'SourceLine' => '170' - }, - '1020455' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5465' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_set_preferred_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '1252' - }, - '1020501' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_preferred_key_id' - }, - '1020513' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5465' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_idx' - }, - '1020524' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_pk_algorithm' - }, - '1020535' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_privkey_get_pk_algorithm' - }, - '1020577' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '156748' - }, - '1' => { - 'name' => 'src', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_cpy', - 'Source' => 'privkey.c', - 'SourceLine' => '98' - }, - '1020620' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm', - 'Source' => 'privkey.c', - 'SourceLine' => '1180' - }, - '1020696' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '158282' - }, - '1' => { - 'name' => 'src', - 'type' => '158282' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_cpy', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '120' - }, - '1020806' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_deinit', - 'Source' => 'pubkey.c', - 'SourceLine' => '134' - }, - '1020828' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158282' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_get_pk_algorithm', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '153' - }, - '1020871' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'digest', - 'type' => '2533' - }, - '2' => { - 'name' => 'seed', - 'type' => '334' - }, - '3' => { - 'name' => 'seed_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_verify_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '1766' - }, - '1020911' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'digest', - 'type' => '535126' - }, - '2' => { - 'name' => 'seed', - 'type' => '216' - }, - '3' => { - 'name' => 'seed_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '1613' - }, - '1021072' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'algo', - 'type' => '2916' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'data', - 'type' => '1013259' - }, - '5' => { - 'name' => 'data_size', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_generate2' - }, - '1036615' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - }, - '1' => { - 'name' => 'crt', - 'type' => '1036973' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_export_openpgp', - 'Source' => 'pcert.c', - 'SourceLine' => '466' - }, - '1037358' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - }, - '1' => { - 'name' => 'cert', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '998610' - }, - '3' => { - 'name' => 'keyid', - 'type' => '3881' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_openpgp_raw', - 'Source' => 'pcert.c', - 'SourceLine' => '365' - }, - '1038074' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - }, - '1' => { - 'name' => 'crt', - 'type' => '158148' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_openpgp', - 'Source' => 'pcert.c', - 'SourceLine' => '290' - }, - '1038782' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - }, - '1' => { - 'name' => 'cert', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509_raw', - 'Source' => 'pcert.c', - 'SourceLine' => '239' - }, - '1039377' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcerts', - 'type' => '5584' - }, - '1' => { - 'name' => 'pcert_max', - 'type' => '22864' - }, - '2' => { - 'name' => 'data', - 'type' => '4430' - }, - '3' => { - 'name' => 'format', - 'type' => '245081' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_list_import_x509_raw', - 'Source' => 'pcert.c', - 'SourceLine' => '175' - }, - '104046' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 's1', - 'type' => '334' - }, - '1' => { - 'name' => 's2', - 'type' => '334' - }, - '2' => { - 'name' => 'n', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_memcmp', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '70' - }, - '1041199' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '1036973' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_init', - 'Source' => 'pgp.c', - 'SourceLine' => '43' - }, - '1041210' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_import', - 'Source' => 'pgp.c', - 'SourceLine' => '84' - }, - '1041221' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_deinit', - 'Source' => 'pgp.c', - 'SourceLine' => '58' - }, - '1041330' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5465' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_set_preferred_key_id', - 'Source' => 'pgp.c', - 'SourceLine' => '1666' - }, - '1041373' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'format', - 'type' => '998610' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_export', - 'Source' => 'pgp.c', - 'SourceLine' => '230' - }, - '1041384' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '1072048' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_init', - 'Source' => 'pubkey.c', - 'SourceLine' => '113' - }, - '1041395' => { - 'Header' => 'abstract.h', - 'Line' => '98', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'crt', - 'type' => '158148' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_import_openpgp' - }, - '1041477' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '158389' - }, - '1' => { - 'name' => 'cert_max', - 'type' => '22864' - }, - '2' => { - 'name' => 'data', - 'type' => '4430' - }, - '3' => { - 'name' => 'format', - 'type' => '245081' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import', - 'Source' => 'x509.c', - 'SourceLine' => '3429' - }, - '104151' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'level', - 'type' => '503803' - }, - '1' => { - 'name' => 'data', - 'type' => '216' - }, - '2' => { - 'name' => 'len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_rnd', - 'Source' => 'random.c', - 'SourceLine' => '137' - }, - '1041539' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_export2' - }, - '1041550' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'crt', - 'type' => '156760' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509', - 'Source' => 'pubkey.c', - 'SourceLine' => '157' - }, - '1057901' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_params', - 'Source' => 'pubkey.c', - 'SourceLine' => '2100' - }, - '1058096' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4454' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '2057' - }, - '1058567' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'fn', - 'type' => '158609' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_set_pin_function', - 'Source' => 'pubkey.c', - 'SourceLine' => '2034' - }, - '1061768' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'plaintext', - 'type' => '4430' - }, - '3' => { - 'name' => 'ciphertext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_encrypt_data', - 'Source' => 'pubkey.c', - 'SourceLine' => '1702' - }, - '1062913' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'p', - 'type' => '4430' - }, - '2' => { - 'name' => 'q', - 'type' => '4430' - }, - '3' => { - 'name' => 'g', - 'type' => '4430' - }, - '4' => { - 'name' => 'y', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_dsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '1531' - }, - '1063029' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'parameters', - 'type' => '4430' - }, - '2' => { - 'name' => 'ecpoint', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_ecc_x962', - 'Source' => 'pubkey.c', - 'SourceLine' => '1462' - }, - '1063466' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'curve', - 'type' => '3208' - }, - '2' => { - 'name' => 'x', - 'type' => '4430' - }, - '3' => { - 'name' => 'y', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_ecc_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '1406' - }, - '1063859' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'm', - 'type' => '4430' - }, - '2' => { - 'name' => 'e', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_rsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '1360' - }, - '1063922' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_url', - 'Source' => 'pubkey.c', - 'SourceLine' => '1316' - }, - '1064643' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'usage', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_set_key_usage', - 'Source' => 'pubkey.c', - 'SourceLine' => '1231' - }, - '1064706' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'key', - 'type' => '4454' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_pubkey', - 'Source' => 'pubkey.c', - 'SourceLine' => '1192' - }, - '1064927' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'key', - 'type' => '4454' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_pubkey', - 'Source' => 'pubkey.c', - 'SourceLine' => '1154' - }, - '1065148' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import', - 'Source' => 'pubkey.c', - 'SourceLine' => '1072' - }, - '1065826' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'parameters', - 'type' => '4531' - }, - '2' => { - 'name' => 'ecpoint', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_ecc_x962', - 'Source' => 'pubkey.c', - 'SourceLine' => '1020' - }, - '1066414' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'curve', - 'type' => '532314' - }, - '2' => { - 'name' => 'x', - 'type' => '4531' - }, - '3' => { - 'name' => 'y', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_ecc_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '965' - }, - '1066752' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'p', - 'type' => '4531' - }, - '2' => { - 'name' => 'q', - 'type' => '4531' - }, - '3' => { - 'name' => 'g', - 'type' => '4531' - }, - '4' => { - 'name' => 'y', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_dsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '886' - }, - '1067434' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_rsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '831' - }, - '1067750' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3881' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_key_id', - 'Source' => 'pubkey.c', - 'SourceLine' => '792' - }, - '1067990' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export2', - 'Source' => 'pubkey.c', - 'SourceLine' => '726' - }, - '1068502' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export', - 'Source' => 'pubkey.c', - 'SourceLine' => '660' - }, - '1069037' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4454' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '998610' - }, - '3' => { - 'name' => 'keyid', - 'type' => '5465' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_openpgp_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '591' - }, - '1069529' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3881' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'subkey', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_openpgp_key_id', - 'Source' => 'pubkey.c', - 'SourceLine' => '522' - }, - '1070178' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_pkcs11', - 'Source' => 'pubkey.c', - 'SourceLine' => '331' - }, - '1070739' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'hash', - 'type' => '535126' - }, - '2' => { - 'name' => 'mand', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_preferred_hash_algorithm', - 'Source' => 'pubkey.c', - 'SourceLine' => '272' - }, - '1070985' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '2' => { - 'name' => 'usage', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_privkey', - 'Source' => 'pubkey.c', - 'SourceLine' => '239' - }, - '1071187' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509_crq', - 'Source' => 'pubkey.c', - 'SourceLine' => '196' - }, - '1075187' => { - 'Header' => 'pkcs11.h', - 'Line' => '88', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1455041' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_init' - }, - '1075198' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'fn', - 'type' => '158609' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_set_pin_function', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1019' - }, - '1075209' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_import_url' - }, - '1075220' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1035' - }, - '1075242' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4454' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_tpm_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1277' - }, - '1075264' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'usage', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_usage', - 'Source' => 'crq.c', - 'SourceLine' => '2431' - }, - '1075276' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'usage', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key_usage', - 'Source' => 'x509_write.c', - 'SourceLine' => '533' - }, - '1075597' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'pkcs11_crt', - 'type' => '1048015' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3167' - }, - '1075609' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '22864' - }, - '2' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_key_usage' - }, - '1075621' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1048221', - 'ShortName' => 'gnutls_pkcs11_obj_get_type', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2309' - }, - '1075656' => { - 'Header' => 'x509.h', - 'Line' => '1355', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crq_get_pk_algorithm' - }, - '1075668' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '22864' - }, - '2' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_usage', - 'Source' => 'crq.c', - 'SourceLine' => '1771' - }, - '1075692' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_pk_algorithm' - }, - '1075749' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_preferred_key_id' - }, - '1075760' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5465' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_idx' - }, - '1075771' => { - 'Header' => 'openpgp.h', - 'Line' => '136', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'keyid', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_id' - }, - '1075782' => { - 'Header' => 'openpgp.h', - 'Line' => '139', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'key_usage', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_usage' - }, - '1075793' => { - 'Header' => 'openpgp.h', - 'Line' => '126', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_algorithm' - }, - '1075815' => { - 'Header' => 'openpgp.h', - 'Line' => '100', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_algorithm' - }, - '1075826' => { - 'Header' => 'openpgp.h', - 'Line' => '108', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_key_id' - }, - '1075837' => { - 'Header' => 'openpgp.h', - 'Line' => '87', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_key_usage' - }, - '1075848' => { - 'Header' => 'openpgp.h', - 'Line' => '89', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'fpr', - 'type' => '216' - }, - '2' => { - 'name' => 'fprlen', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_crt_get_fingerprint' - }, - '1089791' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'init', - 'type' => '568116' - }, - '1' => { - 'name' => 'deinit', - 'type' => '568179' - }, - '2' => { - 'name' => 'lock', - 'type' => '568155' - }, - '3' => { - 'name' => 'unlock', - 'type' => '568167' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_mutex', - 'Source' => 'locks.c', - 'SourceLine' => '51' - }, - '1103703' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_record_get_discarded', - 'Source' => 'dtls.c', - 'SourceLine' => '1035' - }, - '1103752' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'prestate', - 'type' => '1103881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_prestate_set', - 'Source' => 'dtls.c', - 'SourceLine' => '1001' - }, - '1103887' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4531' - }, - '1' => { - 'name' => 'client_data', - 'type' => '216' - }, - '2' => { - 'name' => 'client_data_size', - 'type' => '52' - }, - '3' => { - 'name' => '_msg', - 'type' => '216' - }, - '4' => { - 'name' => 'msg_size', - 'type' => '52' - }, - '5' => { - 'name' => 'prestate', - 'type' => '1103881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_cookie_verify', - 'Source' => 'dtls.c', - 'SourceLine' => '922' - }, - '1104851' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4531' - }, - '1' => { - 'name' => 'client_data', - 'type' => '216' - }, - '2' => { - 'name' => 'client_data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'prestate', - 'type' => '1103881' - }, - '4' => { - 'name' => 'ptr', - 'type' => '3312' - }, - '5' => { - 'name' => 'push_func', - 'type' => '4965' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_cookie_send', - 'Source' => 'dtls.c', - 'SourceLine' => '813' - }, - '1105585' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_timeout', - 'Source' => 'dtls.c', - 'SourceLine' => '761' - }, - '1105802' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'mtu', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_set_data_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '709' - }, - '1106038' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_overhead_size', - 'Source' => 'dtls.c', - 'SourceLine' => '639' - }, - '1107353' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'mtu', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '491' - }, - '1127994' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'errno_func', - 'type' => '5095' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno_function', - 'Source' => 'system_override.c', - 'SourceLine' => '187' - }, - '1128106' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'push_func', - 'type' => '4965' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_push_function', - 'Source' => 'system_override.c', - 'SourceLine' => '142' - }, - '1128274' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'err', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno', - 'Source' => 'system_override.c', - 'SourceLine' => '59' - }, - '1142853' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2533' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '6414' - }, - '3' => { - 'name' => 'hash', - 'type' => '6451' - }, - '4' => { - 'name' => 'output', - 'type' => '6462' - }, - '5' => { - 'name' => 'deinit', - 'type' => '6473' - }, - '6' => { - 'name' => 'hash_fast', - 'offset' => '0', - 'type' => '6484' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_digest', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '463' - }, - '1143248' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2423' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '6224' - }, - '3' => { - 'name' => 'setkey', - 'type' => '6261' - }, - '4' => { - 'name' => 'setnonce', - 'type' => '6272' - }, - '5' => { - 'name' => 'hash', - 'type' => '6283' - }, - '6' => { - 'name' => 'output', - 'offset' => '0', - 'type' => '6294' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '6336' - }, - '8' => { - 'name' => 'hash_fast', - 'offset' => '16', - 'type' => '6347' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_mac', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '417' - }, - '1144296' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2122' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '5918' - }, - '3' => { - 'name' => 'setkey', - 'type' => '5960' - }, - '4' => { - 'name' => 'aead_encrypt', - 'type' => '6125' - }, - '5' => { - 'name' => 'aead_decrypt', - 'type' => '6202' - }, - '6' => { - 'name' => 'deinit', - 'offset' => '0', - 'type' => '6213' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_aead_cipher', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '269' - }, - '1144691' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2122' - }, - '1' => { - 'name' => 'priority', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'type' => '5918' - }, - '3' => { - 'name' => 'setkey', - 'type' => '5960' - }, - '4' => { - 'name' => 'setiv', - 'type' => '6002' - }, - '5' => { - 'name' => 'encrypt', - 'type' => '6013' - }, - '6' => { - 'name' => 'decrypt', - 'offset' => '0', - 'type' => '6065' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '6213' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_cipher', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '219' - }, - '1161231' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '1152267' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_deinit', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '801' - }, - '1161295' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '1152267' - }, - '1' => { - 'name' => 'verify', - 'type' => '1152219' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_verify_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '789' - }, - '1161354' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '1152267' - }, - '1' => { - 'name' => 'cstore', - 'type' => '1152161' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_commitment_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '765' - }, - '1161413' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '1152267' - }, - '1' => { - 'name' => 'store', - 'type' => '1152108' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '744' - }, - '1161472' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'type' => '1161543' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tdb_init', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '719' - }, - '1161666' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'type' => '1152267' - }, - '2' => { - 'name' => 'host', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'type' => '110' - }, - '4' => { - 'name' => 'hash_algo', - 'type' => '2533' - }, - '5' => { - 'name' => 'hash', - 'type' => '4430' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '268' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_store_commitment', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '644' - }, - '1162454' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'type' => '1152267' - }, - '2' => { - 'name' => 'host', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'type' => '110' - }, - '4' => { - 'name' => 'cert_type', - 'type' => '2854' - }, - '5' => { - 'name' => 'cert', - 'type' => '4430' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '268' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_store_pubkey', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '559' - }, - '1169329' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'type' => '1152267' - }, - '2' => { - 'name' => 'host', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'type' => '110' - }, - '4' => { - 'name' => 'cert_type', - 'type' => '2854' - }, - '5' => { - 'name' => 'cert', - 'type' => '4430' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_verify_stored_pubkey', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '107' - }, - '1186192' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'userdata', - 'type' => '4576' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '158609', - 'ShortName' => 'gnutls_pkcs11_get_pin_function', - 'Source' => 'pin.c', - 'SourceLine' => '58' - }, - '1186239' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'fn', - 'type' => '158609' - }, - '1' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_pin_function', - 'Source' => 'pin.c', - 'SourceLine' => '41' - }, - '1203937' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'srk_password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_privkey_delete', - 'Source' => 'tpm.c', - 'SourceLine' => '1773' - }, - '1204666' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1205247' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_get_registered', - 'Source' => 'tpm.c', - 'SourceLine' => '1717' - }, - '1205253' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1191078' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'url', - 'type' => '1030' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_key_list_get_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1691' - }, - '1205606' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '1191078' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tpm_key_list_deinit', - 'Source' => 'tpm.c', - 'SourceLine' => '1664' - }, - '1205683' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'pk', - 'type' => '2916' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - }, - '2' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '3' => { - 'name' => 'key_password', - 'type' => '110' - }, - '4' => { - 'name' => 'format', - 'type' => '1191174' - }, - '5' => { - 'name' => 'pub_format', - 'type' => '245081' - }, - '6' => { - 'name' => 'privkey', - 'offset' => '0', - 'type' => '4531' - }, - '7' => { - 'name' => 'pubkey', - 'offset' => '8', - 'type' => '4531' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_privkey_generate', - 'Source' => 'tpm.c', - 'SourceLine' => '1372' - }, - '1209044' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '4454' - }, - '1' => { - 'name' => 'fdata', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '1191174' - }, - '3' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_tpm_raw', - 'Source' => 'tpm.c', - 'SourceLine' => '1239' - }, - '1212362' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'fdata', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '1191174' - }, - '3' => { - 'name' => 'srk_password', - 'type' => '110' - }, - '4' => { - 'name' => 'key_password', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_tpm_raw', - 'Source' => 'tpm.c', - 'SourceLine' => '736' - }, - '1237300' => { - 'Header' => 'gnutls.h', - 'Return' => '145', - 'ShortName' => 'gnutls_fips140_mode_enabled', - 'Source' => 'fips.c', - 'SourceLine' => '406' - }, - '1292458' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '1283932' - }, - '1' => { - 'name' => 'key_type', - 'type' => '110' - }, - '2' => { - 'name' => 'key_size', - 'type' => '145' - }, - '3' => { - 'name' => 'fpr', - 'type' => '216' - }, - '4' => { - 'name' => 'fpr_size', - 'type' => '52' - }, - '5' => { - 'name' => 'art', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_random_art', - 'Source' => 'randomart.c', - 'SourceLine' => '43' - }, - '1307197' => { - 'Header' => 'urls.h', - 'Param' => { - '0' => { - 'name' => 'st', - 'type' => '1307508' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_register_custom_url', - 'Source' => 'urls.c', - 'SourceLine' => '108' - }, - '1307771' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'cert', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer', - 'type' => '4531' - }, - '3' => { - 'name' => 'fmt', - 'type' => '245081' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3737' - }, - '1321429' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'server_random_first', - 'type' => '75' - }, - '4' => { - 'name' => 'extra_size', - 'type' => '52' - }, - '5' => { - 'name' => 'extra', - 'type' => '110' - }, - '6' => { - 'name' => 'outsize', - 'offset' => '0', - 'type' => '52' - }, - '7' => { - 'name' => 'out', - 'offset' => '8', - 'type' => '240' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf', - 'Source' => 'prf.c', - 'SourceLine' => '420' - }, - '1321875' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'context_size', - 'type' => '52' - }, - '4' => { - 'name' => 'context', - 'type' => '110' - }, - '5' => { - 'name' => 'outsize', - 'type' => '52' - }, - '6' => { - 'name' => 'out', - 'offset' => '0', - 'type' => '240' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf_rfc5705', - 'Source' => 'prf.c', - 'SourceLine' => '354' - }, - '1322357' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'label_size', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'seed_size', - 'type' => '52' - }, - '4' => { - 'name' => 'seed', - 'type' => '110' - }, - '5' => { - 'name' => 'outsize', - 'type' => '52' - }, - '6' => { - 'name' => 'out', - 'offset' => '0', - 'type' => '240' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf_raw', - 'Source' => 'prf.c', - 'SourceLine' => '301' - }, - '1339615' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_get_verify_cert_status', - 'Source' => 'auto-verify.c', - 'SourceLine' => '151' - }, - '1339662' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '13501' - }, - '2' => { - 'name' => 'elements', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_cert2', - 'Source' => 'auto-verify.c', - 'SourceLine' => '122' - }, - '1339779' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_cert', - 'Source' => 'auto-verify.c', - 'SourceLine' => '81' - }, - '1354366' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_peers_public_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '346' - }, - '1355358' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_secret_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '219' - }, - '1355760' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'raw_key', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_pubkey', - 'Source' => 'dh-session.c', - 'SourceLine' => '166' - }, - '1356194' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'raw_gen', - 'type' => '4531' - }, - '2' => { - 'name' => 'raw_prime', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_group', - 'Source' => 'dh-session.c', - 'SourceLine' => '98' - }, - '1356786' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_set_prime_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '68' - }, - '1357420' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2916' - }, - '1' => { - 'name' => 'param', - 'type' => '3300' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_sec_param_to_pk_bits', - 'Source' => 'secparams.c', - 'SourceLine' => '81' - }, - '13642' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '334' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'range', - 'type' => '14637' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '257', - 'ShortName' => 'gnutls_record_send_range', - 'Source' => 'range.c', - 'SourceLine' => '229' - }, - '1372944' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'max_bits', - 'type' => '145' - }, - '2' => { - 'name' => 'max_depth', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_limits', - 'Source' => 'cert-session.c', - 'SourceLine' => '236' - }, - '1373013' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_certificate_get_verify_flags', - 'Source' => 'cert-session.c', - 'SourceLine' => '219' - }, - '1373060' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_flags', - 'Source' => 'cert-session.c', - 'SourceLine' => '201' - }, - '1373116' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_flags', - 'Source' => 'cert-session.c', - 'SourceLine' => '184' - }, - '1373172' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'func', - 'type' => '168045' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_params_function', - 'Source' => 'cert-session.c', - 'SourceLine' => '166' - }, - '1373228' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_client_get_request_status', - 'Source' => 'cert-session.c', - 'SourceLine' => '151' - }, - '1373275' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'id', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_peers_subkey_id', - 'Source' => 'cert-session.c', - 'SourceLine' => '124' - }, - '1373477' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'list_size', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '4430', - 'ShortName' => 'gnutls_certificate_get_peers', - 'Source' => 'cert-session.c', - 'SourceLine' => '93' - }, - '1373680' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '4430', - 'ShortName' => 'gnutls_certificate_get_ours', - 'Source' => 'cert-session.c', - 'SourceLine' => '53' - }, - '1434461' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'privkey', - 'type' => '156748' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cert_url', - 'type' => '1030' - }, - '4' => { - 'name' => 'key_url', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_add_x509', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '53' - }, - '1434560' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'cert_url', - 'type' => '110' - }, - '1' => { - 'name' => 'key_url', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_delete', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '48' - }, - '1434598' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '1434724' - }, - '1' => { - 'name' => 'cert_type', - 'type' => '145' - }, - '2' => { - 'name' => 'cert_url', - 'type' => '1030' - }, - '3' => { - 'name' => 'key_url', - 'type' => '1030' - }, - '4' => { - 'name' => 'label', - 'type' => '1030' - }, - '5' => { - 'name' => 'der', - 'type' => '4531' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_iter_get_info', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '37' - }, - '1434730' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '1434286' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_system_key_iter_deinit', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '31' - }, - '1455439' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '240', - 'ShortName' => 'gnutls_pkcs11_obj_flags_get_str', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4133' - }, - '1456042' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'oflags', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_flags', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4114' - }, - '1456105' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'cert', - 'type' => '156760' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_pkcs11_crt_is_known', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4012' - }, - '1456995' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'dn', - 'type' => '4430' - }, - '2' => { - 'name' => 'spki', - 'type' => '4430' - }, - '3' => { - 'name' => 'issuer', - 'type' => '4531' - }, - '4' => { - 'name' => 'fmt', - 'type' => '245081' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3916' - }, - '1457615' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'dn', - 'type' => '4430' - }, - '2' => { - 'name' => 'issuer', - 'type' => '4531' - }, - '3' => { - 'name' => 'fmt', - 'type' => '245081' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer_by_dn', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3831' - }, - '1460999' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '1048221' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs11_type_get_name', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3425' - }, - '1461050' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'mechanism', - 'type' => '1452495' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_mechanism', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3366' - }, - '1461675' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_flags', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3316' - }, - '1462174' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '158389' - }, - '1' => { - 'name' => 'cert_max', - 'type' => '145' - }, - '2' => { - 'name' => 'objs', - 'type' => '1455047' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3242' - }, - '1462949' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'type' => '1463052' - }, - '1' => { - 'name' => 'n_list', - 'type' => '22864' - }, - '2' => { - 'name' => 'url', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url4', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3104' - }, - '1463058' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'type' => '1455041' - }, - '1' => { - 'name' => 'n_list', - 'type' => '22864' - }, - '2' => { - 'name' => 'url', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url3', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3044' - }, - '1469717' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'detailed', - 'type' => '1441512' - }, - '2' => { - 'name' => 'url', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export_url', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2283' - }, - '1469932' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'ttype', - 'type' => '1441653' - }, - '2' => { - 'name' => 'output', - 'type' => '216' - }, - '3' => { - 'name' => 'output_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2192' - }, - '1470644' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'seq', - 'type' => '145' - }, - '1' => { - 'name' => 'detailed', - 'type' => '1441512' - }, - '2' => { - 'name' => 'url', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_url', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2146' - }, - '14714' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'orig', - 'type' => '14637' - }, - '2' => { - 'name' => 'next', - 'type' => '15933' - }, - '3' => { - 'name' => 'remainder', - 'type' => '15933' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_range_split', - 'Source' => 'range.c', - 'SourceLine' => '150' - }, - '1478903' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'fmt', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export3', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1125' - }, - '1479588' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export2', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1102' - }, - '1479688' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'output_data', - 'type' => '216' - }, - '2' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1066' - }, - '1480831' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'fn', - 'type' => '713671' - }, - '1' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_token_function', - 'Source' => 'pkcs11.c', - 'SourceLine' => '887' - }, - '1481048' => { - 'Header' => 'pkcs11.h', - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_reinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '812' - }, - '1481087' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'type' => '145' - }, - '1' => { - 'name' => 'deprecated_config_file', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_init', - 'Source' => 'pkcs11.c', - 'SourceLine' => '762' - }, - '1482473' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'itype', - 'type' => '1441597' - }, - '2' => { - 'name' => 'output', - 'type' => '216' - }, - '3' => { - 'name' => 'output_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '536' - }, - '1482607' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'itype', - 'type' => '1441597' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_set_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '409' - }, - '1484352' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'params', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_add_provider', - 'Source' => 'pkcs11.c', - 'SourceLine' => '309' - }, - '1489078' => { - 'Header' => 'x509.h', - 'Line' => '392', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'result', - 'type' => '216' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_serial' - }, - '1489236' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'id', - 'type' => '216' - }, - '2' => { - 'name' => 'id_size', - 'type' => '7722' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '1330' - }, - '1489292' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert1', - 'type' => '156760' - }, - '1' => { - 'name' => 'cert2', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_equals', - 'Source' => 'x509.c', - 'SourceLine' => '75' - }, - '149393' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_corked', - 'Source' => 'buffers.c', - 'SourceLine' => '111' - }, - '149440' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_pending', - 'Source' => 'buffers.c', - 'SourceLine' => '95' - }, - '1509788' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'type' => '1048015' - }, - '1' => { - 'name' => 'exts', - 'type' => '1510420' - }, - '2' => { - 'name' => 'exts_size', - 'type' => '22864' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_exts', - 'Source' => 'pkcs11x.c', - 'SourceLine' => '264' - }, - '1513097' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '1509782' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_ext_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3118' - }, - '1533138' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '158282' - }, - '1' => { - 'name' => 'fmt', - 'type' => '245081' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_export_pubkey', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '1175' - }, - '1534745' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - }, - '1' => { - 'name' => 'pk', - 'type' => '2916' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'label', - 'type' => '110' - }, - '4' => { - 'name' => 'cid', - 'type' => '4430' - }, - '5' => { - 'name' => 'fmt', - 'type' => '245081' - }, - '6' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '4531' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '8', - 'type' => '145' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_generate3', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '742' - }, - '1536934' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158282' - }, - '1' => { - 'name' => 'detailed', - 'type' => '1441512' - }, - '2' => { - 'name' => 'url', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_export_url', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '583' - }, - '1540643' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '158282' - }, - '1' => { - 'name' => 'itype', - 'type' => '1441597' - }, - '2' => { - 'name' => 'output', - 'type' => '216' - }, - '3' => { - 'name' => 'output_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_get_info', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '176' - }, - '1562016' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'rnddata', - 'type' => '216' - }, - '2' => { - 'name' => 'len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_random', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1280' - }, - '1562644' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'oldpin', - 'type' => '110' - }, - '2' => { - 'name' => 'newpin', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_set_pin', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1203' - }, - '1563383' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'so_pin', - 'type' => '110' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_init', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1145' - }, - '1564095' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'object_url', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_delete_url', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1100' - }, - '1565355' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'key', - 'type' => '156748' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'type' => '4430' - }, - '4' => { - 'name' => 'key_usage', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_x509_privkey2', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '631' - }, - '1567064' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'crt', - 'type' => '156760' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - }, - '3' => { - 'name' => 'label', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_attached_extension', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '530' - }, - '1567963' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'pubkey', - 'type' => '4454' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'type' => '4430' - }, - '4' => { - 'name' => 'key_usage', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_pubkey', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '380' - }, - '1569841' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'crt', - 'type' => '156760' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'type' => '4430' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_x509_crt2', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '102' - }, - '1571728' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3881' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '1862' - }, - '1571740' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - }, - '3' => { - 'name' => 'd', - 'type' => '4531' - }, - '4' => { - 'name' => 'p', - 'type' => '4531' - }, - '5' => { - 'name' => 'q', - 'type' => '4531' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4531' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4531' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw2', - 'Source' => 'privkey.c', - 'SourceLine' => '1433' - }, - '1571985' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_export', - 'Source' => 'x509.c', - 'SourceLine' => '2689' - }, - '1572020' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'ret', - 'type' => '216' - }, - '2' => { - 'name' => 'ret_size', - 'type' => '7722' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '1161' - }, - '1572031' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3881' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '2794' - }, - '1590163' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'type' => '110' - }, - '1' => { - 'name' => 'key', - 'type' => '4531' - }, - '2' => { - 'name' => 'label', - 'type' => '110' - }, - '3' => { - 'name' => 'key_usage', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_secret_key', - 'Source' => 'pkcs11_secret.c', - 'SourceLine' => '47' - }, - '15960' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_can_use_length_hiding', - 'Source' => 'range.c', - 'SourceLine' => '104' - }, - '1626720' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1617636' - }, - '1' => { - 'name' => 'seed', - 'type' => '4430' - }, - '2' => { - 'name' => 'salt_length', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_fake_salt_seed', - 'Source' => 'srp.c', - 'SourceLine' => '831' - }, - '1626907' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_prime_bits', - 'Source' => 'srp.c', - 'SourceLine' => '795' - }, - '1626966' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'username', - 'type' => '110' - }, - '1' => { - 'name' => 'password', - 'type' => '110' - }, - '2' => { - 'name' => 'salt', - 'type' => '4430' - }, - '3' => { - 'name' => 'generator', - 'type' => '4430' - }, - '4' => { - 'name' => 'prime', - 'type' => '4430' - }, - '5' => { - 'name' => 'res', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_verifier', - 'Source' => 'srp.c', - 'SourceLine' => '739' - }, - '1627935' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_srp_server_get_username', - 'Source' => 'srp.c', - 'SourceLine' => '707' - }, - '1628127' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1617727' - }, - '1' => { - 'name' => 'func', - 'type' => '1626563' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_client_credentials_function', - 'Source' => 'srp.c', - 'SourceLine' => '688' - }, - '1628186' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1617636' - }, - '1' => { - 'name' => 'func', - 'type' => '1626569' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_credentials_function', - 'Source' => 'srp.c', - 'SourceLine' => '654' - }, - '1628245' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1617636' - }, - '1' => { - 'name' => 'password_file', - 'type' => '110' - }, - '2' => { - 'name' => 'password_conf_file', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_set_server_credentials_file', - 'Source' => 'srp.c', - 'SourceLine' => '580' - }, - '1628647' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1628912' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_allocate_server_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '530' - }, - '1628918' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1617636' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_server_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '499' - }, - '1629019' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1617727' - }, - '1' => { - 'name' => 'username', - 'type' => '110' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_set_client_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '470' - }, - '1629249' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1629319' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_allocate_client_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '443' - }, - '1629325' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1617727' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_client_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '426' - }, - '1649185' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1640497' - }, - '1' => { - 'name' => 'func', - 'type' => '168045' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_params_function', - 'Source' => 'psk.c', - 'SourceLine' => '444' - }, - '1649223' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1640497' - }, - '1' => { - 'name' => 'func', - 'type' => '168045' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_params_function', - 'Source' => 'psk.c', - 'SourceLine' => '428' - }, - '1649260' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1640497' - }, - '1' => { - 'name' => 'sec_param', - 'type' => '3300' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_known_dh_params', - 'Source' => 'psk.c', - 'SourceLine' => '398' - }, - '1649593' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1640497' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '3411' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_dh_params', - 'Source' => 'psk.c', - 'SourceLine' => '376' - }, - '1649652' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_psk_client_get_hint', - 'Source' => 'psk.c', - 'SourceLine' => '350' - }, - '1649844' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_psk_server_get_username', - 'Source' => 'psk.c', - 'SourceLine' => '322' - }, - '1650036' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1640600' - }, - '1' => { - 'name' => 'func', - 'type' => '1649101' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_client_credentials_function', - 'Source' => 'psk.c', - 'SourceLine' => '304' - }, - '1650095' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '1640497' - }, - '1' => { - 'name' => 'func', - 'type' => '1649107' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_credentials_function', - 'Source' => 'psk.c', - 'SourceLine' => '275' - }, - '1650154' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1640497' - }, - '1' => { - 'name' => 'hint', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_credentials_hint', - 'Source' => 'psk.c', - 'SourceLine' => '242' - }, - '1650343' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1640497' - }, - '1' => { - 'name' => 'password_file', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_credentials_file', - 'Source' => 'psk.c', - 'SourceLine' => '202' - }, - '1650528' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1650597' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_allocate_server_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '177' - }, - '1650603' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1640497' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_server_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '156' - }, - '1650677' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '1640600' - }, - '1' => { - 'name' => 'username', - 'type' => '110' - }, - '2' => { - 'name' => 'key', - 'type' => '4430' - }, - '3' => { - 'name' => 'flags', - 'type' => '1640697' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_client_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '92' - }, - '1651235' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1651304' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_allocate_client_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '62' - }, - '1651310' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '1640600' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_client_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '45' - }, - '16747' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_data_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '668' - }, - '169331' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2706', - 'ShortName' => 'gnutls_handshake_get_last_out', - 'Source' => 'handshake.c', - 'SourceLine' => '3464' - }, - '169380' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2706', - 'ShortName' => 'gnutls_handshake_get_last_in', - 'Source' => 'handshake.c', - 'SourceLine' => '3444' - }, - '169429' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'max', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_max_packet_length', - 'Source' => 'handshake.c', - 'SourceLine' => '3423' - }, - '1697616' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_x509_dn_oid_name', - 'Source' => 'common.c', - 'SourceLine' => '262' - }, - '1697799' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_oid_known', - 'Source' => 'common.c', - 'SourceLine' => '232' - }, - '174532' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'ms', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_timeout', - 'Source' => 'handshake.c', - 'SourceLine' => '2663' - }, - '1776219' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crls', - 'type' => '906321' - }, - '1' => { - 'name' => 'crl_max', - 'type' => '22864' - }, - '2' => { - 'name' => 'data', - 'type' => '4430' - }, - '3' => { - 'name' => 'format', - 'type' => '245081' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_list_import', - 'Source' => 'crl.c', - 'SourceLine' => '1349' - }, - '1776909' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crls', - 'type' => '1777253' - }, - '1' => { - 'name' => 'size', - 'type' => '22864' - }, - '2' => { - 'name' => 'data', - 'type' => '4430' - }, - '3' => { - 'name' => 'format', - 'type' => '245081' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_list_import2', - 'Source' => 'crl.c', - 'SourceLine' => '1288' - }, - '1777280' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_data', - 'Source' => 'crl.c', - 'SourceLine' => '1240' - }, - '1777703' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7722' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_info', - 'Source' => 'crl.c', - 'SourceLine' => '1168' - }, - '1778304' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_oid', - 'Source' => 'crl.c', - 'SourceLine' => '1122' - }, - '1778570' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'ret', - 'type' => '216' - }, - '2' => { - 'name' => 'ret_size', - 'type' => '7722' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_number', - 'Source' => 'crl.c', - 'SourceLine' => '1062' - }, - '1778944' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'id', - 'type' => '216' - }, - '2' => { - 'name' => 'id_size', - 'type' => '7722' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_id', - 'Source' => 'crl.c', - 'SourceLine' => '1015' - }, - '1779510' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'alt', - 'type' => '216' - }, - '3' => { - 'name' => 'alt_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'alt_type', - 'type' => '22864' - }, - '5' => { - 'name' => 'serial', - 'type' => '216' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '7722' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_gn_serial', - 'Source' => 'crl.c', - 'SourceLine' => '945' - }, - '1780674' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_export2', - 'Source' => 'crl.c', - 'SourceLine' => '833' - }, - '1780762' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_export', - 'Source' => 'crl.c', - 'SourceLine' => '801' - }, - '1781031' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_raw_issuer_dn', - 'Source' => 'crl.c', - 'SourceLine' => '770' - }, - '1781213' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'iter', - 'type' => '1781941' - }, - '2' => { - 'name' => 'serial', - 'type' => '3881' - }, - '3' => { - 'name' => 'serial_size', - 'type' => '7722' - }, - '4' => { - 'name' => 't', - 'type' => '4570' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_iter_crt_serial', - 'Source' => 'crl.c', - 'SourceLine' => '693' - }, - '1781968' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '1767416' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_iter_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '663' - }, - '1782032' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'serial', - 'type' => '3881' - }, - '3' => { - 'name' => 'serial_size', - 'type' => '7722' - }, - '4' => { - 'name' => 't', - 'type' => '4570' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_crt_serial', - 'Source' => 'crl.c', - 'SourceLine' => '617' - }, - '1782564' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_crt_count', - 'Source' => 'crl.c', - 'SourceLine' => '576' - }, - '1782781' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_x509_crl_get_next_update', - 'Source' => 'crl.c', - 'SourceLine' => '556' - }, - '1782952' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_x509_crl_get_this_update', - 'Source' => 'crl.c', - 'SourceLine' => '535' - }, - '1783123' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_version', - 'Source' => 'crl.c', - 'SourceLine' => '506' - }, - '1783429' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'sig', - 'type' => '240' - }, - '2' => { - 'name' => 'sizeof_sig', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature', - 'Source' => 'crl.c', - 'SourceLine' => '456' - }, - '1783872' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'oid', - 'type' => '240' - }, - '2' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature_oid', - 'Source' => 'crl.c', - 'SourceLine' => '419' - }, - '1784282' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature_algorithm', - 'Source' => 'crl.c', - 'SourceLine' => '374' - }, - '1784572' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn3', - 'Source' => 'crl.c', - 'SourceLine' => '352' - }, - '1784783' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn2', - 'Source' => 'crl.c', - 'SourceLine' => '319' - }, - '1784976' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_dn_oid', - 'Source' => 'crl.c', - 'SourceLine' => '287' - }, - '1785211' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '216' - }, - '5' => { - 'name' => 'sizeof_buf', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn_by_oid', - 'Source' => 'crl.c', - 'SourceLine' => '247' - }, - '1785595' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '545129' - }, - '1' => { - 'name' => 'buf', - 'type' => '240' - }, - '2' => { - 'name' => 'sizeof_buf', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn', - 'Source' => 'crl.c', - 'SourceLine' => '207' - }, - '1785807' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_import', - 'Source' => 'crl.c', - 'SourceLine' => '120' - }, - '1803481' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '156725' - }, - '3' => { - 'name' => 'dig', - 'type' => '2533' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_privkey_sign', - 'Source' => 'crl_write.c', - 'SourceLine' => '484' - }, - '1803605' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'nr', - 'type' => '334' - }, - '2' => { - 'name' => 'nr_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_number', - 'Source' => 'crl_write.c', - 'SourceLine' => '412' - }, - '1804122' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'id', - 'type' => '334' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_authority_key_id', - 'Source' => 'crl_write.c', - 'SourceLine' => '348' - }, - '1804675' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'crt', - 'type' => '156760' - }, - '2' => { - 'name' => 'revocation_time', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_crt', - 'Source' => 'crl_write.c', - 'SourceLine' => '280' - }, - '1805069' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'serial', - 'type' => '334' - }, - '2' => { - 'name' => 'serial_size', - 'type' => '52' - }, - '3' => { - 'name' => 'revocation_time', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_crt_serial', - 'Source' => 'crl_write.c', - 'SourceLine' => '219' - }, - '1805175' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'exp_time', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_next_update', - 'Source' => 'crl_write.c', - 'SourceLine' => '196' - }, - '1805386' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'act_time', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_this_update', - 'Source' => 'crl_write.c', - 'SourceLine' => '170' - }, - '1805700' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '156748' - }, - '3' => { - 'name' => 'dig', - 'type' => '2533' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_sign2', - 'Source' => 'crl_write.c', - 'SourceLine' => '99' - }, - '1805835' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'version', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_version', - 'Source' => 'crl_write.c', - 'SourceLine' => '53' - }, - '1822530' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'type' => '334' - }, - '3' => { - 'name' => 'sizeof_buf', - 'type' => '52' - }, - '4' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_extension_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '3095' - }, - '1822819' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'features', - 'type' => '893892' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_tlsfeatures', - 'Source' => 'crq.c', - 'SourceLine' => '3051' - }, - '1823121' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'features', - 'type' => '893892' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_tlsfeatures', - 'Source' => 'crq.c', - 'SourceLine' => '2999' - }, - '1823505' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'activation', - 'type' => '268' - }, - '2' => { - 'name' => 'expiration', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_private_key_usage_period', - 'Source' => 'crq.c', - 'SourceLine' => '2924' - }, - '1824168' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_verify', - 'Source' => 'crq.c', - 'SourceLine' => '2851' - }, - '1824873' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'key', - 'type' => '156725' - }, - '2' => { - 'name' => 'dig', - 'type' => '2533' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_privkey_sign', - 'Source' => 'crq.c', - 'SourceLine' => '2768' - }, - '1825009' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'type' => '3881' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_id', - 'Source' => 'crq.c', - 'SourceLine' => '2713' - }, - '1825384' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '334' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_purpose_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2586' - }, - '1826615' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7722' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_purpose_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2483' - }, - '1828017' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'ca', - 'type' => '145' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_basic_constraints', - 'Source' => 'crq.c', - 'SourceLine' => '2385' - }, - '1828348' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_subject_alt_othername', - 'Source' => 'crq.c', - 'SourceLine' => '2273' - }, - '1829084' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'nt', - 'type' => '546645' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_subject_alt_name', - 'Source' => 'crq.c', - 'SourceLine' => '2164' - }, - '1829680' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'output', - 'type' => '4531' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid2', - 'Source' => 'crq.c', - 'SourceLine' => '2097' - }, - '1830100' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'buf', - 'type' => '216' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '7722' - }, - '5' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2038' - }, - '1830545' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'type' => '216' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_othername_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2008' - }, - '1830696' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'type' => '216' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'ret_type', - 'type' => '22864' - }, - '5' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_name', - 'Source' => 'crq.c', - 'SourceLine' => '1969' - }, - '1831908' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'critical', - 'type' => '22864' - }, - '2' => { - 'name' => 'ca', - 'type' => '22864' - }, - '3' => { - 'name' => 'pathlen', - 'type' => '17851' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_basic_constraints', - 'Source' => 'crq.c', - 'SourceLine' => '1827' - }, - '1832596' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_data2', - 'Source' => 'crq.c', - 'SourceLine' => '1672' - }, - '1833456' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_data', - 'Source' => 'crq.c', - 'SourceLine' => '1634' - }, - '1833832' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7722' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_info', - 'Source' => 'crq.c', - 'SourceLine' => '1509' - }, - '1835132' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_data', - 'Source' => 'crq.c', - 'SourceLine' => '1454' - }, - '1835534' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_info', - 'Source' => 'crq.c', - 'SourceLine' => '1400' - }, - '1835936' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '240' - }, - '2' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_pk_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1350' - }, - '1836346' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '240' - }, - '2' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_signature_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1310' - }, - '1836865' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_export2', - 'Source' => 'crq.c', - 'SourceLine' => '1250' - }, - '1837111' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_export', - 'Source' => 'crq.c', - 'SourceLine' => '1217' - }, - '1837464' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'key', - 'type' => '156748' - }, - '2' => { - 'name' => 'dig', - 'type' => '2533' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_sign2', - 'Source' => 'crq.c', - 'SourceLine' => '1140' - }, - '1837596' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_challenge_password', - 'Source' => 'crq.c', - 'SourceLine' => '1071' - }, - '1838321' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'm', - 'type' => '4430' - }, - '2' => { - 'name' => 'e', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_rsa_raw', - 'Source' => 'crq.c', - 'SourceLine' => '1008' - }, - '1838833' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_rsa_raw', - 'Source' => 'crq.c', - 'SourceLine' => '948' - }, - '1839437' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key', - 'Source' => 'crq.c', - 'SourceLine' => '910' - }, - '1839635' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_version', - 'Source' => 'crq.c', - 'SourceLine' => '874' - }, - '1839735' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'version', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_version', - 'Source' => 'crq.c', - 'SourceLine' => '840' - }, - '1839814' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '334' - }, - '4' => { - 'name' => 'sizeof_data', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_dn_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '815' - }, - '1839984' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'buf', - 'type' => '216' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '771' - }, - '1840098' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'type' => '216' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '732' - }, - '1840762' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'pass', - 'type' => '240' - }, - '2' => { - 'name' => 'pass_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_challenge_password', - 'Source' => 'crq.c', - 'SourceLine' => '550' - }, - '1841364' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_oid', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn_oid', - 'Source' => 'crq.c', - 'SourceLine' => '403' - }, - '1841599' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '216' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '366' - }, - '1841992' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn3', - 'Source' => 'crq.c', - 'SourceLine' => '328' - }, - '1842203' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn2', - 'Source' => 'crq.c', - 'SourceLine' => '296' - }, - '1842396' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'buf', - 'type' => '240' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn', - 'Source' => 'crq.c', - 'SourceLine' => '266' - }, - '1842613' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'activation', - 'type' => '4570' - }, - '2' => { - 'name' => 'expiration', - 'type' => '4570' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_private_key_usage_period', - 'Source' => 'crq.c', - 'SourceLine' => '195' - }, - '1843318' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_signature_algorithm', - 'Source' => 'crq.c', - 'SourceLine' => '175' - }, - '1843394' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_import', - 'Source' => 'crq.c', - 'SourceLine' => '110' - }, - '1843972' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crq_deinit', - 'Source' => 'crq.c', - 'SourceLine' => '79' - }, - '1844058' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1844296' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_init', - 'Source' => 'crq.c', - 'SourceLine' => '50' - }, - '1849004' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'type' => '893892' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_tlsfeatures', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3316' - }, - '1849015' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'f', - 'type' => '893892' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_tlsfeatures', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3266' - }, - '1849248' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'usage', - 'type' => '145' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_key_usage', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1147' - }, - '1849259' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ca', - 'type' => '145' - }, - '1' => { - 'name' => 'pathlen', - 'type' => '75' - }, - '2' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_basic_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1373' - }, - '1849319' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'ca', - 'type' => '22864' - }, - '2' => { - 'name' => 'pathlen', - 'type' => '17851' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_basic_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1305' - }, - '1849330' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'key_usage', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_key_usage', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1095' - }, - '1864717' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '4430' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'buf', - 'type' => '216' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get_oid', - 'Source' => 'dn.c', - 'SourceLine' => '959' - }, - '1865266' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '4430' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '216' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get_by_oid', - 'Source' => 'dn.c', - 'SourceLine' => '903' - }, - '1866039' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '4430' - }, - '1' => { - 'name' => 'str', - 'type' => '4531' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get2', - 'Source' => 'dn.c', - 'SourceLine' => '855' - }, - '1866564' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'type' => '4430' - }, - '1' => { - 'name' => 'buf', - 'type' => '240' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get', - 'Source' => 'dn.c', - 'SourceLine' => '797' - }, - '188496' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_rehandshake', - 'Source' => 'handshake.c', - 'SourceLine' => '2423' - }, - '1898982' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '216' - }, - '1899266' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '180' - }, - '1901191' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '2524447' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '704' - }, - '1901202' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1890260' - }, - '1' => { - 'name' => 'id', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_set_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '763' - }, - '1901213' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1890260' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_authority_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1000' - }, - '1901224' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1890260' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aki_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '721' - }, - '1901235' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '2530214' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '51' - }, - '1901246' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1890238' - }, - '1' => { - 'name' => 'san_type', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '4430' - }, - '3' => { - 'name' => 'othername_oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '171' - }, - '1901257' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1890238' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_subject_alt_names', - 'Source' => 'x509_ext.c', - 'SourceLine' => '298' - }, - '1901268' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1890238' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_subject_alt_names_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '81' - }, - '1901279' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'sans', - 'type' => '1890238' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_subject_alt_names', - 'Source' => 'x509_ext.c', - 'SourceLine' => '215' - }, - '1936983' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'exts', - 'type' => '1509782' - }, - '1' => { - 'name' => 'exts_size', - 'type' => '145' - }, - '2' => { - 'name' => 'format', - 'type' => '1923523' - }, - '3' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_print', - 'Source' => 'output.c', - 'SourceLine' => '2588' - }, - '1937231' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'type' => '4454' - }, - '1' => { - 'name' => 'format', - 'type' => '1923523' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_print', - 'Source' => 'output.c', - 'SourceLine' => '2556' - }, - '1937924' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'format', - 'type' => '1923523' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_print', - 'Source' => 'output.c', - 'SourceLine' => '2495' - }, - '1941674' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'format', - 'type' => '1923523' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_print', - 'Source' => 'output.c', - 'SourceLine' => '2231' - }, - '1946945' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'format', - 'type' => '1923523' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_print', - 'Source' => 'output.c', - 'SourceLine' => '1873' - }, - '1976372' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2916' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pk_algorithm_get_name', - 'Source' => 'publickey.c', - 'SourceLine' => '119' - }, - '1976736' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'algo', - 'type' => '2533' - }, - '2' => { - 'name' => 'buf', - 'type' => '216' - }, - '3' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_fingerprint', - 'Source' => 'x509.c', - 'SourceLine' => '2623' - }, - '1976797' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn3', - 'Source' => 'x509.c', - 'SourceLine' => '741' - }, - '1976808' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn3', - 'Source' => 'x509.c', - 'SourceLine' => '559' - }, - '1976855' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'critical', - 'type' => '22864' - }, - '2' => { - 'name' => 'pathlen', - 'type' => '17851' - }, - '3' => { - 'name' => 'policyLanguage', - 'type' => '1030' - }, - '4' => { - 'name' => 'policy', - 'type' => '1030' - }, - '5' => { - 'name' => 'sizeof_policy', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_proxy', - 'Source' => 'x509.c', - 'SourceLine' => '2093' - }, - '1976878' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'curve', - 'type' => '532314' - }, - '2' => { - 'name' => 'x', - 'type' => '4531' - }, - '3' => { - 'name' => 'y', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_ecc_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3259' - }, - '1976914' => { - 'Header' => 'gnutls.h', - 'Line' => '977', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2916' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pk_get_name', - 'Source' => 'publickey.c', - 'SourceLine' => '200' - }, - '1976937' => { - 'Header' => 'x509.h', - 'Line' => '206', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_version' - }, - '1976948' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'sig', - 'type' => '240' - }, - '2' => { - 'name' => 'sig_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature', - 'Source' => 'x509.c', - 'SourceLine' => '948' - }, - '1976970' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'buf', - 'type' => '240' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_unique_id', - 'Source' => 'x509.c', - 'SourceLine' => '3647' - }, - '1976982' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'buf', - 'type' => '240' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_unique_id', - 'Source' => 'x509.c', - 'SourceLine' => '3597' - }, - '1977038' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2916' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '3300', - 'ShortName' => 'gnutls_pk_bits_to_sec_param', - 'Source' => 'secparams.c', - 'SourceLine' => '180' - }, - '1977050' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'param', - 'type' => '3300' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_sec_param_get_name', - 'Source' => 'secparams.c', - 'SourceLine' => '152' - }, - '1977098' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_info', - 'Source' => 'x509.c', - 'SourceLine' => '2398' - }, - '1977110' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '2515899' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1688' - }, - '1977121' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'policies', - 'type' => '1936596' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_policies', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1814' - }, - '1977132' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1936596' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'policy', - 'type' => '2335241' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1730' - }, - '1977143' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1936596' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policies_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1705' - }, - '1977180' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'id', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_subject_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '602' - }, - '1977191' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'activation', - 'type' => '4570' - }, - '2' => { - 'name' => 'expiration', - 'type' => '4570' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_private_key_usage_period', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1198' - }, - '1977213' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '2504149' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2887' - }, - '1977224' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'p', - 'type' => '1936574' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_key_purposes', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2987' - }, - '1977235' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1936574' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2962' - }, - '1977246' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1936574' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_key_purpose_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2915' - }, - '1977257' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '2511039' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2176' - }, - '1977268' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'cdp', - 'type' => '1936508' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_crl_dist_points', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2314' - }, - '1977279' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1936508' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'type' => '22864' - }, - '3' => { - 'name' => 'san', - 'type' => '4531' - }, - '4' => { - 'name' => 'reasons', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2219' - }, - '1977290' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1936508' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_dist_points_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2193' - }, - '1977301' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'pathlen', - 'type' => '17851' - }, - '2' => { - 'name' => 'policyLanguage', - 'type' => '1030' - }, - '3' => { - 'name' => 'policy', - 'type' => '1030' - }, - '4' => { - 'name' => 'sizeof_policy', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_proxy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1446' - }, - '1977312' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '2508025' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2534' - }, - '1977323' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'aia', - 'type' => '1936530' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_aia', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2762' - }, - '1977334' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1936530' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4531' - }, - '3' => { - 'name' => 'san_type', - 'type' => '22864' - }, - '4' => { - 'name' => 'san', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2584' - }, - '1977345' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1936530' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aia_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2551' - }, - '1977356' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '2431798' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_init', - 'Source' => 'name_constraints.c', - 'SourceLine' => '516' - }, - '1977368' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_name_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '367' - }, - '1977391' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'type' => '22864' - }, - '3' => { - 'name' => 'name', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_get_permitted' - }, - '1977403' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'type' => '22864' - }, - '3' => { - 'name' => 'name', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_get_excluded' - }, - '1977415' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_deinit', - 'Source' => 'name_constraints.c', - 'SourceLine' => '498' - }, - '1977486' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'type' => '110' - }, - '1' => { - 'name' => 'othername', - 'type' => '4430' - }, - '2' => { - 'name' => 'virt_type', - 'type' => '22864' - }, - '3' => { - 'name' => 'virt', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_othername_to_virtual', - 'Source' => 'virt-san.c', - 'SourceLine' => '143' - }, - '1977519' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'type' => '1890238' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san_type', - 'type' => '22864' - }, - '3' => { - 'name' => 'san', - 'type' => '4531' - }, - '4' => { - 'name' => 'othername_oid', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '104' - }, - '1977541' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1890260' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san_type', - 'type' => '22864' - }, - '3' => { - 'name' => 'san', - 'type' => '4531' - }, - '4' => { - 'name' => 'othername_oid', - 'type' => '4531' - }, - '5' => { - 'name' => 'serial', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_get_cert_issuer', - 'Source' => 'x509_ext.c', - 'SourceLine' => '845' - }, - '1977563' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '4430' - }, - '1' => { - 'name' => 'aki', - 'type' => '1890260' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_authority_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '894' - }, - '1977574' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1890260' - }, - '1' => { - 'name' => 'id', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_get_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '742' - }, - '1977596' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature_algorithm', - 'Source' => 'x509.c', - 'SourceLine' => '850' - }, - '1977607' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '240' - }, - '2' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature_oid', - 'Source' => 'x509.c', - 'SourceLine' => '871' - }, - '1977618' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '240' - }, - '2' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_oid', - 'Source' => 'x509.c', - 'SourceLine' => '911' - }, - '1993151' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'mac', - 'type' => '22864' - }, - '2' => { - 'name' => 'salt', - 'type' => '216' - }, - '3' => { - 'name' => 'salt_size', - 'type' => '22864' - }, - '4' => { - 'name' => 'iter_count', - 'type' => '22864' - }, - '5' => { - 'name' => 'oid', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_mac_info', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1844' - }, - '1999996' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_generate_mac', - 'Source' => 'pkcs12.c', - 'SourceLine' => '993' - }, - '2000096' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'mac', - 'type' => '2423' - }, - '2' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_generate_mac2', - 'Source' => 'pkcs12.c', - 'SourceLine' => '863' - }, - '2001333' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'bag', - 'type' => '1992831' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_set_bag', - 'Source' => 'pkcs12.c', - 'SourceLine' => '739' - }, - '2002916' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - }, - '2' => { - 'name' => 'bag', - 'type' => '1992831' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_get_bag', - 'Source' => 'pkcs12.c', - 'SourceLine' => '604' - }, - '2006277' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_export2', - 'Source' => 'pkcs12.c', - 'SourceLine' => '315' - }, - '2006502' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_export', - 'Source' => 'pkcs12.c', - 'SourceLine' => '283' - }, - '2009138' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_type', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '98' - }, - '2009149' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_data', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '143' - }, - '2009172' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '1150' - }, - '2009310' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '2031104' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_init', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '47' - }, - '2009321' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_decrypt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '663' - }, - '2009332' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_count', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '119' - }, - '2009343' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_bag_deinit', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '78' - }, - '2025210' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'privkey', - 'type' => '156748' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_privkey', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '873' - }, - '2025724' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'schema', - 'type' => '22864' - }, - '2' => { - 'name' => 'cipher', - 'type' => '22864' - }, - '3' => { - 'name' => 'salt', - 'type' => '216' - }, - '4' => { - 'name' => 'salt_size', - 'type' => '22864' - }, - '5' => { - 'name' => 'iter_count', - 'type' => '22864' - }, - '6' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_enc_info', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '809' - }, - '2026161' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_encrypt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '716' - }, - '2027105' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_friendly_name', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '628' - }, - '2027307' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'name', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_friendly_name', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '594' - }, - '2027467' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'id', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_key_id', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '561' - }, - '2027647' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'id', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_key_id', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '520' - }, - '2027863' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_crl', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '481' - }, - '2028149' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'crt', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_crt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '445' - }, - '2028435' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'type' => '1992831' - }, - '1' => { - 'name' => 'type', - 'type' => '1992955' - }, - '2' => { - 'name' => 'data', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_data', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '388' - }, - '2031240' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export2_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '575' - }, - '2062777' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'signer', - 'type' => '156760' - }, - '2' => { - 'name' => 'signer_key', - 'type' => '156725' - }, - '3' => { - 'name' => 'data', - 'type' => '4430' - }, - '4' => { - 'name' => 'signed_attrs', - 'type' => '2053813' - }, - '5' => { - 'name' => 'unsigned_attrs', - 'type' => '2053813' - }, - '6' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '2533' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_sign', - 'Source' => 'pkcs7.c', - 'SourceLine' => '2332' - }, - '2065445' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_delete_crl', - 'Source' => 'pkcs7.c', - 'SourceLine' => '2026' - }, - '2065756' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crl', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1989' - }, - '2066058' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'crl', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crl_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1931' - }, - '2066434' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1902' - }, - '2066658' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'crl', - 'type' => '216' - }, - '3' => { - 'name' => 'crl_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1867' - }, - '2067075' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'crl', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_raw2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1808' - }, - '2067642' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'indx', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_delete_crt', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1764' - }, - '2067932' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'crt', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crt', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1727' - }, - '2068213' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'crt', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crt_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1658' - }, - '2068698' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_export2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1571' - }, - '2069020' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_export', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1537' - }, - '2069512' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'tl', - 'type' => '159042' - }, - '2' => { - 'name' => 'vdata', - 'type' => '13501' - }, - '3' => { - 'name' => 'vdata_size', - 'type' => '145' - }, - '4' => { - 'name' => 'idx', - 'type' => '145' - }, - '5' => { - 'name' => 'data', - 'type' => '4430' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_verify', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1403' - }, - '2074454' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'signer', - 'type' => '156760' - }, - '2' => { - 'name' => 'idx', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4430' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_verify_direct', - 'Source' => 'pkcs7.c', - 'SourceLine' => '987' - }, - '2075091' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs7_get_embedded_data_oid', - 'Source' => 'pkcs7.c', - 'SourceLine' => '951' - }, - '2075140' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_embedded_data', - 'Source' => 'pkcs7.c', - 'SourceLine' => '918' - }, - '2077469' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'info', - 'type' => '2072785' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_signature_info', - 'Source' => 'pkcs7.c', - 'SourceLine' => '557' - }, - '2079866' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_signature_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '525' - }, - '2080233' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'info', - 'type' => '2072785' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_signature_info_deinit', - 'Source' => 'pkcs7.c', - 'SourceLine' => '466' - }, - '2080306' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '438' - }, - '2080373' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'certificate', - 'type' => '216' - }, - '3' => { - 'name' => 'certificate_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '402' - }, - '2080790' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'cert', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_raw2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '319' - }, - '2081468' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_import', - 'Source' => 'pkcs7.c', - 'SourceLine' => '240' - }, - '2083314' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_deinit', - 'Source' => 'pkcs7.c', - 'SourceLine' => '208' - }, - '2083458' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2083649' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_init', - 'Source' => 'pkcs7.c', - 'SourceLine' => '186' - }, - '2088778' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'CA_list', - 'type' => '2286759' - }, - '2' => { - 'name' => 'CA_list_length', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'verify', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1316' - }, - '2088825' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'dn', - 'type' => '4430' - }, - '2' => { - 'name' => 'spki', - 'type' => '4430' - }, - '3' => { - 'name' => 'issuer', - 'type' => '158389' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer_by_subject_key_id', - 'Source' => 'verify-high.c', - 'SourceLine' => '1081' - }, - '2088837' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'dn', - 'type' => '4430' - }, - '2' => { - 'name' => 'issuer', - 'type' => '158389' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer_by_dn', - 'Source' => 'verify-high.c', - 'SourceLine' => '1021' - }, - '2088895' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'algo', - 'type' => '3140' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4430' - }, - '4' => { - 'name' => 'signature', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_verify_data2', - 'Source' => 'x509.c', - 'SourceLine' => '4067' - }, - '2089149' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '2104786' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_add_attr', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '54' - }, - '2089172' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '2053813' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_attrs_deinit', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '150' - }, - '2104101' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '2053813' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '1030' - }, - '3' => { - 'name' => 'data', - 'type' => '4531' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_attr', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '111' - }, - '211279' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2296', - 'ShortName' => 'gnutls_auth_client_get_type', - 'Source' => 'auth.c', - 'SourceLine' => '244' - }, - '211302' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2296', - 'ShortName' => 'gnutls_auth_server_get_type', - 'Source' => 'auth.c', - 'SourceLine' => '224' - }, - '211314' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'retrans_timeout', - 'type' => '145' - }, - '2' => { - 'name' => 'total_timeout', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_timeouts', - 'Source' => 'dtls.c', - 'SourceLine' => '466' - }, - '211654' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '695690', - 'ShortName' => 'gnutls_alert_get', - 'Source' => 'alert.c', - 'SourceLine' => '364' - }, - '212348' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2804', - 'ShortName' => 'gnutls_protocol_get_version', - 'Source' => 'state.c', - 'SourceLine' => '1087' - }, - '2137171' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'schema', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs_schema_get_oid', - 'Source' => 'pkcs7-crypt.c', - 'SourceLine' => '199' - }, - '2137240' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'schema', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs_schema_get_name', - 'Source' => 'pkcs7-crypt.c', - 'SourceLine' => '181' - }, - '2138568' => { - 'Header' => 'crypto.h', - 'Line' => '59', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2122' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_cipher_get_block_size', - 'Source' => 'ciphers.c', - 'SourceLine' => '252' - }, - '2154765' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_fix', - 'Source' => 'privkey.c', - 'SourceLine' => '2071' - }, - '2154841' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'digest', - 'type' => '2533' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4430' - }, - '4' => { - 'name' => 'signature', - 'type' => '216' - }, - '5' => { - 'name' => 'signature_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_sign_data', - 'Source' => 'privkey.c', - 'SourceLine' => '2013' - }, - '2156302' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_verify_params', - 'Source' => 'privkey.c', - 'SourceLine' => '1828' - }, - '2159060' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'algo', - 'type' => '2916' - }, - '2' => { - 'name' => 'bits', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_generate', - 'Source' => 'privkey.c', - 'SourceLine' => '1494' - }, - '2159630' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - }, - '3' => { - 'name' => 'd', - 'type' => '4531' - }, - '4' => { - 'name' => 'p', - 'type' => '4531' - }, - '5' => { - 'name' => 'q', - 'type' => '4531' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1403' - }, - '2159820' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'curve', - 'type' => '532314' - }, - '2' => { - 'name' => 'x', - 'type' => '4531' - }, - '3' => { - 'name' => 'y', - 'type' => '4531' - }, - '4' => { - 'name' => 'k', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_ecc_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1371' - }, - '2160093' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3300', - 'ShortName' => 'gnutls_x509_privkey_sec_param', - 'Source' => 'privkey.c', - 'SourceLine' => '1343' - }, - '2160197' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export2', - 'Source' => 'privkey.c', - 'SourceLine' => '1308' - }, - '2160581' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export', - 'Source' => 'privkey.c', - 'SourceLine' => '1263' - }, - '2161010' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm2', - 'Source' => 'privkey.c', - 'SourceLine' => '1202' - }, - '2162645' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'm', - 'type' => '4430' - }, - '2' => { - 'name' => 'e', - 'type' => '4430' - }, - '3' => { - 'name' => 'd', - 'type' => '4430' - }, - '4' => { - 'name' => 'p', - 'type' => '4430' - }, - '5' => { - 'name' => 'q', - 'type' => '4430' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '849' - }, - '2164332' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import', - 'Source' => 'privkey.c', - 'SourceLine' => '497' - }, - '2172348' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_openssl', - 'Source' => 'privkey_openssl.c', - 'SourceLine' => '138' - }, - '2194719' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4430' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'schema', - 'type' => '22864' - }, - '3' => { - 'name' => 'cipher', - 'type' => '22864' - }, - '4' => { - 'name' => 'salt', - 'type' => '216' - }, - '5' => { - 'name' => 'salt_size', - 'type' => '22864' - }, - '6' => { - 'name' => 'iter_count', - 'offset' => '0', - 'type' => '22864' - }, - '7' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '1030' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs8_info', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '463' - }, - '2196637' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'output_data', - 'type' => '216' - }, - '5' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '379' - }, - '2250997' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_hostname2', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '120' - }, - '2252602' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_hostname', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '45' - }, - '2285386' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'trusted_cas', - 'type' => '2286759' - }, - '2' => { - 'name' => 'tcas_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'verify', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1390' - }, - '2286884' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crl_check_issuer', - 'Source' => 'verify.c', - 'SourceLine' => '1342' - }, - '2287188' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert_list', - 'type' => '2286759' - }, - '1' => { - 'name' => 'cert_list_length', - 'type' => '145' - }, - '2' => { - 'name' => 'CA_list', - 'type' => '2286759' - }, - '3' => { - 'name' => 'CA_list_length', - 'type' => '145' - }, - '4' => { - 'name' => 'CRL_list', - 'type' => '2287463' - }, - '5' => { - 'name' => 'CRL_list_length', - 'type' => '145' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - }, - '7' => { - 'name' => 'verify', - 'offset' => '8', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1261' - }, - '2303461' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_ca_status', - 'Source' => 'x509.c', - 'SourceLine' => '2012' - }, - '2303485' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '2287463' - }, - '2' => { - 'name' => 'crl_list_length', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_check_revocation', - 'Source' => 'x509.c', - 'SourceLine' => '2944' - }, - '2303598' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'critical', - 'type' => '22864' - }, - '2' => { - 'name' => 'ca', - 'type' => '22864' - }, - '3' => { - 'name' => 'pathlen', - 'type' => '17851' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_basic_constraints' - }, - '2303625' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_key_purpose_oid', - 'Source' => 'x509.c', - 'SourceLine' => '3135' - }, - '2303720' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_name_constraints', - 'Source' => 'name_constraints.c', - 'SourceLine' => '453' - }, - '2303767' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_name_constraints_check_crt', - 'Source' => 'name_constraints.c', - 'SourceLine' => '1105' - }, - '2303779' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'feat', - 'type' => '893892' - }, - '1' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_tlsfeatures_check_crt', - 'Source' => 'tls_features.c', - 'SourceLine' => '216' - }, - '2321511' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'what', - 'type' => '75' - }, - '3' => { - 'name' => 'data', - 'type' => '4531' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_info_access', - 'Source' => 'x509.c', - 'SourceLine' => '3837' - }, - '2325518' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'type' => '909294' - }, - '1' => { - 'name' => 'size', - 'type' => '22864' - }, - '2' => { - 'name' => 'data', - 'type' => '4430' - }, - '3' => { - 'name' => 'format', - 'type' => '245081' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import2', - 'Source' => 'x509.c', - 'SourceLine' => '3363' - }, - '2325868' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'p', - 'type' => '4531' - }, - '2' => { - 'name' => 'q', - 'type' => '4531' - }, - '3' => { - 'name' => 'g', - 'type' => '4531' - }, - '4' => { - 'name' => 'y', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_dsa_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3307' - }, - '2326795' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_rsa_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3211' - }, - '2327775' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '216' - }, - '3' => { - 'name' => 'san_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'reason_flags', - 'type' => '22864' - }, - '5' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_crl_dist_points', - 'Source' => 'x509.c', - 'SourceLine' => '3047' - }, - '2328952' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'purpose', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_key_purpose', - 'Source' => 'x509.c', - 'SourceLine' => '2967' - }, - '2331968' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '2332133' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer', - 'Source' => 'x509.c', - 'SourceLine' => '2600' - }, - '2332139' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '2332133' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject', - 'Source' => 'x509.c', - 'SourceLine' => '2580' - }, - '2332387' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_raw_dn', - 'Source' => 'x509.c', - 'SourceLine' => '2537' - }, - '2332569' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_raw_issuer_dn', - 'Source' => 'x509.c', - 'SourceLine' => '2514' - }, - '2332751' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '216' - }, - '3' => { - 'name' => 'sizeof_data', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_data', - 'Source' => 'x509.c', - 'SourceLine' => '2468' - }, - '2333775' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2353' - }, - '2334020' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'output', - 'type' => '4531' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid2', - 'Source' => 'x509.c', - 'SourceLine' => '2307' - }, - '2334280' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'buf', - 'type' => '216' - }, - '4' => { - 'name' => 'buf_size', - 'type' => '7722' - }, - '5' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2246' - }, - '2334669' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'policy', - 'type' => '2335241' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_policy', - 'Source' => 'x509.c', - 'SourceLine' => '2171' - }, - '2335247' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'policy', - 'type' => '2335241' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policy_release', - 'Source' => 'x509.c', - 'SourceLine' => '2142' - }, - '2336069' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'type' => '216' - }, - '3' => { - 'name' => 'ret_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_othername_oid', - 'Source' => 'x509.c', - 'SourceLine' => '1924' - }, - '2336228' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_othername_oid', - 'Source' => 'x509.c', - 'SourceLine' => '1883' - }, - '2336387' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ian', - 'type' => '216' - }, - '3' => { - 'name' => 'ian_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'ian_type', - 'type' => '22864' - }, - '5' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name2', - 'Source' => 'x509.c', - 'SourceLine' => '1842' - }, - '2336580' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '216' - }, - '3' => { - 'name' => 'san_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'san_type', - 'type' => '22864' - }, - '5' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name2', - 'Source' => 'x509.c', - 'SourceLine' => '1804' - }, - '2336773' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'ian', - 'type' => '216' - }, - '3' => { - 'name' => 'ian_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name', - 'Source' => 'x509.c', - 'SourceLine' => '1770' - }, - '2340848' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'alt', - 'type' => '216' - }, - '3' => { - 'name' => 'alt_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'alt_type', - 'type' => '22864' - }, - '5' => { - 'name' => 'serial', - 'type' => '216' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '7722' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_gn_serial', - 'Source' => 'x509.c', - 'SourceLine' => '1238' - }, - '2342202' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'activation', - 'type' => '4570' - }, - '2' => { - 'name' => 'expiration', - 'type' => '4570' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_private_key_usage_period', - 'Source' => 'x509.c', - 'SourceLine' => '1068' - }, - '2344280' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn_oid', - 'Source' => 'x509.c', - 'SourceLine' => '824' - }, - '2345119' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn2', - 'Source' => 'x509.c', - 'SourceLine' => '709' - }, - '2345312' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'buf', - 'type' => '240' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn', - 'Source' => 'x509.c', - 'SourceLine' => '678' - }, - '2345529' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '216' - }, - '3' => { - 'name' => 'oid_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_oid', - 'Source' => 'x509.c', - 'SourceLine' => '643' - }, - '2345764' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '216' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '601' - }, - '2346368' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn2', - 'Source' => 'x509.c', - 'SourceLine' => '526' - }, - '2346561' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'buf', - 'type' => '240' - }, - '2' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn', - 'Source' => 'x509.c', - 'SourceLine' => '494' - }, - '2349674' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert1', - 'type' => '156760' - }, - '1' => { - 'name' => 'der', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_equals2', - 'Source' => 'x509.c', - 'SourceLine' => '137' - }, - '2371006' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - }, - '1' => { - 'name' => 'str', - 'type' => '4531' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_str2', - 'Source' => 'x509_dn.c', - 'SourceLine' => '694' - }, - '2371238' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - }, - '1' => { - 'name' => 'str', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_str', - 'Source' => 'x509_dn.c', - 'SourceLine' => '663' - }, - '2371452' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - }, - '1' => { - 'name' => 'irdn', - 'type' => '75' - }, - '2' => { - 'name' => 'iava', - 'type' => '75' - }, - '3' => { - 'name' => 'ava', - 'type' => '2372356' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_rdn_ava', - 'Source' => 'x509_dn.c', - 'SourceLine' => '559' - }, - '2372383' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_export2', - 'Source' => 'x509_dn.c', - 'SourceLine' => '518' - }, - '2372607' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'output_data', - 'type' => '216' - }, - '3' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_export', - 'Source' => 'x509_dn.c', - 'SourceLine' => '484' - }, - '2372875' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_dn_deinit', - 'Source' => 'x509_dn.c', - 'SourceLine' => '457' - }, - '2372962' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_import', - 'Source' => 'x509_dn.c', - 'SourceLine' => '428' - }, - '2373421' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2332133' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_init', - 'Source' => 'x509_dn.c', - 'SourceLine' => '396' - }, - '2373666' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'type' => '2310683' - }, - '1' => { - 'name' => 'str', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'type' => '301410' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_set_str', - 'Source' => 'x509_dn.c', - 'SourceLine' => '371' - }, - '2374059' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '1' => { - 'name' => 'dn', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'type' => '301410' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '342' - }, - '2374176' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'type' => '301410' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '320' - }, - '2374293' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'dn', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'type' => '301410' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '299' - }, - '2392929' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'policy', - 'type' => '2393514' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_policy', - 'Source' => 'x509_write.c', - 'SourceLine' => '1864' - }, - '2393541' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'what', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_authority_info_access', - 'Source' => 'x509_write.c', - 'SourceLine' => '1781' - }, - '2394375' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '156725' - }, - '3' => { - 'name' => 'dig', - 'type' => '2533' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_privkey_sign', - 'Source' => 'x509_write.c', - 'SourceLine' => '1730' - }, - '2394499' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '334' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key_purpose_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '1647' - }, - '2395161' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'id', - 'type' => '334' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_authority_key_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1584' - }, - '2395678' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'id', - 'type' => '334' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_key_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1520' - }, - '2396204' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '156760' - }, - '1' => { - 'name' => 'src', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_cpy_crl_dist_points', - 'Source' => 'x509_write.c', - 'SourceLine' => '1472' - }, - '2396519' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'reason_flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points2', - 'Source' => 'x509_write.c', - 'SourceLine' => '1387' - }, - '2397241' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'data_string', - 'type' => '334' - }, - '3' => { - 'name' => 'reason_flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points', - 'Source' => 'x509_write.c', - 'SourceLine' => '1361' - }, - '2397478' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'id', - 'type' => '334' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_unique_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1286' - }, - '2397810' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'id', - 'type' => '334' - }, - '2' => { - 'name' => 'id_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_unique_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1249' - }, - '2398121' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'serial', - 'type' => '334' - }, - '2' => { - 'name' => 'serial_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_serial', - 'Source' => 'x509_write.c', - 'SourceLine' => '1211' - }, - '2398431' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'exp_time', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_expiration_time', - 'Source' => 'x509_write.c', - 'SourceLine' => '1179' - }, - '2398625' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'act_time', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_activation_time', - 'Source' => 'x509_write.c', - 'SourceLine' => '1151' - }, - '2398819' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_sign', - 'Source' => 'x509_write.c', - 'SourceLine' => '1132' - }, - '2398947' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer_key', - 'type' => '156748' - }, - '3' => { - 'name' => 'dig', - 'type' => '2533' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_sign2', - 'Source' => 'x509_write.c', - 'SourceLine' => '1078' - }, - '2399091' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'activation', - 'type' => '268' - }, - '2' => { - 'name' => 'expiration', - 'type' => '268' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_private_key_usage_period', - 'Source' => 'x509_write.c', - 'SourceLine' => '1028' - }, - '2399431' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - }, - '2' => { - 'name' => 'policyLanguage', - 'type' => '110' - }, - '3' => { - 'name' => 'policy', - 'type' => '110' - }, - '4' => { - 'name' => 'sizeof_policy', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_proxy', - 'Source' => 'x509_write.c', - 'SourceLine' => '979' - }, - '2399809' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_alt_othername', - 'Source' => 'x509_write.c', - 'SourceLine' => '896' - }, - '2400466' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alt_othername', - 'Source' => 'x509_write.c', - 'SourceLine' => '806' - }, - '2401180' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_alt_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '709' - }, - '2401748' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'data', - 'type' => '334' - }, - '3' => { - 'name' => 'data_size', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alt_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '628' - }, - '2402316' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'data_string', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alternative_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '584' - }, - '2402855' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'ca', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_ca_status', - 'Source' => 'x509_write.c', - 'SourceLine' => '517' - }, - '2402955' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'ca', - 'type' => '145' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_basic_constraints', - 'Source' => 'x509_write.c', - 'SourceLine' => '472' - }, - '2403045' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'type' => '334' - }, - '3' => { - 'name' => 'sizeof_buf', - 'type' => '52' - }, - '4' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_extension_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '431' - }, - '2403313' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'crq', - 'type' => '1046529' - }, - '2' => { - 'name' => 'oid', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq_extension_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '338' - }, - '2403514' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'crq', - 'type' => '1046529' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq_extensions', - 'Source' => 'x509_write.c', - 'SourceLine' => '316' - }, - '2403619' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'crq', - 'type' => '1046529' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq', - 'Source' => 'x509_write.c', - 'SourceLine' => '267' - }, - '2404053' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key', - 'Source' => 'x509_write.c', - 'SourceLine' => '228' - }, - '2404247' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'version', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_version', - 'Source' => 'x509_write.c', - 'SourceLine' => '186' - }, - '2404567' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'eecrt', - 'type' => '156760' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'type' => '334' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_proxy_dn', - 'Source' => 'x509_write.c', - 'SourceLine' => '137' - }, - '2404896' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'type' => '334' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '103' - }, - '2405060' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'type' => '334' - }, - '4' => { - 'name' => 'sizeof_name', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_dn_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '63' - }, - '2407632' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1936596' - }, - '1' => { - 'name' => 'policy', - 'type' => '2393514' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1767' - }, - '2407643' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'type' => '1936596' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_policies', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2022' - }, - '2407745' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1936530' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'san_type', - 'type' => '145' - }, - '3' => { - 'name' => 'san', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2659' - }, - '2407756' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'type' => '1936530' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_aia', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2814' - }, - '2407829' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1936574' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2933' - }, - '2407840' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'type' => '1936574' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_key_purposes', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3061' - }, - '2407874' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'id', - 'type' => '4430' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_subject_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '655' - }, - '2407948' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1936508' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'san', - 'type' => '4430' - }, - '3' => { - 'name' => 'reasons', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2280' - }, - '2407959' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'type' => '1936508' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_crl_dist_points', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2422' - }, - '2408026' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'activation', - 'type' => '268' - }, - '1' => { - 'name' => 'expiration', - 'type' => '268' - }, - '2' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_private_key_usage_period', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1251' - }, - '2408037' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'pathLenConstraint', - 'type' => '75' - }, - '1' => { - 'name' => 'policyLanguage', - 'type' => '110' - }, - '2' => { - 'name' => 'policy', - 'type' => '110' - }, - '3' => { - 'name' => 'sizeof_policy', - 'type' => '52' - }, - '4' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_proxy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1539' - }, - '241675' => { - 'Header' => 'gnutls.h', - 'Line' => '1069', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_strerror', - 'Source' => 'errors.c', - 'SourceLine' => '494' - }, - '241727' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_perror', - 'Source' => 'errors.c', - 'SourceLine' => '476' - }, - '2426025' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'name', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_name_constraints_check', - 'Source' => 'name_constraints.c', - 'SourceLine' => '1032' - }, - '2428748' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_name_constraints', - 'Source' => 'name_constraints.c', - 'SourceLine' => '668' - }, - '2429230' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'name', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_add_excluded', - 'Source' => 'name_constraints.c', - 'SourceLine' => '647' - }, - '2429352' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '1' => { - 'name' => 'type', - 'type' => '546645' - }, - '2' => { - 'name' => 'name', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_add_permitted', - 'Source' => 'name_constraints.c', - 'SourceLine' => '623' - }, - '2435801' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'type' => '1927293' - }, - '1' => { - 'name' => 'ext', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_name_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '462' - }, - '2452276' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'cert', - 'type' => '156760' - }, - '2' => { - 'name' => 'name', - 'type' => '334' - }, - '3' => { - 'name' => 'name_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - }, - '5' => { - 'name' => 'voutput', - 'type' => '22864' - }, - '6' => { - 'name' => 'func', - 'offset' => '0', - 'type' => '2285368' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_named_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '1433' - }, - '2454265' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '158389' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'voutput', - 'type' => '22864' - }, - '5' => { - 'name' => 'func', - 'type' => '2285368' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '1167' - }, - '2457439' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'cert', - 'type' => '156760' - }, - '2' => { - 'name' => 'name', - 'type' => '334' - }, - '3' => { - 'name' => 'name_size', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_named_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '641' - }, - '2457842' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'clist', - 'type' => '2286759' - }, - '2' => { - 'name' => 'clist_size', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '561' - }, - '2458298' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '2442897' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_iter_deinit', - 'Source' => 'verify-high.c', - 'SourceLine' => '503' - }, - '2458432' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'iter', - 'type' => '2459323' - }, - '2' => { - 'name' => 'crt', - 'type' => '158389' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_iter_get_ca', - 'Source' => 'verify-high.c', - 'SourceLine' => '410' - }, - '2462117' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'email', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_email', - 'Source' => 'email-verify.c', - 'SourceLine' => '48' - }, - '2478425' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'ca_file', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_file', - 'Source' => 'verify-high2.c', - 'SourceLine' => '481' - }, - '2481693' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'cas', - 'type' => '4430' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_mem', - 'Source' => 'verify-high2.c', - 'SourceLine' => '136' - }, - '2499072' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'type' => '893892' - }, - '1' => { - 'name' => 'feature', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_tlsfeatures_add', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3376' - }, - '2523271' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'type' => '1890260' - }, - '1' => { - 'name' => 'san_type', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '4430' - }, - '3' => { - 'name' => 'othername_oid', - 'type' => '110' - }, - '4' => { - 'name' => 'serial', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_set_cert_issuer', - 'Source' => 'x509_ext.c', - 'SourceLine' => '787' - }, - '2563303' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'type' => '2053723' - }, - '1' => { - 'name' => 'format', - 'type' => '1923523' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_print', - 'Source' => 'pkcs7-output.c', - 'SourceLine' => '174' - }, - '257428' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3411' - }, - '1' => { - 'name' => 'prime', - 'type' => '4531' - }, - '2' => { - 'name' => 'generator', - 'type' => '4531' - }, - '3' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export_raw', - 'Source' => 'dh.c', - 'SourceLine' => '605' - }, - '257796' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3411' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export2_pkcs3', - 'Source' => 'dh.c', - 'SourceLine' => '481' - }, - '259117' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3411' - }, - '1' => { - 'name' => 'format', - 'type' => '245081' - }, - '2' => { - 'name' => 'params_data', - 'type' => '3881' - }, - '3' => { - 'name' => 'params_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export_pkcs3', - 'Source' => 'dh.c', - 'SourceLine' => '432' - }, - '259576' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'type' => '3411' - }, - '1' => { - 'name' => 'pkcs3_params', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_pkcs3', - 'Source' => 'dh.c', - 'SourceLine' => '314' - }, - '2598844' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'features', - 'type' => '893892' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_tlsfeatures', - 'Source' => 'tls_features.c', - 'SourceLine' => '175' - }, - '260857' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dparams', - 'type' => '3411' - }, - '1' => { - 'name' => 'bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_generate2', - 'Source' => 'dh.c', - 'SourceLine' => '278' - }, - '261217' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'type' => '3411' - }, - '1' => { - 'name' => 'src', - 'type' => '3411' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_cpy', - 'Source' => 'dh.c', - 'SourceLine' => '242' - }, - '261281' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '3411' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_params_deinit', - 'Source' => 'dh.c', - 'SourceLine' => '219' - }, - '261417' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '261573' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_init', - 'Source' => 'dh.c', - 'SourceLine' => '200' - }, - '261600' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '3411' - }, - '1' => { - 'name' => 'prime', - 'type' => '4430' - }, - '2' => { - 'name' => 'generator', - 'type' => '4430' - }, - '3' => { - 'name' => 'key_bits', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_raw2', - 'Source' => 'dh.c', - 'SourceLine' => '161' - }, - '261920' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '3411' - }, - '1' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_dsa', - 'Source' => 'dh.c', - 'SourceLine' => '117' - }, - '262425' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'type' => '3411' - }, - '1' => { - 'name' => 'prime', - 'type' => '4430' - }, - '2' => { - 'name' => 'generator', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_raw', - 'Source' => 'dh.c', - 'SourceLine' => '98' - }, - '263193' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'p', - 'type' => '4531' - }, - '2' => { - 'name' => 'q', - 'type' => '4531' - }, - '3' => { - 'name' => 'g', - 'type' => '4531' - }, - '4' => { - 'name' => 'y', - 'type' => '4531' - }, - '5' => { - 'name' => 'x', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1460' - }, - '2632228' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cidr', - 'type' => '110' - }, - '1' => { - 'name' => 'cidr_rfc5280', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_cidr_to_rfc5280', - 'Source' => 'ip.c', - 'SourceLine' => '208' - }, - '2653402' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'certs', - 'type' => '909294' - }, - '2' => { - 'name' => 'ncerts', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_certs', - 'Source' => 'ocsp.c', - 'SourceLine' => '1810' - }, - '2654005' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'sig', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_signature', - 'Source' => 'ocsp.c', - 'SourceLine' => '1768' - }, - '2654072' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_signature_algorithm', - 'Source' => 'ocsp.c', - 'SourceLine' => '1738' - }, - '2654369' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'critical', - 'type' => '22864' - }, - '2' => { - 'name' => 'nonce', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '1698' - }, - '2654732' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4531' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - }, - '4' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '1620' - }, - '2658460' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_ocsp_resp_get_produced', - 'Source' => 'ocsp.c', - 'SourceLine' => '1256' - }, - '2658741' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - }, - '2' => { - 'name' => 'raw', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder_raw_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '1188' - }, - '2658877' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder2', - 'Source' => 'ocsp.c', - 'SourceLine' => '1155' - }, - '2658964' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'dn', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder', - 'Source' => 'ocsp.c', - 'SourceLine' => '1114' - }, - '2659078' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '1066' - }, - '2659405' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'response_type_oid', - 'type' => '4531' - }, - '2' => { - 'name' => 'response', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_response', - 'Source' => 'ocsp.c', - 'SourceLine' => '1020' - }, - '2659656' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_status', - 'Source' => 'ocsp.c', - 'SourceLine' => '967' - }, - '2659751' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_randomize_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '931' - }, - '2660011' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'critical', - 'type' => '145' - }, - '2' => { - 'name' => 'nonce', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_set_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '883' - }, - '2660163' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'critical', - 'type' => '22864' - }, - '2' => { - 'name' => 'nonce', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '837' - }, - '2660519' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'critical', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_set_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '808' - }, - '2660754' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'type' => '4531' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - }, - '4' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '732' - }, - '2660893' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'digest', - 'type' => '2533' - }, - '2' => { - 'name' => 'issuer', - 'type' => '156760' - }, - '3' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_add_cert', - 'Source' => 'ocsp.c', - 'SourceLine' => '640' - }, - '2661466' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'digest', - 'type' => '2533' - }, - '2' => { - 'name' => 'issuer_name_hash', - 'type' => '4430' - }, - '3' => { - 'name' => 'issuer_key_hash', - 'type' => '4430' - }, - '4' => { - 'name' => 'serial_number', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_add_cert_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '536' - }, - '2661581' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'digest', - 'type' => '535126' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'type' => '4531' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'type' => '4531' - }, - '5' => { - 'name' => 'serial_number', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_cert_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '425' - }, - '2662353' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '372' - }, - '2662659' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_export', - 'Source' => 'ocsp.c', - 'SourceLine' => '353' - }, - '2662905' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_export', - 'Source' => 'ocsp.c', - 'SourceLine' => '321' - }, - '2664207' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_import', - 'Source' => 'ocsp.c', - 'SourceLine' => '179' - }, - '2665200' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_req_deinit', - 'Source' => 'ocsp.c', - 'SourceLine' => '88' - }, - '2665286' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2665542' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_init', - 'Source' => 'ocsp.c', - 'SourceLine' => '60' - }, - '2684387' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'format', - 'type' => '2684244' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_print', - 'Source' => 'ocsp_output.c', - 'SourceLine' => '640' - }, - '2690142' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'type' => '2650307' - }, - '1' => { - 'name' => 'format', - 'type' => '2684244' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_print', - 'Source' => 'ocsp_output.c', - 'SourceLine' => '172' - }, - '2706816' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '257', - 'ShortName' => 'gnutls_record_set_max_size', - 'Source' => 'max_record.c', - 'SourceLine' => '287' - }, - '2707091' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_get_max_size', - 'Source' => 'max_record.c', - 'SourceLine' => '258' - }, - '2739767' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'type', - 'type' => '2728514' - }, - '2' => { - 'name' => 'name', - 'type' => '334' - }, - '3' => { - 'name' => 'name_length', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_server_name_set', - 'Source' => 'server_name.c', - 'SourceLine' => '429' - }, - '2740551' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '216' - }, - '2' => { - 'name' => 'data_length', - 'type' => '7722' - }, - '3' => { - 'name' => 'type', - 'type' => '22864' - }, - '4' => { - 'name' => 'indx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_server_name_get', - 'Source' => 'server_name.c', - 'SourceLine' => '290' - }, - '2757727' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get_client', - 'Source' => 'signature.c', - 'SourceLine' => '480' - }, - '2757776' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get', - 'Source' => 'signature.c', - 'SourceLine' => '463' - }, - '2757825' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'indx', - 'type' => '52' - }, - '2' => { - 'name' => 'algo', - 'type' => '676431' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get_requested', - 'Source' => 'signature.c', - 'SourceLine' => '417' - }, - '2798099' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'key', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_enable_server', - 'Source' => 'session_ticket.c', - 'SourceLine' => '565' - }, - '2798597' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_key_generate', - 'Source' => 'session_ticket.c', - 'SourceLine' => '507' - }, - '283585' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '216' - }, - '1' => { - 'name' => 'c', - 'type' => '75' - }, - '2' => { - 'name' => 'size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_memset', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '40' - }, - '2852428' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'retrans_timeout', - 'type' => '145' - }, - '2' => { - 'name' => 'total_timeout', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_set_timeouts', - 'Source' => 'heartbeat.c', - 'SourceLine' => '428' - }, - '2852501' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_heartbeat_get_timeout', - 'Source' => 'heartbeat.c', - 'SourceLine' => '400' - }, - '2853999' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_heartbeat_pong', - 'Source' => 'heartbeat.c', - 'SourceLine' => '284' - }, - '2854382' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data_size', - 'type' => '52' - }, - '2' => { - 'name' => 'max_tries', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_heartbeat_ping', - 'Source' => 'heartbeat.c', - 'SourceLine' => '159' - }, - '2856335' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_enable', - 'Source' => 'heartbeat.c', - 'SourceLine' => '55' - }, - '2874087' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_is_checked', - 'Source' => 'status_request.c', - 'SourceLine' => '760' - }, - '2876827' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - }, - '1' => { - 'name' => 'response_file', - 'type' => '110' - }, - '2' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_file', - 'Source' => 'status_request.c', - 'SourceLine' => '535' - }, - '2877302' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'ocsp_func', - 'type' => '4488' - }, - '3' => { - 'name' => 'ptr', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_function2', - 'Source' => 'status_request.c', - 'SourceLine' => '485' - }, - '2877401' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - }, - '1' => { - 'name' => 'ocsp_func', - 'type' => '4488' - }, - '2' => { - 'name' => 'ptr', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_function', - 'Source' => 'status_request.c', - 'SourceLine' => '446' - }, - '2942615' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'protocols', - 'type' => '4430' - }, - '2' => { - 'name' => 'protocols_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alpn_set_protocols', - 'Source' => 'alpn.c', - 'SourceLine' => '274' - }, - '2943170' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'protocol', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alpn_get_selected_protocol', - 'Source' => 'alpn.c', - 'SourceLine' => '227' - }, - '2960751' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'key_material', - 'type' => '216' - }, - '2' => { - 'name' => 'key_material_size', - 'type' => '145' - }, - '3' => { - 'name' => 'client_key', - 'type' => '4531' - }, - '4' => { - 'name' => 'client_salt', - 'type' => '4531' - }, - '5' => { - 'name' => 'server_key', - 'type' => '4531' - }, - '6' => { - 'name' => 'server_salt', - 'offset' => '0', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_keys', - 'Source' => 'srtp.c', - 'SourceLine' => '550' - }, - '2961585' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'profiles', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '301410' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_profile_direct', - 'Source' => 'srtp.c', - 'SourceLine' => '476' - }, - '2962045' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'profile', - 'type' => '2949240' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_profile', - 'Source' => 'srtp.c', - 'SourceLine' => '431' - }, - '2962360' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'mki', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_mki', - 'Source' => 'srtp.c', - 'SourceLine' => '387' - }, - '2962704' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'mki', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_mki', - 'Source' => 'srtp.c', - 'SourceLine' => '346' - }, - '2963054' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'profile', - 'type' => '2963145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_selected_profile', - 'Source' => 'srtp.c', - 'SourceLine' => '306' - }, - '2964614' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'profile', - 'type' => '2949240' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_srtp_get_profile_name', - 'Source' => 'srtp.c', - 'SourceLine' => '150' - }, - '2964730' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'profile', - 'type' => '2963145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_profile_id', - 'Source' => 'srtp.c', - 'SourceLine' => '126' - }, - '300405' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'type' => '145' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_priority_string_list', - 'Source' => 'priority.c', - 'SourceLine' => '1746' - }, - '300472' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_certificate_type_list', - 'Source' => 'priority.c', - 'SourceLine' => '1722' - }, - '300549' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_sign_list', - 'Source' => 'priority.c', - 'SourceLine' => '1700' - }, - '300614' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_protocol_list', - 'Source' => 'priority.c', - 'SourceLine' => '1678' - }, - '300679' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_compression_list', - 'Source' => 'priority.c', - 'SourceLine' => '1656' - }, - '300744' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_mac_list', - 'Source' => 'priority.c', - 'SourceLine' => '1634' - }, - '300809' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_cipher_list', - 'Source' => 'priority.c', - 'SourceLine' => '1612' - }, - '300872' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_kx_list', - 'Source' => 'priority.c', - 'SourceLine' => '1590' - }, - '300937' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'list', - 'type' => '300537' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_ecc_curve_list', - 'Source' => 'priority.c', - 'SourceLine' => '1568' - }, - '301002' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_set_default_priority', - 'Source' => 'priority.c', - 'SourceLine' => '1551' - }, - '301144' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'priorities', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '301410' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_set_direct', - 'Source' => 'priority.c', - 'SourceLine' => '1489' - }, - '301437' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'type' => '287418' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_priority_deinit', - 'Source' => 'priority.c', - 'SourceLine' => '1466' - }, - '301501' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'type' => '304052' - }, - '1' => { - 'name' => 'priorities', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'type' => '301410' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_init', - 'Source' => 'priority.c', - 'SourceLine' => '1209' - }, - '307717' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'priority', - 'type' => '287418' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_set', - 'Source' => 'priority.c', - 'SourceLine' => '545' - }, - '309407' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'filename', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_load_file', - 'Source' => 'file.c', - 'SourceLine' => '54' - }, - '31421' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'ms', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_set_timeout', - 'Source' => 'record.c', - 'SourceLine' => '1815' - }, - '31479' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '216' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - }, - '3' => { - 'name' => 'seq', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '257', - 'ShortName' => 'gnutls_record_recv_seq', - 'Source' => 'record.c', - 'SourceLine' => '1792' - }, - '31625' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '216' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '257', - 'ShortName' => 'gnutls_record_recv', - 'Source' => 'record.c', - 'SourceLine' => '1764' - }, - '31753' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_uncork', - 'Source' => 'record.c', - 'SourceLine' => '1690' - }, - '31912' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_cork', - 'Source' => 'record.c', - 'SourceLine' => '1664' - }, - '31957' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '334' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '257', - 'ShortName' => 'gnutls_record_send', - 'Source' => 'record.c', - 'SourceLine' => '1624' - }, - '32059' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'packet', - 'type' => '32662' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '257', - 'ShortName' => 'gnutls_record_recv_packet', - 'Source' => 'record.c', - 'SourceLine' => '1564' - }, - '3218488' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_decode2', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '432' - }, - '3218606' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '240' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_decode', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '390' - }, - '3218796' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_encode2', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '351' - }, - '3218914' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '240' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_encode', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '310' - }, - '32689' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_discard_queued', - 'Source' => 'record.c', - 'SourceLine' => '1537' - }, - '32780' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'packet', - 'type' => '20932' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_deinit', - 'Source' => 'record.c', - 'SourceLine' => '1520' - }, - '32844' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'packet', - 'type' => '20932' - }, - '1' => { - 'name' => 'data', - 'type' => '4531' - }, - '2' => { - 'name' => 'sequence', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_get', - 'Source' => 'record.c', - 'SourceLine' => '1490' - }, - '3305531' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'type' => '287418' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'sidx', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_get_cipher_suite_index', - 'Source' => 'ciphersuites.c', - 'SourceLine' => '1648' - }, - '3306289' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'idx', - 'type' => '52' - }, - '1' => { - 'name' => 'cs_id', - 'type' => '3881' - }, - '2' => { - 'name' => 'kx', - 'type' => '560826' - }, - '3' => { - 'name' => 'cipher', - 'type' => '2136943' - }, - '4' => { - 'name' => 'mac', - 'type' => '3306423' - }, - '5' => { - 'name' => 'min_version', - 'type' => '3306429' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_cipher_suite_info', - 'Source' => 'ciphersuites.c', - 'SourceLine' => '1514' - }, - '366491' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'sid', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_id', - 'Source' => 'session.c', - 'SourceLine' => '365' - }, - '366748' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '240', - 'ShortName' => 'gnutls_session_get_desc', - 'Source' => 'session.c', - 'SourceLine' => '270' - }, - '367690' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_force_valid', - 'Source' => 'session.c', - 'SourceLine' => '249' - }, - '367733' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'session_data', - 'type' => '334' - }, - '2' => { - 'name' => 'session_data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_data', - 'Source' => 'session.c', - 'SourceLine' => '210' - }, - '368000' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'session_id', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_id2', - 'Source' => 'session.c', - 'SourceLine' => '182' - }, - '368062' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'session_id', - 'type' => '216' - }, - '2' => { - 'name' => 'session_id_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_id', - 'Source' => 'session.c', - 'SourceLine' => '145' - }, - '368156' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_data2', - 'Source' => 'session.c', - 'SourceLine' => '96' - }, - '368240' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'session_data', - 'type' => '216' - }, - '2' => { - 'name' => 'session_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_data', - 'Source' => 'session.c', - 'SourceLine' => '47' - }, - '369100' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2854', - 'ShortName' => 'gnutls_certificate_type_get', - 'Source' => 'state.c', - 'SourceLine' => '113' - }, - '369148' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2423', - 'ShortName' => 'gnutls_mac_get', - 'Source' => 'state.c', - 'SourceLine' => '146' - }, - '369172' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2122', - 'ShortName' => 'gnutls_cipher_get', - 'Source' => 'state.c', - 'SourceLine' => '89' - }, - '369196' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_prime_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '288' - }, - '369208' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3208', - 'ShortName' => 'gnutls_ecc_curve_get', - 'Source' => 'state.c', - 'SourceLine' => '1074' - }, - '369283' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_is_resumed', - 'Source' => 'state.c', - 'SourceLine' => '791' - }, - '3753511' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '158148' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3881' - }, - '2' => { - 'name' => 'flag', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_auth_subkey', - 'Source' => 'pgp.c', - 'SourceLine' => '1718' - }, - '3754379' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'p', - 'type' => '4531' - }, - '3' => { - 'name' => 'q', - 'type' => '4531' - }, - '4' => { - 'name' => 'g', - 'type' => '4531' - }, - '5' => { - 'name' => 'y', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1600' - }, - '3754775' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'm', - 'type' => '4531' - }, - '3' => { - 'name' => 'e', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1562' - }, - '3755094' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '158148' - }, - '1' => { - 'name' => 'p', - 'type' => '4531' - }, - '2' => { - 'name' => 'q', - 'type' => '4531' - }, - '3' => { - 'name' => 'g', - 'type' => '4531' - }, - '4' => { - 'name' => 'y', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_dsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1530' - }, - '3755424' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '158148' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_pk_rsa_raw', - 'Source' => 'pgp.c', - 'SourceLine' => '1498' - }, - '3759291' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'fpr', - 'type' => '216' - }, - '3' => { - 'name' => 'fprlen', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_fingerprint', - 'Source' => 'pgp.c', - 'SourceLine' => '1086' - }, - '3759726' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_expiration_time', - 'Source' => 'pgp.c', - 'SourceLine' => '1013' - }, - '3759866' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_creation_time', - 'Source' => 'pgp.c', - 'SourceLine' => '978' - }, - '3760118' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_revoked_status', - 'Source' => 'pgp.c', - 'SourceLine' => '896' - }, - '3761110' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_subkey_count', - 'Source' => 'pgp.c', - 'SourceLine' => '751' - }, - '3761333' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'email', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_check_email', - 'Source' => 'pgp.c', - 'SourceLine' => '660' - }, - '3761569' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_check_hostname2', - 'Source' => 'pgp.c', - 'SourceLine' => '618' - }, - '3761788' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_check_hostname', - 'Source' => 'pgp.c', - 'SourceLine' => '596' - }, - '3761888' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_revoked_status', - 'Source' => 'pgp.c', - 'SourceLine' => '566' - }, - '3762064' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_openpgp_crt_get_expiration_time', - 'Source' => 'pgp.c', - 'SourceLine' => '504' - }, - '3762162' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_openpgp_crt_get_creation_time', - 'Source' => 'pgp.c', - 'SourceLine' => '477' - }, - '3762260' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_version', - 'Source' => 'pgp.c', - 'SourceLine' => '451' - }, - '3762475' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'idx', - 'type' => '75' - }, - '2' => { - 'name' => 'buf', - 'type' => '240' - }, - '3' => { - 'name' => 'sizeof_buf', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_get_name', - 'Source' => 'pgp.c', - 'SourceLine' => '338' - }, - '3763199' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'format', - 'type' => '998610' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_export2', - 'Source' => 'pgp.c', - 'SourceLine' => '252' - }, - '3784039' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - }, - '2' => { - 'name' => 'verify', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_verify_self', - 'Source' => 'pgpverify.c', - 'SourceLine' => '122' - }, - '3784166' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158148' - }, - '1' => { - 'name' => 'keyring', - 'type' => '156922' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'verify', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_verify_ring', - 'Source' => 'pgpverify.c', - 'SourceLine' => '53' - }, - '3784711' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '156922' - }, - '1' => { - 'name' => 'keyid', - 'type' => '5465' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_check_id', - 'Source' => 'extras.c', - 'SourceLine' => '86' - }, - '3799879' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '156922' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'cert', - 'type' => '1036973' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_get_crt', - 'Source' => 'extras.c', - 'SourceLine' => '272' - }, - '3800403' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'ring', - 'type' => '156922' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_get_crt_count', - 'Source' => 'extras.c', - 'SourceLine' => '224' - }, - '3800825' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '156922' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_import', - 'Source' => 'extras.c', - 'SourceLine' => '119' - }, - '3802124' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '3802193' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_keyring_init', - 'Source' => 'extras.c', - 'SourceLine' => '45' - }, - '382896' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_remove_session', - 'Source' => 'db.c', - 'SourceLine' => '332' - }, - '3838234' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'p', - 'type' => '4531' - }, - '3' => { - 'name' => 'q', - 'type' => '4531' - }, - '4' => { - 'name' => 'g', - 'type' => '4531' - }, - '5' => { - 'name' => 'y', - 'type' => '4531' - }, - '6' => { - 'name' => 'x', - 'offset' => '0', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_subkey_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1183' - }, - '3838729' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'm', - 'type' => '4531' - }, - '3' => { - 'name' => 'e', - 'type' => '4531' - }, - '4' => { - 'name' => 'd', - 'type' => '4531' - }, - '5' => { - 'name' => 'p', - 'type' => '4531' - }, - '6' => { - 'name' => 'q', - 'offset' => '0', - 'type' => '4531' - }, - '7' => { - 'name' => 'u', - 'offset' => '8', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_subkey_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1139' - }, - '3839225' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '158215' - }, - '1' => { - 'name' => 'p', - 'type' => '4531' - }, - '2' => { - 'name' => 'q', - 'type' => '4531' - }, - '3' => { - 'name' => 'g', - 'type' => '4531' - }, - '4' => { - 'name' => 'y', - 'type' => '4531' - }, - '5' => { - 'name' => 'x', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1100' - }, - '3839674' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '158215' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - }, - '3' => { - 'name' => 'd', - 'type' => '4531' - }, - '4' => { - 'name' => 'p', - 'type' => '4531' - }, - '5' => { - 'name' => 'q', - 'type' => '4531' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1062' - }, - '3841080' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'fpr', - 'type' => '216' - }, - '3' => { - 'name' => 'fprlen', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_fingerprint', - 'Source' => 'privkey.c', - 'SourceLine' => '745' - }, - '3841412' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'keyid', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_id', - 'Source' => 'privkey.c', - 'SourceLine' => '704' - }, - '3841503' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_expiration_time', - 'Source' => 'privkey.c', - 'SourceLine' => '668' - }, - '3841662' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_creation_time', - 'Source' => 'privkey.c', - 'SourceLine' => '632' - }, - '3842024' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_revoked_status', - 'Source' => 'privkey.c', - 'SourceLine' => '506' - }, - '3842354' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_subkey_count', - 'Source' => 'privkey.c', - 'SourceLine' => '451' - }, - '3842613' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'keyid', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '418' - }, - '3842713' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'fpr', - 'type' => '216' - }, - '2' => { - 'name' => 'fprlen', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_fingerprint', - 'Source' => 'privkey.c', - 'SourceLine' => '376' - }, - '3842824' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_get_revoked_status', - 'Source' => 'privkey.c', - 'SourceLine' => '344' - }, - '3843059' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'format', - 'type' => '998610' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export2', - 'Source' => 'privkey.c', - 'SourceLine' => '251' - }, - '3843201' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - }, - '1' => { - 'name' => 'format', - 'type' => '998610' - }, - '2' => { - 'name' => 'password', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'output_data', - 'type' => '216' - }, - '5' => { - 'name' => 'output_data_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_privkey_export', - 'Source' => 'privkey.c', - 'SourceLine' => '225' - }, - '384324' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'entry', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_db_check_entry_time', - 'Source' => 'db.c', - 'SourceLine' => '169' - }, - '3843751' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '158215' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3300', - 'ShortName' => 'gnutls_openpgp_privkey_sec_param', - 'Source' => 'privkey.c', - 'SourceLine' => '141' - }, - '384704' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'session_entry', - 'type' => '3887' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_db_check_entry', - 'Source' => 'db.c', - 'SourceLine' => '153' - }, - '384769' => { - 'Header' => 'gnutls.h', - 'Return' => '145', - 'ShortName' => 'gnutls_db_get_default_cache_expiration', - 'Source' => 'db.c', - 'SourceLine' => '137' - }, - '384798' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'seconds', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_cache_expiration', - 'Source' => 'db.c', - 'SourceLine' => '127' - }, - '384854' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '216', - 'ShortName' => 'gnutls_db_get_ptr', - 'Source' => 'db.c', - 'SourceLine' => '114' - }, - '384901' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'ptr', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_ptr', - 'Source' => 'db.c', - 'SourceLine' => '100' - }, - '384957' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'store_func', - 'type' => '4258' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_store_function', - 'Source' => 'db.c', - 'SourceLine' => '86' - }, - '385013' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'rem_func', - 'type' => '4301' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_remove_function', - 'Source' => 'db.c', - 'SourceLine' => '68' - }, - '385069' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'retr_func', - 'type' => '4339' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_retrieve_function', - 'Source' => 'db.c', - 'SourceLine' => '50' - }, - '3864952' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '158148' - }, - '1' => { - 'name' => 'format', - 'type' => '1923523' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_openpgp_crt_print', - 'Source' => 'output.c', - 'SourceLine' => '562' - }, - '3891671' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'func', - 'type' => '5471' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_set_recv_key_function', - 'Source' => 'openpgp.c', - 'SourceLine' => '763' - }, - '3892117' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'c', - 'type' => '156964' - }, - '1' => { - 'name' => 'data', - 'type' => '44422' - }, - '2' => { - 'name' => 'dlen', - 'type' => '52' - }, - '3' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_keyring_mem', - 'Source' => 'openpgp.c', - 'SourceLine' => '665' - }, - '3892486' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'c', - 'type' => '156964' - }, - '1' => { - 'name' => 'file', - 'type' => '110' - }, - '2' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_keyring_file', - 'Source' => 'openpgp.c', - 'SourceLine' => '621' - }, - '3893104' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'subkey_id', - 'type' => '110' - }, - '4' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_file2', - 'Source' => 'openpgp.c', - 'SourceLine' => '525' - }, - '3893275' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'cert', - 'type' => '4430' - }, - '2' => { - 'name' => 'key', - 'type' => '4430' - }, - '3' => { - 'name' => 'subkey_id', - 'type' => '110' - }, - '4' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_mem2', - 'Source' => 'openpgp.c', - 'SourceLine' => '428' - }, - '3894373' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_file', - 'Source' => 'openpgp.c', - 'SourceLine' => '372' - }, - '3894519' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'cert', - 'type' => '4430' - }, - '2' => { - 'name' => 'key', - 'type' => '4430' - }, - '3' => { - 'name' => 'format', - 'type' => '998610' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key_mem', - 'Source' => 'openpgp.c', - 'SourceLine' => '349' - }, - '3895450' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'crt_list', - 'type' => '3895736' - }, - '3' => { - 'name' => 'crt_list_size', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_openpgp_crt', - 'Source' => 'openpgp.c', - 'SourceLine' => '232' - }, - '3895769' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'key', - 'type' => '1011939' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_openpgp_key', - 'Source' => 'openpgp.c', - 'SourceLine' => '193' - }, - '3895962' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'crt', - 'type' => '158148' - }, - '2' => { - 'name' => 'pkey', - 'type' => '158215' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_openpgp_key', - 'Source' => 'openpgp.c', - 'SourceLine' => '83' - }, - '399369' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'header', - 'type' => '110' - }, - '1' => { - 'name' => 'b64_data', - 'type' => '4430' - }, - '2' => { - 'name' => 'result', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_decode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '418' - }, - '399725' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'header', - 'type' => '110' - }, - '1' => { - 'name' => 'b64_data', - 'type' => '4430' - }, - '2' => { - 'name' => 'result', - 'type' => '3881' - }, - '3' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_decode', - 'Source' => 'x509_b64.c', - 'SourceLine' => '368' - }, - '401745' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'msg', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'result', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_encode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '183' - }, - '402072' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'msg', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'result', - 'type' => '240' - }, - '3' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_encode', - 'Source' => 'x509_b64.c', - 'SourceLine' => '137' - }, - '417977' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '22683' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ext_get_data', - 'Source' => 'extensions.c', - 'SourceLine' => '926' - }, - '418099' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'type' => '5453' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ext_set_data', - 'Source' => 'extensions.c', - 'SourceLine' => '907' - }, - '418217' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'name', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '75' - }, - '3' => { - 'name' => 'parse_type', - 'type' => '22733' - }, - '4' => { - 'name' => 'recv_func', - 'type' => '22491' - }, - '5' => { - 'name' => 'send_func', - 'type' => '22540' - }, - '6' => { - 'name' => 'deinit_func', - 'offset' => '0', - 'type' => '22578' - }, - '7' => { - 'name' => 'pack_func', - 'offset' => '8', - 'type' => '22607' - }, - '8' => { - 'name' => 'unpack_func', - 'offset' => '16', - 'type' => '22645' - }, - '9' => { - 'name' => 'flags', - 'offset' => '24', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ext_register', - 'Source' => 'extensions.c', - 'SourceLine' => '856' - }, - '418681' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'type', - 'type' => '75' - }, - '2' => { - 'name' => 'parse_type', - 'type' => '22733' - }, - '3' => { - 'name' => 'recv_func', - 'type' => '22491' - }, - '4' => { - 'name' => 'send_func', - 'type' => '22540' - }, - '5' => { - 'name' => 'deinit_func', - 'type' => '22578' - }, - '6' => { - 'name' => 'pack_func', - 'offset' => '0', - 'type' => '22607' - }, - '7' => { - 'name' => 'unpack_func', - 'offset' => '8', - 'type' => '22645' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ext_register', - 'Source' => 'extensions.c', - 'SourceLine' => '794' - }, - '423906' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_ext_get_name', - 'Source' => 'extensions.c', - 'SourceLine' => '171' - }, - '440845' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2296', - 'ShortName' => 'gnutls_auth_get_type', - 'Source' => 'auth.c', - 'SourceLine' => '198' - }, - '440949' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'type', - 'type' => '2296' - }, - '2' => { - 'name' => 'cred', - 'type' => '4576' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_credentials_get', - 'Source' => 'auth.c', - 'SourceLine' => '168' - }, - '441214' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'type', - 'type' => '2296' - }, - '2' => { - 'name' => 'cred', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_credentials_set', - 'Source' => 'auth.c', - 'SourceLine' => '93' - }, - '441372' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_credentials_clear', - 'Source' => 'auth.c', - 'SourceLine' => '44' - }, - '44588' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'how', - 'type' => '19734' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_bye', - 'Source' => 'record.c', - 'SourceLine' => '283' - }, - '44860' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_transport_get_int', - 'Source' => 'record.c', - 'SourceLine' => '246' - }, - '44907' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'recv_int', - 'type' => '17851' - }, - '2' => { - 'name' => 'send_int', - 'type' => '17851' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_int2', - 'Source' => 'record.c', - 'SourceLine' => '226' - }, - '44976' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'recv_ptr', - 'type' => '45045' - }, - '2' => { - 'name' => 'send_ptr', - 'type' => '45045' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_ptr2', - 'Source' => 'record.c', - 'SourceLine' => '204' - }, - '45051' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '3312', - 'ShortName' => 'gnutls_transport_get_ptr', - 'Source' => 'record.c', - 'SourceLine' => '188' - }, - '45098' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'recv_fd', - 'type' => '75' - }, - '2' => { - 'name' => 'send_fd', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_int2', - 'Source' => 'record.c', - 'SourceLine' => '143' - }, - '45167' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'recv_ptr', - 'type' => '3312' - }, - '2' => { - 'name' => 'send_ptr', - 'type' => '3312' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr2', - 'Source' => 'record.c', - 'SourceLine' => '118' - }, - '45236' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'ptr', - 'type' => '3312' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr', - 'Source' => 'record.c', - 'SourceLine' => '99' - }, - '45292' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_disable_padding', - 'Source' => 'record.c', - 'SourceLine' => '83' - }, - '4720' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1835', - 'Return' => '4582', - 'ShortName' => 'gnutls_malloc', - 'Source' => 'mem.c', - 'SourceLine' => '29' - }, - '4732' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1836', - 'Return' => '4682', - 'ShortName' => 'gnutls_realloc', - 'Source' => 'mem.c', - 'SourceLine' => '31' - }, - '4744' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1837', - 'Return' => '4615', - 'ShortName' => 'gnutls_calloc', - 'Source' => 'mem.c', - 'SourceLine' => '33' - }, - '4756' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1838', - 'Return' => '4653', - 'ShortName' => 'gnutls_free', - 'Source' => 'mem.c', - 'SourceLine' => '30' - }, - '4783' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1840', - 'Return' => '4795', - 'ShortName' => 'gnutls_strdup', - 'Source' => 'mem.c', - 'SourceLine' => '34' - }, - '485898' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'entity', - 'type' => '145' - }, - '2' => { - 'name' => 'version', - 'type' => '2804' - }, - '3' => { - 'name' => 'kx', - 'type' => '2242' - }, - '4' => { - 'name' => 'cipher', - 'type' => '2122' - }, - '5' => { - 'name' => 'mac', - 'type' => '2423' - }, - '6' => { - 'name' => 'comp', - 'offset' => '0', - 'type' => '2583' - }, - '7' => { - 'name' => 'master', - 'offset' => '8', - 'type' => '4430' - }, - '8' => { - 'name' => 'session_id', - 'offset' => '16', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_premaster', - 'Source' => 'session_pack.c', - 'SourceLine' => '920' - }, - '48709' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2583', - 'ShortName' => 'gnutls_compression_get', - 'Source' => 'state.c', - 'SourceLine' => '169' - }, - '48933' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'alert', - 'type' => '695690' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_alert_get_name', - 'Source' => 'alert.c', - 'SourceLine' => '97' - }, - '49059' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '742' - }, - '49081' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'level', - 'type' => '695484' - }, - '2' => { - 'name' => 'desc', - 'type' => '695690' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alert_send', - 'Source' => 'alert.c', - 'SourceLine' => '148' - }, - '49129' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_handshake', - 'Source' => 'handshake.c', - 'SourceLine' => '2566' - }, - '49207' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dest', - 'type' => '22400' - }, - '1' => { - 'name' => 'data', - 'type' => '334' - }, - '2' => { - 'name' => 'data_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_buffer_append_data', - 'Source' => 'str.c', - 'SourceLine' => '131' - }, - '5128' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2014', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_4096_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '664' - }, - '5140' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2015', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_4096_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '660' - }, - '5152' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2017', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_3072_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '568' - }, - '5164' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2018', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_3072_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '564' - }, - '5176' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2020', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_2048_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '510' - }, - '5188' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2021', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_2048_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '514' - }, - '5200' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2023', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_1536_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '470' - }, - '5212' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2024', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_1536_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '474' - }, - '5224' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2026', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_1024_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '437' - }, - '5236' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2027', - 'Return' => '3899', - 'ShortName' => 'gnutls_srp_1024_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '441' - }, - '5248' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2032', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_8192_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '388' - }, - '5260' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2033', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_8192_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '384' - }, - '5272' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2034', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_8192_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '391' - }, - '5284' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2036', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_4096_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '229' - }, - '5296' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2037', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_4096_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '225' - }, - '5308' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2038', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_4096_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '232' - }, - '5320' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2040', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_3072_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '143' - }, - '5332' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2041', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_3072_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '139' - }, - '534098' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'info', - 'type' => '4430' - }, - '1' => { - 'name' => 'hash', - 'type' => '535126' - }, - '2' => { - 'name' => 'digest', - 'type' => '3881' - }, - '3' => { - 'name' => 'digest_size', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_decode_ber_digest_info', - 'Source' => 'pk.c', - 'SourceLine' => '453' - }, - '5344' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2042', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_3072_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '146' - }, - '535153' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'hash', - 'type' => '2533' - }, - '1' => { - 'name' => 'digest', - 'type' => '4430' - }, - '2' => { - 'name' => 'output', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_encode_ber_digest_info', - 'Source' => 'pk.c', - 'SourceLine' => '425' - }, - '5356' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2044', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_2048_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '70' - }, - '5368' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2045', - 'Return' => '3899', - 'ShortName' => 'gnutls_ffdhe_2048_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '76' - }, - '5380' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2046', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_2048_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '79' - }, - '556164' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'sec_param', - 'type' => '3300' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_known_dh_params', - 'Source' => 'cert.c', - 'SourceLine' => '1101' - }, - '556497' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '3411' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_dh_params', - 'Source' => 'cert.c', - 'SourceLine' => '1072' - }, - '556573' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'status', - 'type' => '145' - }, - '1' => { - 'name' => 'type', - 'type' => '2854' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verification_status_print', - 'Source' => 'cert.c', - 'SourceLine' => '950' - }, - '558529' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_certificate_activation_time_peers', - 'Source' => 'cert.c', - 'SourceLine' => '847' - }, - '558904' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '268', - 'ShortName' => 'gnutls_certificate_expiration_time_peers', - 'Source' => 'cert.c', - 'SourceLine' => '803' - }, - '559258' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'data', - 'type' => '13501' - }, - '2' => { - 'name' => 'elements', - 'type' => '145' - }, - '3' => { - 'name' => 'status', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers', - 'Source' => 'cert.c', - 'SourceLine' => '746' - }, - '559404' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'hostname', - 'type' => '110' - }, - '2' => { - 'name' => 'status', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers3', - 'Source' => 'cert.c', - 'SourceLine' => '699' - }, - '559541' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'status', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers2', - 'Source' => 'cert.c', - 'SourceLine' => '664' - }, - '559914' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '156964' - }, - '1' => { - 'name' => 'func', - 'type' => '13495' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_function', - 'Source' => 'cert.c', - 'SourceLine' => '495' - }, - '559973' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '156964' - }, - '1' => { - 'name' => 'func', - 'type' => '168063' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function2', - 'Source' => 'cert.c', - 'SourceLine' => '464' - }, - '560032' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '156964' - }, - '1' => { - 'name' => 'func', - 'type' => '168057' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function', - 'Source' => 'cert.c', - 'SourceLine' => '412' - }, - '560091' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'req', - 'type' => '543136' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_server_set_request', - 'Source' => 'cert.c', - 'SourceLine' => '366' - }, - '560955' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '561150' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_allocate_credentials', - 'Source' => 'cert.c', - 'SourceLine' => '225' - }, - '561177' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_credentials', - 'Source' => 'cert.c', - 'SourceLine' => '200' - }, - '561311' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_ca_names', - 'Source' => 'cert.c', - 'SourceLine' => '183' - }, - '561388' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - }, - '1' => { - 'name' => 'idx1', - 'type' => '145' - }, - '2' => { - 'name' => 'idx2', - 'type' => '145' - }, - '3' => { - 'name' => 'cert', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_crt_raw', - 'Source' => 'cert.c', - 'SourceLine' => '149' - }, - '561695' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - }, - '1' => { - 'name' => 'cert', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer', - 'type' => '158389' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_issuer', - 'Source' => 'cert.c', - 'SourceLine' => '120' - }, - '561823' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_cas', - 'Source' => 'cert.c', - 'SourceLine' => '92' - }, - '561865' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_keys', - 'Source' => 'cert.c', - 'SourceLine' => '57' - }, - '562983' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_pk_algorithm', - 'Source' => 'pubkey.c', - 'SourceLine' => '74' - }, - '562994' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'bits', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_get_pk_algorithm', - 'Source' => 'privkey.c', - 'SourceLine' => '123' - }, - '563006' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'type' => '156725' - }, - '1' => { - 'name' => 'hash', - 'type' => '2533' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4430' - }, - '4' => { - 'name' => 'signature', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_data', - 'Source' => 'privkey.c', - 'SourceLine' => '1070' - }, - '563030' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'type' => '4454' - }, - '1' => { - 'name' => 'algo', - 'type' => '3140' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '4430' - }, - '4' => { - 'name' => 'signature', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_data2', - 'Source' => 'pubkey.c', - 'SourceLine' => '1606' - }, - '563041' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '158389' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_init', - 'Source' => 'x509.c', - 'SourceLine' => '179' - }, - '563052' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import', - 'Source' => 'x509.c', - 'SourceLine' => '347' - }, - '563063' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_activation_time' - }, - '563075' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_deinit', - 'Source' => 'x509.c', - 'SourceLine' => '254' - }, - '563121' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_expiration_time' - }, - '563156' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'usage', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_key_usage', - 'Source' => 'pubkey.c', - 'SourceLine' => '94' - }, - '563230' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '907727' - }, - '1' => { - 'name' => 'size', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_init', - 'Source' => 'verify-high.c', - 'SourceLine' => '84' - }, - '563242' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'all', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_deinit', - 'Source' => 'verify-high.c', - 'SourceLine' => '126' - }, - '563254' => { - 'Header' => 'openpgp.h', - 'Param' => { - '0' => { - 'name' => 'keyring', - 'type' => '156922' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_keyring_deinit', - 'Source' => 'extras.c', - 'SourceLine' => '61' - }, - '563301' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'cert', - 'type' => '156760' - }, - '2' => { - 'name' => 'issuer', - 'type' => '158389' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer', - 'Source' => 'verify-high.c', - 'SourceLine' => '949' - }, - '563313' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pcert_deinit', - 'Source' => 'pcert.c', - 'SourceLine' => '501' - }, - '563325' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '331' - }, - '578869' => { - 'Header' => 'gnutls.h', - 'Return' => '1', - 'ShortName' => 'gnutls_global_deinit', - 'Source' => 'global.c', - 'SourceLine' => '463' - }, - '580585' => { - 'Header' => 'gnutls.h', - 'Return' => '75', - 'ShortName' => 'gnutls_global_init', - 'Source' => 'global.c', - 'SourceLine' => '220' - }, - '580775' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'level', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_level', - 'Source' => 'global.c', - 'SourceLine' => '153' - }, - '580818' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'time_func', - 'type' => '4537' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_time_function', - 'Source' => 'global.c', - 'SourceLine' => '137' - }, - '580861' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'type' => '4835' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_audit_log_function', - 'Source' => 'global.c', - 'SourceLine' => '122' - }, - '580904' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'type' => '4801' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_function', - 'Source' => 'global.c', - 'SourceLine' => '102' - }, - '581356' => { - 'Header' => 'pkcs11.h', - 'Line' => '77', - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '851' - }, - '620568' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '611250' - }, - '1' => { - 'name' => 'func', - 'type' => '168045' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_params_function', - 'Source' => 'anon_cred.c', - 'SourceLine' => '187' - }, - '620603' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '611250' - }, - '1' => { - 'name' => 'func', - 'type' => '168045' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_params_function', - 'Source' => 'anon_cred.c', - 'SourceLine' => '171' - }, - '620637' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '611250' - }, - '1' => { - 'name' => 'sec_param', - 'type' => '3300' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_set_server_known_dh_params', - 'Source' => 'anon_cred.c', - 'SourceLine' => '141' - }, - '620963' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '611250' - }, - '1' => { - 'name' => 'dh_params', - 'type' => '3411' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_dh_params', - 'Source' => 'anon_cred.c', - 'SourceLine' => '113' - }, - '621036' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '621082' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_allocate_client_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '92' - }, - '621088' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '611317' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_client_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '75' - }, - '621130' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '621198' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_allocate_server_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '58' - }, - '621204' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '611250' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_server_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '41' - }, - '651352' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'type' => '2533' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'result', - 'type' => '216' - }, - '3' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_fingerprint', - 'Source' => 'fingerprint.c', - 'SourceLine' => '55' - }, - '65780' => { - 'Header' => 'gnutls.h', - 'Line' => '1007', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2583', - 'ShortName' => 'gnutls_compression_get_id', - 'Source' => 'compress.c', - 'SourceLine' => '99' - }, - '65877' => { - 'Header' => 'gnutls.h', - 'Line' => '969', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2583' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_compression_get_name', - 'Source' => 'compress.c', - 'SourceLine' => '78' - }, - '677579' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4454' - }, - '1' => { - 'name' => 'algo', - 'type' => '3140' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'hash', - 'type' => '4430' - }, - '4' => { - 'name' => 'signature', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_hash2', - 'Source' => 'pubkey.c', - 'SourceLine' => '1662' - }, - '677651' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'type' => '156725' - }, - '1' => { - 'name' => 'hash_algo', - 'type' => '2533' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'hash_data', - 'type' => '4430' - }, - '4' => { - 'name' => 'signature', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_hash', - 'Source' => 'privkey.c', - 'SourceLine' => '1135' - }, - '692840' => { - 'Header' => 'gnutls.h', - 'Line' => '938', - 'Param' => { - '0' => { - 'name' => 'curve', - 'type' => '3208' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ecc_curve_get_size', - 'Source' => 'ecc.c', - 'SourceLine' => '298' - }, - '706848' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'err', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alert_send_appropriate', - 'Source' => 'alert.c', - 'SourceLine' => '338' - }, - '706997' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'err', - 'type' => '75' - }, - '1' => { - 'name' => 'level', - 'type' => '17851' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_error_to_alert', - 'Source' => 'alert.c', - 'SourceLine' => '189' - }, - '707414' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'alert', - 'type' => '695690' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_alert_get_strname', - 'Source' => 'alert.c', - 'SourceLine' => '118' - }, - '722924' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'curve', - 'type' => '3208' - }, - '2' => { - 'name' => 'x', - 'type' => '4430' - }, - '3' => { - 'name' => 'y', - 'type' => '4430' - }, - '4' => { - 'name' => 'k', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ecc_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '299' - }, - '723418' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'p', - 'type' => '4430' - }, - '2' => { - 'name' => 'q', - 'type' => '4430' - }, - '3' => { - 'name' => 'g', - 'type' => '4430' - }, - '4' => { - 'name' => 'y', - 'type' => '4430' - }, - '5' => { - 'name' => 'x', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_dsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '248' - }, - '723903' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'm', - 'type' => '4430' - }, - '2' => { - 'name' => 'e', - 'type' => '4430' - }, - '3' => { - 'name' => 'd', - 'type' => '4430' - }, - '4' => { - 'name' => 'p', - 'type' => '4430' - }, - '5' => { - 'name' => 'q', - 'type' => '4430' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4430' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4430' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_rsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '195' - }, - '724422' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'curve', - 'type' => '532314' - }, - '2' => { - 'name' => 'x', - 'type' => '4531' - }, - '3' => { - 'name' => 'y', - 'type' => '4531' - }, - '4' => { - 'name' => 'k', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_ecc_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '148' - }, - '724824' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'p', - 'type' => '4531' - }, - '2' => { - 'name' => 'q', - 'type' => '4531' - }, - '3' => { - 'name' => 'g', - 'type' => '4531' - }, - '4' => { - 'name' => 'y', - 'type' => '4531' - }, - '5' => { - 'name' => 'x', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_dsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '104' - }, - '725239' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'm', - 'type' => '4531' - }, - '2' => { - 'name' => 'e', - 'type' => '4531' - }, - '3' => { - 'name' => 'd', - 'type' => '4531' - }, - '4' => { - 'name' => 'p', - 'type' => '4531' - }, - '5' => { - 'name' => 'q', - 'type' => '4531' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4531' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4531' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_rsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '58' - }, - '725798' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '909492' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '48' - }, - '725810' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'curve', - 'type' => '3208' - }, - '2' => { - 'name' => 'x', - 'type' => '4430' - }, - '3' => { - 'name' => 'y', - 'type' => '4430' - }, - '4' => { - 'name' => 'k', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_ecc_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1111' - }, - '725822' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'key', - 'type' => '156748' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_x509', - 'Source' => 'privkey.c', - 'SourceLine' => '721' - }, - '725834' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '77' - }, - '725880' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'p', - 'type' => '4430' - }, - '2' => { - 'name' => 'q', - 'type' => '4430' - }, - '3' => { - 'name' => 'g', - 'type' => '4430' - }, - '4' => { - 'name' => 'y', - 'type' => '4430' - }, - '5' => { - 'name' => 'x', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1015' - }, - '725926' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156748' - }, - '1' => { - 'name' => 'm', - 'type' => '4430' - }, - '2' => { - 'name' => 'e', - 'type' => '4430' - }, - '3' => { - 'name' => 'd', - 'type' => '4430' - }, - '4' => { - 'name' => 'p', - 'type' => '4430' - }, - '5' => { - 'name' => 'q', - 'type' => '4430' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4430' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4430' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw2' - }, - '739881' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '2' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_system_trust', - 'Source' => 'certs.c', - 'SourceLine' => '296' - }, - '740478' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'ca_file', - 'type' => '110' - }, - '2' => { - 'name' => 'crl_file', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '245081' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_file', - 'Source' => 'verify-high2.c', - 'SourceLine' => '304' - }, - '769565' => { - 'Header' => 'socket.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'fd', - 'type' => '75' - }, - '2' => { - 'name' => 'connect_addr', - 'type' => '1326' - }, - '3' => { - 'name' => 'connect_addrlen', - 'type' => '1006' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_fastopen', - 'Source' => 'fastopen.c', - 'SourceLine' => '181' - }, - '770815' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'pull_func', - 'type' => '4922' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_function', - 'Source' => 'system_override.c', - 'SourceLine' => '79' - }, - '770827' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'func', - 'type' => '5008' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_timeout_function', - 'Source' => 'system_override.c', - 'SourceLine' => '118' - }, - '770851' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'vec_func', - 'type' => '5046' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_vec_push_function', - 'Source' => 'system_override.c', - 'SourceLine' => '165' - }, - '770897' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'ptr', - 'type' => '3312' - }, - '1' => { - 'name' => 'ms', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_recv_timeout', - 'Source' => 'sockets.c', - 'SourceLine' => '148' - }, - '79800' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '2706' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_handshake_description_get_name', - 'Source' => 'debug.c', - 'SourceLine' => '83' - }, - '832785' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_encode2', - 'Source' => 'str.c', - 'SourceLine' => '660' - }, - '833121' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '240' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_encode', - 'Source' => 'str.c', - 'SourceLine' => '626' - }, - '833450' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '216' - }, - '2' => { - 'name' => 'result_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_decode', - 'Source' => 'str.c', - 'SourceLine' => '590' - }, - '833764' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '4430' - }, - '1' => { - 'name' => 'result', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_decode2', - 'Source' => 'str.c', - 'SourceLine' => '551' - }, - '834518' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'type' => '110' - }, - '1' => { - 'name' => 'hex_size', - 'type' => '52' - }, - '2' => { - 'name' => 'bin_data', - 'type' => '216' - }, - '3' => { - 'name' => 'bin_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex2bin', - 'Source' => 'str.c', - 'SourceLine' => '493' - }, - '857913' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'password', - 'type' => '5465' - }, - '1' => { - 'name' => 'plen', - 'type' => '145' - }, - '2' => { - 'name' => 'out', - 'type' => '4531' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_utf8_password_normalize', - 'Source' => 'str-unicode.c', - 'SourceLine' => '194' - }, - '877134' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_get_flags', - 'Source' => 'state.c', - 'SourceLine' => '1349' - }, - '877327' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'read', - 'type' => '145' - }, - '2' => { - 'name' => 'seq_number', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_set_state', - 'Source' => 'state.c', - 'SourceLine' => '1300' - }, - '877760' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'read', - 'type' => '145' - }, - '2' => { - 'name' => 'mac_key', - 'type' => '4531' - }, - '3' => { - 'name' => 'IV', - 'type' => '4531' - }, - '4' => { - 'name' => 'cipher_key', - 'type' => '4531' - }, - '5' => { - 'name' => 'seq_number', - 'type' => '3881' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_get_state', - 'Source' => 'state.c', - 'SourceLine' => '1245' - }, - '878203' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'htype', - 'type' => '145' - }, - '2' => { - 'name' => 'post', - 'type' => '75' - }, - '3' => { - 'name' => 'func', - 'type' => '4377' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_hook_function', - 'Source' => 'state.c', - 'SourceLine' => '1215' - }, - '878290' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'random', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_handshake_set_random', - 'Source' => 'state.c', - 'SourceLine' => '1172' - }, - '878436' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'secret', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_get_master_secret', - 'Source' => 'state.c', - 'SourceLine' => '1135' - }, - '878497' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'client', - 'type' => '4531' - }, - '2' => { - 'name' => 'server', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_get_random', - 'Source' => 'state.c', - 'SourceLine' => '1108' - }, - '878702' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'cbtype', - 'type' => '864137' - }, - '2' => { - 'name' => 'cb', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_channel_binding', - 'Source' => 'state.c', - 'SourceLine' => '1042' - }, - '878805' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_enable_compatibility_mode', - 'Source' => 'state.c', - 'SourceLine' => '1020' - }, - '878850' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'func', - 'type' => '4436' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_post_client_hello_function', - 'Source' => 'state.c', - 'SourceLine' => '998' - }, - '878982' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_get_direction', - 'Source' => 'state.c', - 'SourceLine' => '948' - }, - '879031' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'func', - 'type' => '13495' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_function', - 'Source' => 'state.c', - 'SourceLine' => '925' - }, - '879090' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'ptr', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_ptr', - 'Source' => 'state.c', - 'SourceLine' => '895' - }, - '879149' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '216', - 'ShortName' => 'gnutls_session_get_ptr', - 'Source' => 'state.c', - 'SourceLine' => '881' - }, - '879406' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_resumption_requested', - 'Source' => 'state.c', - 'SourceLine' => '822' - }, - '879540' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'allow', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_private_extensions', - 'Source' => 'state.c', - 'SourceLine' => '775' - }, - '879794' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'status', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_send_x509_rdn_sequence', - 'Source' => 'state.c', - 'SourceLine' => '708' - }, - '879853' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'status', - 'type' => '863506' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_send_cert', - 'Source' => 'state.c', - 'SourceLine' => '686' - }, - '881736' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_deinit', - 'Source' => 'state.c', - 'SourceLine' => '467' - }, - '882335' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '882975' - }, - '1' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_init', - 'Source' => 'state.c', - 'SourceLine' => '334' - }, - '884565' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '2242', - 'ShortName' => 'gnutls_kx_get', - 'Source' => 'state.c', - 'SourceLine' => '127' - }, - '885608' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_safe_renegotiation_status', - 'Source' => 'safe_renegotiation.c', - 'SourceLine' => '430' - }, - '885620' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_ext_master_secret_status', - 'Source' => 'ext_master_secret.c', - 'SourceLine' => '144' - }, - '885632' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_etm_status', - 'Source' => 'etm.c', - 'SourceLine' => '137' - }, - '885644' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'type', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_allowed' - }, - '886044' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'responder_id', - 'type' => '4531' - }, - '2' => { - 'name' => 'responder_id_size', - 'type' => '52' - }, - '3' => { - 'name' => 'extensions', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_enable_client', - 'Source' => 'status_request.c', - 'SourceLine' => '345' - }, - '886056' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_enable_client', - 'Source' => 'session_ticket.c', - 'SourceLine' => '524' - }, - '904581' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '31', - 'Return' => '904570', - 'ShortName' => '_gnutls_custom_urls' - }, - '904592' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '32', - 'Return' => '145', - 'ShortName' => '_gnutls_custom_urls_size' - }, - '904603' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '156964' - }, - '1' => { - 'name' => 'fn', - 'type' => '158609' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_pin_function', - 'Source' => 'x509.c', - 'SourceLine' => '2135' - }, - '904675' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'type' => '156964' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_crls', - 'Source' => 'x509.c', - 'SourceLine' => '2114' - }, - '904719' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'p12blob', - 'type' => '4430' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_mem', - 'Source' => 'x509.c', - 'SourceLine' => '2021' - }, - '905506' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'pkcs12file', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_file', - 'Source' => 'x509.c', - 'SourceLine' => '1960' - }, - '905842' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'crlfile', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl_file', - 'Source' => 'x509.c', - 'SourceLine' => '1904' - }, - '905984' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '906321' - }, - '2' => { - 'name' => 'crl_list_size', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl', - 'Source' => 'x509.c', - 'SourceLine' => '1851' - }, - '906367' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'CRL', - 'type' => '4430' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl_mem', - 'Source' => 'x509.c', - 'SourceLine' => '1820' - }, - '906509' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '156964' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_system_trust', - 'Source' => 'x509.c', - 'SourceLine' => '1798' - }, - '906584' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '156964' - }, - '1' => { - 'name' => 'ca_dir', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_dir', - 'Source' => 'x509.c', - 'SourceLine' => '1768' - }, - '906726' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'type' => '156964' - }, - '1' => { - 'name' => 'cafile', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_file', - 'Source' => 'x509.c', - 'SourceLine' => '1737' - }, - '906868' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'ca_list', - 'type' => '158389' - }, - '2' => { - 'name' => 'ca_list_size', - 'type' => '75' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust', - 'Source' => 'x509.c', - 'SourceLine' => '1675' - }, - '907240' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'ca', - 'type' => '4430' - }, - '2' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_mem', - 'Source' => 'x509.c', - 'SourceLine' => '1639' - }, - '907381' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '245081' - }, - '4' => { - 'name' => 'pass', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_file2', - 'Source' => 'x509.c', - 'SourceLine' => '1590' - }, - '907517' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'certfile', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_file', - 'Source' => 'x509.c', - 'SourceLine' => '1539' - }, - '907668' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'tlist', - 'type' => '907727' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_get_trust_list', - 'Source' => 'x509.c', - 'SourceLine' => '1495' - }, - '907733' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'tlist', - 'type' => '159042' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_trust_list', - 'Source' => 'x509.c', - 'SourceLine' => '1473' - }, - '907831' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'names', - 'type' => '301410' - }, - '2' => { - 'name' => 'names_size', - 'type' => '75' - }, - '3' => { - 'name' => 'pcert_list', - 'type' => '5584' - }, - '4' => { - 'name' => 'pcert_list_size', - 'type' => '75' - }, - '5' => { - 'name' => 'key', - 'type' => '156725' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_key', - 'Source' => 'x509.c', - 'SourceLine' => '1362' - }, - '909001' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'crt_list', - 'type' => '909294' - }, - '3' => { - 'name' => 'crt_list_size', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_x509_crt', - 'Source' => 'x509.c', - 'SourceLine' => '1294' - }, - '909300' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'index', - 'type' => '145' - }, - '2' => { - 'name' => 'key', - 'type' => '909492' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_x509_key', - 'Source' => 'x509.c', - 'SourceLine' => '1252' - }, - '909498' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '158389' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '75' - }, - '3' => { - 'name' => 'key', - 'type' => '156748' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key', - 'Source' => 'x509.c', - 'SourceLine' => '1141' - }, - '910331' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'cert', - 'type' => '4430' - }, - '2' => { - 'name' => 'key', - 'type' => '4430' - }, - '3' => { - 'name' => 'type', - 'type' => '245081' - }, - '4' => { - 'name' => 'pass', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem2', - 'Source' => 'x509.c', - 'SourceLine' => '1043' - }, - '910467' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'type' => '156964' - }, - '1' => { - 'name' => 'cert', - 'type' => '4430' - }, - '2' => { - 'name' => 'key', - 'type' => '4430' - }, - '3' => { - 'name' => 'type', - 'type' => '245081' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem', - 'Source' => 'x509.c', - 'SourceLine' => '1003' - }, - '922680' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '2007529' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_init', - 'Source' => 'pkcs12.c', - 'SourceLine' => '151' - }, - '922691' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_import', - 'Source' => 'pkcs12.c', - 'SourceLine' => '200' - }, - '922702' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - }, - '1' => { - 'name' => 'pass', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_verify_mac', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1008' - }, - '922713' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'p12', - 'type' => '903650' - }, - '1' => { - 'name' => 'password', - 'type' => '110' - }, - '2' => { - 'name' => 'key', - 'type' => '909492' - }, - '3' => { - 'name' => 'chain', - 'type' => '909294' - }, - '4' => { - 'name' => 'chain_len', - 'type' => '22864' - }, - '5' => { - 'name' => 'extra_certs', - 'type' => '909294' - }, - '6' => { - 'name' => 'extra_certs_len', - 'offset' => '0', - 'type' => '22864' - }, - '7' => { - 'name' => 'crl', - 'offset' => '8', - 'type' => '906321' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_simple_parse', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1447' - }, - '922724' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'type' => '903650' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_deinit', - 'Source' => 'pkcs12.c', - 'SourceLine' => '173' - }, - '922758' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '891381' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '93' - }, - '922827' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'type' => '906321' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_init', - 'Source' => 'crl.c', - 'SourceLine' => '69' - }, - '922839' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'crl_list', - 'type' => '2287463' - }, - '2' => { - 'name' => 'crl_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - }, - '4' => { - 'name' => 'verification_flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_crls', - 'Source' => 'verify-high.c', - 'SourceLine' => '703' - }, - '922851' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'cas', - 'type' => '4430' - }, - '2' => { - 'name' => 'crls', - 'type' => '4430' - }, - '3' => { - 'name' => 'type', - 'type' => '245081' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_mem', - 'Source' => 'verify-high2.c', - 'SourceLine' => '66' - }, - '922875' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'ca_dir', - 'type' => '110' - }, - '2' => { - 'name' => 'crl_dir', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'type' => '245081' - }, - '4' => { - 'name' => 'tl_flags', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_dir', - 'Source' => 'verify-high2.c', - 'SourceLine' => '435' - }, - '922909' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'clist', - 'type' => '2286759' - }, - '2' => { - 'name' => 'clist_size', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '272' - }, - '922987' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'fn', - 'type' => '158609' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_set_pin_function', - 'Source' => 'privkey.c', - 'SourceLine' => '1414' - }, - '923055' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - }, - '1' => { - 'name' => 'crt', - 'type' => '158389' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_export_x509', - 'Source' => 'pcert.c', - 'SourceLine' => '424' - }, - '923067' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'key', - 'type' => '909492' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_x509', - 'Source' => 'privkey.c', - 'SourceLine' => '767' - }, - '923079' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '159258' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '310' - }, - '923102' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - }, - '1' => { - 'name' => 'crt', - 'type' => '158389' - }, - '2' => { - 'name' => 'ncrt', - 'type' => '22864' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509_list', - 'Source' => 'pcert.c', - 'SourceLine' => '109' - }, - '923144' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'seq', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'type' => '216' - }, - '3' => { - 'name' => 'san_size', - 'type' => '7722' - }, - '4' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name', - 'Source' => 'x509.c', - 'SourceLine' => '1727' - }, - '923156' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'oid', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'type' => '216' - }, - '5' => { - 'name' => 'buf_size', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '783' - }, - '923191' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - }, - '2' => { - 'name' => 'verify', - 'type' => '22864' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_verify_direct', - 'Source' => 'ocsp.c', - 'SourceLine' => '2112' - }, - '923202' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '2665173' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_init', - 'Source' => 'ocsp.c', - 'SourceLine' => '109' - }, - '923213' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_import', - 'Source' => 'ocsp.c', - 'SourceLine' => '225' - }, - '923224' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '2' => { - 'name' => 'crt', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_check_crt', - 'Source' => 'ocsp.c', - 'SourceLine' => '1296' - }, - '923236' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'trustlist', - 'type' => '159042' - }, - '2' => { - 'name' => 'verify', - 'type' => '22864' - }, - '3' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_verify', - 'Source' => 'ocsp.c', - 'SourceLine' => '2196' - }, - '923248' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_resp_deinit', - 'Source' => 'ocsp.c', - 'SourceLine' => '147' - }, - '923282' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'type' => '904095' - }, - '1' => { - 'name' => 'indx', - 'type' => '145' - }, - '10' => { - 'name' => 'revocation_reason', - 'offset' => '32', - 'type' => '22864' - }, - '2' => { - 'name' => 'digest', - 'type' => '535126' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'type' => '4531' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'type' => '4531' - }, - '5' => { - 'name' => 'serial_number', - 'type' => '4531' - }, - '6' => { - 'name' => 'cert_status', - 'offset' => '0', - 'type' => '22864' - }, - '7' => { - 'name' => 'this_update', - 'offset' => '8', - 'type' => '4570' - }, - '8' => { - 'name' => 'next_update', - 'offset' => '16', - 'type' => '4570' - }, - '9' => { - 'name' => 'revocation_time', - 'offset' => '24', - 'type' => '4570' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_single', - 'Source' => 'ocsp.c', - 'SourceLine' => '1405' - }, - '923339' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'type' => '2599573' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_tlsfeatures_init' - }, - '923351' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'features', - 'type' => '893892' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - }, - '3' => { - 'name' => 'critical', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_get_tlsfeatures' - }, - '923363' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'type' => '893892' - }, - '1' => { - 'name' => 'idx', - 'type' => '145' - }, - '2' => { - 'name' => 'feature', - 'type' => '22864' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_tlsfeatures_get', - 'Source' => 'tls_features.c', - 'SourceLine' => '84' - }, - '923375' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'type' => '893892' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_tlsfeatures_deinit', - 'Source' => 'tls_features.c', - 'SourceLine' => '65' - }, - '923410' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'type' => '159042' - }, - '1' => { - 'name' => 'cert_list', - 'type' => '158389' - }, - '2' => { - 'name' => 'cert_list_size', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'type' => '13501' - }, - '4' => { - 'name' => 'elements', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - }, - '6' => { - 'name' => 'voutput', - 'offset' => '0', - 'type' => '22864' - }, - '7' => { - 'name' => 'func', - 'offset' => '8', - 'type' => '2285368' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt2', - 'Source' => 'verify-high.c', - 'SourceLine' => '1225' - }, - '923422' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'response', - 'type' => '4531' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_status_request_get' - }, - '923485' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'type' => '5584' - }, - '1' => { - 'name' => 'crt', - 'type' => '156760' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509', - 'Source' => 'pcert.c', - 'SourceLine' => '48' - }, - '923521' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'type' => '156725' - }, - '1' => { - 'name' => 'data', - 'type' => '4430' - }, - '2' => { - 'name' => 'format', - 'type' => '245081' - }, - '3' => { - 'name' => 'password', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_x509_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1299' - }, - '923544' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '156725' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_url', - 'Source' => 'privkey.c', - 'SourceLine' => '1354' - }, - '923585' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'type' => '110' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_url_is_supported', - 'Source' => 'urls.c', - 'SourceLine' => '44' - }, - '923597' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'fn', - 'type' => '158609' - }, - '2' => { - 'name' => 'userdata', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_set_pin_function', - 'Source' => 'x509.c', - 'SourceLine' => '3907' - }, - '923609' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'type' => '156760' - }, - '1' => { - 'name' => 'url', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import_url', - 'Source' => 'x509.c', - 'SourceLine' => '3934' - }, - '923620' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'type' => '156760' - }, - '1' => { - 'name' => 'issuer', - 'type' => '156760' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_issuer', - 'Source' => 'verify.c', - 'SourceLine' => '775' - }, - '951482' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'do_send_supplemental', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_send', - 'Source' => 'supplemental.c', - 'SourceLine' => '390' - }, - '951541' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'do_recv_supplemental', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_recv', - 'Source' => 'supplemental.c', - 'SourceLine' => '374' - }, - '951600' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'type' => '3324' - }, - '1' => { - 'name' => 'name', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'type' => '941681' - }, - '3' => { - 'name' => 'recv_func', - 'type' => '943119' - }, - '4' => { - 'name' => 'send_func', - 'type' => '943131' - }, - '5' => { - 'name' => 'flags', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_supplemental_register', - 'Source' => 'supplemental.c', - 'SourceLine' => '329' - }, - '951995' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'type' => '110' - }, - '1' => { - 'name' => 'type', - 'type' => '941681' - }, - '2' => { - 'name' => 'recv_func', - 'type' => '943119' - }, - '3' => { - 'name' => 'send_func', - 'type' => '943131' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_supplemental_register', - 'Source' => 'supplemental.c', - 'SourceLine' => '289' - }, - '953991' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '941681' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '110', - 'ShortName' => 'gnutls_supplemental_get_name', - 'Source' => 'supplemental.c', - 'SourceLine' => '73' - }, - '968983' => { - 'Header' => 'crypto.h', - 'Return' => '1', - 'ShortName' => 'gnutls_rnd_refresh', - 'Source' => 'random.c', - 'SourceLine' => '163' - }, - '984006' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975837' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_aead_cipher_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '789' - }, - '984124' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975837' - }, - '1' => { - 'name' => 'nonce', - 'type' => '334' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'type' => '334' - }, - '4' => { - 'name' => 'auth_len', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'type' => '52' - }, - '6' => { - 'name' => 'ptext', - 'offset' => '0', - 'type' => '334' - }, - '7' => { - 'name' => 'ptext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ctext', - 'offset' => '16', - 'type' => '216' - }, - '9' => { - 'name' => 'ctext_len', - 'offset' => '24', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_encrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '747' - }, - '984874' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975837' - }, - '1' => { - 'name' => 'nonce', - 'type' => '334' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'type' => '334' - }, - '4' => { - 'name' => 'auth_len', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'type' => '52' - }, - '6' => { - 'name' => 'ctext', - 'offset' => '0', - 'type' => '334' - }, - '7' => { - 'name' => 'ctext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ptext', - 'offset' => '16', - 'type' => '216' - }, - '9' => { - 'name' => 'ptext_len', - 'offset' => '24', - 'type' => '7722' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_decrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '691' - }, - '985620' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '985954' - }, - '1' => { - 'name' => 'cipher', - 'type' => '2122' - }, - '2' => { - 'name' => 'key', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '644' - }, - '985981' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'type' => '4531' - }, - '1' => { - 'name' => 'key_size', - 'type' => '145' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_key_generate', - 'Source' => 'crypto-api.c', - 'SourceLine' => '592' - }, - '986350' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2533' - }, - '1' => { - 'name' => 'ptext', - 'type' => '334' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'digest', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash_fast', - 'Source' => 'crypto-api.c', - 'SourceLine' => '573' - }, - '986491' => { - 'Header' => 'crypto.h', - 'Line' => '111', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2533' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '145', - 'ShortName' => 'gnutls_hash_get_len', - 'Source' => 'crypto-api.c', - 'SourceLine' => '553' - }, - '986597' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975881' - }, - '1' => { - 'name' => 'digest', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '536' - }, - '986708' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975881' - }, - '1' => { - 'name' => 'digest', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_output', - 'Source' => 'crypto-api.c', - 'SourceLine' => '521' - }, - '986841' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975881' - }, - '1' => { - 'name' => 'ptext', - 'type' => '334' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash', - 'Source' => 'crypto-api.c', - 'SourceLine' => '506' - }, - '986981' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'dig', - 'type' => '987189' - }, - '1' => { - 'name' => 'algorithm', - 'type' => '2533' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '470' - }, - '987216' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'type' => '2423' - }, - '1' => { - 'name' => 'key', - 'type' => '334' - }, - '2' => { - 'name' => 'keylen', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'type' => '334' - }, - '4' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '5' => { - 'name' => 'digest', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac_fast', - 'Source' => 'crypto-api.c', - 'SourceLine' => '445' - }, - '987509' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975903' - }, - '1' => { - 'name' => 'digest', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '406' - }, - '987620' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975903' - }, - '1' => { - 'name' => 'digest', - 'type' => '216' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_output', - 'Source' => 'crypto-api.c', - 'SourceLine' => '391' - }, - '987739' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975903' - }, - '1' => { - 'name' => 'ptext', - 'type' => '334' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac', - 'Source' => 'crypto-api.c', - 'SourceLine' => '376' - }, - '987879' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975903' - }, - '1' => { - 'name' => 'nonce', - 'type' => '334' - }, - '2' => { - 'name' => 'nonce_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_set_nonce', - 'Source' => 'crypto-api.c', - 'SourceLine' => '357' - }, - '988043' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'dig', - 'type' => '988302' - }, - '1' => { - 'name' => 'algorithm', - 'type' => '2423' - }, - '2' => { - 'name' => 'key', - 'type' => '334' - }, - '3' => { - 'name' => 'keylen', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '322' - }, - '988308' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '289' - }, - '988503' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - }, - '1' => { - 'name' => 'ctext', - 'type' => '334' - }, - '2' => { - 'name' => 'ctext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'type' => '216' - }, - '4' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_decrypt2', - 'Source' => 'crypto-api.c', - 'SourceLine' => '265' - }, - '988806' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - }, - '1' => { - 'name' => 'ptext', - 'type' => '334' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - }, - '3' => { - 'name' => 'ctext', - 'type' => '216' - }, - '4' => { - 'name' => 'ctext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_encrypt2', - 'Source' => 'crypto-api.c', - 'SourceLine' => '234' - }, - '989031' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - }, - '1' => { - 'name' => 'ctext', - 'type' => '216' - }, - '2' => { - 'name' => 'ctext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_decrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '203' - }, - '989332' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - }, - '1' => { - 'name' => 'ptext', - 'type' => '216' - }, - '2' => { - 'name' => 'ptext_len', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_encrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '178' - }, - '989527' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - }, - '1' => { - 'name' => 'iv', - 'type' => '216' - }, - '2' => { - 'name' => 'ivlen', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_set_iv', - 'Source' => 'crypto-api.c', - 'SourceLine' => '154' - }, - '989817' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - }, - '1' => { - 'name' => 'ptext', - 'type' => '334' - }, - '2' => { - 'name' => 'ptext_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_add_auth', - 'Source' => 'crypto-api.c', - 'SourceLine' => '129' - }, - '990173' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '975783' - }, - '1' => { - 'name' => 'tag', - 'type' => '216' - }, - '2' => { - 'name' => 'tag_size', - 'type' => '52' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_tag', - 'Source' => 'crypto-api.c', - 'SourceLine' => '101' - }, - '990529' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'type' => '990934' - }, - '1' => { - 'name' => 'cipher', - 'type' => '2122' - }, - '2' => { - 'name' => 'key', - 'type' => '4430' - }, - '3' => { - 'name' => 'iv', - 'type' => '4430' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx' - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '56' - } - }, - 'SymbolVersion' => { - 'UC_CATEGORY_Cc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Ll' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lm' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lo' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lt' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lu' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Mc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Me' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Mn' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Nd' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Nl' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_No' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pd' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pe' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pf' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pi' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Po' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Ps' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Sc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Sk' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Sm' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_So' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Zs' => 'vasprintf@@GLIBC_2.2.5', - '_ITM_deregisterTMCloneTable' => 'vasprintf@@GLIBC_2.2.5', - '_ITM_registerTMCloneTable' => 'vasprintf@@GLIBC_2.2.5', - '_Jv_RegisterClasses' => 'vasprintf@@GLIBC_2.2.5', - '__gmon_start__' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_add' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_add_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_cdiv_q' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_clear' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_cmp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_cmp_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_q' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_q_2exp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_r' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_r_2exp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_gcd' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_init' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_invert' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_lcm' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mod' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mul' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mul_2exp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mul_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_powm' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_probab_prime_p' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_set' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_set_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sizeinbase' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sqrt' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sub' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sub_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_tstbit' => 'vasprintf@@GLIBC_2.2.5', - '_dsa_generate_dss_g' => '_dsa_generate_dss_g@@GNUTLS_FIPS140_3_4', - '_dsa_generate_dss_pq' => '_dsa_generate_dss_pq@@GNUTLS_FIPS140_3_4', - '_dsa_validate_dss_g' => '_dsa_validate_dss_g@@GNUTLS_FIPS140_3_4', - '_dsa_validate_dss_pq' => '_dsa_validate_dss_pq@@GNUTLS_FIPS140_3_4', - '_gnutls_bin2hex' => '_gnutls_bin2hex@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_append_str' => '_gnutls_buffer_append_str@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_init' => '_gnutls_buffer_init@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_to_datum' => '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE_3_4', - '_gnutls_cidr_to_string' => '_gnutls_cidr_to_string@@GNUTLS_PRIVATE_3_4', - '_gnutls_decode_ber_rs_raw' => '_gnutls_decode_ber_rs_raw@@GNUTLS_FIPS140_3_4', - '_gnutls_digest_exists' => '_gnutls_digest_exists@@GNUTLS_PRIVATE_3_4', - '_gnutls_encode_ber_rs_raw' => '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4', - '_gnutls_global_init_skip' => '_gnutls_global_init_skip@@GNUTLS_3_4', - '_gnutls_hello_set_default_version' => '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_idna_map' => '_gnutls_idna_map@@GNUTLS_PRIVATE_3_4', - '_gnutls_idna_reverse_map' => '_gnutls_idna_reverse_map@@GNUTLS_PRIVATE_3_4', - '_gnutls_ip_to_string' => '_gnutls_ip_to_string@@GNUTLS_PRIVATE_3_4', - '_gnutls_lib_simulate_error' => '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE_3_4', - '_gnutls_log' => '_gnutls_log@@GNUTLS_PRIVATE_3_4', - '_gnutls_log_level' => '_gnutls_log_level@@GNUTLS_PRIVATE_3_4', - '_gnutls_mac_to_entry' => '_gnutls_mac_to_entry@@GNUTLS_PRIVATE_3_4', - '_gnutls_mpi_log' => '_gnutls_mpi_log@@GNUTLS_PRIVATE_3_4', - '_gnutls_mpi_ops' => '_gnutls_mpi_ops@@GNUTLS_PRIVATE_3_4', - '_gnutls_pkcs12_string_to_key' => '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE_3_4', - '_gnutls_record_set_default_version' => '_gnutls_record_set_default_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_resolve_priorities' => '_gnutls_resolve_priorities@@GNUTLS_PRIVATE_3_4', - '_gnutls_rsa_pms_set_version' => '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_server_name_set_raw' => '_gnutls_server_name_set_raw@@GNUTLS_PRIVATE_3_4', - '_gnutls_ucs2_to_utf8' => '_gnutls_ucs2_to_utf8@@GNUTLS_PRIVATE_3_4', - '_gnutls_utf8_to_ucs2' => '_gnutls_utf8_to_ucs2@@GNUTLS_PRIVATE_3_4', - '_gnutls_x509_name_constraints_merge' => '_gnutls_x509_name_constraints_merge@@GNUTLS_PRIVATE_3_4', - '_rsa_generate_fips186_4_keypair' => '_rsa_generate_fips186_4_keypair@@GNUTLS_FIPS140_3_4', - 'deflate' => 'vasprintf@@GLIBC_2.2.5', - 'deflateEnd' => 'vasprintf@@GLIBC_2.2.5', - 'deflateInit2_' => 'vasprintf@@GLIBC_2.2.5', - 'dsa_generate_dss_keypair' => 'dsa_generate_dss_keypair@@GNUTLS_FIPS140_3_4', - 'gnutls_aead_cipher_decrypt' => 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_deinit' => 'gnutls_aead_cipher_deinit@@GNUTLS_3_4', - 'gnutls_aead_cipher_encrypt' => 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_init' => 'gnutls_aead_cipher_init@@GNUTLS_3_4', - 'gnutls_alert_get' => 'gnutls_alert_get@@GNUTLS_3_4', - 'gnutls_alert_get_name' => 'gnutls_alert_get_name@@GNUTLS_3_4', - 'gnutls_alert_get_strname' => 'gnutls_alert_get_strname@@GNUTLS_3_4', - 'gnutls_alert_send' => 'gnutls_alert_send@@GNUTLS_3_4', - 'gnutls_alert_send_appropriate' => 'gnutls_alert_send_appropriate@@GNUTLS_3_4', - 'gnutls_alpn_get_selected_protocol' => 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4', - 'gnutls_alpn_set_protocols' => 'gnutls_alpn_set_protocols@@GNUTLS_3_4', - 'gnutls_anon_allocate_client_credentials' => 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_allocate_server_credentials' => 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_client_credentials' => 'gnutls_anon_free_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_server_credentials' => 'gnutls_anon_free_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_set_params_function' => 'gnutls_anon_set_params_function@@GNUTLS_3_4', - 'gnutls_anon_set_server_dh_params' => 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_anon_set_server_known_dh_params' => 'gnutls_anon_set_server_known_dh_params@@GNUTLS_3_4', - 'gnutls_anon_set_server_params_function' => 'gnutls_anon_set_server_params_function@@GNUTLS_3_4', - 'gnutls_auth_client_get_type' => 'gnutls_auth_client_get_type@@GNUTLS_3_4', - 'gnutls_auth_get_type' => 'gnutls_auth_get_type@@GNUTLS_3_4', - 'gnutls_auth_server_get_type' => 'gnutls_auth_server_get_type@@GNUTLS_3_4', - 'gnutls_buffer_append_data' => 'gnutls_buffer_append_data@@GNUTLS_3_4', - 'gnutls_bye' => 'gnutls_bye@@GNUTLS_3_4', - 'gnutls_calloc' => 'gnutls_calloc@@GNUTLS_3_4', - 'gnutls_certificate_activation_time_peers' => 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_allocate_credentials' => 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4', - 'gnutls_certificate_client_get_request_status' => 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4', - 'gnutls_certificate_expiration_time_peers' => 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_free_ca_names' => 'gnutls_certificate_free_ca_names@@GNUTLS_3_4', - 'gnutls_certificate_free_cas' => 'gnutls_certificate_free_cas@@GNUTLS_3_4', - 'gnutls_certificate_free_credentials' => 'gnutls_certificate_free_credentials@@GNUTLS_3_4', - 'gnutls_certificate_free_crls' => 'gnutls_certificate_free_crls@@GNUTLS_3_4', - 'gnutls_certificate_free_keys' => 'gnutls_certificate_free_keys@@GNUTLS_3_4', - 'gnutls_certificate_get_crt_raw' => 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4', - 'gnutls_certificate_get_issuer' => 'gnutls_certificate_get_issuer@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_crt' => 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_key' => 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_get_ours' => 'gnutls_certificate_get_ours@@GNUTLS_3_4', - 'gnutls_certificate_get_peers' => 'gnutls_certificate_get_peers@@GNUTLS_3_4', - 'gnutls_certificate_get_peers_subkey_id' => 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4', - 'gnutls_certificate_get_trust_list' => 'gnutls_certificate_get_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_get_verify_flags' => 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_crt' => 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_key' => 'gnutls_certificate_get_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_send_x509_rdn_sequence' => 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4', - 'gnutls_certificate_server_set_request' => 'gnutls_certificate_server_set_request@@GNUTLS_3_4', - 'gnutls_certificate_set_dh_params' => 'gnutls_certificate_set_dh_params@@GNUTLS_3_4', - 'gnutls_certificate_set_flags' => 'gnutls_certificate_set_flags@@GNUTLS_3_4', - 'gnutls_certificate_set_key' => 'gnutls_certificate_set_key@@GNUTLS_3_4', - 'gnutls_certificate_set_known_dh_params' => 'gnutls_certificate_set_known_dh_params@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_file' => 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_function' => 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_function2' => 'gnutls_certificate_set_ocsp_status_request_function2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key' => 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file' => 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file2' => 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem' => 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem2' => 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_file' => 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_mem' => 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_params_function' => 'gnutls_certificate_set_params_function@@GNUTLS_3_4', - 'gnutls_certificate_set_pin_function' => 'gnutls_certificate_set_pin_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function' => 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function2' => 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4', - 'gnutls_certificate_set_trust_list' => 'gnutls_certificate_set_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_flags' => 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_function' => 'gnutls_certificate_set_verify_function@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_limits' => 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl' => 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_file' => 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_mem' => 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key' => 'gnutls_certificate_set_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file' => 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file2' => 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem' => 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem2' => 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_file' => 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_mem' => 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_system_trust' => 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust' => 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_dir' => 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_file' => 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_mem' => 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4', - 'gnutls_certificate_type_get' => 'gnutls_certificate_type_get@@GNUTLS_3_4', - 'gnutls_certificate_type_get_id' => 'gnutls_certificate_type_get_id@@GNUTLS_3_4', - 'gnutls_certificate_type_get_name' => 'gnutls_certificate_type_get_name@@GNUTLS_3_4', - 'gnutls_certificate_type_list' => 'gnutls_certificate_type_list@@GNUTLS_3_4', - 'gnutls_certificate_verification_status_print' => 'gnutls_certificate_verification_status_print@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers' => 'gnutls_certificate_verify_peers@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers2' => 'gnutls_certificate_verify_peers2@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers3' => 'gnutls_certificate_verify_peers3@@GNUTLS_3_4', - 'gnutls_check_version' => 'gnutls_check_version@@GNUTLS_3_4', - 'gnutls_cipher_add_auth' => 'gnutls_cipher_add_auth@@GNUTLS_3_4', - 'gnutls_cipher_decrypt' => 'gnutls_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_cipher_decrypt2' => 'gnutls_cipher_decrypt2@@GNUTLS_3_4', - 'gnutls_cipher_deinit' => 'gnutls_cipher_deinit@@GNUTLS_3_4', - 'gnutls_cipher_encrypt' => 'gnutls_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_cipher_encrypt2' => 'gnutls_cipher_encrypt2@@GNUTLS_3_4', - 'gnutls_cipher_get' => 'gnutls_cipher_get@@GNUTLS_3_4', - 'gnutls_cipher_get_block_size' => 'gnutls_cipher_get_block_size@@GNUTLS_3_4', - 'gnutls_cipher_get_id' => 'gnutls_cipher_get_id@@GNUTLS_3_4', - 'gnutls_cipher_get_iv_size' => 'gnutls_cipher_get_iv_size@@GNUTLS_3_4', - 'gnutls_cipher_get_key_size' => 'gnutls_cipher_get_key_size@@GNUTLS_3_4', - 'gnutls_cipher_get_name' => 'gnutls_cipher_get_name@@GNUTLS_3_4', - 'gnutls_cipher_get_tag_size' => 'gnutls_cipher_get_tag_size@@GNUTLS_3_4', - 'gnutls_cipher_init' => 'gnutls_cipher_init@@GNUTLS_3_4', - 'gnutls_cipher_list' => 'gnutls_cipher_list@@GNUTLS_3_4', - 'gnutls_cipher_set_iv' => 'gnutls_cipher_set_iv@@GNUTLS_3_4', - 'gnutls_cipher_suite_get_name' => 'gnutls_cipher_suite_get_name@@GNUTLS_3_4', - 'gnutls_cipher_suite_info' => 'gnutls_cipher_suite_info@@GNUTLS_3_4', - 'gnutls_cipher_tag' => 'gnutls_cipher_tag@@GNUTLS_3_4', - 'gnutls_compression_get' => 'gnutls_compression_get@@GNUTLS_3_4', - 'gnutls_compression_get_id' => 'gnutls_compression_get_id@@GNUTLS_3_4', - 'gnutls_compression_get_name' => 'gnutls_compression_get_name@@GNUTLS_3_4', - 'gnutls_compression_list' => 'gnutls_compression_list@@GNUTLS_3_4', - 'gnutls_credentials_clear' => 'gnutls_credentials_clear@@GNUTLS_3_4', - 'gnutls_credentials_get' => 'gnutls_credentials_get@@GNUTLS_3_4', - 'gnutls_credentials_set' => 'gnutls_credentials_set@@GNUTLS_3_4', - 'gnutls_crypto_register_aead_cipher' => 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_cipher' => 'gnutls_crypto_register_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_digest' => 'gnutls_crypto_register_digest@@GNUTLS_3_4', - 'gnutls_crypto_register_mac' => 'gnutls_crypto_register_mac@@GNUTLS_3_4', - 'gnutls_db_check_entry' => 'gnutls_db_check_entry@@GNUTLS_3_4', - 'gnutls_db_check_entry_time' => 'gnutls_db_check_entry_time@@GNUTLS_3_4', - 'gnutls_db_get_default_cache_expiration' => 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_get_ptr' => 'gnutls_db_get_ptr@@GNUTLS_3_4', - 'gnutls_db_remove_session' => 'gnutls_db_remove_session@@GNUTLS_3_4', - 'gnutls_db_set_cache_expiration' => 'gnutls_db_set_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_set_ptr' => 'gnutls_db_set_ptr@@GNUTLS_3_4', - 'gnutls_db_set_remove_function' => 'gnutls_db_set_remove_function@@GNUTLS_3_4', - 'gnutls_db_set_retrieve_function' => 'gnutls_db_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_db_set_store_function' => 'gnutls_db_set_store_function@@GNUTLS_3_4', - 'gnutls_decode_ber_digest_info' => 'gnutls_decode_ber_digest_info@@GNUTLS_3_4', - 'gnutls_deinit' => 'gnutls_deinit@@GNUTLS_3_4', - 'gnutls_dh_get_group' => 'gnutls_dh_get_group@@GNUTLS_3_4', - 'gnutls_dh_get_peers_public_bits' => 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4', - 'gnutls_dh_get_prime_bits' => 'gnutls_dh_get_prime_bits@@GNUTLS_3_4', - 'gnutls_dh_get_pubkey' => 'gnutls_dh_get_pubkey@@GNUTLS_3_4', - 'gnutls_dh_get_secret_bits' => 'gnutls_dh_get_secret_bits@@GNUTLS_3_4', - 'gnutls_dh_params_cpy' => 'gnutls_dh_params_cpy@@GNUTLS_3_4', - 'gnutls_dh_params_deinit' => 'gnutls_dh_params_deinit@@GNUTLS_3_4', - 'gnutls_dh_params_export2_pkcs3' => 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_pkcs3' => 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_raw' => 'gnutls_dh_params_export_raw@@GNUTLS_3_4', - 'gnutls_dh_params_generate2' => 'gnutls_dh_params_generate2@@GNUTLS_3_4', - 'gnutls_dh_params_import_dsa' => 'gnutls_dh_params_import_dsa@@GNUTLS_3_4', - 'gnutls_dh_params_import_pkcs3' => 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw' => 'gnutls_dh_params_import_raw@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw2' => 'gnutls_dh_params_import_raw2@@GNUTLS_3_4', - 'gnutls_dh_params_init' => 'gnutls_dh_params_init@@GNUTLS_3_4', - 'gnutls_dh_set_prime_bits' => 'gnutls_dh_set_prime_bits@@GNUTLS_3_4', - 'gnutls_digest_get_id' => 'gnutls_digest_get_id@@GNUTLS_3_4', - 'gnutls_digest_get_name' => 'gnutls_digest_get_name@@GNUTLS_3_4', - 'gnutls_digest_get_oid' => 'gnutls_digest_get_oid@@GNUTLS_3_4', - 'gnutls_digest_list' => 'gnutls_digest_list@@GNUTLS_3_4', - 'gnutls_dtls_cookie_send' => 'gnutls_dtls_cookie_send@@GNUTLS_3_4', - 'gnutls_dtls_cookie_verify' => 'gnutls_dtls_cookie_verify@@GNUTLS_3_4', - 'gnutls_dtls_get_data_mtu' => 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_mtu' => 'gnutls_dtls_get_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_timeout' => 'gnutls_dtls_get_timeout@@GNUTLS_3_4', - 'gnutls_dtls_prestate_set' => 'gnutls_dtls_prestate_set@@GNUTLS_3_4', - 'gnutls_dtls_set_data_mtu' => 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_mtu' => 'gnutls_dtls_set_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_timeouts' => 'gnutls_dtls_set_timeouts@@GNUTLS_3_4', - 'gnutls_ecc_curve_get' => 'gnutls_ecc_curve_get@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_id' => 'gnutls_ecc_curve_get_id@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_name' => 'gnutls_ecc_curve_get_name@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_oid' => 'gnutls_ecc_curve_get_oid@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_pk' => 'gnutls_ecc_curve_get_pk@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_size' => 'gnutls_ecc_curve_get_size@@GNUTLS_3_4', - 'gnutls_ecc_curve_list' => 'gnutls_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_encode_ber_digest_info' => 'gnutls_encode_ber_digest_info@@GNUTLS_3_4', - 'gnutls_error_is_fatal' => 'gnutls_error_is_fatal@@GNUTLS_3_4', - 'gnutls_error_to_alert' => 'gnutls_error_to_alert@@GNUTLS_3_4', - 'gnutls_est_record_overhead_size' => 'gnutls_est_record_overhead_size@@GNUTLS_3_4', - 'gnutls_ext_get_data' => 'gnutls_ext_get_data@@GNUTLS_3_4', - 'gnutls_ext_get_name' => 'gnutls_ext_get_name@@GNUTLS_3_4', - 'gnutls_ext_register' => 'gnutls_ext_register@@GNUTLS_3_4', - 'gnutls_ext_set_data' => 'gnutls_ext_set_data@@GNUTLS_3_4', - 'gnutls_ffdhe_2048_group_generator' => 'gnutls_ffdhe_2048_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_2048_group_prime' => 'gnutls_ffdhe_2048_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_2048_key_bits' => 'gnutls_ffdhe_2048_key_bits@@GNUTLS_3_4', - 'gnutls_ffdhe_3072_group_generator' => 'gnutls_ffdhe_3072_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_3072_group_prime' => 'gnutls_ffdhe_3072_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_3072_key_bits' => 'gnutls_ffdhe_3072_key_bits@@GNUTLS_3_4', - 'gnutls_ffdhe_4096_group_generator' => 'gnutls_ffdhe_4096_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_4096_group_prime' => 'gnutls_ffdhe_4096_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_4096_key_bits' => 'gnutls_ffdhe_4096_key_bits@@GNUTLS_3_4', - 'gnutls_ffdhe_8192_group_generator' => 'gnutls_ffdhe_8192_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_8192_group_prime' => 'gnutls_ffdhe_8192_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_8192_key_bits' => 'gnutls_ffdhe_8192_key_bits@@GNUTLS_3_4', - 'gnutls_fingerprint' => 'gnutls_fingerprint@@GNUTLS_3_4', - 'gnutls_fips140_mode_enabled' => 'gnutls_fips140_mode_enabled@@GNUTLS_3_4', - 'gnutls_free' => 'gnutls_free@@GNUTLS_3_4', - 'gnutls_global_deinit' => 'gnutls_global_deinit@@GNUTLS_3_4', - 'gnutls_global_init' => 'gnutls_global_init@@GNUTLS_3_4', - 'gnutls_global_set_audit_log_function' => 'gnutls_global_set_audit_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_function' => 'gnutls_global_set_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_level' => 'gnutls_global_set_log_level@@GNUTLS_3_4', - 'gnutls_global_set_mem_functions' => 'gnutls_global_set_mem_functions@@GNUTLS_3_4', - 'gnutls_global_set_mutex' => 'gnutls_global_set_mutex@@GNUTLS_3_4', - 'gnutls_global_set_time_function' => 'gnutls_global_set_time_function@@GNUTLS_3_4', - 'gnutls_handshake' => 'gnutls_handshake@@GNUTLS_3_4', - 'gnutls_handshake_description_get_name' => 'gnutls_handshake_description_get_name@@GNUTLS_3_4', - 'gnutls_handshake_get_last_in' => 'gnutls_handshake_get_last_in@@GNUTLS_3_4', - 'gnutls_handshake_get_last_out' => 'gnutls_handshake_get_last_out@@GNUTLS_3_4', - 'gnutls_handshake_set_hook_function' => 'gnutls_handshake_set_hook_function@@GNUTLS_3_4', - 'gnutls_handshake_set_max_packet_length' => 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4', - 'gnutls_handshake_set_post_client_hello_function' => 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4', - 'gnutls_handshake_set_private_extensions' => 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4', - 'gnutls_handshake_set_random' => 'gnutls_handshake_set_random@@GNUTLS_3_4', - 'gnutls_handshake_set_timeout' => 'gnutls_handshake_set_timeout@@GNUTLS_3_4', - 'gnutls_hash' => 'gnutls_hash@@GNUTLS_3_4', - 'gnutls_hash_deinit' => 'gnutls_hash_deinit@@GNUTLS_3_4', - 'gnutls_hash_fast' => 'gnutls_hash_fast@@GNUTLS_3_4', - 'gnutls_hash_get_len' => 'gnutls_hash_get_len@@GNUTLS_3_4', - 'gnutls_hash_init' => 'gnutls_hash_init@@GNUTLS_3_4', - 'gnutls_hash_output' => 'gnutls_hash_output@@GNUTLS_3_4', - 'gnutls_heartbeat_allowed' => 'gnutls_heartbeat_allowed@@GNUTLS_3_4', - 'gnutls_heartbeat_enable' => 'gnutls_heartbeat_enable@@GNUTLS_3_4', - 'gnutls_heartbeat_get_timeout' => 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4', - 'gnutls_heartbeat_ping' => 'gnutls_heartbeat_ping@@GNUTLS_3_4', - 'gnutls_heartbeat_pong' => 'gnutls_heartbeat_pong@@GNUTLS_3_4', - 'gnutls_heartbeat_set_timeouts' => 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4', - 'gnutls_hex2bin' => 'gnutls_hex2bin@@GNUTLS_3_4', - 'gnutls_hex_decode' => 'gnutls_hex_decode@@GNUTLS_3_4', - 'gnutls_hex_decode2' => 'gnutls_hex_decode2@@GNUTLS_3_4', - 'gnutls_hex_encode' => 'gnutls_hex_encode@@GNUTLS_3_4', - 'gnutls_hex_encode2' => 'gnutls_hex_encode2@@GNUTLS_3_4', - 'gnutls_hmac' => 'gnutls_hmac@@GNUTLS_3_4', - 'gnutls_hmac_deinit' => 'gnutls_hmac_deinit@@GNUTLS_3_4', - 'gnutls_hmac_fast' => 'gnutls_hmac_fast@@GNUTLS_3_4', - 'gnutls_hmac_get_len' => 'gnutls_hmac_get_len@@GNUTLS_3_4', - 'gnutls_hmac_init' => 'gnutls_hmac_init@@GNUTLS_3_4', - 'gnutls_hmac_output' => 'gnutls_hmac_output@@GNUTLS_3_4', - 'gnutls_hmac_set_nonce' => 'gnutls_hmac_set_nonce@@GNUTLS_3_4', - 'gnutls_init' => 'gnutls_init@@GNUTLS_3_4', - 'gnutls_key_generate' => 'gnutls_key_generate@@GNUTLS_3_4', - 'gnutls_kx_get' => 'gnutls_kx_get@@GNUTLS_3_4', - 'gnutls_kx_get_id' => 'gnutls_kx_get_id@@GNUTLS_3_4', - 'gnutls_kx_get_name' => 'gnutls_kx_get_name@@GNUTLS_3_4', - 'gnutls_kx_list' => 'gnutls_kx_list@@GNUTLS_3_4', - 'gnutls_load_file' => 'gnutls_load_file@@GNUTLS_3_4', - 'gnutls_mac_get' => 'gnutls_mac_get@@GNUTLS_3_4', - 'gnutls_mac_get_id' => 'gnutls_mac_get_id@@GNUTLS_3_4', - 'gnutls_mac_get_key_size' => 'gnutls_mac_get_key_size@@GNUTLS_3_4', - 'gnutls_mac_get_name' => 'gnutls_mac_get_name@@GNUTLS_3_4', - 'gnutls_mac_get_nonce_size' => 'gnutls_mac_get_nonce_size@@GNUTLS_3_4', - 'gnutls_mac_list' => 'gnutls_mac_list@@GNUTLS_3_4', - 'gnutls_malloc' => 'gnutls_malloc@@GNUTLS_3_4', - 'gnutls_memcmp' => 'gnutls_memcmp@@GNUTLS_3_4', - 'gnutls_memset' => 'gnutls_memset@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert' => 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert_id' => 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_deinit' => 'gnutls_ocsp_req_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_req_export' => 'gnutls_ocsp_req_export@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_cert_id' => 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_extension' => 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_nonce' => 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_version' => 'gnutls_ocsp_req_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_req_import' => 'gnutls_ocsp_req_import@@GNUTLS_3_4', - 'gnutls_ocsp_req_init' => 'gnutls_ocsp_req_init@@GNUTLS_3_4', - 'gnutls_ocsp_req_print' => 'gnutls_ocsp_req_print@@GNUTLS_3_4', - 'gnutls_ocsp_req_randomize_nonce' => 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_extension' => 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_nonce' => 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_check_crt' => 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4', - 'gnutls_ocsp_resp_deinit' => 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_resp_export' => 'gnutls_ocsp_resp_export@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_certs' => 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_extension' => 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_nonce' => 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_produced' => 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder' => 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder2' => 'gnutls_ocsp_resp_get_responder2@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder_raw_id' => 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_response' => 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature' => 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature_algorithm' => 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_single' => 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_status' => 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_version' => 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_resp_import' => 'gnutls_ocsp_resp_import@@GNUTLS_3_4', - 'gnutls_ocsp_resp_init' => 'gnutls_ocsp_resp_init@@GNUTLS_3_4', - 'gnutls_ocsp_resp_print' => 'gnutls_ocsp_resp_print@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify' => 'gnutls_ocsp_resp_verify@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify_direct' => 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_enable_client' => 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_get' => 'gnutls_ocsp_status_request_get@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_is_checked' => 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4', - 'gnutls_oid_to_digest' => 'gnutls_oid_to_digest@@GNUTLS_3_4', - 'gnutls_oid_to_ecc_curve' => 'gnutls_oid_to_ecc_curve@@GNUTLS_3_4', - 'gnutls_oid_to_mac' => 'gnutls_oid_to_mac@@GNUTLS_3_4', - 'gnutls_oid_to_pk' => 'gnutls_oid_to_pk@@GNUTLS_3_4', - 'gnutls_oid_to_sign' => 'gnutls_oid_to_sign@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_email' => 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname' => 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname2' => 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_deinit' => 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export' => 'gnutls_openpgp_crt_export@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export2' => 'gnutls_openpgp_crt_export2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_auth_subkey' => 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_creation_time' => 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_expiration_time' => 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_fingerprint' => 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_id' => 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_usage' => 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_name' => 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_algorithm' => 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_dsa_raw' => 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_rsa_raw' => 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_preferred_key_id' => 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_revoked_status' => 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_count' => 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_creation_time' => 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_expiration_time' => 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_fingerprint' => 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_id' => 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_idx' => 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_algorithm' => 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_revoked_status' => 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_usage' => 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_version' => 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4', - 'gnutls_openpgp_crt_import' => 'gnutls_openpgp_crt_import@@GNUTLS_3_4', - 'gnutls_openpgp_crt_init' => 'gnutls_openpgp_crt_init@@GNUTLS_3_4', - 'gnutls_openpgp_crt_print' => 'gnutls_openpgp_crt_print@@GNUTLS_3_4', - 'gnutls_openpgp_crt_set_preferred_key_id' => 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_ring' => 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_self' => 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_check_id' => 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_deinit' => 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt' => 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt_count' => 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_import' => 'gnutls_openpgp_keyring_import@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_init' => 'gnutls_openpgp_keyring_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_deinit' => 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export' => 'gnutls_openpgp_privkey_export@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export2' => 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_dsa_raw' => 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_rsa_raw' => 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_dsa_raw' => 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_rsa_raw' => 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_fingerprint' => 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_key_id' => 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_pk_algorithm' => 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_preferred_key_id' => 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_revoked_status' => 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_count' => 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_creation_time' => 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_expiration_time' => 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_fingerprint' => 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_id' => 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_idx' => 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm' => 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_revoked_status' => 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_import' => 'gnutls_openpgp_privkey_import@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_init' => 'gnutls_openpgp_privkey_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sec_param' => 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_set_preferred_key_id' => 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sign_hash' => 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_openpgp_send_cert' => 'gnutls_openpgp_send_cert@@GNUTLS_3_4', - 'gnutls_openpgp_set_recv_key_function' => 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4', - 'gnutls_packet_deinit' => 'gnutls_packet_deinit@@GNUTLS_3_4', - 'gnutls_packet_get' => 'gnutls_packet_get@@GNUTLS_3_4', - 'gnutls_pcert_deinit' => 'gnutls_pcert_deinit@@GNUTLS_3_4', - 'gnutls_pcert_export_openpgp' => 'gnutls_pcert_export_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_export_x509' => 'gnutls_pcert_export_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp' => 'gnutls_pcert_import_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp_raw' => 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pcert_import_x509' => 'gnutls_pcert_import_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_list' => 'gnutls_pcert_import_x509_list@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_raw' => 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pcert_list_import_x509_raw' => 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pem_base64_decode' => 'gnutls_pem_base64_decode@@GNUTLS_3_4', - 'gnutls_pem_base64_decode2' => 'gnutls_pem_base64_decode2@@GNUTLS_3_4', - 'gnutls_pem_base64_encode' => 'gnutls_pem_base64_encode@@GNUTLS_3_4', - 'gnutls_pem_base64_encode2' => 'gnutls_pem_base64_encode2@@GNUTLS_3_4', - 'gnutls_perror' => 'gnutls_perror@@GNUTLS_3_4', - 'gnutls_pk_algorithm_get_name' => 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4', - 'gnutls_pk_bits_to_sec_param' => 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4', - 'gnutls_pk_get_id' => 'gnutls_pk_get_id@@GNUTLS_3_4', - 'gnutls_pk_get_name' => 'gnutls_pk_get_name@@GNUTLS_3_4', - 'gnutls_pk_get_oid' => 'gnutls_pk_get_oid@@GNUTLS_3_4', - 'gnutls_pk_list' => 'gnutls_pk_list@@GNUTLS_3_4', - 'gnutls_pk_to_sign' => 'gnutls_pk_to_sign@@GNUTLS_3_4', - 'gnutls_pkcs11_add_provider' => 'gnutls_pkcs11_add_provider@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_attached_extension' => 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_pubkey' => 'gnutls_pkcs11_copy_pubkey@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_secret_key' => 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_crt2' => 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_privkey2' => 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4', - 'gnutls_pkcs11_crt_is_known' => 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4', - 'gnutls_pkcs11_deinit' => 'gnutls_pkcs11_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_delete_url' => 'gnutls_pkcs11_delete_url@@GNUTLS_3_4', - 'gnutls_pkcs11_get_pin_function' => 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer' => 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer_by_dn' => 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id' => 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id@@GNUTLS_3_4', - 'gnutls_pkcs11_init' => 'gnutls_pkcs11_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_deinit' => 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export' => 'gnutls_pkcs11_obj_export@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export2' => 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export3' => 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export_url' => 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_flags_get_str' => 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_exts' => 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_flags' => 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_info' => 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_type' => 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_import_url' => 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_init' => 'gnutls_pkcs11_obj_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url3' => 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url4' => 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_info' => 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_pin_function' => 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_cpy' => 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_deinit' => 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_pubkey' => 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_url' => 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_generate3' => 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_info' => 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_pk_algorithm' => 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_import_url' => 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_init' => 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_set_pin_function' => 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_status' => 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4', - 'gnutls_pkcs11_reinit' => 'gnutls_pkcs11_reinit@@GNUTLS_3_4', - 'gnutls_pkcs11_set_pin_function' => 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_set_token_function' => 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_flags' => 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_info' => 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_mechanism' => 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_random' => 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_url' => 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4', - 'gnutls_pkcs11_token_init' => 'gnutls_pkcs11_token_init@@GNUTLS_3_4', - 'gnutls_pkcs11_token_set_pin' => 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4', - 'gnutls_pkcs11_type_get_name' => 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_decrypt' => 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_deinit' => 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_enc_info' => 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_encrypt' => 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_count' => 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_data' => 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_friendly_name' => 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_key_id' => 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_type' => 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_init' => 'gnutls_pkcs12_bag_init@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crl' => 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crt' => 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_data' => 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_friendly_name' => 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_key_id' => 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_privkey' => 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4', - 'gnutls_pkcs12_deinit' => 'gnutls_pkcs12_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_export' => 'gnutls_pkcs12_export@@GNUTLS_3_4', - 'gnutls_pkcs12_export2' => 'gnutls_pkcs12_export2@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac' => 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac2' => 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4', - 'gnutls_pkcs12_get_bag' => 'gnutls_pkcs12_get_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_import' => 'gnutls_pkcs12_import@@GNUTLS_3_4', - 'gnutls_pkcs12_init' => 'gnutls_pkcs12_init@@GNUTLS_3_4', - 'gnutls_pkcs12_mac_info' => 'gnutls_pkcs12_mac_info@@GNUTLS_3_4', - 'gnutls_pkcs12_set_bag' => 'gnutls_pkcs12_set_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_simple_parse' => 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4', - 'gnutls_pkcs12_verify_mac' => 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4', - 'gnutls_pkcs7_add_attr' => 'gnutls_pkcs7_add_attr@@GNUTLS_3_4', - 'gnutls_pkcs7_attrs_deinit' => 'gnutls_pkcs7_attrs_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_deinit' => 'gnutls_pkcs7_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crl' => 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crt' => 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_export' => 'gnutls_pkcs7_export@@GNUTLS_3_4', - 'gnutls_pkcs7_export2' => 'gnutls_pkcs7_export2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_attr' => 'gnutls_pkcs7_get_attr@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_count' => 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_raw' => 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_raw2' => 'gnutls_pkcs7_get_crl_raw2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_count' => 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_raw' => 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_raw2' => 'gnutls_pkcs7_get_crt_raw2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_embedded_data' => 'gnutls_pkcs7_get_embedded_data@@GNUTLS_3_4', - 'gnutls_pkcs7_get_embedded_data_oid' => 'gnutls_pkcs7_get_embedded_data_oid@@GNUTLS_3_4', - 'gnutls_pkcs7_get_signature_count' => 'gnutls_pkcs7_get_signature_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_signature_info' => 'gnutls_pkcs7_get_signature_info@@GNUTLS_3_4', - 'gnutls_pkcs7_import' => 'gnutls_pkcs7_import@@GNUTLS_3_4', - 'gnutls_pkcs7_init' => 'gnutls_pkcs7_init@@GNUTLS_3_4', - 'gnutls_pkcs7_print' => 'gnutls_pkcs7_print@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl' => 'gnutls_pkcs7_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl_raw' => 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt' => 'gnutls_pkcs7_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt_raw' => 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_sign' => 'gnutls_pkcs7_sign@@GNUTLS_3_4', - 'gnutls_pkcs7_signature_info_deinit' => 'gnutls_pkcs7_signature_info_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_verify' => 'gnutls_pkcs7_verify@@GNUTLS_3_4', - 'gnutls_pkcs7_verify_direct' => 'gnutls_pkcs7_verify_direct@@GNUTLS_3_4', - 'gnutls_pkcs8_info' => 'gnutls_pkcs8_info@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_name' => 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_oid' => 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4', - 'gnutls_prf' => 'gnutls_prf@@GNUTLS_3_4', - 'gnutls_prf_raw' => 'gnutls_prf_raw@@GNUTLS_3_4', - 'gnutls_prf_rfc5705' => 'gnutls_prf_rfc5705@@GNUTLS_3_4', - 'gnutls_priority_certificate_type_list' => 'gnutls_priority_certificate_type_list@@GNUTLS_3_4', - 'gnutls_priority_cipher_list' => 'gnutls_priority_cipher_list@@GNUTLS_3_4', - 'gnutls_priority_compression_list' => 'gnutls_priority_compression_list@@GNUTLS_3_4', - 'gnutls_priority_deinit' => 'gnutls_priority_deinit@@GNUTLS_3_4', - 'gnutls_priority_ecc_curve_list' => 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_priority_get_cipher_suite_index' => 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4', - 'gnutls_priority_init' => 'gnutls_priority_init@@GNUTLS_3_4', - 'gnutls_priority_kx_list' => 'gnutls_priority_kx_list@@GNUTLS_3_4', - 'gnutls_priority_mac_list' => 'gnutls_priority_mac_list@@GNUTLS_3_4', - 'gnutls_priority_protocol_list' => 'gnutls_priority_protocol_list@@GNUTLS_3_4', - 'gnutls_priority_set' => 'gnutls_priority_set@@GNUTLS_3_4', - 'gnutls_priority_set_direct' => 'gnutls_priority_set_direct@@GNUTLS_3_4', - 'gnutls_priority_sign_list' => 'gnutls_priority_sign_list@@GNUTLS_3_4', - 'gnutls_priority_string_list' => 'gnutls_priority_string_list@@GNUTLS_3_4', - 'gnutls_privkey_decrypt_data' => 'gnutls_privkey_decrypt_data@@GNUTLS_3_4', - 'gnutls_privkey_deinit' => 'gnutls_privkey_deinit@@GNUTLS_3_4', - 'gnutls_privkey_export_dsa_raw' => 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_ecc_raw' => 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_openpgp' => 'gnutls_privkey_export_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_export_pkcs11' => 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_export_rsa_raw' => 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_x509' => 'gnutls_privkey_export_x509@@GNUTLS_3_4', - 'gnutls_privkey_generate' => 'gnutls_privkey_generate@@GNUTLS_3_4', - 'gnutls_privkey_generate2' => 'gnutls_privkey_generate2@@GNUTLS_3_4', - 'gnutls_privkey_get_pk_algorithm' => 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_privkey_get_seed' => 'gnutls_privkey_get_seed@@GNUTLS_3_4', - 'gnutls_privkey_get_type' => 'gnutls_privkey_get_type@@GNUTLS_3_4', - 'gnutls_privkey_import_dsa_raw' => 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ecc_raw' => 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ext' => 'gnutls_privkey_import_ext@@GNUTLS_3_4', - 'gnutls_privkey_import_ext2' => 'gnutls_privkey_import_ext2@@GNUTLS_3_4', - 'gnutls_privkey_import_ext3' => 'gnutls_privkey_import_ext3@@GNUTLS_3_4', - 'gnutls_privkey_import_openpgp' => 'gnutls_privkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_import_openpgp_raw' => 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_pkcs11' => 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_import_rsa_raw' => 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_raw' => 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_url' => 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_privkey_import_url' => 'gnutls_privkey_import_url@@GNUTLS_3_4', - 'gnutls_privkey_import_x509' => 'gnutls_privkey_import_x509@@GNUTLS_3_4', - 'gnutls_privkey_import_x509_raw' => 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_privkey_init' => 'gnutls_privkey_init@@GNUTLS_3_4', - 'gnutls_privkey_set_flags' => 'gnutls_privkey_set_flags@@GNUTLS_3_4', - 'gnutls_privkey_set_pin_function' => 'gnutls_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_privkey_sign_data' => 'gnutls_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_privkey_sign_hash' => 'gnutls_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_privkey_status' => 'gnutls_privkey_status@@GNUTLS_3_4', - 'gnutls_privkey_verify_params' => 'gnutls_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_privkey_verify_seed' => 'gnutls_privkey_verify_seed@@GNUTLS_3_4', - 'gnutls_protocol_get_id' => 'gnutls_protocol_get_id@@GNUTLS_3_4', - 'gnutls_protocol_get_name' => 'gnutls_protocol_get_name@@GNUTLS_3_4', - 'gnutls_protocol_get_version' => 'gnutls_protocol_get_version@@GNUTLS_3_4', - 'gnutls_protocol_list' => 'gnutls_protocol_list@@GNUTLS_3_4', - 'gnutls_psk_allocate_client_credentials' => 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_allocate_server_credentials' => 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_client_get_hint' => 'gnutls_psk_client_get_hint@@GNUTLS_3_4', - 'gnutls_psk_free_client_credentials' => 'gnutls_psk_free_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_free_server_credentials' => 'gnutls_psk_free_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_server_get_username' => 'gnutls_psk_server_get_username@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials' => 'gnutls_psk_set_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials_function' => 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_params_function' => 'gnutls_psk_set_params_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_file' => 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_function' => 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_hint' => 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4', - 'gnutls_psk_set_server_dh_params' => 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_psk_set_server_known_dh_params' => 'gnutls_psk_set_server_known_dh_params@@GNUTLS_3_4', - 'gnutls_psk_set_server_params_function' => 'gnutls_psk_set_server_params_function@@GNUTLS_3_4', - 'gnutls_pubkey_deinit' => 'gnutls_pubkey_deinit@@GNUTLS_3_4', - 'gnutls_pubkey_encrypt_data' => 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4', - 'gnutls_pubkey_export' => 'gnutls_pubkey_export@@GNUTLS_3_4', - 'gnutls_pubkey_export2' => 'gnutls_pubkey_export2@@GNUTLS_3_4', - 'gnutls_pubkey_export_dsa_raw' => 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_ecc_raw' => 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_ecc_x962' => 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_export_rsa_raw' => 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_get_key_id' => 'gnutls_pubkey_get_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_key_usage' => 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_get_openpgp_key_id' => 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_pk_algorithm' => 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_get_preferred_hash_algorithm' => 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_import' => 'gnutls_pubkey_import@@GNUTLS_3_4', - 'gnutls_pubkey_import_dsa_raw' => 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_raw' => 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_x962' => 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp' => 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp_raw' => 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_pkcs11' => 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_pubkey_import_privkey' => 'gnutls_pubkey_import_privkey@@GNUTLS_3_4', - 'gnutls_pubkey_import_rsa_raw' => 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_raw' => 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_url' => 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_url' => 'gnutls_pubkey_import_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509' => 'gnutls_pubkey_import_x509@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_crq' => 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_raw' => 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pubkey_init' => 'gnutls_pubkey_init@@GNUTLS_3_4', - 'gnutls_pubkey_print' => 'gnutls_pubkey_print@@GNUTLS_3_4', - 'gnutls_pubkey_set_key_usage' => 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_set_pin_function' => 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pubkey_verify_data2' => 'gnutls_pubkey_verify_data2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_hash2' => 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_params' => 'gnutls_pubkey_verify_params@@GNUTLS_3_4', - 'gnutls_random_art' => 'gnutls_random_art@@GNUTLS_3_4', - 'gnutls_range_split' => 'gnutls_range_split@@GNUTLS_3_4', - 'gnutls_realloc' => 'gnutls_realloc@@GNUTLS_3_4', - 'gnutls_record_can_use_length_hiding' => 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4', - 'gnutls_record_check_corked' => 'gnutls_record_check_corked@@GNUTLS_3_4', - 'gnutls_record_check_pending' => 'gnutls_record_check_pending@@GNUTLS_3_4', - 'gnutls_record_cork' => 'gnutls_record_cork@@GNUTLS_3_4', - 'gnutls_record_disable_padding' => 'gnutls_record_disable_padding@@GNUTLS_3_4', - 'gnutls_record_discard_queued' => 'gnutls_record_discard_queued@@GNUTLS_3_4', - 'gnutls_record_get_direction' => 'gnutls_record_get_direction@@GNUTLS_3_4', - 'gnutls_record_get_discarded' => 'gnutls_record_get_discarded@@GNUTLS_3_4', - 'gnutls_record_get_max_size' => 'gnutls_record_get_max_size@@GNUTLS_3_4', - 'gnutls_record_get_state' => 'gnutls_record_get_state@@GNUTLS_3_4', - 'gnutls_record_overhead_size' => 'gnutls_record_overhead_size@@GNUTLS_3_4', - 'gnutls_record_recv' => 'gnutls_record_recv@@GNUTLS_3_4', - 'gnutls_record_recv_packet' => 'gnutls_record_recv_packet@@GNUTLS_3_4', - 'gnutls_record_recv_seq' => 'gnutls_record_recv_seq@@GNUTLS_3_4', - 'gnutls_record_send' => 'gnutls_record_send@@GNUTLS_3_4', - 'gnutls_record_send_range' => 'gnutls_record_send_range@@GNUTLS_3_4', - 'gnutls_record_set_max_size' => 'gnutls_record_set_max_size@@GNUTLS_3_4', - 'gnutls_record_set_state' => 'gnutls_record_set_state@@GNUTLS_3_4', - 'gnutls_record_set_timeout' => 'gnutls_record_set_timeout@@GNUTLS_3_4', - 'gnutls_record_uncork' => 'gnutls_record_uncork@@GNUTLS_3_4', - 'gnutls_register_custom_url' => 'gnutls_register_custom_url@@GNUTLS_3_4', - 'gnutls_rehandshake' => 'gnutls_rehandshake@@GNUTLS_3_4', - 'gnutls_rnd' => 'gnutls_rnd@@GNUTLS_3_4', - 'gnutls_rnd_refresh' => 'gnutls_rnd_refresh@@GNUTLS_3_4', - 'gnutls_safe_renegotiation_status' => 'gnutls_safe_renegotiation_status@@GNUTLS_3_4', - 'gnutls_sec_param_get_name' => 'gnutls_sec_param_get_name@@GNUTLS_3_4', - 'gnutls_sec_param_to_pk_bits' => 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4', - 'gnutls_sec_param_to_symmetric_bits' => 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4', - 'gnutls_secure_malloc' => 'gnutls_secure_malloc@@GNUTLS_3_4', - 'gnutls_server_name_get' => 'gnutls_server_name_get@@GNUTLS_3_4', - 'gnutls_server_name_set' => 'gnutls_server_name_set@@GNUTLS_3_4', - 'gnutls_session_channel_binding' => 'gnutls_session_channel_binding@@GNUTLS_3_4', - 'gnutls_session_enable_compatibility_mode' => 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4', - 'gnutls_session_etm_status' => 'gnutls_session_etm_status@@GNUTLS_3_4', - 'gnutls_session_ext_master_secret_status' => 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4', - 'gnutls_session_ext_register' => 'gnutls_session_ext_register@@GNUTLS_3_4', - 'gnutls_session_force_valid' => 'gnutls_session_force_valid@@GNUTLS_3_4', - 'gnutls_session_get_data' => 'gnutls_session_get_data@@GNUTLS_3_4', - 'gnutls_session_get_data2' => 'gnutls_session_get_data2@@GNUTLS_3_4', - 'gnutls_session_get_desc' => 'gnutls_session_get_desc@@GNUTLS_3_4', - 'gnutls_session_get_flags' => 'gnutls_session_get_flags@@GNUTLS_3_4', - 'gnutls_session_get_id' => 'gnutls_session_get_id@@GNUTLS_3_4', - 'gnutls_session_get_id2' => 'gnutls_session_get_id2@@GNUTLS_3_4', - 'gnutls_session_get_master_secret' => 'gnutls_session_get_master_secret@@GNUTLS_3_4', - 'gnutls_session_get_ptr' => 'gnutls_session_get_ptr@@GNUTLS_3_4', - 'gnutls_session_get_random' => 'gnutls_session_get_random@@GNUTLS_3_4', - 'gnutls_session_get_verify_cert_status' => 'gnutls_session_get_verify_cert_status@@GNUTLS_3_4', - 'gnutls_session_is_resumed' => 'gnutls_session_is_resumed@@GNUTLS_3_4', - 'gnutls_session_resumption_requested' => 'gnutls_session_resumption_requested@@GNUTLS_3_4', - 'gnutls_session_set_data' => 'gnutls_session_set_data@@GNUTLS_3_4', - 'gnutls_session_set_id' => 'gnutls_session_set_id@@GNUTLS_3_4', - 'gnutls_session_set_premaster' => 'gnutls_session_set_premaster@@GNUTLS_3_4', - 'gnutls_session_set_ptr' => 'gnutls_session_set_ptr@@GNUTLS_3_4', - 'gnutls_session_set_verify_cert' => 'gnutls_session_set_verify_cert@@GNUTLS_3_4', - 'gnutls_session_set_verify_cert2' => 'gnutls_session_set_verify_cert2@@GNUTLS_3_4', - 'gnutls_session_set_verify_function' => 'gnutls_session_set_verify_function@@GNUTLS_3_4', - 'gnutls_session_supplemental_register' => 'gnutls_session_supplemental_register@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_client' => 'gnutls_session_ticket_enable_client@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_server' => 'gnutls_session_ticket_enable_server@@GNUTLS_3_4', - 'gnutls_session_ticket_key_generate' => 'gnutls_session_ticket_key_generate@@GNUTLS_3_4', - 'gnutls_set_default_priority' => 'gnutls_set_default_priority@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get' => 'gnutls_sign_algorithm_get@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_client' => 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_requested' => 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4', - 'gnutls_sign_get_hash_algorithm' => 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4', - 'gnutls_sign_get_id' => 'gnutls_sign_get_id@@GNUTLS_3_4', - 'gnutls_sign_get_name' => 'gnutls_sign_get_name@@GNUTLS_3_4', - 'gnutls_sign_get_oid' => 'gnutls_sign_get_oid@@GNUTLS_3_4', - 'gnutls_sign_get_pk_algorithm' => 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_sign_is_secure' => 'gnutls_sign_is_secure@@GNUTLS_3_4', - 'gnutls_sign_list' => 'gnutls_sign_list@@GNUTLS_3_4', - 'gnutls_srp_1024_group_generator' => 'gnutls_srp_1024_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1024_group_prime' => 'gnutls_srp_1024_group_prime@@GNUTLS_3_4', - 'gnutls_srp_1536_group_generator' => 'gnutls_srp_1536_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1536_group_prime' => 'gnutls_srp_1536_group_prime@@GNUTLS_3_4', - 'gnutls_srp_2048_group_generator' => 'gnutls_srp_2048_group_generator@@GNUTLS_3_4', - 'gnutls_srp_2048_group_prime' => 'gnutls_srp_2048_group_prime@@GNUTLS_3_4', - 'gnutls_srp_3072_group_generator' => 'gnutls_srp_3072_group_generator@@GNUTLS_3_4', - 'gnutls_srp_3072_group_prime' => 'gnutls_srp_3072_group_prime@@GNUTLS_3_4', - 'gnutls_srp_4096_group_generator' => 'gnutls_srp_4096_group_generator@@GNUTLS_3_4', - 'gnutls_srp_4096_group_prime' => 'gnutls_srp_4096_group_prime@@GNUTLS_3_4', - 'gnutls_srp_allocate_client_credentials' => 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_allocate_server_credentials' => 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_base64_decode' => 'gnutls_srp_base64_decode@@GNUTLS_3_4', - 'gnutls_srp_base64_decode2' => 'gnutls_srp_base64_decode2@@GNUTLS_3_4', - 'gnutls_srp_base64_encode' => 'gnutls_srp_base64_encode@@GNUTLS_3_4', - 'gnutls_srp_base64_encode2' => 'gnutls_srp_base64_encode2@@GNUTLS_3_4', - 'gnutls_srp_free_client_credentials' => 'gnutls_srp_free_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_free_server_credentials' => 'gnutls_srp_free_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_server_get_username' => 'gnutls_srp_server_get_username@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials' => 'gnutls_srp_set_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials_function' => 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_prime_bits' => 'gnutls_srp_set_prime_bits@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_file' => 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_function' => 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_server_fake_salt_seed' => 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4', - 'gnutls_srp_verifier' => 'gnutls_srp_verifier@@GNUTLS_3_4', - 'gnutls_srtp_get_keys' => 'gnutls_srtp_get_keys@@GNUTLS_3_4', - 'gnutls_srtp_get_mki' => 'gnutls_srtp_get_mki@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_id' => 'gnutls_srtp_get_profile_id@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_name' => 'gnutls_srtp_get_profile_name@@GNUTLS_3_4', - 'gnutls_srtp_get_selected_profile' => 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_mki' => 'gnutls_srtp_set_mki@@GNUTLS_3_4', - 'gnutls_srtp_set_profile' => 'gnutls_srtp_set_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_profile_direct' => 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4', - 'gnutls_store_commitment' => 'gnutls_store_commitment@@GNUTLS_3_4', - 'gnutls_store_pubkey' => 'gnutls_store_pubkey@@GNUTLS_3_4', - 'gnutls_strdup' => 'gnutls_strdup@@GNUTLS_3_4', - 'gnutls_strerror' => 'gnutls_strerror@@GNUTLS_3_4', - 'gnutls_strerror_name' => 'gnutls_strerror_name@@GNUTLS_3_4', - 'gnutls_subject_alt_names_deinit' => 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4', - 'gnutls_subject_alt_names_get' => 'gnutls_subject_alt_names_get@@GNUTLS_3_4', - 'gnutls_subject_alt_names_init' => 'gnutls_subject_alt_names_init@@GNUTLS_3_4', - 'gnutls_subject_alt_names_set' => 'gnutls_subject_alt_names_set@@GNUTLS_3_4', - 'gnutls_supplemental_get_name' => 'gnutls_supplemental_get_name@@GNUTLS_3_4', - 'gnutls_supplemental_recv' => 'gnutls_supplemental_recv@@GNUTLS_3_4', - 'gnutls_supplemental_register' => 'gnutls_supplemental_register@@GNUTLS_3_4', - 'gnutls_supplemental_send' => 'gnutls_supplemental_send@@GNUTLS_3_4', - 'gnutls_system_key_add_x509' => 'gnutls_system_key_add_x509@@GNUTLS_3_4', - 'gnutls_system_key_delete' => 'gnutls_system_key_delete@@GNUTLS_3_4', - 'gnutls_system_key_iter_deinit' => 'gnutls_system_key_iter_deinit@@GNUTLS_3_4', - 'gnutls_system_key_iter_get_info' => 'gnutls_system_key_iter_get_info@@GNUTLS_3_4', - 'gnutls_system_recv_timeout' => 'gnutls_system_recv_timeout@@GNUTLS_3_4', - 'gnutls_tdb_deinit' => 'gnutls_tdb_deinit@@GNUTLS_3_4', - 'gnutls_tdb_init' => 'gnutls_tdb_init@@GNUTLS_3_4', - 'gnutls_tdb_set_store_commitment_func' => 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4', - 'gnutls_tdb_set_store_func' => 'gnutls_tdb_set_store_func@@GNUTLS_3_4', - 'gnutls_tdb_set_verify_func' => 'gnutls_tdb_set_verify_func@@GNUTLS_3_4', - 'gnutls_tpm_get_registered' => 'gnutls_tpm_get_registered@@GNUTLS_3_4', - 'gnutls_tpm_key_list_deinit' => 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4', - 'gnutls_tpm_key_list_get_url' => 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4', - 'gnutls_tpm_privkey_delete' => 'gnutls_tpm_privkey_delete@@GNUTLS_3_4', - 'gnutls_tpm_privkey_generate' => 'gnutls_tpm_privkey_generate@@GNUTLS_3_4', - 'gnutls_transport_get_int' => 'gnutls_transport_get_int@@GNUTLS_3_4', - 'gnutls_transport_get_int2' => 'gnutls_transport_get_int2@@GNUTLS_3_4', - 'gnutls_transport_get_ptr' => 'gnutls_transport_get_ptr@@GNUTLS_3_4', - 'gnutls_transport_get_ptr2' => 'gnutls_transport_get_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_errno' => 'gnutls_transport_set_errno@@GNUTLS_3_4', - 'gnutls_transport_set_errno_function' => 'gnutls_transport_set_errno_function@@GNUTLS_3_4', - 'gnutls_transport_set_fastopen' => 'gnutls_transport_set_fastopen@@GNUTLS_3_4', - 'gnutls_transport_set_int2' => 'gnutls_transport_set_int2@@GNUTLS_3_4', - 'gnutls_transport_set_ptr' => 'gnutls_transport_set_ptr@@GNUTLS_3_4', - 'gnutls_transport_set_ptr2' => 'gnutls_transport_set_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_pull_function' => 'gnutls_transport_set_pull_function@@GNUTLS_3_4', - 'gnutls_transport_set_pull_timeout_function' => 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4', - 'gnutls_transport_set_push_function' => 'gnutls_transport_set_push_function@@GNUTLS_3_4', - 'gnutls_transport_set_vec_push_function' => 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4', - 'gnutls_url_is_supported' => 'gnutls_url_is_supported@@GNUTLS_3_4', - 'gnutls_utf8_password_normalize' => 'gnutls_utf8_password_normalize@@GNUTLS_3_4', - 'gnutls_verify_stored_pubkey' => 'gnutls_verify_stored_pubkey@@GNUTLS_3_4', - 'gnutls_x509_aia_deinit' => 'gnutls_x509_aia_deinit@@GNUTLS_3_4', - 'gnutls_x509_aia_get' => 'gnutls_x509_aia_get@@GNUTLS_3_4', - 'gnutls_x509_aia_init' => 'gnutls_x509_aia_init@@GNUTLS_3_4', - 'gnutls_x509_aia_set' => 'gnutls_x509_aia_set@@GNUTLS_3_4', - 'gnutls_x509_aki_deinit' => 'gnutls_x509_aki_deinit@@GNUTLS_3_4', - 'gnutls_x509_aki_get_cert_issuer' => 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_get_id' => 'gnutls_x509_aki_get_id@@GNUTLS_3_4', - 'gnutls_x509_aki_init' => 'gnutls_x509_aki_init@@GNUTLS_3_4', - 'gnutls_x509_aki_set_cert_issuer' => 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_set_id' => 'gnutls_x509_aki_set_id@@GNUTLS_3_4', - 'gnutls_x509_cidr_to_rfc5280' => 'gnutls_x509_cidr_to_rfc5280@@GNUTLS_3_4', - 'gnutls_x509_crl_check_issuer' => 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crl_deinit' => 'gnutls_x509_crl_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_deinit' => 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_get' => 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_init' => 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_set' => 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4', - 'gnutls_x509_crl_export' => 'gnutls_x509_crl_export@@GNUTLS_3_4', - 'gnutls_x509_crl_export2' => 'gnutls_x509_crl_export2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_gn_serial' => 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_id' => 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_count' => 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_serial' => 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_dn_oid' => 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data' => 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data2' => 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_info' => 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_oid' => 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn' => 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn2' => 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn3' => 'gnutls_x509_crl_get_issuer_dn3@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn_by_oid' => 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_next_update' => 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_number' => 'gnutls_x509_crl_get_number@@GNUTLS_3_4', - 'gnutls_x509_crl_get_raw_issuer_dn' => 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature' => 'gnutls_x509_crl_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature_algorithm' => 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature_oid' => 'gnutls_x509_crl_get_signature_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_this_update' => 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_version' => 'gnutls_x509_crl_get_version@@GNUTLS_3_4', - 'gnutls_x509_crl_import' => 'gnutls_x509_crl_import@@GNUTLS_3_4', - 'gnutls_x509_crl_init' => 'gnutls_x509_crl_init@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_crt_serial' => 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_deinit' => 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import' => 'gnutls_x509_crl_list_import@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import2' => 'gnutls_x509_crl_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crl_print' => 'gnutls_x509_crl_print@@GNUTLS_3_4', - 'gnutls_x509_crl_privkey_sign' => 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_set_authority_key_id' => 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt' => 'gnutls_x509_crl_set_crt@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt_serial' => 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_set_next_update' => 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_number' => 'gnutls_x509_crl_set_number@@GNUTLS_3_4', - 'gnutls_x509_crl_set_this_update' => 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_version' => 'gnutls_x509_crl_set_version@@GNUTLS_3_4', - 'gnutls_x509_crl_sign' => 'gnutls_x509_crl_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_sign2' => 'gnutls_x509_crl_sign2@@GNUTLS_3_4', - 'gnutls_x509_crl_verify' => 'gnutls_x509_crl_verify@@GNUTLS_3_4', - 'gnutls_x509_crq_deinit' => 'gnutls_x509_crq_deinit@@GNUTLS_3_4', - 'gnutls_x509_crq_export' => 'gnutls_x509_crq_export@@GNUTLS_3_4', - 'gnutls_x509_crq_export2' => 'gnutls_x509_crq_export2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_by_oid' => 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_data' => 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_info' => 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_basic_constraints' => 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_get_challenge_password' => 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn' => 'gnutls_x509_crq_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn2' => 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn3' => 'gnutls_x509_crq_get_dn3@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_by_oid' => 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_oid' => 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid' => 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid2' => 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data' => 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data2' => 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_info' => 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_id' => 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_purpose_oid' => 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_rsa_raw' => 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_usage' => 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_get_pk_algorithm' => 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_pk_oid' => 'gnutls_x509_crq_get_pk_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_private_key_usage_period' => 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_get_signature_algorithm' => 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_signature_oid' => 'gnutls_x509_crq_get_signature_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_subject_alt_name' => 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_get_subject_alt_othername_oid' => 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_tlsfeatures' => 'gnutls_x509_crq_get_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crq_get_version' => 'gnutls_x509_crq_get_version@@GNUTLS_3_4', - 'gnutls_x509_crq_import' => 'gnutls_x509_crq_import@@GNUTLS_3_4', - 'gnutls_x509_crq_init' => 'gnutls_x509_crq_init@@GNUTLS_3_4', - 'gnutls_x509_crq_print' => 'gnutls_x509_crq_print@@GNUTLS_3_4', - 'gnutls_x509_crq_privkey_sign' => 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_set_attribute_by_oid' => 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_basic_constraints' => 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_set_challenge_password' => 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn' => 'gnutls_x509_crq_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn_by_oid' => 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_extension_by_oid' => 'gnutls_x509_crq_set_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key' => 'gnutls_x509_crq_set_key@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_purpose_oid' => 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_rsa_raw' => 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_usage' => 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_set_private_key_usage_period' => 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_set_pubkey' => 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crq_set_subject_alt_name' => 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_set_subject_alt_othername' => 'gnutls_x509_crq_set_subject_alt_othername@@GNUTLS_3_4', - 'gnutls_x509_crq_set_tlsfeatures' => 'gnutls_x509_crq_set_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crq_set_version' => 'gnutls_x509_crq_set_version@@GNUTLS_3_4', - 'gnutls_x509_crq_sign' => 'gnutls_x509_crq_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_sign2' => 'gnutls_x509_crq_sign2@@GNUTLS_3_4', - 'gnutls_x509_crq_verify' => 'gnutls_x509_crq_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_check_email' => 'gnutls_x509_crt_check_email@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname' => 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname2' => 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_x509_crt_check_issuer' => 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_check_key_purpose' => 'gnutls_x509_crt_check_key_purpose@@GNUTLS_3_4', - 'gnutls_x509_crt_check_revocation' => 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4', - 'gnutls_x509_crt_cpy_crl_dist_points' => 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_deinit' => 'gnutls_x509_crt_deinit@@GNUTLS_3_4', - 'gnutls_x509_crt_equals' => 'gnutls_x509_crt_equals@@GNUTLS_3_4', - 'gnutls_x509_crt_equals2' => 'gnutls_x509_crt_equals2@@GNUTLS_3_4', - 'gnutls_x509_crt_export' => 'gnutls_x509_crt_export@@GNUTLS_3_4', - 'gnutls_x509_crt_export2' => 'gnutls_x509_crt_export2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_activation_time' => 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_info_access' => 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_gn_serial' => 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_id' => 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_basic_constraints' => 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_ca_status' => 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_get_crl_dist_points' => 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn' => 'gnutls_x509_crt_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn2' => 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn3' => 'gnutls_x509_crt_get_dn3@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_by_oid' => 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_oid' => 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_expiration_time' => 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid' => 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid2' => 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data' => 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data2' => 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_info' => 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_oid' => 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_fingerprint' => 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer' => 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name' => 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name2' => 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_othername_oid' => 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn' => 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn2' => 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn3' => 'gnutls_x509_crt_get_issuer_dn3@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_by_oid' => 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_oid' => 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_unique_id' => 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_id' => 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_purpose_oid' => 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_usage' => 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_get_name_constraints' => 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_algorithm' => 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_dsa_raw' => 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_ecc_raw' => 'gnutls_x509_crt_get_pk_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_oid' => 'gnutls_x509_crt_get_pk_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_rsa_raw' => 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_policy' => 'gnutls_x509_crt_get_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_preferred_hash_algorithm' => 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_private_key_usage_period' => 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_get_proxy' => 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_dn' => 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_issuer_dn' => 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_serial' => 'gnutls_x509_crt_get_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature' => 'gnutls_x509_crt_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature_algorithm' => 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature_oid' => 'gnutls_x509_crt_get_signature_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject' => 'gnutls_x509_crt_get_subject@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name' => 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name2' => 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_othername_oid' => 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_key_id' => 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_unique_id' => 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_tlsfeatures' => 'gnutls_x509_crt_get_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crt_get_version' => 'gnutls_x509_crt_get_version@@GNUTLS_3_4', - 'gnutls_x509_crt_import' => 'gnutls_x509_crt_import@@GNUTLS_3_4', - 'gnutls_x509_crt_import_pkcs11' => 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_import_url' => 'gnutls_x509_crt_import_url@@GNUTLS_3_4', - 'gnutls_x509_crt_init' => 'gnutls_x509_crt_init@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import' => 'gnutls_x509_crt_list_import@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import2' => 'gnutls_x509_crt_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import_pkcs11' => 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_list_verify' => 'gnutls_x509_crt_list_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_print' => 'gnutls_x509_crt_print@@GNUTLS_3_4', - 'gnutls_x509_crt_privkey_sign' => 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_set_activation_time' => 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_info_access' => 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_key_id' => 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_basic_constraints' => 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_ca_status' => 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points' => 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points2' => 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq' => 'gnutls_x509_crt_set_crq@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq_extension_by_oid' => 'gnutls_x509_crt_set_crq_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq_extensions' => 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn' => 'gnutls_x509_crt_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn_by_oid' => 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_expiration_time' => 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_extension_by_oid' => 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_alt_name' => 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_alt_othername' => 'gnutls_x509_crt_set_issuer_alt_othername@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn' => 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn_by_oid' => 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_unique_id' => 'gnutls_x509_crt_set_issuer_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key' => 'gnutls_x509_crt_set_key@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_purpose_oid' => 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_usage' => 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_set_name_constraints' => 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pin_function' => 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_crt_set_policy' => 'gnutls_x509_crt_set_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_private_key_usage_period' => 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy' => 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy_dn' => 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pubkey' => 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crt_set_serial' => 'gnutls_x509_crt_set_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alt_name' => 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alt_othername' => 'gnutls_x509_crt_set_subject_alt_othername@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alternative_name' => 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_key_id' => 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_unique_id' => 'gnutls_x509_crt_set_subject_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_tlsfeatures' => 'gnutls_x509_crt_set_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crt_set_version' => 'gnutls_x509_crt_set_version@@GNUTLS_3_4', - 'gnutls_x509_crt_sign' => 'gnutls_x509_crt_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_sign2' => 'gnutls_x509_crt_sign2@@GNUTLS_3_4', - 'gnutls_x509_crt_verify' => 'gnutls_x509_crt_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_verify_data2' => 'gnutls_x509_crt_verify_data2@@GNUTLS_3_4', - 'gnutls_x509_dn_deinit' => 'gnutls_x509_dn_deinit@@GNUTLS_3_4', - 'gnutls_x509_dn_export' => 'gnutls_x509_dn_export@@GNUTLS_3_4', - 'gnutls_x509_dn_export2' => 'gnutls_x509_dn_export2@@GNUTLS_3_4', - 'gnutls_x509_dn_get_rdn_ava' => 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4', - 'gnutls_x509_dn_get_str' => 'gnutls_x509_dn_get_str@@GNUTLS_3_4', - 'gnutls_x509_dn_get_str2' => 'gnutls_x509_dn_get_str2@@GNUTLS_3_4', - 'gnutls_x509_dn_import' => 'gnutls_x509_dn_import@@GNUTLS_3_4', - 'gnutls_x509_dn_init' => 'gnutls_x509_dn_init@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_known' => 'gnutls_x509_dn_oid_known@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_name' => 'gnutls_x509_dn_oid_name@@GNUTLS_3_4', - 'gnutls_x509_dn_set_str' => 'gnutls_x509_dn_set_str@@GNUTLS_3_4', - 'gnutls_x509_ext_deinit' => 'gnutls_x509_ext_deinit@@GNUTLS_3_4', - 'gnutls_x509_ext_export_aia' => 'gnutls_x509_ext_export_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_export_authority_key_id' => 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_export_basic_constraints' => 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_crl_dist_points' => 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_export_key_purposes' => 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_export_key_usage' => 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_export_name_constraints' => 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_policies' => 'gnutls_x509_ext_export_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_export_private_key_usage_period' => 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_export_proxy' => 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_alt_names' => 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_key_id' => 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_export_tlsfeatures' => 'gnutls_x509_ext_export_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_ext_import_aia' => 'gnutls_x509_ext_import_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_import_authority_key_id' => 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_basic_constraints' => 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_crl_dist_points' => 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_import_key_purposes' => 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_import_key_usage' => 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_import_name_constraints' => 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_policies' => 'gnutls_x509_ext_import_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_import_private_key_usage_period' => 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_import_proxy' => 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_alt_names' => 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_key_id' => 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_tlsfeatures' => 'gnutls_x509_ext_import_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_ext_print' => 'gnutls_x509_ext_print@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_deinit' => 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_get' => 'gnutls_x509_key_purpose_get@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_init' => 'gnutls_x509_key_purpose_init@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_set' => 'gnutls_x509_key_purpose_set@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_excluded' => 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_permitted' => 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check' => 'gnutls_x509_name_constraints_check@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check_crt' => 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_deinit' => 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_excluded' => 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_permitted' => 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_init' => 'gnutls_x509_name_constraints_init@@GNUTLS_3_4', - 'gnutls_x509_othername_to_virtual' => 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4', - 'gnutls_x509_policies_deinit' => 'gnutls_x509_policies_deinit@@GNUTLS_3_4', - 'gnutls_x509_policies_get' => 'gnutls_x509_policies_get@@GNUTLS_3_4', - 'gnutls_x509_policies_init' => 'gnutls_x509_policies_init@@GNUTLS_3_4', - 'gnutls_x509_policies_set' => 'gnutls_x509_policies_set@@GNUTLS_3_4', - 'gnutls_x509_policy_release' => 'gnutls_x509_policy_release@@GNUTLS_3_4', - 'gnutls_x509_privkey_cpy' => 'gnutls_x509_privkey_cpy@@GNUTLS_3_4', - 'gnutls_x509_privkey_deinit' => 'gnutls_x509_privkey_deinit@@GNUTLS_3_4', - 'gnutls_x509_privkey_export' => 'gnutls_x509_privkey_export@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2' => 'gnutls_x509_privkey_export2@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2_pkcs8' => 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_dsa_raw' => 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_ecc_raw' => 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_pkcs8' => 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw' => 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw2' => 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_fix' => 'gnutls_x509_privkey_fix@@GNUTLS_3_4', - 'gnutls_x509_privkey_generate' => 'gnutls_x509_privkey_generate@@GNUTLS_3_4', - 'gnutls_x509_privkey_generate2' => 'gnutls_x509_privkey_generate2@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_key_id' => 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm' => 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm2' => 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_seed' => 'gnutls_x509_privkey_get_seed@@GNUTLS_3_4', - 'gnutls_x509_privkey_import' => 'gnutls_x509_privkey_import@@GNUTLS_3_4', - 'gnutls_x509_privkey_import2' => 'gnutls_x509_privkey_import2@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_dsa_raw' => 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_ecc_raw' => 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_openssl' => 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_pkcs8' => 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw' => 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw2' => 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_init' => 'gnutls_x509_privkey_init@@GNUTLS_3_4', - 'gnutls_x509_privkey_sec_param' => 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_x509_privkey_set_flags' => 'gnutls_x509_privkey_set_flags@@GNUTLS_3_4', - 'gnutls_x509_privkey_set_pin_function' => 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_privkey_sign_data' => 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_x509_privkey_sign_hash' => 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_x509_privkey_verify_params' => 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_x509_privkey_verify_seed' => 'gnutls_x509_privkey_verify_seed@@GNUTLS_3_4', - 'gnutls_x509_rdn_get' => 'gnutls_x509_rdn_get@@GNUTLS_3_4', - 'gnutls_x509_rdn_get2' => 'gnutls_x509_rdn_get2@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_by_oid' => 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_oid' => 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_add' => 'gnutls_x509_tlsfeatures_add@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_check_crt' => 'gnutls_x509_tlsfeatures_check_crt@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_deinit' => 'gnutls_x509_tlsfeatures_deinit@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_get' => 'gnutls_x509_tlsfeatures_get@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_init' => 'gnutls_x509_tlsfeatures_init@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_cas' => 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_crls' => 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_named_crt' => 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_system_trust' => 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_dir' => 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_file' => 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_mem' => 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_deinit' => 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer' => 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer_by_dn' => 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer_by_subject_key_id' => 'gnutls_x509_trust_list_get_issuer_by_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_trust_list_init' => 'gnutls_x509_trust_list_init@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_deinit' => 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_get_ca' => 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_cas' => 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_file' => 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_mem' => 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt' => 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt2' => 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_named_crt' => 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4', - 'inflate' => 'vasprintf@@GLIBC_2.2.5', - 'inflateEnd' => 'vasprintf@@GLIBC_2.2.5', - 'inflateInit2_' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_config_option' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_message' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_finalize' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_get_flags' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_get_name' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_initialize' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_load' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_release' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_modules_load_and_initialize' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_file_callback' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_get_length' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_get_value' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_new_for_string' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_register_callback' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_request' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_unref' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_unregister_callback' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_space_strdup' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_space_strlen' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_strerror' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_format' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_free' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_attribute' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_attributes' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_module_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_source' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_value' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_token_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_match_module_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_match_token_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_new' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_parse' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_set_attribute' => 'vasprintf@@GLIBC_2.2.5', - 'u16_normalize' => 'vasprintf@@GLIBC_2.2.5', - 'u16_to_u8' => 'vasprintf@@GLIBC_2.2.5', - 'u32_normalize' => 'vasprintf@@GLIBC_2.2.5', - 'u32_to_u8' => 'vasprintf@@GLIBC_2.2.5', - 'u8_check' => 'vasprintf@@GLIBC_2.2.5', - 'u8_to_u16' => 'vasprintf@@GLIBC_2.2.5', - 'u8_to_u32' => 'vasprintf@@GLIBC_2.2.5', - 'uc_general_category_and_not' => 'vasprintf@@GLIBC_2.2.5', - 'uc_general_category_or' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_general_category' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_property_default_ignorable_code_point' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_property_join_control' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_property_not_a_character' => 'vasprintf@@GLIBC_2.2.5', - 'uninorm_nfc' => 'vasprintf@@GLIBC_2.2.5', - 'uninorm_nfkc' => 'vasprintf@@GLIBC_2.2.5' - }, - 'Symbols' => { - 'libgnutls.so.30.13.1' => { - '_dsa_generate_dss_g@@GNUTLS_FIPS140_3_4' => 1, - '_dsa_generate_dss_pq@@GNUTLS_FIPS140_3_4' => 1, - '_dsa_validate_dss_g@@GNUTLS_FIPS140_3_4' => 1, - '_dsa_validate_dss_pq@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_bin2hex@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_append_str@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_init@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_cidr_to_string@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_decode_ber_rs_raw@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_digest_exists@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_global_init_skip@@GNUTLS_3_4' => 1, - '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_idna_map@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_idna_reverse_map@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_ip_to_string@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_log@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_log_level@@GNUTLS_PRIVATE_3_4' => -4, - '_gnutls_mac_to_entry@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_mpi_log@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_mpi_ops@@GNUTLS_PRIVATE_3_4' => -200, - '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_record_set_default_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_resolve_priorities@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_server_name_set_raw@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_ucs2_to_utf8@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_utf8_to_ucs2@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_x509_name_constraints_merge@@GNUTLS_PRIVATE_3_4' => 1, - '_rsa_generate_fips186_4_keypair@@GNUTLS_FIPS140_3_4' => 1, - 'dsa_generate_dss_keypair@@GNUTLS_FIPS140_3_4' => 1, - 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_alert_get@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_name@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_strname@@GNUTLS_3_4' => 1, - 'gnutls_alert_send@@GNUTLS_3_4' => 1, - 'gnutls_alert_send_appropriate@@GNUTLS_3_4' => 1, - 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4' => 1, - 'gnutls_alpn_set_protocols@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_known_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_auth_client_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_server_get_type@@GNUTLS_3_4' => 1, - 'gnutls_buffer_append_data@@GNUTLS_3_4' => 1, - 'gnutls_bye@@GNUTLS_3_4' => 1, - 'gnutls_calloc@@GNUTLS_3_4' => -8, - 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4' => 1, - 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_ca_names@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_cas@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_crls@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_keys@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_ours@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4' => 1, - 'gnutls_certificate_server_set_request@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_known_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_function2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verification_status_print@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers3@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers@@GNUTLS_3_4' => 1, - 'gnutls_check_version@@GNUTLS_3_4' => 1, - 'gnutls_cipher_add_auth@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_block_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_id@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_iv_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_tag_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_cipher_set_iv@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_info@@GNUTLS_3_4' => 1, - 'gnutls_cipher_tag@@GNUTLS_3_4' => 1, - 'gnutls_compression_get@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_id@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_name@@GNUTLS_3_4' => 1, - 'gnutls_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_credentials_clear@@GNUTLS_3_4' => 1, - 'gnutls_credentials_get@@GNUTLS_3_4' => 1, - 'gnutls_credentials_set@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_digest@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_mac@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry_time@@GNUTLS_3_4' => 1, - 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_remove_session@@GNUTLS_3_4' => 1, - 'gnutls_db_set_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_set_remove_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_store_function@@GNUTLS_3_4' => 1, - 'gnutls_decode_ber_digest_info@@GNUTLS_3_4' => 1, - 'gnutls_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_group@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_secret_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_cpy@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_generate2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_dsa@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_init@@GNUTLS_3_4' => 1, - 'gnutls_dh_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_id@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_name@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_digest_list@@GNUTLS_3_4' => 1, - 'gnutls_dtls_cookie_send@@GNUTLS_3_4' => 1, - 'gnutls_dtls_cookie_verify@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_dtls_prestate_set@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_id@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_name@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_pk@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_size@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_encode_ber_digest_info@@GNUTLS_3_4' => 1, - 'gnutls_error_is_fatal@@GNUTLS_3_4' => 1, - 'gnutls_error_to_alert@@GNUTLS_3_4' => 1, - 'gnutls_est_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_ext_get_data@@GNUTLS_3_4' => 1, - 'gnutls_ext_get_name@@GNUTLS_3_4' => 1, - 'gnutls_ext_register@@GNUTLS_3_4' => 1, - 'gnutls_ext_set_data@@GNUTLS_3_4' => 1, - 'gnutls_ffdhe_2048_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_2048_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_2048_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_ffdhe_3072_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_3072_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_3072_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_ffdhe_4096_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_4096_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_4096_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_ffdhe_8192_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_8192_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_8192_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_fips140_mode_enabled@@GNUTLS_3_4' => 1, - 'gnutls_free@@GNUTLS_3_4' => -8, - 'gnutls_global_deinit@@GNUTLS_3_4' => 1, - 'gnutls_global_init@@GNUTLS_3_4' => 1, - 'gnutls_global_set_audit_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_level@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mem_functions@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mutex@@GNUTLS_3_4' => 1, - 'gnutls_global_set_time_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake@@GNUTLS_3_4' => 1, - 'gnutls_handshake_description_get_name@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_in@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_out@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_hook_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_random@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_hash@@GNUTLS_3_4' => 1, - 'gnutls_hash_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hash_fast@@GNUTLS_3_4' => 1, - 'gnutls_hash_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hash_init@@GNUTLS_3_4' => 1, - 'gnutls_hash_output@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_allowed@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_enable@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_ping@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_pong@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_hex2bin@@GNUTLS_3_4' => 1, - 'gnutls_hex_decode2@@GNUTLS_3_4' => 1, - 'gnutls_hex_decode@@GNUTLS_3_4' => 1, - 'gnutls_hex_encode2@@GNUTLS_3_4' => 1, - 'gnutls_hex_encode@@GNUTLS_3_4' => 1, - 'gnutls_hmac@@GNUTLS_3_4' => 1, - 'gnutls_hmac_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hmac_fast@@GNUTLS_3_4' => 1, - 'gnutls_hmac_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hmac_init@@GNUTLS_3_4' => 1, - 'gnutls_hmac_output@@GNUTLS_3_4' => 1, - 'gnutls_hmac_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_init@@GNUTLS_3_4' => 1, - 'gnutls_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_kx_get@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_id@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_name@@GNUTLS_3_4' => 1, - 'gnutls_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_load_file@@GNUTLS_3_4' => 1, - 'gnutls_mac_get@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_id@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_name@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_nonce_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_malloc@@GNUTLS_3_4' => -8, - 'gnutls_memcmp@@GNUTLS_3_4' => 1, - 'gnutls_memset@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder2@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_get@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_digest@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_ecc_curve@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_mac@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_pk@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_sign@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_send_cert@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4' => 1, - 'gnutls_packet_deinit@@GNUTLS_3_4' => 1, - 'gnutls_packet_get@@GNUTLS_3_4' => 1, - 'gnutls_pcert_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_list@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_perror@@GNUTLS_3_4' => 1, - 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_id@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_pk_list@@GNUTLS_3_4' => 1, - 'gnutls_pk_to_sign@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_add_provider@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_delete_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_reinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_get_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_mac_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_set_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_add_attr@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_attrs_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_attr@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_raw2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_raw2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_embedded_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_embedded_data_oid@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_signature_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_signature_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_print@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_sign@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_signature_info_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_verify@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_verify_direct@@GNUTLS_3_4' => 1, - 'gnutls_pkcs8_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_prf@@GNUTLS_3_4' => 1, - 'gnutls_prf_raw@@GNUTLS_3_4' => 1, - 'gnutls_prf_rfc5705@@GNUTLS_3_4' => 1, - 'gnutls_priority_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_deinit@@GNUTLS_3_4' => 1, - 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4' => 1, - 'gnutls_priority_init@@GNUTLS_3_4' => 1, - 'gnutls_priority_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_set@@GNUTLS_3_4' => 1, - 'gnutls_priority_set_direct@@GNUTLS_3_4' => 1, - 'gnutls_priority_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_string_list@@GNUTLS_3_4' => 1, - 'gnutls_privkey_decrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_generate2@@GNUTLS_3_4' => 1, - 'gnutls_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_seed@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_type@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext2@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext3@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_privkey_set_flags@@GNUTLS_3_4' => 1, - 'gnutls_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_privkey_verify_seed@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_id@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_name@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_version@@GNUTLS_3_4' => 1, - 'gnutls_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_client_get_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_known_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_print@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_data2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_random_art@@GNUTLS_3_4' => 1, - 'gnutls_range_split@@GNUTLS_3_4' => 1, - 'gnutls_realloc@@GNUTLS_3_4' => -8, - 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4' => 1, - 'gnutls_record_check_corked@@GNUTLS_3_4' => 1, - 'gnutls_record_check_pending@@GNUTLS_3_4' => 1, - 'gnutls_record_cork@@GNUTLS_3_4' => 1, - 'gnutls_record_disable_padding@@GNUTLS_3_4' => 1, - 'gnutls_record_discard_queued@@GNUTLS_3_4' => 1, - 'gnutls_record_get_direction@@GNUTLS_3_4' => 1, - 'gnutls_record_get_discarded@@GNUTLS_3_4' => 1, - 'gnutls_record_get_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_get_state@@GNUTLS_3_4' => 1, - 'gnutls_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_record_recv@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_packet@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_seq@@GNUTLS_3_4' => 1, - 'gnutls_record_send@@GNUTLS_3_4' => 1, - 'gnutls_record_send_range@@GNUTLS_3_4' => 1, - 'gnutls_record_set_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_set_state@@GNUTLS_3_4' => 1, - 'gnutls_record_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_record_uncork@@GNUTLS_3_4' => 1, - 'gnutls_register_custom_url@@GNUTLS_3_4' => 1, - 'gnutls_rehandshake@@GNUTLS_3_4' => 1, - 'gnutls_rnd@@GNUTLS_3_4' => 1, - 'gnutls_rnd_refresh@@GNUTLS_3_4' => 1, - 'gnutls_safe_renegotiation_status@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4' => 1, - 'gnutls_secure_malloc@@GNUTLS_3_4' => -8, - 'gnutls_server_name_get@@GNUTLS_3_4' => 1, - 'gnutls_server_name_set@@GNUTLS_3_4' => 1, - 'gnutls_session_channel_binding@@GNUTLS_3_4' => 1, - 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4' => 1, - 'gnutls_session_etm_status@@GNUTLS_3_4' => 1, - 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4' => 1, - 'gnutls_session_ext_register@@GNUTLS_3_4' => 1, - 'gnutls_session_force_valid@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data@@GNUTLS_3_4' => 1, - 'gnutls_session_get_desc@@GNUTLS_3_4' => 1, - 'gnutls_session_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id@@GNUTLS_3_4' => 1, - 'gnutls_session_get_master_secret@@GNUTLS_3_4' => 1, - 'gnutls_session_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_get_random@@GNUTLS_3_4' => 1, - 'gnutls_session_get_verify_cert_status@@GNUTLS_3_4' => 1, - 'gnutls_session_is_resumed@@GNUTLS_3_4' => 1, - 'gnutls_session_resumption_requested@@GNUTLS_3_4' => 1, - 'gnutls_session_set_data@@GNUTLS_3_4' => 1, - 'gnutls_session_set_id@@GNUTLS_3_4' => 1, - 'gnutls_session_set_premaster@@GNUTLS_3_4' => 1, - 'gnutls_session_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_cert2@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_cert@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_function@@GNUTLS_3_4' => 1, - 'gnutls_session_supplemental_register@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_server@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_set_default_priority@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_id@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_is_secure@@GNUTLS_3_4' => 1, - 'gnutls_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_srp_1024_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1024_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4' => 1, - 'gnutls_srp_verifier@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_keys@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_id@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_name@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4' => 1, - 'gnutls_store_commitment@@GNUTLS_3_4' => 1, - 'gnutls_store_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_strdup@@GNUTLS_3_4' => -8, - 'gnutls_strerror@@GNUTLS_3_4' => 1, - 'gnutls_strerror_name@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_get@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_init@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_set@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_get_name@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_recv@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_register@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_send@@GNUTLS_3_4' => 1, - 'gnutls_system_key_add_x509@@GNUTLS_3_4' => 1, - 'gnutls_system_key_delete@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_get_info@@GNUTLS_3_4' => 1, - 'gnutls_system_recv_timeout@@GNUTLS_3_4' => 1, - 'gnutls_tdb_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tdb_init@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_verify_func@@GNUTLS_3_4' => 1, - 'gnutls_tpm_get_registered@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_delete@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_fastopen@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_push_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4' => 1, - 'gnutls_url_is_supported@@GNUTLS_3_4' => 1, - 'gnutls_utf8_password_normalize@@GNUTLS_3_4' => 1, - 'gnutls_verify_stored_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_cidr_to_rfc5280@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_pk_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_signature_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_subject_alt_othername@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_key_purpose@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_equals2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_equals@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_url@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_alt_othername@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alt_othername@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_verify_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_str2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_str@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_known@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_set_str@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_policy_release@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_fix@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_generate2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_seed@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_set_flags@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_verify_seed@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get2@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_add@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer_by_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4' => 1 - } - }, - 'Target' => 'unix', - 'TypeInfo' => { - '1' => { - 'Name' => 'void', - 'Type' => 'Intrinsic' - }, - '10015' => { - 'BaseType' => '5971', - 'Header' => 'hash_int.h', - 'Line' => '39', - 'Name' => 'hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10026' => { - 'BaseType' => '5971', - 'Header' => 'hash_int.h', - 'Line' => '40', - 'Name' => 'nonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10037' => { - 'BaseType' => '6305', - 'Header' => 'hash_int.h', - 'Line' => '41', - 'Name' => 'output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10048' => { - 'BaseType' => '4665', - 'Header' => 'hash_int.h', - 'Line' => '43', - 'Name' => 'hash_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1006' => { - 'BaseType' => '246', - 'Header' => 'unistd.h', - 'Line' => '277', - 'Name' => 'socklen_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1011939' => { - 'BaseType' => '158215', - 'Name' => 'gnutls_openpgp_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1013259' => { - 'BaseType' => '998534', - 'Name' => 'gnutls_keygen_data_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10150' => { - 'BaseType' => '9771', - 'Name' => 'mac_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1015419' => { - 'BaseType' => '158282', - 'Name' => 'gnutls_pkcs11_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10156' => { - 'Header' => 'hash_int.h', - 'Line' => '55', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '10150' - }, - '1' => { - 'name' => 'hash', - 'offset' => '8', - 'type' => '10015' - }, - '2' => { - 'name' => 'output', - 'offset' => '16', - 'type' => '10037' - }, - '3' => { - 'name' => 'deinit', - 'offset' => '24', - 'type' => '10048' - }, - '4' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '334' - }, - '5' => { - 'name' => 'keysize', - 'offset' => '40', - 'type' => '75' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '216' - } - }, - 'Name' => 'struct digest_hd_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '10258' => { - 'Header' => 'hash_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '10150' - }, - '1' => { - 'name' => 'mac_len', - 'offset' => '8', - 'type' => '75' - }, - '2' => { - 'name' => 'hash', - 'offset' => '16', - 'type' => '10015' - }, - '3' => { - 'name' => 'setnonce', - 'offset' => '24', - 'type' => '10026' - }, - '4' => { - 'name' => 'output', - 'offset' => '32', - 'type' => '10037' - }, - '5' => { - 'name' => 'deinit', - 'offset' => '40', - 'type' => '10048' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '216' - } - }, - 'Name' => 'struct mac_hd_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '10291' => { - 'BaseType' => '6024', - 'Header' => 'cipher_int.h', - 'Line' => '33', - 'Name' => 'cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '103' => { - 'Name' => 'unsigned short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '1030' => { - 'BaseType' => '240', - 'Name' => 'char**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10302' => { - 'BaseType' => '6024', - 'Header' => 'cipher_int.h', - 'Line' => '35', - 'Name' => 'cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10313' => { - 'BaseType' => '6136', - 'Header' => 'cipher_int.h', - 'Line' => '37', - 'Name' => 'aead_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10324' => { - 'BaseType' => '6136', - 'Header' => 'cipher_int.h', - 'Line' => '43', - 'Name' => 'aead_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10335' => { - 'BaseType' => '4665', - 'Header' => 'cipher_int.h', - 'Line' => '49', - 'Name' => 'cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10346' => { - 'BaseType' => '5971', - 'Header' => 'cipher_int.h', - 'Line' => '51', - 'Name' => 'cipher_auth_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10357' => { - 'BaseType' => '5971', - 'Header' => 'cipher_int.h', - 'Line' => '52', - 'Name' => 'cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10368' => { - 'BaseType' => '6098', - 'Header' => 'cipher_int.h', - 'Line' => '54', - 'Name' => 'cipher_tag_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1036973' => { - 'BaseType' => '158148', - 'Name' => 'gnutls_openpgp_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1046529' => { - 'BaseType' => '1046541', - 'Header' => 'gnutls.h', - 'Line' => '1572', - 'Name' => 'gnutls_x509_crq_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1046541' => { - 'BaseType' => '1046547', - 'Name' => 'struct gnutls_x509_crq_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1046547' => { - 'Header' => 'x509_int.h', - 'Line' => '96', - 'Memb' => { - '0' => { - 'name' => 'crq', - 'offset' => '0', - 'type' => '8286' - } - }, - 'Name' => 'struct gnutls_x509_crq_int', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '1048015' => { - 'BaseType' => '1048026', - 'Header' => 'pkcs11.h', - 'Line' => '63', - 'Name' => 'gnutls_pkcs11_obj_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1048026' => { - 'BaseType' => '1048032', - 'Name' => 'struct gnutls_pkcs11_obj_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1048032' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'raw', - 'offset' => '0', - 'type' => '3887' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '1048221' - }, - '2' => { - 'name' => 'class', - 'offset' => '24', - 'type' => '1057223' - }, - '3' => { - 'name' => 'flags', - 'offset' => '32', - 'type' => '145' - }, - '4' => { - 'name' => 'info', - 'offset' => '40', - 'type' => '1057251' - }, - '5' => { - 'name' => 'pubkey', - 'offset' => '48', - 'type' => '1057257' - }, - '6' => { - 'name' => 'pubkey_size', - 'offset' => '112', - 'type' => '145' - }, - '7' => { - 'name' => 'pk_algorithm', - 'offset' => '116', - 'type' => '2916' - }, - '8' => { - 'name' => 'key_usage', - 'offset' => '120', - 'type' => '145' - }, - '9' => { - 'name' => 'pin', - 'offset' => '128', - 'type' => '163164' - } - }, - 'Name' => 'struct gnutls_pkcs11_obj_st', - 'PrivateABI' => 1, - 'Size' => '144', - 'Type' => 'Struct' - }, - '1048221' => { - 'Header' => 'pkcs11.h', - 'Line' => '349', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PUBKEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PRIVKEY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_SECRET_KEY', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_DATA', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT_EXTENSION', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '10506' => { - 'BaseType' => '9611', - 'Name' => 'cipher_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10512' => { - 'Header' => 'cipher_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '216' - }, - '1' => { - 'name' => 'e', - 'offset' => '8', - 'type' => '10506' - }, - '2' => { - 'name' => 'encrypt', - 'offset' => '16', - 'type' => '10291' - }, - '3' => { - 'name' => 'decrypt', - 'offset' => '24', - 'type' => '10302' - }, - '4' => { - 'name' => 'aead_encrypt', - 'offset' => '32', - 'type' => '10313' - }, - '5' => { - 'name' => 'aead_decrypt', - 'offset' => '40', - 'type' => '10324' - }, - '6' => { - 'name' => 'auth', - 'offset' => '48', - 'type' => '10346' - }, - '7' => { - 'name' => 'tag', - 'offset' => '56', - 'type' => '10368' - }, - '8' => { - 'name' => 'setiv', - 'offset' => '64', - 'type' => '10357' - }, - '9' => { - 'name' => 'deinit', - 'offset' => '72', - 'type' => '10335' - } - }, - 'Name' => 'struct cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Type' => 'Struct' - }, - '10523' => { - 'Header' => 'cipher_int.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '10156' - }, - '1' => { - 'name' => 'mac', - 'offset' => '0', - 'type' => '10258' - } - }, - 'Name' => 'anon-union-cipher_int.h-191', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Union' - }, - '1057223' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '311', - 'Name' => 'ck_object_class_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1057246' => { - 'Name' => 'struct p11_kit_uri', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '1057251' => { - 'BaseType' => '1057246', - 'Name' => 'struct p11_kit_uri*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1057257' => { - 'BaseType' => '3887', - 'Name' => 'gnutls_datum_t[4]', - 'Size' => '64', - 'Type' => 'Array' - }, - '10659' => { - 'Header' => 'cipher_int.h', - 'Line' => '202', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '10512' - }, - '1' => { - 'name' => 'mac', - 'offset' => '80', - 'type' => '10523' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_mac', - 'offset' => '136', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'ssl_hmac', - 'offset' => '136', - 'type' => '145' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'non_null', - 'offset' => '136', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'etm', - 'offset' => '136', - 'type' => '145' - }, - '6' => { - 'name' => 'tag_size', - 'offset' => '144', - 'type' => '52' - } - }, - 'Name' => 'struct auth_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '152', - 'Type' => 'Struct' - }, - '10670' => { - 'Header' => 'compress.h', - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '216' - }, - '1' => { - 'name' => 'algo', - 'offset' => '8', - 'type' => '2583' - } - }, - 'Name' => 'struct comp_hd_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '10707' => { - 'BaseType' => '10670', - 'Header' => 'compress.h', - 'Line' => '41', - 'Name' => 'comp_hd_st', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '1072048' => { - 'BaseType' => '4454', - 'Name' => 'gnutls_pubkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1095473' => { - 'Header' => 'dtls.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'record_seq', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'hsk_read_seq', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_dtls_prestate_st', - 'Size' => '12', - 'Type' => 'Struct' - }, - '110' => { - 'BaseType' => '128', - 'Name' => 'char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1103881' => { - 'BaseType' => '1095473', - 'Name' => 'gnutls_dtls_prestate_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11053' => { - 'BaseType' => '962', - 'Name' => 'uint8_t[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '11069' => { - 'BaseType' => '962', - 'Name' => 'uint8_t[48]', - 'Size' => '48', - 'Type' => 'Array' - }, - '11085' => { - 'BaseType' => '962', - 'Name' => 'uint8_t[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '11101' => { - 'BaseType' => '9966', - 'Name' => 'version_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11107' => { - 'Header' => 'gnutls_int.h', - 'Line' => '599', - 'Memb' => { - '0' => { - 'name' => 'entity', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'kx_algorithm', - 'offset' => '4', - 'type' => '2242' - }, - '10' => { - 'name' => 'server_random', - 'offset' => '104', - 'type' => '11085' - }, - '11' => { - 'name' => 'session_id', - 'offset' => '136', - 'type' => '11085' - }, - '12' => { - 'name' => 'session_id_size', - 'offset' => '168', - 'type' => '962' - }, - '13' => { - 'name' => 'timestamp', - 'offset' => '176', - 'type' => '268' - }, - '14' => { - 'name' => 'max_record_send_size', - 'offset' => '184', - 'type' => '973' - }, - '15' => { - 'name' => 'max_record_recv_size', - 'offset' => '186', - 'type' => '973' - }, - '16' => { - 'name' => 'cert_type', - 'offset' => '188', - 'type' => '2854' - }, - '17' => { - 'name' => 'ecc_curve', - 'offset' => '192', - 'type' => '3208' - }, - '18' => { - 'name' => 'server_sign_algo', - 'offset' => '196', - 'type' => '3140' - }, - '19' => { - 'name' => 'client_sign_algo', - 'offset' => '200', - 'type' => '3140' - }, - '2' => { - 'name' => 'epoch_read', - 'offset' => '8', - 'type' => '973' - }, - '20' => { - 'name' => 'ext_master_secret', - 'offset' => '204', - 'type' => '962' - }, - '21' => { - 'name' => 'etm', - 'offset' => '205', - 'type' => '962' - }, - '22' => { - 'name' => 'do_recv_supplemental', - 'offset' => '208', - 'type' => '75' - }, - '23' => { - 'name' => 'do_send_supplemental', - 'offset' => '212', - 'type' => '75' - }, - '24' => { - 'name' => 'pversion', - 'offset' => '216', - 'type' => '11101' - }, - '3' => { - 'name' => 'epoch_write', - 'offset' => '10', - 'type' => '973' - }, - '4' => { - 'name' => 'epoch_next', - 'offset' => '12', - 'type' => '973' - }, - '5' => { - 'name' => 'epoch_min', - 'offset' => '14', - 'type' => '973' - }, - '6' => { - 'name' => 'cipher_suite', - 'offset' => '16', - 'type' => '11053' - }, - '7' => { - 'name' => 'compression_method', - 'offset' => '20', - 'type' => '2583' - }, - '8' => { - 'name' => 'master_secret', - 'offset' => '24', - 'type' => '11069' - }, - '9' => { - 'name' => 'client_random', - 'offset' => '72', - 'type' => '11085' - } - }, - 'Name' => 'struct security_parameters_st', - 'PrivateABI' => 1, - 'Size' => '224', - 'Type' => 'Struct' - }, - '11157' => { - 'BaseType' => '145', - 'Name' => 'unsigned int[64]', - 'Size' => '256', - 'Type' => 'Array' - }, - '11173' => { - 'Header' => 'gnutls_int.h', - 'Line' => '647', - 'Memb' => { - '0' => { - 'name' => 'priority', - 'offset' => '0', - 'type' => '11157' - }, - '1' => { - 'name' => 'algorithms', - 'offset' => '256', - 'type' => '145' - } - }, - 'Name' => 'struct priority_st', - 'PrivateABI' => 1, - 'Size' => '260', - 'Type' => 'Struct' - }, - '11223' => { - 'Header' => 'gnutls_int.h', - 'Line' => '654', - 'Memb' => { - '0' => { - 'name' => 'SR_DISABLED', - 'value' => '0' - }, - '1' => { - 'name' => 'SR_UNSAFE', - 'value' => '1' - }, - '2' => { - 'name' => 'SR_PARTIAL', - 'value' => '2' - }, - '3' => { - 'name' => 'SR_SAFE', - 'value' => '3' - } - }, - 'Name' => 'enum safe_renegotiation_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '11235' => { - 'BaseType' => '6954', - 'Name' => 'bigint_t[2]', - 'Size' => '16', - 'Type' => 'Array' - }, - '11287' => { - 'Header' => 'gnutls_int.h', - 'Line' => '722', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '3411' - }, - '1' => { - 'name' => 'free_dh_params', - 'offset' => '8', - 'type' => '75' - } - }, - 'Name' => 'struct internal_params_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '11478' => { - 'Header' => 'gnutls_int.h', - 'Line' => '759', - 'Memb' => { - '0' => { - 'name' => 'cookie', - 'offset' => '0', - 'type' => '11085' - }, - '1' => { - 'name' => 'cookie_len', - 'offset' => '32', - 'type' => '962' - }, - '10' => { - 'name' => 'async_term', - 'offset' => '56', - 'type' => '268' - }, - '11' => { - 'name' => 'last_retransmit', - 'offset' => '64', - 'type' => '290' - }, - '12' => { - 'name' => 'packets_dropped', - 'offset' => '80', - 'type' => '145' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '34', - 'type' => '973' - }, - '3' => { - 'name' => 'hsk_read_seq', - 'offset' => '36', - 'type' => '145' - }, - '4' => { - 'name' => 'mtu', - 'offset' => '40', - 'type' => '973' - }, - '5' => { - 'name' => 'flight_init', - 'offset' => '42', - 'type' => '9592' - }, - '6' => { - 'name' => 'last_flight', - 'offset' => '43', - 'type' => '9592' - }, - '7' => { - 'name' => 'retrans_timeout_ms', - 'offset' => '44', - 'type' => '145' - }, - '8' => { - 'name' => 'hsk_hello_verify_requests', - 'offset' => '48', - 'type' => '145' - }, - '9' => { - 'name' => 'actual_retrans_timeout_ms', - 'offset' => '52', - 'type' => '145' - } - }, - 'Name' => 'struct dtls_st', - 'PrivateABI' => 1, - 'Size' => '88', - 'Type' => 'Struct' - }, - '11490' => { - 'Header' => 'gnutls_int.h', - 'Line' => '761', - 'Memb' => { - '0' => { - 'name' => 'fd', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'flags', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'connect_only', - 'offset' => '8', - 'type' => '9592' - }, - '3' => { - 'name' => 'connect_addr', - 'offset' => '16', - 'type' => '1261' - }, - '4' => { - 'name' => 'connect_addrlen', - 'offset' => '144', - 'type' => '1006' - } - }, - 'Name' => 'struct tfo_st', - 'PrivateABI' => 1, - 'Size' => '152', - 'Type' => 'Struct' - }, - '1152108' => { - 'BaseType' => '1152120', - 'Header' => 'gnutls.h', - 'Line' => '2382', - 'Name' => 'gnutls_tdb_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1152120' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '268' - }, - '4' => { - 'type' => '4430' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1152161' => { - 'BaseType' => '1152173', - 'Header' => 'gnutls.h', - 'Line' => '2388', - 'Name' => 'gnutls_tdb_store_commitment_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1152173' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_digest_algorithm_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '268' - }, - '4' => { - 'type' => '2533' - }, - '5' => { - 'type' => '4430' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1152219' => { - 'BaseType' => '1152231', - 'Header' => 'gnutls.h', - 'Line' => '2399', - 'Name' => 'gnutls_tdb_verify_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1152231' => { - 'Name' => 'int(*)(char const*, char const*, char const*, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '4430' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1152267' => { - 'BaseType' => '1152279', - 'Header' => 'gnutls.h', - 'Line' => '2406', - 'Name' => 'gnutls_tdb_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1152279' => { - 'BaseType' => '1152285', - 'Name' => 'struct gnutls_tdb_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1152285' => { - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'store', - 'offset' => '0', - 'type' => '1152108' - }, - '1' => { - 'name' => 'cstore', - 'offset' => '8', - 'type' => '1152161' - }, - '2' => { - 'name' => 'verify', - 'offset' => '16', - 'type' => '1152219' - } - }, - 'Name' => 'struct gnutls_tdb_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'verify-tofu.c', - 'Type' => 'Struct' - }, - '11568' => { - 'BaseType' => '11490', - 'Header' => 'gnutls_int.h', - 'Line' => '767', - 'Name' => 'tfo_st', - 'Size' => '152', - 'Type' => 'Typedef' - }, - '11580' => { - 'Header' => 'gnutls_int.h', - 'Line' => '968', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '973' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '5453' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '9592' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-968', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '116' => { - 'BaseType' => '110', - 'Name' => 'char const*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1161543' => { - 'BaseType' => '1152267', - 'Name' => 'gnutls_tdb_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11629' => { - 'Header' => 'gnutls_int.h', - 'Line' => '974', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '973' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '5453' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '9592' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-974', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '1186648' => { - 'BaseType' => '169', - 'Header' => 'types.h', - 'Line' => '194', - 'Name' => 'int8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '1191078' => { - 'BaseType' => '1191089', - 'Header' => 'tpm.h', - 'Line' => '36', - 'Name' => 'gnutls_tpm_key_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1191089' => { - 'BaseType' => '1191095', - 'Name' => 'struct tpm_key_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1191095' => { - 'Line' => '186', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '1201507' - }, - '1' => { - 'name' => 'ki', - 'offset' => '8', - 'type' => '1203117' - }, - '2' => { - 'name' => 'tpm_ctx', - 'offset' => '16', - 'type' => '1201568' - } - }, - 'Name' => 'struct tpm_key_list_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'tpm.c', - 'Type' => 'Struct' - }, - '1191174' => { - 'Header' => 'tpm.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_TPMKEY_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_TPMKEY_FMT_DER', - 'value' => '0' - }, - '2' => { - 'name' => 'GNUTLS_TPMKEY_FMT_CTK_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_tpmkey_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1192' => { - 'BaseType' => '103', - 'Header' => 'sockaddr.h', - 'Line' => '28', - 'Name' => 'sa_family_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '1201474' => { - 'BaseType' => '962', - 'Header' => 'platform.h', - 'Line' => '17', - 'Name' => 'BYTE', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '1201485' => { - 'BaseType' => '1186648', - 'Header' => 'platform.h', - 'Line' => '18', - 'Name' => 'TSS_BOOL', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '1201496' => { - 'BaseType' => '973', - 'Header' => 'platform.h', - 'Line' => '19', - 'Name' => 'UINT16', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '1201507' => { - 'BaseType' => '984', - 'Header' => 'platform.h', - 'Line' => '20', - 'Name' => 'UINT32', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1201529' => { - 'BaseType' => '1201474', - 'Name' => 'BYTE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1201535' => { - 'BaseType' => '1201507', - 'Header' => 'tss_typedef.h', - 'Line' => '17', - 'Name' => 'TSS_FLAG', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1201557' => { - 'BaseType' => '1201507', - 'Header' => 'tss_typedef.h', - 'Line' => '20', - 'Name' => 'TSS_HOBJECT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1201568' => { - 'BaseType' => '1201557', - 'Header' => 'tss_typedef.h', - 'Line' => '21', - 'Name' => 'TSS_HCONTEXT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1201634' => { - 'Header' => 'tss_structs.h', - 'Line' => '14', - 'Memb' => { - '0' => { - 'name' => 'bMajor', - 'offset' => '0', - 'type' => '1201474' - }, - '1' => { - 'name' => 'bMinor', - 'offset' => '1', - 'type' => '1201474' - }, - '2' => { - 'name' => 'bRevMajor', - 'offset' => '2', - 'type' => '1201474' - }, - '3' => { - 'name' => 'bRevMinor', - 'offset' => '3', - 'type' => '1201474' - } - }, - 'Name' => 'struct tdTSS_VERSION', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '1201695' => { - 'BaseType' => '1201634', - 'Header' => 'tss_structs.h', - 'Line' => '20', - 'Name' => 'TSS_VERSION', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1201706' => { - 'Header' => 'tss_structs.h', - 'Line' => '62', - 'Memb' => { - '0' => { - 'name' => 'ulTimeLow', - 'offset' => '0', - 'type' => '1201507' - }, - '1' => { - 'name' => 'usTimeMid', - 'offset' => '4', - 'type' => '1201496' - }, - '2' => { - 'name' => 'usTimeHigh', - 'offset' => '6', - 'type' => '1201496' - }, - '3' => { - 'name' => 'bClockSeqHigh', - 'offset' => '8', - 'type' => '1201474' - }, - '4' => { - 'name' => 'bClockSeqLow', - 'offset' => '9', - 'type' => '1201474' - }, - '5' => { - 'name' => 'rgbNode', - 'offset' => '10', - 'type' => '1201791' - } - }, - 'Name' => 'struct tdTSS_UUID', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1201791' => { - 'BaseType' => '1201474', - 'Name' => 'BYTE[6]', - 'Size' => '6', - 'Type' => 'Array' - }, - '1201807' => { - 'BaseType' => '1201706', - 'Header' => 'tss_structs.h', - 'Line' => '70', - 'Name' => 'TSS_UUID', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '1201823' => { - 'Header' => 'tss_structs.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'versionInfo', - 'offset' => '0', - 'type' => '1201695' - }, - '1' => { - 'name' => 'keyUUID', - 'offset' => '4', - 'type' => '1201807' - }, - '2' => { - 'name' => 'parentKeyUUID', - 'offset' => '20', - 'type' => '1201807' - }, - '3' => { - 'name' => 'bAuthDataUsage', - 'offset' => '36', - 'type' => '1201474' - }, - '4' => { - 'name' => 'persistentStorageType', - 'offset' => '40', - 'type' => '1201535' - }, - '5' => { - 'name' => 'persistentStorageTypeParent', - 'offset' => '44', - 'type' => '1201535' - }, - '6' => { - 'name' => 'fIsLoaded', - 'offset' => '48', - 'type' => '1201485' - }, - '7' => { - 'name' => 'ulVendorDataLength', - 'offset' => '52', - 'type' => '1201507' - }, - '8' => { - 'name' => 'rgbVendorData', - 'offset' => '56', - 'type' => '1201529' - } - }, - 'Name' => 'struct tdTSS_KM_KEYINFO2', - 'PrivateABI' => 1, - 'Size' => '64', - 'Type' => 'Struct' - }, - '1201944' => { - 'BaseType' => '1201823', - 'Header' => 'tss_structs.h', - 'Line' => '101', - 'Name' => 'TSS_KM_KEYINFO2', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '1203' => { - 'Header' => 'socket.h', - 'Line' => '170', - 'Memb' => { - '0' => { - 'name' => 'sa_family', - 'offset' => '0', - 'type' => '1192' - }, - '1' => { - 'name' => 'sa_data', - 'offset' => '2', - 'type' => '1245' - } - }, - 'Name' => 'struct sockaddr', - 'Size' => '16', - 'Type' => 'Struct' - }, - '1203117' => { - 'BaseType' => '1201944', - 'Name' => 'TSS_KM_KEYINFO2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1205247' => { - 'BaseType' => '1191078', - 'Name' => 'gnutls_tpm_key_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '121' => { - 'Name' => 'char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '1245' => { - 'BaseType' => '121', - 'Name' => 'char[14]', - 'Size' => '14', - 'Type' => 'Array' - }, - '1261' => { - 'Header' => 'socket.h', - 'Line' => '183', - 'Memb' => { - '0' => { - 'name' => 'ss_family', - 'offset' => '0', - 'type' => '1192' - }, - '1' => { - 'name' => '__ss_padding', - 'offset' => '2', - 'type' => '1310' - }, - '2' => { - 'name' => '__ss_align', - 'offset' => '120', - 'type' => '68' - } - }, - 'Name' => 'struct sockaddr_storage', - 'Size' => '128', - 'Type' => 'Struct' - }, - '128' => { - 'BaseType' => '121', - 'Name' => 'char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1283908' => { - 'Header' => 'gnutls.h', - 'Line' => '1965', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RANDOM_ART_OPENSSH', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_random_art', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1283932' => { - 'BaseType' => '1283908', - 'Header' => 'gnutls.h', - 'Line' => '1967', - 'Name' => 'gnutls_random_art_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1306913' => { - 'BaseType' => '904559', - 'Name' => 'gnutls_custom_url_st const', - 'Size' => '64', - 'Type' => 'Const' - }, - '1307508' => { - 'BaseType' => '1306913', - 'Name' => 'gnutls_custom_url_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1310' => { - 'BaseType' => '121', - 'Name' => 'char[118]', - 'Size' => '118', - 'Type' => 'Array' - }, - '13240' => { - 'BaseType' => '8654', - 'Name' => 'handshake_buffer_st[6]', - 'Size' => '432', - 'Type' => 'Array' - }, - '13256' => { - 'Header' => 'auth.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'gnutls_generate_server_certificate', - 'offset' => '8', - 'type' => '13605' - }, - '10' => { - 'name' => 'gnutls_process_client_kx', - 'offset' => '80', - 'type' => '13636' - }, - '11' => { - 'name' => 'gnutls_process_client_crt_vrfy', - 'offset' => '88', - 'type' => '13636' - }, - '12' => { - 'name' => 'gnutls_process_server_crt_request', - 'offset' => '96', - 'type' => '13636' - }, - '2' => { - 'name' => 'gnutls_generate_client_certificate', - 'offset' => '16', - 'type' => '13605' - }, - '3' => { - 'name' => 'gnutls_generate_server_kx', - 'offset' => '24', - 'type' => '13605' - }, - '4' => { - 'name' => 'gnutls_generate_client_kx', - 'offset' => '32', - 'type' => '13605' - }, - '5' => { - 'name' => 'gnutls_generate_client_crt_vrfy', - 'offset' => '40', - 'type' => '13605' - }, - '6' => { - 'name' => 'gnutls_generate_server_crt_request', - 'offset' => '48', - 'type' => '13605' - }, - '7' => { - 'name' => 'gnutls_process_server_certificate', - 'offset' => '56', - 'type' => '13636' - }, - '8' => { - 'name' => 'gnutls_process_client_certificate', - 'offset' => '64', - 'type' => '13636' - }, - '9' => { - 'name' => 'gnutls_process_server_kx', - 'offset' => '72', - 'type' => '13636' - } - }, - 'Name' => 'struct mod_auth_st_int', - 'PrivateABI' => 1, - 'Size' => '104', - 'Type' => 'Struct' - }, - '1326' => { - 'BaseType' => '1203', - 'Name' => 'struct sockaddr*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13425' => { - 'BaseType' => '13256', - 'Name' => 'struct mod_auth_st_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13431' => { - 'BaseType' => '973', - 'Name' => 'uint16_t[32]', - 'Size' => '64', - 'Type' => 'Array' - }, - '13447' => { - 'BaseType' => '11580', - 'Name' => 'anon-struct-gnutls_int.h-968[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '13463' => { - 'BaseType' => '11629', - 'Name' => 'anon-struct-gnutls_int.h-974[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '13479' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[36]', - 'Size' => '36', - 'Type' => 'Array' - }, - '13495' => { - 'BaseType' => '4120', - 'Name' => 'gnutls_certificate_verify_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13501' => { - 'BaseType' => '4246', - 'Name' => 'gnutls_typed_vdata_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13507' => { - 'BaseType' => '121', - 'Name' => 'char[129]', - 'Size' => '129', - 'Type' => 'Array' - }, - '13523' => { - 'Line' => '52', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'type', - 'offset' => '8', - 'type' => '941681' - }, - '2' => { - 'name' => 'supp_recv_func', - 'offset' => '16', - 'type' => '943119' - }, - '3' => { - 'name' => 'supp_send_func', - 'offset' => '24', - 'type' => '943131' - } - }, - 'Name' => 'struct gnutls_supplemental_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Source' => 'supplemental.c', - 'Type' => 'Struct' - }, - '13534' => { - 'Header' => 'extensions.h', - 'Line' => '63', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'free_struct', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'offset' => '12', - 'type' => '973' - }, - '3' => { - 'name' => 'parse_type', - 'offset' => '16', - 'type' => '22733' - }, - '4' => { - 'name' => 'recv_func', - 'offset' => '24', - 'type' => '22491' - }, - '5' => { - 'name' => 'send_func', - 'offset' => '32', - 'type' => '22540' - }, - '6' => { - 'name' => 'deinit_func', - 'offset' => '40', - 'type' => '22578' - }, - '7' => { - 'name' => 'pack_func', - 'offset' => '48', - 'type' => '22607' - }, - '8' => { - 'name' => 'unpack_func', - 'offset' => '56', - 'type' => '22645' - } - }, - 'Name' => 'struct extension_entry_st', - 'PrivateABI' => 1, - 'Size' => '64', - 'Type' => 'Struct' - }, - '13545' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1062', - 'Memb' => { - '0' => { - 'name' => 'record_buffer', - 'offset' => '0', - 'type' => '8750' - }, - '1' => { - 'name' => 'handshake_hash_buffer_prev_len', - 'offset' => '32', - 'type' => '75' - }, - '10' => { - 'name' => 'may_not_read', - 'offset' => '89', - 'type' => '9592' - }, - '100' => { - 'name' => 'vc_status', - 'offset' => '5260', - 'type' => '145' - }, - '101' => { - 'name' => 'additional_verify_flags', - 'offset' => '5264', - 'type' => '145' - }, - '102' => { - 'name' => 'cert_hash', - 'offset' => '5268', - 'type' => '11085' - }, - '103' => { - 'name' => 'cert_hash_set', - 'offset' => '5300', - 'type' => '9592' - }, - '104' => { - 'name' => 'saved_username', - 'offset' => '5301', - 'type' => '13507' - }, - '105' => { - 'name' => 'saved_username_set', - 'offset' => '5430', - 'type' => '9592' - }, - '106' => { - 'name' => 'false_start_used', - 'offset' => '5431', - 'type' => '9592' - }, - '107' => { - 'name' => 'tfo', - 'offset' => '5432', - 'type' => '11568' - }, - '108' => { - 'name' => 'rsup', - 'offset' => '5584', - 'type' => '951476' - }, - '109' => { - 'name' => 'rsup_size', - 'offset' => '5592', - 'type' => '145' - }, - '11' => { - 'name' => 'may_not_write', - 'offset' => '90', - 'type' => '9592' - }, - '110' => { - 'name' => 'rexts', - 'offset' => '5600', - 'type' => '418654' - }, - '111' => { - 'name' => 'rexts_size', - 'offset' => '5608', - 'type' => '145' - }, - '12' => { - 'name' => 'read_eof', - 'offset' => '91', - 'type' => '9592' - }, - '13' => { - 'name' => 'last_alert', - 'offset' => '92', - 'type' => '75' - }, - '14' => { - 'name' => 'last_handshake_in', - 'offset' => '96', - 'type' => '75' - }, - '15' => { - 'name' => 'last_handshake_out', - 'offset' => '100', - 'type' => '75' - }, - '16' => { - 'name' => 'priorities', - 'offset' => '104', - 'type' => '3469' - }, - '17' => { - 'name' => 'resumed', - 'offset' => '2224', - 'type' => '9592' - }, - '18' => { - 'name' => 'resumption_requested', - 'offset' => '2225', - 'type' => '9592' - }, - '19' => { - 'name' => 'resumed_security_parameters', - 'offset' => '2232', - 'type' => '11107' - }, - '2' => { - 'name' => 'handshake_hash_buffer_client_kx_len', - 'offset' => '36', - 'type' => '145' - }, - '20' => { - 'name' => 'resumption_data', - 'offset' => '2456', - 'type' => '3887' - }, - '21' => { - 'name' => 'handshake_send_buffer', - 'offset' => '2472', - 'type' => '8750' - }, - '22' => { - 'name' => 'handshake_recv_buffer', - 'offset' => '2504', - 'type' => '13240' - }, - '23' => { - 'name' => 'handshake_recv_buffer_size', - 'offset' => '2936', - 'type' => '75' - }, - '24' => { - 'name' => 'record_recv_buffer', - 'offset' => '2944', - 'type' => '8750' - }, - '25' => { - 'name' => 'record_send_buffer', - 'offset' => '2976', - 'type' => '8750' - }, - '26' => { - 'name' => 'record_send_buffer_user_size', - 'offset' => '3008', - 'type' => '52' - }, - '27' => { - 'name' => 'record_flush_mode', - 'offset' => '3016', - 'type' => '5907' - }, - '28' => { - 'name' => 'record_presend_buffer', - 'offset' => '3024', - 'type' => '8364' - }, - '29' => { - 'name' => 'expire_time', - 'offset' => '3056', - 'type' => '268' - }, - '3' => { - 'name' => 'handshake_hash_buffer', - 'offset' => '40', - 'type' => '8364' - }, - '30' => { - 'name' => 'auth_struct', - 'offset' => '3064', - 'type' => '13425' - }, - '31' => { - 'name' => 'adv_version_major', - 'offset' => '3072', - 'type' => '962' - }, - '32' => { - 'name' => 'adv_version_minor', - 'offset' => '3073', - 'type' => '962' - }, - '33' => { - 'name' => 'send_cert_req', - 'offset' => '3076', - 'type' => '145' - }, - '34' => { - 'name' => 'max_handshake_data_buffer_size', - 'offset' => '3080', - 'type' => '52' - }, - '35' => { - 'name' => 'pull_timeout_func', - 'offset' => '3088', - 'type' => '5008' - }, - '36' => { - 'name' => 'pull_func', - 'offset' => '3096', - 'type' => '4922' - }, - '37' => { - 'name' => 'push_func', - 'offset' => '3104', - 'type' => '4965' - }, - '38' => { - 'name' => 'vec_push_func', - 'offset' => '3112', - 'type' => '5046' - }, - '39' => { - 'name' => 'errno_func', - 'offset' => '3120', - 'type' => '5095' - }, - '4' => { - 'name' => 'resumable', - 'offset' => '72', - 'type' => '9592' - }, - '40' => { - 'name' => 'transport_recv_ptr', - 'offset' => '3128', - 'type' => '3312' - }, - '41' => { - 'name' => 'transport_send_ptr', - 'offset' => '3136', - 'type' => '3312' - }, - '42' => { - 'name' => 'db_store_func', - 'offset' => '3144', - 'type' => '4258' - }, - '43' => { - 'name' => 'db_retrieve_func', - 'offset' => '3152', - 'type' => '4339' - }, - '44' => { - 'name' => 'db_remove_func', - 'offset' => '3160', - 'type' => '4301' - }, - '45' => { - 'name' => 'db_ptr', - 'offset' => '3168', - 'type' => '216' - }, - '46' => { - 'name' => 'user_hello_func', - 'offset' => '3176', - 'type' => '4436' - }, - '47' => { - 'name' => 'h_hook', - 'offset' => '3184', - 'type' => '4377' - }, - '48' => { - 'name' => 'h_type', - 'offset' => '3192', - 'type' => '145' - }, - '49' => { - 'name' => 'h_post', - 'offset' => '3196', - 'type' => '279' - }, - '5' => { - 'name' => 'ticket_sent', - 'offset' => '73', - 'type' => '9592' - }, - '50' => { - 'name' => 'selected_cert_list', - 'offset' => '3200', - 'type' => '5584' - }, - '51' => { - 'name' => 'selected_cert_list_length', - 'offset' => '3208', - 'type' => '279' - }, - '52' => { - 'name' => 'selected_key', - 'offset' => '3216', - 'type' => '4477' - }, - '53' => { - 'name' => 'selected_need_free', - 'offset' => '3224', - 'type' => '9592' - }, - '54' => { - 'name' => 'selected_ocsp_func', - 'offset' => '3232', - 'type' => '4488' - }, - '55' => { - 'name' => 'selected_ocsp_func_ptr', - 'offset' => '3240', - 'type' => '216' - }, - '56' => { - 'name' => 'extensions_sent', - 'offset' => '3248', - 'type' => '13431' - }, - '57' => { - 'name' => 'extensions_sent_size', - 'offset' => '3312', - 'type' => '973' - }, - '58' => { - 'name' => 'pgp_fingerprint', - 'offset' => '3314', - 'type' => '9592' - }, - '59' => { - 'name' => 'default_record_version', - 'offset' => '3315', - 'type' => '11053' - }, - '6' => { - 'name' => 'bye_state', - 'offset' => '76', - 'type' => '8161' - }, - '60' => { - 'name' => 'default_hello_version', - 'offset' => '3317', - 'type' => '11053' - }, - '61' => { - 'name' => 'user_ptr', - 'offset' => '3320', - 'type' => '216' - }, - '62' => { - 'name' => 'enable_private', - 'offset' => '3328', - 'type' => '9592' - }, - '63' => { - 'name' => 'direction', - 'offset' => '3329', - 'type' => '9592' - }, - '64' => { - 'name' => 'openpgp_recv_key_func', - 'offset' => '3336', - 'type' => '5471' - }, - '65' => { - 'name' => 'ignore_rdn_sequence', - 'offset' => '3344', - 'type' => '9592' - }, - '66' => { - 'name' => 'rsa_pms_version', - 'offset' => '3345', - 'type' => '11053' - }, - '67' => { - 'name' => 'params', - 'offset' => '3352', - 'type' => '11287' - }, - '68' => { - 'name' => 'errnum', - 'offset' => '3368', - 'type' => '75' - }, - '69' => { - 'name' => 'srp_prime_bits', - 'offset' => '3372', - 'type' => '973' - }, - '7' => { - 'name' => 'handshake_final_state', - 'offset' => '80', - 'type' => '8115' - }, - '70' => { - 'name' => 'initial_negotiation_completed', - 'offset' => '3374', - 'type' => '9592' - }, - '71' => { - 'name' => 'extension_int_data', - 'offset' => '3376', - 'type' => '13447' - }, - '72' => { - 'name' => 'resumed_extension_int_data', - 'offset' => '4144', - 'type' => '13463' - }, - '73' => { - 'name' => 'transport', - 'offset' => '4912', - 'type' => '5867' - }, - '74' => { - 'name' => 'dtls', - 'offset' => '4920', - 'type' => '11478' - }, - '75' => { - 'name' => 'handshake_suspicious_loops', - 'offset' => '5008', - 'type' => '145' - }, - '76' => { - 'name' => 'handshake_in_progress', - 'offset' => '5012', - 'type' => '9592' - }, - '77' => { - 'name' => 'premaster_set', - 'offset' => '5013', - 'type' => '9592' - }, - '78' => { - 'name' => 'cb_tls_unique_len', - 'offset' => '5016', - 'type' => '145' - }, - '79' => { - 'name' => 'cb_tls_unique', - 'offset' => '5020', - 'type' => '13479' - }, - '8' => { - 'name' => 'handshake_state', - 'offset' => '84', - 'type' => '8115' - }, - '80' => { - 'name' => 'handshake_start_time', - 'offset' => '5056', - 'type' => '290' - }, - '81' => { - 'name' => 'handshake_endtime', - 'offset' => '5072', - 'type' => '268' - }, - '82' => { - 'name' => 'handshake_timeout_ms', - 'offset' => '5080', - 'type' => '145' - }, - '83' => { - 'name' => 'record_timeout_ms', - 'offset' => '5084', - 'type' => '145' - }, - '84' => { - 'name' => 'hb_local_data', - 'offset' => '5088', - 'type' => '8364' - }, - '85' => { - 'name' => 'hb_remote_data', - 'offset' => '5120', - 'type' => '8364' - }, - '86' => { - 'name' => 'hb_ping_start', - 'offset' => '5152', - 'type' => '290' - }, - '87' => { - 'name' => 'hb_ping_sent', - 'offset' => '5168', - 'type' => '290' - }, - '88' => { - 'name' => 'hb_actual_retrans_timeout_ms', - 'offset' => '5184', - 'type' => '145' - }, - '89' => { - 'name' => 'hb_retrans_timeout_ms', - 'offset' => '5188', - 'type' => '145' - }, - '9' => { - 'name' => 'invalid_connection', - 'offset' => '88', - 'type' => '9592' - }, - '90' => { - 'name' => 'hb_total_timeout_ms', - 'offset' => '5192', - 'type' => '145' - }, - '91' => { - 'name' => 'ocsp_check_ok', - 'offset' => '5196', - 'type' => '9592' - }, - '92' => { - 'name' => 'hb_state', - 'offset' => '5200', - 'type' => '8207' - }, - '93' => { - 'name' => 'recv_state', - 'offset' => '5204', - 'type' => '8259' - }, - '94' => { - 'name' => 'sc_random_set', - 'offset' => '5208', - 'type' => '9592' - }, - '95' => { - 'name' => 'flags', - 'offset' => '5212', - 'type' => '145' - }, - '96' => { - 'name' => 'verify_callback', - 'offset' => '5216', - 'type' => '13495' - }, - '97' => { - 'name' => 'vc_data', - 'offset' => '5224', - 'type' => '13501' - }, - '98' => { - 'name' => 'vc_sdata', - 'offset' => '5232', - 'type' => '4246' - }, - '99' => { - 'name' => 'vc_elements', - 'offset' => '5256', - 'type' => '145' - } - }, - 'Name' => 'struct internals_st', - 'PrivateABI' => 1, - 'Size' => '5616', - 'Type' => 'Struct' - }, - '13557' => { - 'BaseType' => '13573', - 'Name' => 'record_parameters_st*[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '13573' => { - 'BaseType' => '9264', - 'Name' => 'record_parameters_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13599' => { - 'BaseType' => '8364', - 'Name' => 'gnutls_buffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13605' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_st*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '13599' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '13636' => { - 'Name' => 'int(*)(gnutls_session_t, uint8_t*, size_t)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '8358' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1434286' => { - 'BaseType' => '1434297', - 'Header' => 'system-keys.h', - 'Line' => '41', - 'Name' => 'gnutls_system_key_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1434297' => { - 'BaseType' => '1434303', - 'Name' => 'struct system_key_iter_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1434303' => { - 'Name' => 'struct system_key_iter_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '1434724' => { - 'BaseType' => '1434286', - 'Name' => 'gnutls_system_key_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1441512' => { - 'Header' => 'pkcs11.h', - 'Line' => '166', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_URL_GENERIC', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB_VERSION', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_pkcs11_url_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1441597' => { - 'Header' => 'pkcs11.h', - 'Line' => '292', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID_HEX', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LABEL', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_LABEL', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_SERIAL', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MANUFACTURER', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MODEL', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID', - 'value' => '7' - }, - '7' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_VERSION', - 'value' => '8' - }, - '8' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_DESCRIPTION', - 'value' => '9' - }, - '9' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_MANUFACTURER', - 'value' => '10' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1441653' => { - 'Header' => 'pkcs11.h', - 'Line' => '327', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_LABEL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_SERIAL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MANUFACTURER', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MODEL', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MODNAME', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_pkcs11_token_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '145' => { - 'Name' => 'unsigned int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '1450487' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '186', - 'Name' => 'ck_flags_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1450498' => { - 'Header' => 'pkcs11.h', - 'Line' => '188', - 'Memb' => { - '0' => { - 'name' => 'major', - 'offset' => '0', - 'type' => '157' - }, - '1' => { - 'name' => 'minor', - 'offset' => '1', - 'type' => '157' - } - }, - 'Name' => 'struct ck_version', - 'Size' => '2', - 'Type' => 'Struct' - }, - '1450535' => { - 'Header' => 'pkcs11.h', - 'Line' => '195', - 'Memb' => { - '0' => { - 'name' => 'cryptoki_version', - 'offset' => '0', - 'type' => '1450498' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '2', - 'type' => '1450608' - }, - '2' => { - 'name' => 'flags', - 'offset' => '40', - 'type' => '1450487' - }, - '3' => { - 'name' => 'library_description', - 'offset' => '48', - 'type' => '1450608' - }, - '4' => { - 'name' => 'library_version', - 'offset' => '80', - 'type' => '1450498' - } - }, - 'Name' => 'struct ck_info', - 'Size' => '88', - 'Type' => 'Struct' - }, - '1450608' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '1450624' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '205', - 'Name' => 'ck_notification_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1450635' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '210', - 'Name' => 'ck_slot_id_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1450646' => { - 'Header' => 'pkcs11.h', - 'Line' => '213', - 'Memb' => { - '0' => { - 'name' => 'slot_description', - 'offset' => '0', - 'type' => '1450719' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '64', - 'type' => '1450608' - }, - '2' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '1450487' - }, - '3' => { - 'name' => 'hardware_version', - 'offset' => '104', - 'type' => '1450498' - }, - '4' => { - 'name' => 'firmware_version', - 'offset' => '106', - 'type' => '1450498' - } - }, - 'Name' => 'struct ck_slot_info', - 'Size' => '112', - 'Type' => 'Struct' - }, - '1450719' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[64]', - 'Size' => '64', - 'Type' => 'Array' - }, - '1450735' => { - 'Header' => 'pkcs11.h', - 'Line' => '229', - 'Memb' => { - '0' => { - 'name' => 'label', - 'offset' => '0', - 'type' => '1450608' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '32', - 'type' => '1450608' - }, - '10' => { - 'name' => 'min_pin_len', - 'offset' => '144', - 'type' => '68' - }, - '11' => { - 'name' => 'total_public_memory', - 'offset' => '152', - 'type' => '68' - }, - '12' => { - 'name' => 'free_public_memory', - 'offset' => '160', - 'type' => '68' - }, - '13' => { - 'name' => 'total_private_memory', - 'offset' => '168', - 'type' => '68' - }, - '14' => { - 'name' => 'free_private_memory', - 'offset' => '176', - 'type' => '68' - }, - '15' => { - 'name' => 'hardware_version', - 'offset' => '184', - 'type' => '1450498' - }, - '16' => { - 'name' => 'firmware_version', - 'offset' => '186', - 'type' => '1450498' - }, - '17' => { - 'name' => 'utc_time', - 'offset' => '188', - 'type' => '1450964' - }, - '2' => { - 'name' => 'model', - 'offset' => '64', - 'type' => '1450964' - }, - '3' => { - 'name' => 'serial_number', - 'offset' => '80', - 'type' => '1450964' - }, - '4' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '1450487' - }, - '5' => { - 'name' => 'max_session_count', - 'offset' => '104', - 'type' => '68' - }, - '6' => { - 'name' => 'session_count', - 'offset' => '112', - 'type' => '68' - }, - '7' => { - 'name' => 'max_rw_session_count', - 'offset' => '120', - 'type' => '68' - }, - '8' => { - 'name' => 'rw_session_count', - 'offset' => '128', - 'type' => '68' - }, - '9' => { - 'name' => 'max_pin_len', - 'offset' => '136', - 'type' => '68' - } - }, - 'Name' => 'struct ck_token_info', - 'Size' => '208', - 'Type' => 'Struct' - }, - '1450964' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[16]', - 'Size' => '16', - 'Type' => 'Array' - }, - '1450980' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '275', - 'Name' => 'ck_session_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1450992' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '280', - 'Name' => 'ck_user_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451004' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '287', - 'Name' => 'ck_state_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451016' => { - 'Header' => 'pkcs11.h', - 'Line' => '296', - 'Memb' => { - '0' => { - 'name' => 'slot_id', - 'offset' => '0', - 'type' => '1450635' - }, - '1' => { - 'name' => 'state', - 'offset' => '8', - 'type' => '1451004' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '1450487' - }, - '3' => { - 'name' => 'device_error', - 'offset' => '24', - 'type' => '68' - } - }, - 'Name' => 'struct ck_session_info', - 'Size' => '32', - 'Type' => 'Struct' - }, - '1451082' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '308', - 'Name' => 'ck_object_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451130' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '370', - 'Name' => 'ck_attribute_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451142' => { - 'Header' => 'pkcs11.h', - 'Line' => '459', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '1451130' - }, - '1' => { - 'name' => 'value', - 'offset' => '8', - 'type' => '216' - }, - '2' => { - 'name' => 'value_len', - 'offset' => '16', - 'type' => '68' - } - }, - 'Name' => 'struct ck_attribute', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1451195' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '475', - 'Name' => 'ck_mechanism_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451207' => { - 'Header' => 'pkcs11.h', - 'Line' => '719', - 'Memb' => { - '0' => { - 'name' => 'mechanism', - 'offset' => '0', - 'type' => '1451195' - }, - '1' => { - 'name' => 'parameter', - 'offset' => '8', - 'type' => '216' - }, - '2' => { - 'name' => 'parameter_len', - 'offset' => '16', - 'type' => '68' - } - }, - 'Name' => 'struct ck_mechanism', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1451260' => { - 'Header' => 'pkcs11.h', - 'Line' => '727', - 'Memb' => { - '0' => { - 'name' => 'min_key_size', - 'offset' => '0', - 'type' => '68' - }, - '1' => { - 'name' => 'max_key_size', - 'offset' => '8', - 'type' => '68' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '1450487' - } - }, - 'Name' => 'struct ck_mechanism_info', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1451313' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '754', - 'Name' => 'ck_rv_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451325' => { - 'BaseType' => '1451337', - 'Header' => 'pkcs11.h', - 'Line' => '757', - 'Name' => 'ck_notify_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451337' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_notification_t, void*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1450624' - }, - '2' => { - 'type' => '216' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1451368' => { - 'BaseType' => '1451380', - 'Header' => 'pkcs11.h', - 'Line' => '767', - 'Name' => 'CK_C_Initialize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451380' => { - 'Name' => 'ck_rv_t(*)(void*)', - 'Param' => { - '0' => { - 'type' => '216' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1451401' => { - 'BaseType' => '1451380', - 'Header' => 'pkcs11.h', - 'Line' => '768', - 'Name' => 'CK_C_Finalize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451413' => { - 'BaseType' => '1451425', - 'Header' => 'pkcs11.h', - 'Line' => '769', - 'Name' => 'CK_C_GetInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451425' => { - 'Name' => 'ck_rv_t(*)(struct ck_info*)', - 'Param' => { - '0' => { - 'type' => '1451446' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1451446' => { - 'BaseType' => '1450535', - 'Name' => 'struct ck_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1451452' => { - 'BaseType' => '1451464', - 'Header' => 'pkcs11.h', - 'Line' => '770', - 'Name' => 'CK_C_GetFunctionList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1451464' => { - 'Name' => 'ck_rv_t(*)(struct ck_function_list**)', - 'Param' => { - '0' => { - 'type' => '1451485' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1451485' => { - 'BaseType' => '1451491', - 'Name' => 'struct ck_function_list**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1451491' => { - 'BaseType' => '1451497', - 'Name' => 'struct ck_function_list*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1451497' => { - 'Header' => 'pkcs11.h', - 'Line' => '1044', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '1450498' - }, - '1' => { - 'name' => 'C_Initialize', - 'offset' => '8', - 'type' => '1451368' - }, - '10' => { - 'name' => 'C_InitToken', - 'offset' => '80', - 'type' => '1452730' - }, - '11' => { - 'name' => 'C_InitPIN', - 'offset' => '88', - 'type' => '1452778' - }, - '12' => { - 'name' => 'C_SetPIN', - 'offset' => '96', - 'type' => '1452821' - }, - '13' => { - 'name' => 'C_OpenSession', - 'offset' => '104', - 'type' => '1452874' - }, - '14' => { - 'name' => 'C_CloseSession', - 'offset' => '112', - 'type' => '1452933' - }, - '15' => { - 'name' => 'C_CloseAllSessions', - 'offset' => '120', - 'type' => '1452966' - }, - '16' => { - 'name' => 'C_GetSessionInfo', - 'offset' => '128', - 'type' => '1452999' - }, - '17' => { - 'name' => 'C_GetOperationState', - 'offset' => '136', - 'type' => '1453043' - }, - '18' => { - 'name' => 'C_SetOperationState', - 'offset' => '144', - 'type' => '1453086' - }, - '19' => { - 'name' => 'C_Login', - 'offset' => '152', - 'type' => '1453139' - }, - '2' => { - 'name' => 'C_Finalize', - 'offset' => '16', - 'type' => '1451401' - }, - '20' => { - 'name' => 'C_Logout', - 'offset' => '160', - 'type' => '1453187' - }, - '21' => { - 'name' => 'C_CreateObject', - 'offset' => '168', - 'type' => '1453199' - }, - '22' => { - 'name' => 'C_CopyObject', - 'offset' => '176', - 'type' => '1453259' - }, - '23' => { - 'name' => 'C_DestroyObject', - 'offset' => '184', - 'type' => '1453312' - }, - '24' => { - 'name' => 'C_GetObjectSize', - 'offset' => '192', - 'type' => '1453350' - }, - '25' => { - 'name' => 'C_GetAttributeValue', - 'offset' => '200', - 'type' => '1453393' - }, - '26' => { - 'name' => 'C_SetAttributeValue', - 'offset' => '208', - 'type' => '1453441' - }, - '27' => { - 'name' => 'C_FindObjectsInit', - 'offset' => '216', - 'type' => '1453453' - }, - '28' => { - 'name' => 'C_FindObjects', - 'offset' => '224', - 'type' => '1453496' - }, - '29' => { - 'name' => 'C_FindObjectsFinal', - 'offset' => '232', - 'type' => '1453544' - }, - '3' => { - 'name' => 'C_GetInfo', - 'offset' => '24', - 'type' => '1451413' - }, - '30' => { - 'name' => 'C_EncryptInit', - 'offset' => '240', - 'type' => '1453556' - }, - '31' => { - 'name' => 'C_Encrypt', - 'offset' => '248', - 'type' => '1453605' - }, - '32' => { - 'name' => 'C_EncryptUpdate', - 'offset' => '256', - 'type' => '1453658' - }, - '33' => { - 'name' => 'C_EncryptFinal', - 'offset' => '264', - 'type' => '1453670' - }, - '34' => { - 'name' => 'C_DecryptInit', - 'offset' => '272', - 'type' => '1453682' - }, - '35' => { - 'name' => 'C_Decrypt', - 'offset' => '280', - 'type' => '1453694' - }, - '36' => { - 'name' => 'C_DecryptUpdate', - 'offset' => '288', - 'type' => '1453706' - }, - '37' => { - 'name' => 'C_DecryptFinal', - 'offset' => '296', - 'type' => '1453718' - }, - '38' => { - 'name' => 'C_DigestInit', - 'offset' => '304', - 'type' => '1453730' - }, - '39' => { - 'name' => 'C_Digest', - 'offset' => '312', - 'type' => '1453768' - }, - '4' => { - 'name' => 'C_GetFunctionList', - 'offset' => '32', - 'type' => '1451452' - }, - '40' => { - 'name' => 'C_DigestUpdate', - 'offset' => '320', - 'type' => '1453780' - }, - '41' => { - 'name' => 'C_DigestKey', - 'offset' => '328', - 'type' => '1453792' - }, - '42' => { - 'name' => 'C_DigestFinal', - 'offset' => '336', - 'type' => '1453804' - }, - '43' => { - 'name' => 'C_SignInit', - 'offset' => '344', - 'type' => '1453816' - }, - '44' => { - 'name' => 'C_Sign', - 'offset' => '352', - 'type' => '1453828' - }, - '45' => { - 'name' => 'C_SignUpdate', - 'offset' => '360', - 'type' => '1453840' - }, - '46' => { - 'name' => 'C_SignFinal', - 'offset' => '368', - 'type' => '1453852' - }, - '47' => { - 'name' => 'C_SignRecoverInit', - 'offset' => '376', - 'type' => '1453864' - }, - '48' => { - 'name' => 'C_SignRecover', - 'offset' => '384', - 'type' => '1453876' - }, - '49' => { - 'name' => 'C_VerifyInit', - 'offset' => '392', - 'type' => '1453888' - }, - '5' => { - 'name' => 'C_GetSlotList', - 'offset' => '40', - 'type' => '1452446' - }, - '50' => { - 'name' => 'C_Verify', - 'offset' => '400', - 'type' => '1453900' - }, - '51' => { - 'name' => 'C_VerifyUpdate', - 'offset' => '408', - 'type' => '1453912' - }, - '52' => { - 'name' => 'C_VerifyFinal', - 'offset' => '416', - 'type' => '1453924' - }, - '53' => { - 'name' => 'C_VerifyRecoverInit', - 'offset' => '424', - 'type' => '1453936' - }, - '54' => { - 'name' => 'C_VerifyRecover', - 'offset' => '432', - 'type' => '1453948' - }, - '55' => { - 'name' => 'C_DigestEncryptUpdate', - 'offset' => '440', - 'type' => '1453960' - }, - '56' => { - 'name' => 'C_DecryptDigestUpdate', - 'offset' => '448', - 'type' => '1453972' - }, - '57' => { - 'name' => 'C_SignEncryptUpdate', - 'offset' => '456', - 'type' => '1453984' - }, - '58' => { - 'name' => 'C_DecryptVerifyUpdate', - 'offset' => '464', - 'type' => '1453996' - }, - '59' => { - 'name' => 'C_GenerateKey', - 'offset' => '472', - 'type' => '1454008' - }, - '6' => { - 'name' => 'C_GetSlotInfo', - 'offset' => '48', - 'type' => '1452501' - }, - '60' => { - 'name' => 'C_GenerateKeyPair', - 'offset' => '480', - 'type' => '1454061' - }, - '61' => { - 'name' => 'C_WrapKey', - 'offset' => '488', - 'type' => '1454129' - }, - '62' => { - 'name' => 'C_UnwrapKey', - 'offset' => '496', - 'type' => '1454187' - }, - '63' => { - 'name' => 'C_DeriveKey', - 'offset' => '504', - 'type' => '1454255' - }, - '64' => { - 'name' => 'C_SeedRandom', - 'offset' => '512', - 'type' => '1454313' - }, - '65' => { - 'name' => 'C_GenerateRandom', - 'offset' => '520', - 'type' => '1454325' - }, - '66' => { - 'name' => 'C_GetFunctionStatus', - 'offset' => '528', - 'type' => '1454337' - }, - '67' => { - 'name' => 'C_CancelFunction', - 'offset' => '536', - 'type' => '1454349' - }, - '68' => { - 'name' => 'C_WaitForSlotEvent', - 'offset' => '544', - 'type' => '1452589' - }, - '7' => { - 'name' => 'C_GetTokenInfo', - 'offset' => '56', - 'type' => '1452545' - }, - '8' => { - 'name' => 'C_GetMechanismList', - 'offset' => '64', - 'type' => '1452632' - }, - '9' => { - 'name' => 'C_GetMechanismInfo', - 'offset' => '72', - 'type' => '1452681' - } - }, - 'Name' => 'struct ck_function_list', - 'Size' => '552', - 'Type' => 'Struct' - }, - '1452446' => { - 'BaseType' => '1452458', - 'Header' => 'pkcs11.h', - 'Line' => '773', - 'Name' => 'CK_C_GetSlotList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452458' => { - 'Name' => 'ck_rv_t(*)(unsigned char, ck_slot_id_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '157' - }, - '1' => { - 'type' => '1452489' - }, - '2' => { - 'type' => '1452495' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452489' => { - 'BaseType' => '1450635', - 'Name' => 'ck_slot_id_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1452495' => { - 'BaseType' => '68', - 'Name' => 'unsigned long*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1452501' => { - 'BaseType' => '1452513', - 'Header' => 'pkcs11.h', - 'Line' => '776', - 'Name' => 'CK_C_GetSlotInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452513' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_slot_info*)', - 'Param' => { - '0' => { - 'type' => '1450635' - }, - '1' => { - 'type' => '1452539' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452539' => { - 'BaseType' => '1450646', - 'Name' => 'struct ck_slot_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1452545' => { - 'BaseType' => '1452557', - 'Header' => 'pkcs11.h', - 'Line' => '778', - 'Name' => 'CK_C_GetTokenInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452557' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_token_info*)', - 'Param' => { - '0' => { - 'type' => '1450635' - }, - '1' => { - 'type' => '1452583' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452583' => { - 'BaseType' => '1450735', - 'Name' => 'struct ck_token_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1452589' => { - 'BaseType' => '1452601', - 'Header' => 'pkcs11.h', - 'Line' => '780', - 'Name' => 'CK_C_WaitForSlotEvent', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452601' => { - 'Name' => 'ck_rv_t(*)(ck_flags_t, ck_slot_id_t*, void*)', - 'Param' => { - '0' => { - 'type' => '1450487' - }, - '1' => { - 'type' => '1452489' - }, - '2' => { - 'type' => '216' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452632' => { - 'BaseType' => '1452644', - 'Header' => 'pkcs11.h', - 'Line' => '782', - 'Name' => 'CK_C_GetMechanismList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452644' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1450635' - }, - '1' => { - 'type' => '1452675' - }, - '2' => { - 'type' => '1452495' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452675' => { - 'BaseType' => '1451195', - 'Name' => 'ck_mechanism_type_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1452681' => { - 'BaseType' => '1452693', - 'Header' => 'pkcs11.h', - 'Line' => '786', - 'Name' => 'CK_C_GetMechanismInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452693' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t, struct ck_mechanism_info*)', - 'Param' => { - '0' => { - 'type' => '1450635' - }, - '1' => { - 'type' => '1451195' - }, - '2' => { - 'type' => '1452724' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452724' => { - 'BaseType' => '1451260', - 'Name' => 'struct ck_mechanism_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1452730' => { - 'BaseType' => '1452742', - 'Header' => 'pkcs11.h', - 'Line' => '789', - 'Name' => 'CK_C_InitToken', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452742' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, unsigned char*, unsigned long, unsigned char*)', - 'Param' => { - '0' => { - 'type' => '1450635' - }, - '1' => { - 'type' => '3881' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3881' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452778' => { - 'BaseType' => '1452790', - 'Header' => 'pkcs11.h', - 'Line' => '792', - 'Name' => 'CK_C_InitPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452790' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '3881' - }, - '2' => { - 'type' => '68' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452821' => { - 'BaseType' => '1452833', - 'Header' => 'pkcs11.h', - 'Line' => '795', - 'Name' => 'CK_C_SetPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452833' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '3881' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3881' - }, - '4' => { - 'type' => '68' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452874' => { - 'BaseType' => '1452886', - 'Header' => 'pkcs11.h', - 'Line' => '800', - 'Name' => 'CK_C_OpenSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452886' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_flags_t, void*, ck_notify_t, ck_session_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1450635' - }, - '1' => { - 'type' => '1450487' - }, - '2' => { - 'type' => '216' - }, - '3' => { - 'type' => '1451325' - }, - '4' => { - 'type' => '1452927' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452927' => { - 'BaseType' => '1450980', - 'Name' => 'ck_session_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1452933' => { - 'BaseType' => '1452945', - 'Header' => 'pkcs11.h', - 'Line' => '804', - 'Name' => 'CK_C_CloseSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452945' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t)', - 'Param' => { - '0' => { - 'type' => '1450980' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452966' => { - 'BaseType' => '1452978', - 'Header' => 'pkcs11.h', - 'Line' => '805', - 'Name' => 'CK_C_CloseAllSessions', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1452978' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t)', - 'Param' => { - '0' => { - 'type' => '1450635' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1452999' => { - 'BaseType' => '1453011', - 'Header' => 'pkcs11.h', - 'Line' => '806', - 'Name' => 'CK_C_GetSessionInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453011' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_session_info*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453037' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453037' => { - 'BaseType' => '1451016', - 'Name' => 'struct ck_session_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1453043' => { - 'BaseType' => '1453055', - 'Header' => 'pkcs11.h', - 'Line' => '809', - 'Name' => 'CK_C_GetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453055' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '3881' - }, - '2' => { - 'type' => '1452495' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453086' => { - 'BaseType' => '1453098', - 'Header' => 'pkcs11.h', - 'Line' => '813', - 'Name' => 'CK_C_SetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453098' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, ck_object_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '3881' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '1451082' - }, - '4' => { - 'type' => '1451082' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453139' => { - 'BaseType' => '1453151', - 'Header' => 'pkcs11.h', - 'Line' => '819', - 'Name' => 'CK_C_Login', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453151' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_user_type_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1450992' - }, - '2' => { - 'type' => '3881' - }, - '3' => { - 'type' => '68' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453187' => { - 'BaseType' => '1452945', - 'Header' => 'pkcs11.h', - 'Line' => '822', - 'Name' => 'CK_C_Logout', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453199' => { - 'BaseType' => '1453211', - 'Header' => 'pkcs11.h', - 'Line' => '824', - 'Name' => 'CK_C_CreateObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453211' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453247' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '1453253' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453247' => { - 'BaseType' => '1451142', - 'Name' => 'struct ck_attribute*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1453253' => { - 'BaseType' => '1451082', - 'Name' => 'ck_object_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1453259' => { - 'BaseType' => '1453271', - 'Header' => 'pkcs11.h', - 'Line' => '828', - 'Name' => 'CK_C_CopyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453271' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1451082' - }, - '2' => { - 'type' => '1453247' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '1453253' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453312' => { - 'BaseType' => '1453324', - 'Header' => 'pkcs11.h', - 'Line' => '832', - 'Name' => 'CK_C_DestroyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453324' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1451082' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453350' => { - 'BaseType' => '1453362', - 'Header' => 'pkcs11.h', - 'Line' => '835', - 'Name' => 'CK_C_GetObjectSize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453362' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1451082' - }, - '2' => { - 'type' => '1452495' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453393' => { - 'BaseType' => '1453405', - 'Header' => 'pkcs11.h', - 'Line' => '839', - 'Name' => 'CK_C_GetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453405' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1451082' - }, - '2' => { - 'type' => '1453247' - }, - '3' => { - 'type' => '68' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453441' => { - 'BaseType' => '1453405', - 'Header' => 'pkcs11.h', - 'Line' => '844', - 'Name' => 'CK_C_SetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453453' => { - 'BaseType' => '1453465', - 'Header' => 'pkcs11.h', - 'Line' => '849', - 'Name' => 'CK_C_FindObjectsInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453465' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453247' - }, - '2' => { - 'type' => '68' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453496' => { - 'BaseType' => '1453508', - 'Header' => 'pkcs11.h', - 'Line' => '853', - 'Name' => 'CK_C_FindObjects', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453508' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t*, unsigned long, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453253' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '1452495' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453544' => { - 'BaseType' => '1452945', - 'Header' => 'pkcs11.h', - 'Line' => '858', - 'Name' => 'CK_C_FindObjectsFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453556' => { - 'BaseType' => '1453568', - 'Header' => 'pkcs11.h', - 'Line' => '861', - 'Name' => 'CK_C_EncryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453568' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453599' - }, - '2' => { - 'type' => '1451082' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453599' => { - 'BaseType' => '1451207', - 'Name' => 'struct ck_mechanism*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1453605' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '865', - 'Name' => 'CK_C_Encrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453617' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '3881' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3881' - }, - '4' => { - 'type' => '1452495' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453658' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '870', - 'Name' => 'CK_C_EncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453670' => { - 'BaseType' => '1453055', - 'Header' => 'pkcs11.h', - 'Line' => '875', - 'Name' => 'CK_C_EncryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453682' => { - 'BaseType' => '1453568', - 'Header' => 'pkcs11.h', - 'Line' => '880', - 'Name' => 'CK_C_DecryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453694' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '884', - 'Name' => 'CK_C_Decrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453706' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '889', - 'Name' => 'CK_C_DecryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453718' => { - 'BaseType' => '1453055', - 'Header' => 'pkcs11.h', - 'Line' => '894', - 'Name' => 'CK_C_DecryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453730' => { - 'BaseType' => '1453742', - 'Header' => 'pkcs11.h', - 'Line' => '899', - 'Name' => 'CK_C_DigestInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453742' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453599' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1453768' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '902', - 'Name' => 'CK_C_Digest', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453780' => { - 'BaseType' => '1452790', - 'Header' => 'pkcs11.h', - 'Line' => '907', - 'Name' => 'CK_C_DigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453792' => { - 'BaseType' => '1453324', - 'Header' => 'pkcs11.h', - 'Line' => '910', - 'Name' => 'CK_C_DigestKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453804' => { - 'BaseType' => '1453055', - 'Header' => 'pkcs11.h', - 'Line' => '912', - 'Name' => 'CK_C_DigestFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453816' => { - 'BaseType' => '1453568', - 'Header' => 'pkcs11.h', - 'Line' => '917', - 'Name' => 'CK_C_SignInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453828' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '921', - 'Name' => 'CK_C_Sign', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453840' => { - 'BaseType' => '1452790', - 'Header' => 'pkcs11.h', - 'Line' => '926', - 'Name' => 'CK_C_SignUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453852' => { - 'BaseType' => '1453055', - 'Header' => 'pkcs11.h', - 'Line' => '929', - 'Name' => 'CK_C_SignFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453864' => { - 'BaseType' => '1453568', - 'Header' => 'pkcs11.h', - 'Line' => '933', - 'Name' => 'CK_C_SignRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453876' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '937', - 'Name' => 'CK_C_SignRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453888' => { - 'BaseType' => '1453568', - 'Header' => 'pkcs11.h', - 'Line' => '943', - 'Name' => 'CK_C_VerifyInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453900' => { - 'BaseType' => '1452833', - 'Header' => 'pkcs11.h', - 'Line' => '947', - 'Name' => 'CK_C_Verify', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453912' => { - 'BaseType' => '1452790', - 'Header' => 'pkcs11.h', - 'Line' => '952', - 'Name' => 'CK_C_VerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453924' => { - 'BaseType' => '1452790', - 'Header' => 'pkcs11.h', - 'Line' => '955', - 'Name' => 'CK_C_VerifyFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453936' => { - 'BaseType' => '1453568', - 'Header' => 'pkcs11.h', - 'Line' => '959', - 'Name' => 'CK_C_VerifyRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453948' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '963', - 'Name' => 'CK_C_VerifyRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453960' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '970', - 'Name' => 'CK_C_DigestEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453972' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '975', - 'Name' => 'CK_C_DecryptDigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453984' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '981', - 'Name' => 'CK_C_SignEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1453996' => { - 'BaseType' => '1453617', - 'Header' => 'pkcs11.h', - 'Line' => '986', - 'Name' => 'CK_C_DecryptVerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454008' => { - 'BaseType' => '1454020', - 'Header' => 'pkcs11.h', - 'Line' => '993', - 'Name' => 'CK_C_GenerateKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454020' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453599' - }, - '2' => { - 'type' => '1453247' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '1453253' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1454061' => { - 'BaseType' => '1454073', - 'Header' => 'pkcs11.h', - 'Line' => '999', - 'Name' => 'CK_C_GenerateKeyPair', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454073' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453599' - }, - '2' => { - 'type' => '1453247' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '1453247' - }, - '5' => { - 'type' => '68' - }, - '6' => { - 'type' => '1453253' - }, - '7' => { - 'type' => '1453253' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1454129' => { - 'BaseType' => '1454141', - 'Header' => 'pkcs11.h', - 'Line' => '1008', - 'Name' => 'CK_C_WrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454141' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, ck_object_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453599' - }, - '2' => { - 'type' => '1451082' - }, - '3' => { - 'type' => '1451082' - }, - '4' => { - 'type' => '3881' - }, - '5' => { - 'type' => '1452495' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1454187' => { - 'BaseType' => '1454199', - 'Header' => 'pkcs11.h', - 'Line' => '1015', - 'Name' => 'CK_C_UnwrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454199' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, unsigned char*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453599' - }, - '2' => { - 'type' => '1451082' - }, - '3' => { - 'type' => '3881' - }, - '4' => { - 'type' => '68' - }, - '5' => { - 'type' => '1453247' - }, - '6' => { - 'type' => '68' - }, - '7' => { - 'type' => '1453253' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1454255' => { - 'BaseType' => '1454267', - 'Header' => 'pkcs11.h', - 'Line' => '1024', - 'Name' => 'CK_C_DeriveKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454267' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '1450980' - }, - '1' => { - 'type' => '1453599' - }, - '2' => { - 'type' => '1451082' - }, - '3' => { - 'type' => '1453247' - }, - '4' => { - 'type' => '68' - }, - '5' => { - 'type' => '1453253' - } - }, - 'Return' => '1451313', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1454313' => { - 'BaseType' => '1452790', - 'Header' => 'pkcs11.h', - 'Line' => '1032', - 'Name' => 'CK_C_SeedRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454325' => { - 'BaseType' => '1452790', - 'Header' => 'pkcs11.h', - 'Line' => '1035', - 'Name' => 'CK_C_GenerateRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454337' => { - 'BaseType' => '1452945', - 'Header' => 'pkcs11.h', - 'Line' => '1040', - 'Name' => 'CK_C_GetFunctionStatus', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454349' => { - 'BaseType' => '1452945', - 'Header' => 'pkcs11.h', - 'Line' => '1041', - 'Name' => 'CK_C_CancelFunction', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1454510' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'module', - 'offset' => '0', - 'type' => '1451491' - }, - '1' => { - 'name' => 'tinfo', - 'offset' => '8', - 'type' => '1450735' - }, - '2' => { - 'name' => 'slot_info', - 'offset' => '216', - 'type' => '1450646' - }, - '3' => { - 'name' => 'pks', - 'offset' => '328', - 'type' => '1450980' - }, - '4' => { - 'name' => 'sid', - 'offset' => '336', - 'type' => '1450635' - }, - '5' => { - 'name' => 'init', - 'offset' => '344', - 'type' => '145' - }, - '6' => { - 'name' => 'trusted', - 'offset' => '348', - 'type' => '145' - } - }, - 'Name' => 'struct pkcs11_session_info', - 'PrivateABI' => 1, - 'Size' => '352', - 'Type' => 'Struct' - }, - '1455041' => { - 'BaseType' => '1048015', - 'Name' => 'gnutls_pkcs11_obj_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1455047' => { - 'BaseType' => '1455041', - 'Name' => 'gnutls_pkcs11_obj_t*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1463052' => { - 'BaseType' => '1455041', - 'Name' => 'gnutls_pkcs11_obj_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14637' => { - 'BaseType' => '3952', - 'Name' => 'gnutls_range_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1496711' => { - 'Header' => 'x509.h', - 'Line' => '1577', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '16', - 'type' => '3887' - } - }, - 'Name' => 'struct gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '1496764' => { - 'BaseType' => '1496711', - 'Header' => 'x509.h', - 'Line' => '1581', - 'Name' => 'gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '1509782' => { - 'BaseType' => '1496764', - 'Name' => 'gnutls_x509_ext_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1510420' => { - 'BaseType' => '1509782', - 'Name' => 'gnutls_x509_ext_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '152' => { - 'BaseType' => '145', - 'Name' => 'unsigned int const', - 'Size' => '4', - 'Type' => 'Const' - }, - '152087' => { - 'BaseType' => '121', - 'Name' => 'char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '154058' => { - 'Header' => 'gnutls.h', - 'Line' => '220', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PARAMS_RSA_EXPORT', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PARAMS_DH', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PARAMS_ECDH', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_params_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '154970' => { - 'BaseType' => '2916', - 'Name' => 'gnutls_pk_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '155516' => { - 'BaseType' => '155528', - 'Header' => 'gnutls.h', - 'Line' => '876', - 'Name' => 'gnutls_rsa_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '155528' => { - 'BaseType' => '155534', - 'Name' => 'struct gnutls_x509_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '155534' => { - 'Header' => 'x509_int.h', - 'Line' => '124', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '7897' - }, - '1' => { - 'name' => 'pk_algorithm', - 'offset' => '440', - 'type' => '2916' - }, - '2' => { - 'name' => 'expanded', - 'offset' => '444', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '448', - 'type' => '145' - }, - '4' => { - 'name' => 'key', - 'offset' => '456', - 'type' => '8286' - }, - '5' => { - 'name' => 'pin', - 'offset' => '464', - 'type' => '163164' - } - }, - 'Name' => 'struct gnutls_x509_privkey_int', - 'PrivateABI' => 1, - 'Size' => '480', - 'Type' => 'Struct' - }, - '156060' => { - 'Header' => 'gnutls.h', - 'Line' => '889', - 'Memb' => { - '0' => { - 'name' => 'dh', - 'offset' => '0', - 'type' => '3411' - }, - '1' => { - 'name' => 'rsa_export', - 'offset' => '0', - 'type' => '155516' - } - }, - 'Name' => 'union params', - 'Size' => '8', - 'Type' => 'Union' - }, - '156097' => { - 'Header' => 'gnutls.h', - 'Line' => '887', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '154058' - }, - '1' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '156060' - }, - '2' => { - 'name' => 'deinit', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_params_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '156150' => { - 'BaseType' => '156097', - 'Header' => 'gnutls.h', - 'Line' => '894', - 'Name' => 'gnutls_params_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '156162' => { - 'BaseType' => '156174', - 'Header' => 'gnutls.h', - 'Line' => '896', - 'Name' => 'gnutls_params_function', - 'Type' => 'Typedef' - }, - '156174' => { - 'Name' => 'int()(gnutls_session_t, gnutls_params_type_t, gnutls_params_st*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '154058' - }, - '2' => { - 'type' => '156199' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '156199' => { - 'BaseType' => '156150', - 'Name' => 'gnutls_params_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '156725' => { - 'BaseType' => '4477', - 'Header' => 'gnutls.h', - 'Line' => '1560', - 'Name' => 'gnutls_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '156748' => { - 'BaseType' => '155528', - 'Header' => 'gnutls.h', - 'Line' => '1563', - 'Name' => 'gnutls_x509_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '156760' => { - 'BaseType' => '156772', - 'Header' => 'gnutls.h', - 'Line' => '1569', - 'Name' => 'gnutls_x509_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '156772' => { - 'BaseType' => '156778', - 'Name' => 'struct gnutls_x509_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '156778' => { - 'Header' => 'x509_int.h', - 'Line' => '72', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '8286' - }, - '1' => { - 'name' => 'use_extensions', - 'offset' => '8', - 'type' => '75' - }, - '10' => { - 'name' => 'idn', - 'offset' => '112', - 'type' => '167816' - }, - '2' => { - 'name' => 'expanded', - 'offset' => '12', - 'type' => '145' - }, - '3' => { - 'name' => 'modified', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'pin', - 'offset' => '24', - 'type' => '163164' - }, - '5' => { - 'name' => 'raw_dn', - 'offset' => '40', - 'type' => '3887' - }, - '6' => { - 'name' => 'raw_issuer_dn', - 'offset' => '56', - 'type' => '3887' - }, - '7' => { - 'name' => 'raw_spki', - 'offset' => '72', - 'type' => '3887' - }, - '8' => { - 'name' => 'der', - 'offset' => '88', - 'type' => '3887' - }, - '9' => { - 'name' => 'dn', - 'offset' => '104', - 'type' => '167816' - } - }, - 'Name' => 'struct gnutls_x509_crt_int', - 'PrivateABI' => 1, - 'Size' => '120', - 'Type' => 'Struct' - }, - '156922' => { - 'BaseType' => '156934', - 'Header' => 'gnutls.h', - 'Line' => '1575', - 'Name' => 'gnutls_openpgp_keyring_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '156934' => { - 'BaseType' => '156940', - 'Name' => 'struct gnutls_openpgp_keyring_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '156940' => { - 'Header' => 'openpgp_int.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'db', - 'offset' => '0', - 'type' => '167849' - } - }, - 'Name' => 'struct gnutls_openpgp_keyring_int', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '156964' => { - 'BaseType' => '156976', - 'Header' => 'gnutls.h', - 'Line' => '1582', - 'Name' => 'gnutls_certificate_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '156976' => { - 'BaseType' => '156982', - 'Name' => 'struct gnutls_certificate_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '156982' => { - 'Header' => 'cert.h', - 'Line' => '46', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '3411' - }, - '1' => { - 'name' => 'deinit_dh_params', - 'offset' => '8', - 'type' => '145' - }, - '10' => { - 'name' => 'verify_depth', - 'offset' => '72', - 'type' => '145' - }, - '11' => { - 'name' => 'verify_bits', - 'offset' => '76', - 'type' => '145' - }, - '12' => { - 'name' => 'get_cert_callback', - 'offset' => '80', - 'type' => '168057' - }, - '13' => { - 'name' => 'get_cert_callback2', - 'offset' => '88', - 'type' => '168063' - }, - '14' => { - 'name' => 'verify_callback', - 'offset' => '96', - 'type' => '13495' - }, - '15' => { - 'name' => 'pin', - 'offset' => '104', - 'type' => '163164' - }, - '16' => { - 'name' => 'pin_tmp', - 'offset' => '120', - 'type' => '152087' - }, - '17' => { - 'name' => 'glob_ocsp_func', - 'offset' => '152', - 'type' => '4488' - }, - '18' => { - 'name' => 'glob_ocsp_func_ptr', - 'offset' => '160', - 'type' => '216' - }, - '2' => { - 'name' => 'params_func', - 'offset' => '16', - 'type' => '168045' - }, - '3' => { - 'name' => 'certs', - 'offset' => '24', - 'type' => '168051' - }, - '4' => { - 'name' => 'ncerts', - 'offset' => '32', - 'type' => '145' - }, - '5' => { - 'name' => 'pkey', - 'offset' => '40', - 'type' => '159258' - }, - '6' => { - 'name' => 'keyring', - 'offset' => '48', - 'type' => '156922' - }, - '7' => { - 'name' => 'tlist', - 'offset' => '56', - 'type' => '159042' - }, - '8' => { - 'name' => 'flags', - 'offset' => '64', - 'type' => '145' - }, - '9' => { - 'name' => 'verify_flags', - 'offset' => '68', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_certificate_credentials_st', - 'PrivateABI' => 1, - 'Size' => '168', - 'Type' => 'Struct' - }, - '157' => { - 'Name' => 'unsigned char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '158148' => { - 'BaseType' => '158160', - 'Header' => 'gnutls.h', - 'Line' => '2199', - 'Name' => 'gnutls_openpgp_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '158160' => { - 'BaseType' => '158166', - 'Name' => 'struct gnutls_openpgp_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '158166' => { - 'Header' => 'openpgp_int.h', - 'Line' => '40', - 'Memb' => { - '0' => { - 'name' => 'knode', - 'offset' => '0', - 'type' => '167827' - }, - '1' => { - 'name' => 'preferred_keyid', - 'offset' => '8', - 'type' => '167871' - }, - '2' => { - 'name' => 'preferred_set', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_openpgp_crt_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '158215' => { - 'BaseType' => '158227', - 'Header' => 'gnutls.h', - 'Line' => '2202', - 'Name' => 'gnutls_openpgp_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '158227' => { - 'BaseType' => '158233', - 'Name' => 'struct gnutls_openpgp_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '158233' => { - 'Header' => 'openpgp_int.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'knode', - 'offset' => '0', - 'type' => '167827' - }, - '1' => { - 'name' => 'preferred_keyid', - 'offset' => '8', - 'type' => '167871' - }, - '2' => { - 'name' => 'preferred_set', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_openpgp_privkey_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '158282' => { - 'BaseType' => '158294', - 'Header' => 'gnutls.h', - 'Line' => '2205', - 'Name' => 'gnutls_pkcs11_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '158294' => { - 'BaseType' => '158300', - 'Name' => 'struct gnutls_pkcs11_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '158300' => { - 'Line' => '64', - 'Memb' => { - '0' => { - 'name' => 'pk_algorithm', - 'offset' => '0', - 'type' => '2916' - }, - '1' => { - 'name' => 'flags', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'uinfo', - 'offset' => '8', - 'type' => '1057251' - }, - '3' => { - 'name' => 'url', - 'offset' => '16', - 'type' => '240' - }, - '4' => { - 'name' => 'sinfo', - 'offset' => '24', - 'type' => '1454510' - }, - '5' => { - 'name' => 'ref', - 'offset' => '376', - 'type' => '1451082' - }, - '6' => { - 'name' => 'reauth', - 'offset' => '384', - 'type' => '145' - }, - '7' => { - 'name' => 'pin', - 'offset' => '392', - 'type' => '163164' - } - }, - 'Name' => 'struct gnutls_pkcs11_privkey_st', - 'PrivateABI' => 1, - 'Size' => '408', - 'Source' => 'pkcs11_privkey.c', - 'Type' => 'Struct' - }, - '158343' => { - 'Header' => 'gnutls.h', - 'Line' => '2221', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PRIVKEY_X509', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PRIVKEY_OPENPGP', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PRIVKEY_PKCS11', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PRIVKEY_EXT', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_privkey_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '158355' => { - 'Header' => 'gnutls.h', - 'Line' => '2227', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '158389' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '158148' - } - }, - 'Name' => 'anon-union-gnutls.h-2227', - 'Size' => '8', - 'Type' => 'Union' - }, - '158389' => { - 'BaseType' => '156760', - 'Name' => 'gnutls_x509_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '158395' => { - 'Header' => 'gnutls.h', - 'Line' => '2233', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '156748' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '158215' - }, - '2' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '158282' - } - }, - 'Name' => 'anon-union-gnutls.h-2233', - 'Size' => '8', - 'Type' => 'Union' - }, - '158441' => { - 'Header' => 'gnutls.h', - 'Line' => '2223', - 'Memb' => { - '0' => { - 'name' => 'cert_type', - 'offset' => '0', - 'type' => '2854' - }, - '1' => { - 'name' => 'key_type', - 'offset' => '4', - 'type' => '158343' - }, - '2' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '158355' - }, - '3' => { - 'name' => 'ncerts', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'key', - 'offset' => '24', - 'type' => '158395' - }, - '5' => { - 'name' => 'deinit_all', - 'offset' => '32', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '158533' => { - 'BaseType' => '158441', - 'Header' => 'gnutls.h', - 'Line' => '2240', - 'Name' => 'gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '158545' => { - 'BaseType' => '158557', - 'Header' => 'gnutls.h', - 'Line' => '2274', - 'Name' => 'gnutls_certificate_retrieve_function', - 'Type' => 'Typedef' - }, - '158557' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_retr2_st*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '4430' - }, - '2' => { - 'type' => '75' - }, - '3' => { - 'type' => '158597' - }, - '4' => { - 'type' => '75' - }, - '5' => { - 'type' => '158603' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '158597' => { - 'BaseType' => '154970', - 'Name' => 'gnutls_pk_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '158603' => { - 'BaseType' => '158533', - 'Name' => 'gnutls_retr2_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '158609' => { - 'BaseType' => '158621', - 'Header' => 'gnutls.h', - 'Line' => '2509', - 'Name' => 'gnutls_pin_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '158621' => { - 'Name' => 'int(*)(void*, int, char const*, char const*, unsigned int, char*, size_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '75' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '110' - }, - '4' => { - 'type' => '145' - }, - '5' => { - 'type' => '240' - }, - '6' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '159017' => { - 'Header' => 'x509_int.h', - 'Line' => '68', - 'Memb' => { - '0' => { - 'name' => 'asn', - 'offset' => '0', - 'type' => '8286' - } - }, - 'Name' => 'struct gnutls_x509_dn_st', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '159042' => { - 'BaseType' => '159054', - 'Header' => 'x509.h', - 'Line' => '1406', - 'Name' => 'gnutls_x509_trust_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '159054' => { - 'BaseType' => '159060', - 'Name' => 'struct gnutls_x509_trust_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '159060' => { - 'Header' => 'verify-high.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'node', - 'offset' => '8', - 'type' => '556158' - }, - '2' => { - 'name' => 'x509_rdn_sequence', - 'offset' => '16', - 'type' => '3887' - }, - '3' => { - 'name' => 'blacklisted', - 'offset' => '32', - 'type' => '158389' - }, - '4' => { - 'name' => 'blacklisted_size', - 'offset' => '40', - 'type' => '145' - }, - '5' => { - 'name' => 'keep_certs', - 'offset' => '48', - 'type' => '158389' - }, - '6' => { - 'name' => 'keep_certs_size', - 'offset' => '56', - 'type' => '145' - }, - '7' => { - 'name' => 'pkcs11_token', - 'offset' => '64', - 'type' => '240' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '159178' => { - 'BaseType' => '159190', - 'Header' => 'abstract.h', - 'Line' => '518', - 'Name' => 'gnutls_certificate_retrieve_function2', - 'Type' => 'Typedef' - }, - '159190' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_pcert_st**, unsigned int*, gnutls_privkey_t*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '4430' - }, - '2' => { - 'type' => '75' - }, - '3' => { - 'type' => '158597' - }, - '4' => { - 'type' => '75' - }, - '5' => { - 'type' => '159240' - }, - '6' => { - 'type' => '22864' - }, - '7' => { - 'type' => '159258' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '159240' => { - 'BaseType' => '5584', - 'Name' => 'gnutls_pcert_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '159258' => { - 'BaseType' => '156725', - 'Name' => 'gnutls_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '15933' => { - 'BaseType' => '3940', - 'Name' => 'gnutls_range_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1617636' => { - 'BaseType' => '1617648', - 'Header' => 'gnutls.h', - 'Line' => '1977', - 'Name' => 'gnutls_srp_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1617648' => { - 'BaseType' => '1617654', - 'Name' => 'struct gnutls_srp_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1617654' => { - 'Header' => 'srp_kx.h', - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'password_conf_file', - 'offset' => '8', - 'type' => '240' - }, - '2' => { - 'name' => 'pwd_callback', - 'offset' => '16', - 'type' => '1626569' - }, - '3' => { - 'name' => 'fake_salt_seed', - 'offset' => '24', - 'type' => '3887' - }, - '4' => { - 'name' => 'fake_salt_length', - 'offset' => '40', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_srp_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1617727' => { - 'BaseType' => '1617739', - 'Header' => 'gnutls.h', - 'Line' => '1979', - 'Name' => 'gnutls_srp_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1617739' => { - 'BaseType' => '1617745', - 'Name' => 'struct gnutls_srp_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1617745' => { - 'Header' => 'srp_kx.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'password', - 'offset' => '8', - 'type' => '240' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '16', - 'type' => '1626563' - } - }, - 'Name' => 'struct gnutls_srp_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '1618058' => { - 'BaseType' => '1618070', - 'Header' => 'gnutls.h', - 'Line' => '2048', - 'Name' => 'gnutls_srp_server_credentials_function', - 'Type' => 'Typedef' - }, - '1618070' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '4531' - }, - '3' => { - 'type' => '4531' - }, - '4' => { - 'type' => '4531' - }, - '5' => { - 'type' => '4531' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1618110' => { - 'BaseType' => '1618122', - 'Header' => 'gnutls.h', - 'Line' => '2062', - 'Name' => 'gnutls_srp_client_credentials_function', - 'Type' => 'Typedef' - }, - '1618122' => { - 'Name' => 'int()(gnutls_session_t, char**, char**)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '1030' - }, - '2' => { - 'type' => '1030' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1626563' => { - 'BaseType' => '1618110', - 'Name' => 'gnutls_srp_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1626569' => { - 'BaseType' => '1618058', - 'Name' => 'gnutls_srp_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1628912' => { - 'BaseType' => '1617636', - 'Name' => 'gnutls_srp_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1629319' => { - 'BaseType' => '1617727', - 'Name' => 'gnutls_srp_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '163164' => { - 'Header' => 'gnutls_int.h', - 'Line' => '434', - 'Memb' => { - '0' => { - 'name' => 'cb', - 'offset' => '0', - 'type' => '158609' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '216' - } - }, - 'Name' => 'struct pin_info_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '164' => { - 'BaseType' => '157', - 'Name' => 'unsigned char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1640497' => { - 'BaseType' => '1640509', - 'Header' => 'gnutls.h', - 'Line' => '2091', - 'Name' => 'gnutls_psk_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1640509' => { - 'BaseType' => '1640515', - 'Name' => 'struct gnutls_psk_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1640515' => { - 'Header' => 'psk.h', - 'Line' => '35', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'pwd_callback', - 'offset' => '8', - 'type' => '1649107' - }, - '2' => { - 'name' => 'dh_params', - 'offset' => '16', - 'type' => '3411' - }, - '3' => { - 'name' => 'deinit_dh_params', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'params_func', - 'offset' => '32', - 'type' => '168045' - }, - '5' => { - 'name' => 'hint', - 'offset' => '40', - 'type' => '240' - } - }, - 'Name' => 'struct gnutls_psk_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1640600' => { - 'BaseType' => '1640612', - 'Header' => 'gnutls.h', - 'Line' => '2093', - 'Name' => 'gnutls_psk_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1640612' => { - 'BaseType' => '1640618', - 'Name' => 'struct gnutls_psk_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1640618' => { - 'Header' => 'psk.h', - 'Line' => '29', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '3887' - }, - '1' => { - 'name' => 'key', - 'offset' => '16', - 'type' => '3887' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '32', - 'type' => '1649101' - } - }, - 'Name' => 'struct gnutls_psk_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '1640667' => { - 'Header' => 'gnutls.h', - 'Line' => '2102', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PSK_KEY_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PSK_KEY_HEX', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1640697' => { - 'BaseType' => '1640667', - 'Header' => 'gnutls.h', - 'Line' => '2105', - 'Name' => 'gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1640709' => { - 'BaseType' => '1640721', - 'Header' => 'gnutls.h', - 'Line' => '2132', - 'Name' => 'gnutls_psk_server_credentials_function', - 'Type' => 'Typedef' - }, - '1640721' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '4531' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1640746' => { - 'BaseType' => '1640758', - 'Header' => 'gnutls.h', - 'Line' => '2141', - 'Name' => 'gnutls_psk_client_credentials_function', - 'Type' => 'Typedef' - }, - '1640758' => { - 'Name' => 'int()(gnutls_session_t, char**, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '1030' - }, - '2' => { - 'type' => '4531' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1649101' => { - 'BaseType' => '1640746', - 'Name' => 'gnutls_psk_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1649107' => { - 'BaseType' => '1640709', - 'Name' => 'gnutls_psk_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1650597' => { - 'BaseType' => '1640497', - 'Name' => 'gnutls_psk_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1651304' => { - 'BaseType' => '1640600', - 'Name' => 'gnutls_psk_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1653559' => { - 'BaseType' => '183', - 'Header' => 'stdio.h', - 'Line' => '90', - 'Name' => 'off_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1672678' => { - 'BaseType' => '121', - 'Name' => 'char[64]', - 'Size' => '64', - 'Type' => 'Array' - }, - '167816' => { - 'BaseType' => '159017', - 'Header' => 'x509_int.h', - 'Line' => '70', - 'Name' => 'gnutls_x509_dn_st', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '167827' => { - 'BaseType' => '167838', - 'Header' => 'opencdk.h', - 'Line' => '76', - 'Name' => 'cdk_kbnode_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '167838' => { - 'BaseType' => '167844', - 'Name' => 'struct cdk_kbnode_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '167844' => { - 'Header' => 'packet.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '167838' - }, - '1' => { - 'name' => 'pkt', - 'offset' => '8', - 'type' => '3753317' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_deleted', - 'offset' => '16', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'is_cloned', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'struct cdk_kbnode_s', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '167849' => { - 'BaseType' => '167860', - 'Header' => 'opencdk.h', - 'Line' => '80', - 'Name' => 'cdk_keydb_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '167860' => { - 'BaseType' => '167866', - 'Name' => 'struct cdk_keydb_hd_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '167866' => { - 'Header' => 'keydb.h', - 'Line' => '56', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'fp_ref', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'fp', - 'offset' => '8', - 'type' => '3750812' - }, - '3' => { - 'name' => 'name', - 'offset' => '16', - 'type' => '240' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'secret', - 'offset' => '24', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'isopen', - 'offset' => '24', - 'type' => '145' - }, - '6' => { - 'name' => 'stats', - 'offset' => '32', - 'type' => '3980705' - } - }, - 'Name' => 'struct cdk_keydb_hd_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '167871' => { - 'BaseType' => '962', - 'Name' => 'uint8_t[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '167887' => { - 'Header' => 'str_array.h', - 'Line' => '33', - 'Memb' => { - '0' => { - 'name' => 'str', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'len', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '167936' - } - }, - 'Name' => 'struct gnutls_str_array_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '167936' => { - 'BaseType' => '167887', - 'Name' => 'struct gnutls_str_array_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '167942' => { - 'BaseType' => '167936', - 'Header' => 'str_array.h', - 'Line' => '37', - 'Name' => 'gnutls_str_array_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '168034' => { - 'Header' => 'cert.h', - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'cert_list', - 'offset' => '0', - 'type' => '5584' - }, - '1' => { - 'name' => 'cert_list_length', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'names', - 'offset' => '16', - 'type' => '167942' - }, - '3' => { - 'name' => 'ocsp_func', - 'offset' => '24', - 'type' => '4488' - }, - '4' => { - 'name' => 'ocsp_func_ptr', - 'offset' => '32', - 'type' => '216' - }, - '5' => { - 'name' => 'ocsp_response_file', - 'offset' => '40', - 'type' => '240' - } - }, - 'Name' => 'struct certs_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '168045' => { - 'BaseType' => '156162', - 'Name' => 'gnutls_params_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '168051' => { - 'BaseType' => '168034', - 'Name' => 'certs_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '168057' => { - 'BaseType' => '158545', - 'Name' => 'gnutls_certificate_retrieve_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '168063' => { - 'BaseType' => '159178', - 'Name' => 'gnutls_certificate_retrieve_function2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '169' => { - 'Name' => 'signed char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '176' => { - 'Name' => 'short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '1766110' => { - 'BaseType' => '891381', - 'Name' => 'gnutls_x509_crl_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1767416' => { - 'BaseType' => '1767428', - 'Header' => 'x509.h', - 'Line' => '769', - 'Name' => 'gnutls_x509_crl_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1767428' => { - 'BaseType' => '1767434', - 'Name' => 'struct gnutls_x509_crl_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1767434' => { - 'Header' => 'x509_int.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'rcache', - 'offset' => '0', - 'type' => '8286' - }, - '1' => { - 'name' => 'rcache_idx', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_crl_iter', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '17727' => { - 'BaseType' => '962', - 'Name' => 'uint8_t const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1777253' => { - 'BaseType' => '906321', - 'Name' => 'gnutls_x509_crl_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1781941' => { - 'BaseType' => '1767416', - 'Name' => 'gnutls_x509_crl_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '17851' => { - 'BaseType' => '75', - 'Name' => 'int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '183' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '131', - 'Name' => '__off_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1844296' => { - 'BaseType' => '1046529', - 'Name' => 'gnutls_x509_crq_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1880' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '1890238' => { - 'BaseType' => '1890249', - 'Header' => 'x509-ext.h', - 'Line' => '37', - 'Name' => 'gnutls_subject_alt_names_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1890249' => { - 'BaseType' => '1890255', - 'Name' => 'struct gnutls_subject_alt_names_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1890255' => { - 'Line' => '36', - 'Memb' => { - '0' => { - 'name' => 'names', - 'offset' => '0', - 'type' => '2498920' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_subject_alt_names_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1890260' => { - 'BaseType' => '1890271', - 'Header' => 'x509-ext.h', - 'Line' => '107', - 'Name' => 'gnutls_x509_aki_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1890271' => { - 'BaseType' => '1890277', - 'Name' => 'struct gnutls_x509_aki_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1890277' => { - 'Line' => '688', - 'Memb' => { - '0' => { - 'name' => 'id', - 'offset' => '0', - 'type' => '3887' - }, - '1' => { - 'name' => 'cert_issuer', - 'offset' => '16', - 'type' => '1890255' - }, - '2' => { - 'name' => 'serial', - 'offset' => '32', - 'type' => '3887' - } - }, - 'Name' => 'struct gnutls_x509_aki_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1896' => { - 'Header' => 'gnutls_int.h', - 'Line' => '90', - 'Memb' => { - '0' => { - 'name' => 'i', - 'offset' => '0', - 'type' => '1880' - } - }, - 'Name' => 'struct uint64', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '1907' => { - 'Header' => 'gnutls.h', - 'Line' => '129', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CIPHER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CIPHER_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_CIPHER_AES_128_GCM', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_CIPHER_AES_256_GCM', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_192_CBC', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_CIPHER_SALSA20_256', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_CIPHER_ESTREAM_SALSA20_256', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_GCM', - 'value' => '15' - }, - '16' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_GCM', - 'value' => '16' - }, - '17' => { - 'name' => 'GNUTLS_CIPHER_RC2_40_CBC', - 'value' => '17' - }, - '18' => { - 'name' => 'GNUTLS_CIPHER_DES_CBC', - 'value' => '18' - }, - '19' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM', - 'value' => '19' - }, - '2' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_128', - 'value' => '2' - }, - '20' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM', - 'value' => '20' - }, - '21' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM_8', - 'value' => '21' - }, - '22' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM_8', - 'value' => '22' - }, - '23' => { - 'name' => 'GNUTLS_CIPHER_CHACHA20_POLY1305', - 'value' => '23' - }, - '24' => { - 'name' => 'GNUTLS_CIPHER_IDEA_PGP_CFB', - 'value' => '200' - }, - '25' => { - 'name' => 'GNUTLS_CIPHER_3DES_PGP_CFB', - 'value' => '201' - }, - '26' => { - 'name' => 'GNUTLS_CIPHER_CAST5_PGP_CFB', - 'value' => '202' - }, - '27' => { - 'name' => 'GNUTLS_CIPHER_BLOWFISH_PGP_CFB', - 'value' => '203' - }, - '28' => { - 'name' => 'GNUTLS_CIPHER_SAFER_SK128_PGP_CFB', - 'value' => '204' - }, - '29' => { - 'name' => 'GNUTLS_CIPHER_AES128_PGP_CFB', - 'value' => '205' - }, - '3' => { - 'name' => 'GNUTLS_CIPHER_3DES_CBC', - 'value' => '3' - }, - '30' => { - 'name' => 'GNUTLS_CIPHER_AES192_PGP_CFB', - 'value' => '206' - }, - '31' => { - 'name' => 'GNUTLS_CIPHER_AES256_PGP_CFB', - 'value' => '207' - }, - '32' => { - 'name' => 'GNUTLS_CIPHER_TWOFISH_PGP_CFB', - 'value' => '208' - }, - '4' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CBC', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CBC', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_40', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_CBC', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_CBC', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_CIPHER_AES_192_CBC', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_cipher_algorithm', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1923475' => { - 'Header' => 'gnutls.h', - 'Line' => '682', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_PRINT_ONELINE', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_PRINT_UNSIGNED_FULL', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_PRINT_COMPACT', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL_NUMBERS', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_certificate_print_formats', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1923523' => { - 'BaseType' => '1923475', - 'Header' => 'gnutls.h', - 'Line' => '688', - 'Name' => 'gnutls_certificate_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1925558' => { - 'BaseType' => '156760', - 'Name' => 'gnutls_x509_crt_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1927293' => { - 'BaseType' => '1927305', - 'Header' => 'x509.h', - 'Line' => '297', - 'Name' => 'gnutls_x509_name_constraints_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1927305' => { - 'BaseType' => '1927311', - 'Name' => 'struct gnutls_name_constraints_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1927311' => { - 'Header' => 'x509_int.h', - 'Line' => '445', - 'Memb' => { - '0' => { - 'name' => 'permitted', - 'offset' => '0', - 'type' => '2428073' - }, - '1' => { - 'name' => 'excluded', - 'offset' => '8', - 'type' => '2428073' - } - }, - 'Name' => 'struct gnutls_name_constraints_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1927409' => { - 'Header' => 'x509.h', - 'Line' => '497', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_QUALIFIER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_QUALIFIER_URI', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_X509_QUALIFIER_NOTICE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1927445' => { - 'BaseType' => '1927409', - 'Header' => 'x509.h', - 'Line' => '500', - 'Name' => 'gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1927457' => { - 'Header' => 'x509.h', - 'Line' => '505', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '1927445' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '240' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-x509.h-505', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1927506' => { - 'Header' => 'x509.h', - 'Line' => '502', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'qualifiers', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'qualifier', - 'offset' => '16', - 'type' => '1927559' - } - }, - 'Name' => 'struct gnutls_x509_policy_st', - 'Size' => '208', - 'Type' => 'Struct' - }, - '1927559' => { - 'BaseType' => '1927457', - 'Name' => 'anon-struct-x509.h-505[8]', - 'Size' => '192', - 'Type' => 'Array' - }, - '1936508' => { - 'BaseType' => '1936519', - 'Header' => 'x509-ext.h', - 'Line' => '60', - 'Name' => 'gnutls_x509_crl_dist_points_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1936519' => { - 'BaseType' => '1936525', - 'Name' => 'struct gnutls_x509_crl_dist_points_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1936525' => { - 'Line' => '2161', - 'Memb' => { - '0' => { - 'name' => 'points', - 'offset' => '0', - 'type' => '2498995' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_crl_dist_points_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1936530' => { - 'BaseType' => '1936541', - 'Header' => 'x509-ext.h', - 'Line' => '83', - 'Name' => 'gnutls_x509_aia_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1936541' => { - 'BaseType' => '1936547', - 'Name' => 'struct gnutls_x509_aia_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1936547' => { - 'Line' => '2515', - 'Memb' => { - '0' => { - 'name' => 'aia', - 'offset' => '0', - 'type' => '2499050' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_aia_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1936574' => { - 'BaseType' => '1936585', - 'Header' => 'x509-ext.h', - 'Line' => '146', - 'Name' => 'gnutls_x509_key_purposes_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1936585' => { - 'BaseType' => '1936591', - 'Name' => 'struct gnutls_x509_key_purposes_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1936591' => { - 'Line' => '2872', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '2499056' - }, - '1' => { - 'name' => 'size', - 'offset' => '1024', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_key_purposes_st', - 'PrivateABI' => 1, - 'Size' => '1032', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1936596' => { - 'BaseType' => '1936607', - 'Header' => 'x509-ext.h', - 'Line' => '172', - 'Name' => 'gnutls_x509_policies_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1936607' => { - 'BaseType' => '1936613', - 'Name' => 'struct gnutls_x509_policies_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1936613' => { - 'Line' => '1673', - 'Memb' => { - '0' => { - 'name' => 'policy', - 'offset' => '0', - 'type' => '2498926' - }, - '1' => { - 'name' => 'size', - 'offset' => '13312', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_policies_st', - 'PrivateABI' => 1, - 'Size' => '13320', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1936645' => { - 'Header' => 'x509_int.h', - 'Line' => '450', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '3887' - }, - '2' => { - 'name' => 'next', - 'offset' => '24', - 'type' => '2428073' - } - }, - 'Name' => 'struct name_constraints_node_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '194' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '132', - 'Name' => '__off64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '19734' => { - 'Header' => 'gnutls.h', - 'Line' => '611', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SHUT_RDWR', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SHUT_WR', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_close_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1992831' => { - 'BaseType' => '1992842', - 'Header' => 'pkcs12.h', - 'Line' => '40', - 'Name' => 'gnutls_pkcs12_bag_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1992842' => { - 'BaseType' => '1992848', - 'Name' => 'struct gnutls_pkcs12_bag_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1992848' => { - 'Header' => 'x509_int.h', - 'Line' => '367', - 'Memb' => { - '0' => { - 'name' => 'element', - 'offset' => '0', - 'type' => '1993032' - }, - '1' => { - 'name' => 'bag_elements', - 'offset' => '1536', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs12_bag_int', - 'PrivateABI' => 1, - 'Size' => '1544', - 'Type' => 'Struct' - }, - '1992890' => { - 'Header' => 'pkcs12.h', - 'Line' => '97', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_BAG_EMPTY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_BAG_PKCS8_ENCRYPTED_KEY', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_BAG_PKCS8_KEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_BAG_CERTIFICATE', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_BAG_CRL', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_BAG_SECRET', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_BAG_ENCRYPTED', - 'value' => '10' - }, - '7' => { - 'name' => 'GNUTLS_BAG_UNKNOWN', - 'value' => '20' - } - }, - 'Name' => 'enum gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1992955' => { - 'BaseType' => '1992890', - 'Header' => 'pkcs12.h', - 'Line' => '110', - 'Name' => 'gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1992966' => { - 'Header' => 'x509_int.h', - 'Line' => '360', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3887' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '1992955' - }, - '2' => { - 'name' => 'local_key_id', - 'offset' => '24', - 'type' => '3887' - }, - '3' => { - 'name' => 'friendly_name', - 'offset' => '40', - 'type' => '240' - } - }, - 'Name' => 'struct bag_element', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1993032' => { - 'BaseType' => '1992966', - 'Name' => 'struct bag_element[32]', - 'Size' => '1536', - 'Type' => 'Array' - }, - '2007529' => { - 'BaseType' => '903650', - 'Name' => 'gnutls_pkcs12_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2031104' => { - 'BaseType' => '1992831', - 'Name' => 'gnutls_pkcs12_bag_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '205' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '139', - 'Name' => '__time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2053723' => { - 'BaseType' => '2053734', - 'Header' => 'pkcs7.h', - 'Line' => '43', - 'Name' => 'gnutls_pkcs7_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2053734' => { - 'BaseType' => '2053740', - 'Name' => 'struct gnutls_pkcs7_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2053740' => { - 'Header' => 'x509_int.h', - 'Line' => '106', - 'Memb' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '0', - 'type' => '8286' - }, - '1' => { - 'name' => 'encap_data_oid', - 'offset' => '8', - 'type' => '400888' - }, - '2' => { - 'name' => 'der_signed_data', - 'offset' => '136', - 'type' => '3887' - }, - '3' => { - 'name' => 'signed_data', - 'offset' => '152', - 'type' => '8286' - }, - '4' => { - 'name' => 'expanded', - 'offset' => '160', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs7_int', - 'PrivateABI' => 1, - 'Size' => '168', - 'Type' => 'Struct' - }, - '2053813' => { - 'BaseType' => '2065241', - 'Header' => 'pkcs7.h', - 'Line' => '83', - 'Name' => 'gnutls_pkcs7_attrs_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2053830' => { - 'Header' => 'x509_int.h', - 'Line' => '100', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '240' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3887' - }, - '2' => { - 'name' => 'next', - 'offset' => '24', - 'type' => '2065241' - } - }, - 'Name' => 'struct gnutls_pkcs7_attrs_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '2053879' => { - 'Header' => 'pkcs7.h', - 'Line' => '85', - 'Memb' => { - '0' => { - 'name' => 'algo', - 'offset' => '0', - 'type' => '3140' - }, - '1' => { - 'name' => 'sig', - 'offset' => '8', - 'type' => '3887' - }, - '2' => { - 'name' => 'issuer_dn', - 'offset' => '24', - 'type' => '3887' - }, - '3' => { - 'name' => 'signer_serial', - 'offset' => '40', - 'type' => '3887' - }, - '4' => { - 'name' => 'issuer_keyid', - 'offset' => '56', - 'type' => '3887' - }, - '5' => { - 'name' => 'signing_time', - 'offset' => '72', - 'type' => '268' - }, - '6' => { - 'name' => 'signed_attrs', - 'offset' => '80', - 'type' => '2053813' - }, - '7' => { - 'name' => 'unsigned_attrs', - 'offset' => '88', - 'type' => '2053813' - }, - '8' => { - 'name' => 'pad', - 'offset' => '96', - 'type' => '1672678' - } - }, - 'Name' => 'struct gnutls_pkcs7_signature_info_st', - 'Size' => '160', - 'Type' => 'Struct' - }, - '2054016' => { - 'BaseType' => '2053879', - 'Header' => 'pkcs7.h', - 'Line' => '95', - 'Name' => 'gnutls_pkcs7_signature_info_st', - 'Size' => '160', - 'Type' => 'Typedef' - }, - '2062707' => { - 'BaseType' => '2053830', - 'Header' => 'x509_int.h', - 'Line' => '104', - 'Name' => 'gnutls_pkcs7_attrs_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '2065241' => { - 'BaseType' => '2062707', - 'Name' => 'gnutls_pkcs7_attrs_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2072785' => { - 'BaseType' => '2054016', - 'Name' => 'gnutls_pkcs7_signature_info_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2083649' => { - 'BaseType' => '2053723', - 'Name' => 'gnutls_pkcs7_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '20932' => { - 'BaseType' => '8744', - 'Header' => 'gnutls.h', - 'Line' => '1130', - 'Name' => 'gnutls_packet_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2104786' => { - 'BaseType' => '2053813', - 'Name' => 'gnutls_pkcs7_attrs_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2122' => { - 'BaseType' => '1907', - 'Header' => 'gnutls.h', - 'Line' => '166', - 'Name' => 'gnutls_cipher_algorithm_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2126624' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '2136943' => { - 'BaseType' => '2122', - 'Name' => 'gnutls_cipher_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '21563' => { - 'Name' => 'int(*)(void**)', - 'Param' => { - '0' => { - 'type' => '4576' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '216' => { - 'BaseType' => '1', - 'Name' => 'void*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '218' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '172', - 'Name' => '__ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22400' => { - 'BaseType' => '13599', - 'Header' => 'gnutls.h', - 'Line' => '2520', - 'Name' => 'gnutls_buffer_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2242' => { - 'Header' => 'gnutls.h', - 'Line' => '206', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_KX_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_KX_RSA', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_KX_DHE_PSK', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_KX_ANON_ECDH', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_KX_ECDHE_RSA', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_KX_ECDHE_ECDSA', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_KX_ECDHE_PSK', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_KX_RSA_PSK', - 'value' => '15' - }, - '2' => { - 'name' => 'GNUTLS_KX_DHE_DSS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_KX_DHE_RSA', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_KX_ANON_DH', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_KX_SRP', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_KX_RSA_EXPORT', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_KX_SRP_RSA', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_KX_SRP_DSS', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_KX_PSK', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_kx_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '22491' => { - 'BaseType' => '22503', - 'Header' => 'gnutls.h', - 'Line' => '2537', - 'Name' => 'gnutls_ext_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22503' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, size_t)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '5465' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22540' => { - 'BaseType' => '22552', - 'Header' => 'gnutls.h', - 'Line' => '2541', - 'Name' => 'gnutls_ext_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22552' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '22400' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22578' => { - 'BaseType' => '22590', - 'Header' => 'gnutls.h', - 'Line' => '2544', - 'Name' => 'gnutls_ext_deinit_data_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22590' => { - 'Name' => 'void(*)(gnutls_ext_priv_data_t)', - 'Param' => { - '0' => { - 'type' => '5453' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22607' => { - 'BaseType' => '22619', - 'Header' => 'gnutls.h', - 'Line' => '2546', - 'Name' => 'gnutls_ext_pack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22619' => { - 'Name' => 'int(*)(gnutls_ext_priv_data_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '5453' - }, - '1' => { - 'type' => '22400' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22645' => { - 'BaseType' => '22657', - 'Header' => 'gnutls.h', - 'Line' => '2549', - 'Name' => 'gnutls_ext_unpack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22657' => { - 'Name' => 'int(*)(gnutls_buffer_t, gnutls_ext_priv_data_t*)', - 'Param' => { - '0' => { - 'type' => '22400' - }, - '1' => { - 'type' => '22683' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22683' => { - 'BaseType' => '5453', - 'Name' => 'gnutls_ext_priv_data_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '22733' => { - 'Header' => 'gnutls.h', - 'Line' => '2573', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_EXT_ANY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_EXT_APPLICATION', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_EXT_TLS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_EXT_MANDATORY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_EXT_NONE', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_ext_parse_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2275852' => { - 'BaseType' => '2275864', - 'Header' => 'x509.h', - 'Line' => '1494', - 'Name' => 'gnutls_verify_output_function', - 'Type' => 'Typedef' - }, - '2275864' => { - 'Name' => 'int()(gnutls_x509_crt_t, gnutls_x509_crt_t, gnutls_x509_crl_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '156760' - }, - '1' => { - 'type' => '156760' - }, - '2' => { - 'type' => '891381' - }, - '3' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '2285368' => { - 'BaseType' => '2275852', - 'Name' => 'gnutls_verify_output_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '22864' => { - 'BaseType' => '145', - 'Name' => 'unsigned int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2286759' => { - 'BaseType' => '1925558', - 'Name' => 'gnutls_x509_crt_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2287463' => { - 'BaseType' => '1766110', - 'Name' => 'gnutls_x509_crl_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '229' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '175', - 'Name' => '__syscall_slong_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2296' => { - 'Header' => 'gnutls.h', - 'Line' => '238', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRD_CERTIFICATE', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_CRD_ANON', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_CRD_SRP', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_CRD_PSK', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_CRD_IA', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_credentials_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2310683' => { - 'BaseType' => '2332381', - 'Header' => 'x509.h', - 'Line' => '683', - 'Name' => 'gnutls_x509_dn_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2332133' => { - 'BaseType' => '2310683', - 'Name' => 'gnutls_x509_dn_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2332381' => { - 'BaseType' => '167816', - 'Name' => 'gnutls_x509_dn_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2335241' => { - 'BaseType' => '1927506', - 'Name' => 'struct gnutls_x509_policy_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2362028' => { - 'Header' => 'x509.h', - 'Line' => '685', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '3887' - }, - '1' => { - 'name' => 'value', - 'offset' => '16', - 'type' => '3887' - }, - '2' => { - 'name' => 'value_tag', - 'offset' => '32', - 'type' => '68' - } - }, - 'Name' => 'struct gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '2362081' => { - 'BaseType' => '2362028', - 'Header' => 'x509.h', - 'Line' => '689', - 'Name' => 'gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '2372356' => { - 'BaseType' => '2362081', - 'Name' => 'gnutls_x509_ava_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2384046' => { - 'BaseType' => '1927506', - 'Name' => 'struct gnutls_x509_policy_st const', - 'Size' => '208', - 'Type' => 'Const' - }, - '2393514' => { - 'BaseType' => '2384046', - 'Name' => 'struct gnutls_x509_policy_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '240' => { - 'BaseType' => '121', - 'Name' => 'char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2423' => { - 'Header' => 'gnutls.h', - 'Line' => '282', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_MAC_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_MAC_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_MAC_SHA3_224', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_MAC_SHA3_256', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_MAC_SHA3_384', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_MAC_SHA3_512', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_MAC_AEAD', - 'value' => '200' - }, - '15' => { - 'name' => 'GNUTLS_MAC_UMAC_96', - 'value' => '201' - }, - '16' => { - 'name' => 'GNUTLS_MAC_UMAC_128', - 'value' => '202' - }, - '2' => { - 'name' => 'GNUTLS_MAC_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_MAC_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_MAC_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_MAC_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_MAC_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_MAC_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_MAC_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_MAC_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_mac_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2423274' => { - 'BaseType' => '1936645', - 'Header' => 'x509_int.h', - 'Line' => '454', - 'Name' => 'name_constraints_node_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '2428073' => { - 'BaseType' => '2423274', - 'Name' => 'name_constraints_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2431798' => { - 'BaseType' => '1927293', - 'Name' => 'gnutls_x509_name_constraints_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2442897' => { - 'BaseType' => '2442909', - 'Header' => 'x509.h', - 'Line' => '1407', - 'Name' => 'gnutls_x509_trust_list_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2442909' => { - 'BaseType' => '2442915', - 'Name' => 'struct gnutls_x509_trust_list_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2442915' => { - 'Line' => '58', - 'Memb' => { - '0' => { - 'name' => 'node_index', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'ca_index', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'pkcs11_list', - 'offset' => '8', - 'type' => '1455041' - }, - '3' => { - 'name' => 'pkcs11_index', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'pkcs11_size', - 'offset' => '20', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_iter', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '245081' => { - 'Header' => 'gnutls.h', - 'Line' => '670', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_FMT_DER', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_FMT_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_x509_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2452061' => { - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '156760' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '7881' - }, - '2' => { - 'name' => 'name_size', - 'offset' => '264', - 'type' => '145' - } - }, - 'Name' => 'struct named_cert_st', - 'PrivateABI' => 1, - 'Size' => '272', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '2452112' => { - 'BaseType' => '2452061', - 'Name' => 'struct named_cert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2459323' => { - 'BaseType' => '2442897', - 'Name' => 'gnutls_x509_trust_list_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '246' => { - 'BaseType' => '145', - 'Header' => 'types.h', - 'Line' => '189', - 'Name' => '__socklen_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '248357' => { - 'BaseType' => '248368', - 'Header' => 'abstract.h', - 'Line' => '56', - 'Name' => 'gnutls_privkey_sign_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '248368' => { - 'Name' => 'int(*)(gnutls_privkey_t, void*, gnutls_datum_t const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '156725' - }, - '1' => { - 'type' => '216' - }, - '2' => { - 'type' => '4430' - }, - '3' => { - 'type' => '4531' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '248404' => { - 'BaseType' => '248368', - 'Header' => 'abstract.h', - 'Line' => '61', - 'Name' => 'gnutls_privkey_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '248415' => { - 'BaseType' => '248426', - 'Header' => 'abstract.h', - 'Line' => '67', - 'Name' => 'gnutls_privkey_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '248426' => { - 'Name' => 'void(*)(gnutls_privkey_t, void*)', - 'Param' => { - '0' => { - 'type' => '156725' - }, - '1' => { - 'type' => '216' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '248448' => { - 'BaseType' => '248459', - 'Header' => 'abstract.h', - 'Line' => '76', - 'Name' => 'gnutls_privkey_info_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '248459' => { - 'Name' => 'int(*)(gnutls_privkey_t, unsigned int, void*)', - 'Param' => { - '0' => { - 'type' => '156725' - }, - '1' => { - 'type' => '145' - }, - '2' => { - 'type' => '216' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2498871' => { - 'Header' => 'x509_ext_int.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '3887' - }, - '2' => { - 'name' => 'othername_oid', - 'offset' => '24', - 'type' => '3887' - } - }, - 'Name' => 'struct name_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '2498920' => { - 'BaseType' => '2498871', - 'Name' => 'struct name_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2498926' => { - 'BaseType' => '1927506', - 'Name' => 'struct gnutls_x509_policy_st[64]', - 'Size' => '13312', - 'Type' => 'Array' - }, - '2498942' => { - 'Line' => '2155', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '3887' - }, - '2' => { - 'name' => 'reasons', - 'offset' => '24', - 'type' => '145' - } - }, - 'Name' => 'struct crl_dist_point_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '2498995' => { - 'BaseType' => '2498942', - 'Name' => 'struct crl_dist_point_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2499001' => { - 'Line' => '2516', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '3887' - }, - '1' => { - 'name' => 'san_type', - 'offset' => '16', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '24', - 'type' => '3887' - } - }, - 'Name' => 'anon-struct-x509_ext.c-2516', - 'PrivateABI' => 1, - 'Size' => '40', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '2499050' => { - 'BaseType' => '2499001', - 'Name' => 'anon-struct-x509_ext.c-2516*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2499056' => { - 'BaseType' => '3887', - 'Name' => 'gnutls_datum_t[64]', - 'Size' => '1024', - 'Type' => 'Array' - }, - '2504149' => { - 'BaseType' => '1936574', - 'Name' => 'gnutls_x509_key_purposes_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2508025' => { - 'BaseType' => '1936530', - 'Name' => 'gnutls_x509_aia_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2511039' => { - 'BaseType' => '1936508', - 'Name' => 'gnutls_x509_crl_dist_points_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2515899' => { - 'BaseType' => '1936596', - 'Name' => 'gnutls_x509_policies_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2524447' => { - 'BaseType' => '1890260', - 'Name' => 'gnutls_x509_aki_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2530214' => { - 'BaseType' => '1890238', - 'Name' => 'gnutls_subject_alt_names_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2533' => { - 'Header' => 'gnutls.h', - 'Line' => '320', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DIG_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DIG_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_DIG_SHA3_224', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_DIG_SHA3_256', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_DIG_SHA3_384', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_DIG_SHA3_512', - 'value' => '13' - }, - '2' => { - 'name' => 'GNUTLS_DIG_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DIG_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_DIG_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DIG_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_DIG_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_DIG_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_DIG_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_DIG_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_digest_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '257' => { - 'BaseType' => '218', - 'Header' => 'types.h', - 'Line' => '109', - 'Name' => 'ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '257252' => { - 'Header' => 'abstract_int.h', - 'Line' => '40', - 'Memb' => { - '0' => { - 'name' => 'sign_func', - 'offset' => '0', - 'type' => '248357' - }, - '1' => { - 'name' => 'decrypt_func', - 'offset' => '8', - 'type' => '248404' - }, - '2' => { - 'name' => 'deinit_func', - 'offset' => '16', - 'type' => '248415' - }, - '3' => { - 'name' => 'info_func', - 'offset' => '24', - 'type' => '248448' - }, - '4' => { - 'name' => 'userdata', - 'offset' => '32', - 'type' => '216' - } - }, - 'Name' => 'anon-struct-abstract_int.h-40', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '257321' => { - 'Header' => 'abstract_int.h', - 'Line' => '32', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '156748' - }, - '1' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '158282' - }, - '2' => { - 'name' => 'openpgp', - 'offset' => '0', - 'type' => '158215' - }, - '3' => { - 'name' => 'ext', - 'offset' => '0', - 'type' => '257252' - } - }, - 'Name' => 'anon-union-abstract_int.h-32', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Union' - }, - '257390' => { - 'BaseType' => '962', - 'Name' => 'uint8_t[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '2583' => { - 'Header' => 'gnutls.h', - 'Line' => '343', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_COMP_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_COMP_NULL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_COMP_DEFLATE', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_COMP_ZLIB', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_compression_method_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2599573' => { - 'BaseType' => '893892', - 'Name' => 'gnutls_x509_tlsfeatures_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '261573' => { - 'BaseType' => '3411', - 'Name' => 'gnutls_dh_params_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '263542' => { - 'BaseType' => '341', - 'Header' => 'stdio.h', - 'Line' => '48', - 'Name' => 'FILE', - 'Size' => '216', - 'Type' => 'Typedef' - }, - '2650307' => { - 'BaseType' => '2650318', - 'Header' => 'ocsp.h', - 'Line' => '141', - 'Name' => 'gnutls_ocsp_req_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2650318' => { - 'BaseType' => '2650324', - 'Name' => 'struct gnutls_ocsp_req_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2650324' => { - 'Line' => '36', - 'Memb' => { - '0' => { - 'name' => 'req', - 'offset' => '0', - 'type' => '8286' - }, - '1' => { - 'name' => 'init', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_ocsp_req_int', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '2665173' => { - 'BaseType' => '904095', - 'Name' => 'gnutls_ocsp_resp_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2665542' => { - 'BaseType' => '2650307', - 'Name' => 'gnutls_ocsp_req_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '268' => { - 'BaseType' => '205', - 'Header' => 'time.h', - 'Line' => '75', - 'Name' => 'time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2684215' => { - 'Header' => 'ocsp.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OCSP_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OCSP_PRINT_COMPACT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2684244' => { - 'BaseType' => '2684215', - 'Header' => 'ocsp.h', - 'Line' => '50', - 'Name' => 'gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2706' => { - 'Header' => 'gnutls.h', - 'Line' => '516', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_REQUEST', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_KEY_EXCHANGE', - 'value' => '16' - }, - '11' => { - 'name' => 'GNUTLS_HANDSHAKE_FINISHED', - 'value' => '20' - }, - '12' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_STATUS', - 'value' => '22' - }, - '13' => { - 'name' => 'GNUTLS_HANDSHAKE_SUPPLEMENTAL', - 'value' => '23' - }, - '14' => { - 'name' => 'GNUTLS_HANDSHAKE_CHANGE_CIPHER_SPEC', - 'value' => '254' - }, - '15' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO_V2', - 'value' => '1024' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_VERIFY_REQUEST', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_HANDSHAKE_NEW_SESSION_TICKET', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_PKT', - 'value' => '11' - }, - '6' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_KEY_EXCHANGE', - 'value' => '12' - }, - '7' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_REQUEST', - 'value' => '13' - }, - '8' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO_DONE', - 'value' => '14' - }, - '9' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_VERIFY', - 'value' => '15' - } - }, - 'Name' => 'enum gnutls_handshake_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2728514' => { - 'Header' => 'gnutls.h', - 'Line' => '1191', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_NAME_DNS', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_server_name_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '279' => { - 'BaseType' => '176', - 'Header' => 'types.h', - 'Line' => '195', - 'Name' => 'int16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '2804' => { - 'Header' => 'gnutls.h', - 'Line' => '642', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SSL3', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_TLS1_0', - 'value' => '2' - }, - '10' => { - 'name' => 'GNUTLS_TLS_VERSION_MAX', - 'value' => '4' - }, - '11' => { - 'name' => 'GNUTLS_VERSION_UNKNOWN', - 'value' => '255' - }, - '2' => { - 'name' => 'GNUTLS_TLS1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_TLS1_1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_TLS1_2', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DTLS0_9', - 'value' => '200' - }, - '6' => { - 'name' => 'GNUTLS_DTLS1_0', - 'value' => '201' - }, - '7' => { - 'name' => 'GNUTLS_DTLS1_2', - 'value' => '202' - }, - '8' => { - 'name' => 'GNUTLS_DTLS_VERSION_MIN', - 'value' => '200' - }, - '9' => { - 'name' => 'GNUTLS_DTLS_VERSION_MAX', - 'value' => '202' - } - }, - 'Name' => 'enum gnutls_protocol_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '282168' => { - 'BaseType' => '263542', - 'Name' => 'FILE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2854' => { - 'Header' => 'gnutls.h', - 'Line' => '658', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_X509', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_OPENPGP', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_RAW', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_certificate_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '287418' => { - 'BaseType' => '287430', - 'Header' => 'gnutls.h', - 'Line' => '879', - 'Name' => 'gnutls_priority_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '287430' => { - 'BaseType' => '3469', - 'Name' => 'struct gnutls_priority_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '290' => { - 'Header' => 'time.h', - 'Line' => '120', - 'Memb' => { - '0' => { - 'name' => 'tv_sec', - 'offset' => '0', - 'type' => '205' - }, - '1' => { - 'name' => 'tv_nsec', - 'offset' => '8', - 'type' => '229' - } - }, - 'Name' => 'struct timespec', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '2916' => { - 'Header' => 'gnutls.h', - 'Line' => '711', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PK_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PK_RSA', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PK_DSA', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PK_DH', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PK_ECDSA', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_PK_ECDHX', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_pk_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2949240' => { - 'Header' => 'gnutls.h', - 'Line' => '1277', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_80', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_32', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_80', - 'value' => '5' - }, - '3' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_32', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_srtp_profile_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2963145' => { - 'BaseType' => '2949240', - 'Name' => 'gnutls_srtp_profile_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '300537' => { - 'BaseType' => '300543', - 'Name' => 'unsigned int const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '300543' => { - 'BaseType' => '152', - 'Name' => 'unsigned int const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '301410' => { - 'BaseType' => '110', - 'Name' => 'char const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '304052' => { - 'BaseType' => '287418', - 'Name' => 'gnutls_priority_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '31169' => { - 'BaseType' => '13534', - 'Header' => 'extensions.h', - 'Line' => '88', - 'Name' => 'extension_entry_st', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '3140' => { - 'Header' => 'gnutls.h', - 'Line' => '789', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SIGN_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA1', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA512', - 'value' => '8' - }, - '11' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA224', - 'value' => '9' - }, - '12' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA224', - 'value' => '10' - }, - '13' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA256', - 'value' => '11' - }, - '14' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA1', - 'value' => '12' - }, - '15' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA224', - 'value' => '13' - }, - '16' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA256', - 'value' => '14' - }, - '17' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA384', - 'value' => '15' - }, - '18' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA512', - 'value' => '16' - }, - '19' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA384', - 'value' => '17' - }, - '2' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA', - 'value' => '1' - }, - '20' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA512', - 'value' => '18' - }, - '21' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_224', - 'value' => '20' - }, - '22' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_256', - 'value' => '21' - }, - '23' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_384', - 'value' => '22' - }, - '24' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_512', - 'value' => '23' - }, - '25' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_224', - 'value' => '24' - }, - '26' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_256', - 'value' => '25' - }, - '27' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_384', - 'value' => '26' - }, - '28' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_512', - 'value' => '27' - }, - '29' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_224', - 'value' => '28' - }, - '3' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA1', - 'value' => '2' - }, - '30' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_256', - 'value' => '29' - }, - '31' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_384', - 'value' => '30' - }, - '32' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_512', - 'value' => '31' - }, - '4' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA', - 'value' => '2' - }, - '5' => { - 'name' => 'GNUTLS_SIGN_RSA_MD5', - 'value' => '3' - }, - '6' => { - 'name' => 'GNUTLS_SIGN_RSA_MD2', - 'value' => '4' - }, - '7' => { - 'name' => 'GNUTLS_SIGN_RSA_RMD160', - 'value' => '5' - }, - '8' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA256', - 'value' => '6' - }, - '9' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA384', - 'value' => '7' - } - }, - 'Name' => 'enum gnutls_sign_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3208' => { - 'Header' => 'gnutls.h', - 'Line' => '811', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_ECC_CURVE_INVALID', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP224R1', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP256R1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP384R1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP521R1', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP192R1', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_ECC_CURVE_X25519', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_ecc_curve_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '32662' => { - 'BaseType' => '20932', - 'Name' => 'gnutls_packet_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3300' => { - 'Header' => 'gnutls.h', - 'Line' => '847', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SEC_PARAM_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SEC_PARAM_INSECURE', - 'value' => '5' - }, - '10' => { - 'name' => 'GNUTLS_SEC_PARAM_FUTURE', - 'value' => '50' - }, - '2' => { - 'name' => 'GNUTLS_SEC_PARAM_EXPORT', - 'value' => '10' - }, - '3' => { - 'name' => 'GNUTLS_SEC_PARAM_VERY_WEAK', - 'value' => '15' - }, - '4' => { - 'name' => 'GNUTLS_SEC_PARAM_WEAK', - 'value' => '20' - }, - '5' => { - 'name' => 'GNUTLS_SEC_PARAM_LOW', - 'value' => '25' - }, - '6' => { - 'name' => 'GNUTLS_SEC_PARAM_LEGACY', - 'value' => '30' - }, - '7' => { - 'name' => 'GNUTLS_SEC_PARAM_MEDIUM', - 'value' => '35' - }, - '8' => { - 'name' => 'GNUTLS_SEC_PARAM_HIGH', - 'value' => '40' - }, - '9' => { - 'name' => 'GNUTLS_SEC_PARAM_ULTRA', - 'value' => '45' - } - }, - 'Name' => 'enum gnutls_sec_param_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3306423' => { - 'BaseType' => '2423', - 'Name' => 'gnutls_mac_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3306429' => { - 'BaseType' => '2804', - 'Name' => 'gnutls_protocol_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3312' => { - 'BaseType' => '216', - 'Header' => 'gnutls.h', - 'Line' => '866', - 'Name' => 'gnutls_transport_ptr_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3324' => { - 'BaseType' => '3336', - 'Header' => 'gnutls.h', - 'Line' => '869', - 'Name' => 'gnutls_session_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3336' => { - 'BaseType' => '3342', - 'Name' => 'struct gnutls_session_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '334' => { - 'BaseType' => '340', - 'Name' => 'void const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3342' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1067', - 'Memb' => { - '0' => { - 'name' => 'security_parameters', - 'offset' => '0', - 'type' => '11107' - }, - '1' => { - 'name' => 'record_parameters', - 'offset' => '224', - 'type' => '13557' - }, - '2' => { - 'name' => 'internals', - 'offset' => '352', - 'type' => '13545' - }, - '3' => { - 'name' => 'key', - 'offset' => '5968', - 'type' => '9149' - } - }, - 'Name' => 'struct gnutls_session_int', - 'PrivateABI' => 1, - 'Size' => '7016', - 'Type' => 'Struct' - }, - '340' => { - 'BaseType' => '1', - 'Name' => 'void const', - 'Type' => 'Const' - }, - '341' => { - 'Header' => 'libio.h', - 'Line' => '241', - 'Memb' => { - '0' => { - 'name' => '_flags', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => '_IO_read_ptr', - 'offset' => '8', - 'type' => '240' - }, - '10' => { - 'name' => '_IO_backup_base', - 'offset' => '80', - 'type' => '240' - }, - '11' => { - 'name' => '_IO_save_end', - 'offset' => '88', - 'type' => '240' - }, - '12' => { - 'name' => '_markers', - 'offset' => '96', - 'type' => '778' - }, - '13' => { - 'name' => '_chain', - 'offset' => '104', - 'type' => '784' - }, - '14' => { - 'name' => '_fileno', - 'offset' => '112', - 'type' => '75' - }, - '15' => { - 'name' => '_flags2', - 'offset' => '116', - 'type' => '75' - }, - '16' => { - 'name' => '_old_offset', - 'offset' => '120', - 'type' => '183' - }, - '17' => { - 'name' => '_cur_column', - 'offset' => '128', - 'type' => '103' - }, - '18' => { - 'name' => '_vtable_offset', - 'offset' => '130', - 'type' => '169' - }, - '19' => { - 'name' => '_shortbuf', - 'offset' => '131', - 'type' => '790' - }, - '2' => { - 'name' => '_IO_read_end', - 'offset' => '16', - 'type' => '240' - }, - '20' => { - 'name' => '_lock', - 'offset' => '136', - 'type' => '806' - }, - '21' => { - 'name' => '_offset', - 'offset' => '144', - 'type' => '194' - }, - '22' => { - 'name' => '__pad1', - 'offset' => '152', - 'type' => '216' - }, - '23' => { - 'name' => '__pad2', - 'offset' => '160', - 'type' => '216' - }, - '24' => { - 'name' => '__pad3', - 'offset' => '168', - 'type' => '216' - }, - '25' => { - 'name' => '__pad4', - 'offset' => '176', - 'type' => '216' - }, - '26' => { - 'name' => '__pad5', - 'offset' => '184', - 'type' => '52' - }, - '27' => { - 'name' => '_mode', - 'offset' => '192', - 'type' => '75' - }, - '28' => { - 'name' => '_unused2', - 'offset' => '196', - 'type' => '812' - }, - '3' => { - 'name' => '_IO_read_base', - 'offset' => '24', - 'type' => '240' - }, - '4' => { - 'name' => '_IO_write_base', - 'offset' => '32', - 'type' => '240' - }, - '5' => { - 'name' => '_IO_write_ptr', - 'offset' => '40', - 'type' => '240' - }, - '6' => { - 'name' => '_IO_write_end', - 'offset' => '48', - 'type' => '240' - }, - '7' => { - 'name' => '_IO_buf_base', - 'offset' => '56', - 'type' => '240' - }, - '8' => { - 'name' => '_IO_buf_end', - 'offset' => '64', - 'type' => '240' - }, - '9' => { - 'name' => '_IO_save_base', - 'offset' => '72', - 'type' => '240' - } - }, - 'Name' => 'struct _IO_FILE', - 'PrivateABI' => 1, - 'Size' => '216', - 'Type' => 'Struct' - }, - '3411' => { - 'BaseType' => '3423', - 'Header' => 'gnutls.h', - 'Line' => '872', - 'Name' => 'gnutls_dh_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3423' => { - 'BaseType' => '3429', - 'Name' => 'struct gnutls_dh_params_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3429' => { - 'Header' => 'gnutls_int.h', - 'Line' => '711', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '11235' - }, - '1' => { - 'name' => 'q_bits', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_dh_params_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '3469' => { - 'Header' => 'gnutls_int.h', - 'Line' => '657', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '11173' - }, - '1' => { - 'name' => 'mac', - 'offset' => '260', - 'type' => '11173' - }, - '10' => { - 'name' => 'allow_large_records', - 'offset' => '2082', - 'type' => '9592' - }, - '11' => { - 'name' => 'dumbfw', - 'offset' => '2084', - 'type' => '145' - }, - '12' => { - 'name' => 'sr', - 'offset' => '2088', - 'type' => '11223' - }, - '13' => { - 'name' => 'min_record_version', - 'offset' => '2092', - 'type' => '9592' - }, - '14' => { - 'name' => 'server_precedence', - 'offset' => '2093', - 'type' => '9592' - }, - '15' => { - 'name' => 'allow_key_usage_violation', - 'offset' => '2094', - 'type' => '9592' - }, - '16' => { - 'name' => 'allow_server_key_usage_violation', - 'offset' => '2095', - 'type' => '9592' - }, - '17' => { - 'name' => 'allow_wrong_pms', - 'offset' => '2096', - 'type' => '9592' - }, - '18' => { - 'name' => 'no_tickets', - 'offset' => '2097', - 'type' => '9592' - }, - '19' => { - 'name' => 'no_etm', - 'offset' => '2098', - 'type' => '9592' - }, - '2' => { - 'name' => 'kx', - 'offset' => '520', - 'type' => '11173' - }, - '20' => { - 'name' => 'have_cbc', - 'offset' => '2099', - 'type' => '9592' - }, - '21' => { - 'name' => 'stateless_compression', - 'offset' => '2100', - 'type' => '9592' - }, - '22' => { - 'name' => 'additional_verify_flags', - 'offset' => '2104', - 'type' => '145' - }, - '23' => { - 'name' => 'level', - 'offset' => '2108', - 'type' => '3300' - }, - '24' => { - 'name' => 'dh_prime_bits', - 'offset' => '2112', - 'type' => '145' - }, - '25' => { - 'name' => 'fallback', - 'offset' => '2116', - 'type' => '9592' - }, - '3' => { - 'name' => 'compression', - 'offset' => '780', - 'type' => '11173' - }, - '4' => { - 'name' => 'protocol', - 'offset' => '1040', - 'type' => '11173' - }, - '5' => { - 'name' => 'cert_type', - 'offset' => '1300', - 'type' => '11173' - }, - '6' => { - 'name' => 'sign_algo', - 'offset' => '1560', - 'type' => '11173' - }, - '7' => { - 'name' => 'supported_ecc', - 'offset' => '1820', - 'type' => '11173' - }, - '8' => { - 'name' => 'no_extensions', - 'offset' => '2080', - 'type' => '9592' - }, - '9' => { - 'name' => 'no_ext_master_secret', - 'offset' => '2081', - 'type' => '9592' - } - }, - 'Name' => 'struct gnutls_priority_st', - 'PrivateABI' => 1, - 'Size' => '2120', - 'Type' => 'Struct' - }, - '3750790' => { - 'BaseType' => '3750801', - 'Header' => 'opencdk.h', - 'Line' => '64', - 'Name' => 'cdk_s2k_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3750801' => { - 'BaseType' => '3750807', - 'Name' => 'struct cdk_s2k_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3750807' => { - 'Header' => 'context.h', - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'mode', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'hash_algo', - 'offset' => '4', - 'type' => '3913432' - }, - '2' => { - 'name' => 'salt', - 'offset' => '5', - 'type' => '3934897' - }, - '3' => { - 'name' => 'count', - 'offset' => '16', - 'type' => '3913448' - } - }, - 'Name' => 'struct cdk_s2k_s', - 'PrivateABI' => 1, - 'Size' => '20', - 'Type' => 'Struct' - }, - '3750812' => { - 'BaseType' => '3750823', - 'Header' => 'opencdk.h', - 'Line' => '68', - 'Name' => 'cdk_stream_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3750823' => { - 'BaseType' => '3750829', - 'Name' => 'struct cdk_stream_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3750829' => { - 'Header' => 'stream.h', - 'Line' => '68', - 'Memb' => { - '0' => { - 'name' => 'filters', - 'offset' => '0', - 'type' => '3980425' - }, - '1' => { - 'name' => 'fmode', - 'offset' => '8', - 'type' => '75' - }, - '10' => { - 'name' => 'cbs_hd', - 'offset' => '128', - 'type' => '216' - }, - '2' => { - 'name' => 'error', - 'offset' => '12', - 'type' => '75' - }, - '3' => { - 'name' => 'blkmode', - 'offset' => '16', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'offset' => '24', - 'type' => '3980431' - }, - '5' => { - 'name' => 'cache', - 'offset' => '32', - 'type' => '3980545' - }, - '6' => { - 'name' => 'fname', - 'offset' => '64', - 'type' => '240' - }, - '7' => { - 'name' => 'fp', - 'offset' => '72', - 'type' => '282168' - }, - '8' => { - 'bitfield' => '1', - 'name' => 'fp_ref', - 'offset' => '80', - 'type' => '145' - }, - '9' => { - 'name' => 'cbs', - 'offset' => '88', - 'type' => '3979341' - } - }, - 'Name' => 'struct cdk_stream_s', - 'PrivateABI' => 1, - 'Size' => '136', - 'Type' => 'Struct' - }, - '3750834' => { - 'BaseType' => '3750845', - 'Header' => 'opencdk.h', - 'Line' => '72', - 'Name' => 'cdk_prefitem_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3750845' => { - 'BaseType' => '3750851', - 'Name' => 'struct cdk_prefitem_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3750851' => { - 'Header' => 'context.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '3913432' - }, - '1' => { - 'name' => 'value', - 'offset' => '1', - 'type' => '3913432' - } - }, - 'Name' => 'struct cdk_prefitem_s', - 'PrivateABI' => 1, - 'Size' => '2', - 'Type' => 'Struct' - }, - '3750878' => { - 'BaseType' => '3750889', - 'Header' => 'opencdk.h', - 'Line' => '91', - 'Name' => 'cdk_subpkt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3750889' => { - 'BaseType' => '3750895', - 'Name' => 'struct cdk_subpkt_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3750895' => { - 'Header' => 'context.h', - 'Line' => '94', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '3750889' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '3913448' - }, - '2' => { - 'name' => 'type', - 'offset' => '12', - 'type' => '3913432' - }, - '3' => { - 'name' => 'd', - 'offset' => '16', - 'type' => '3934929' - } - }, - 'Name' => 'struct cdk_subpkt_s', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '3750900' => { - 'BaseType' => '3750911', - 'Header' => 'opencdk.h', - 'Line' => '99', - 'Name' => 'cdk_desig_revoker_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3750911' => { - 'BaseType' => '3750917', - 'Name' => 'struct cdk_desig_revoker_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3750917' => { - 'Header' => 'context.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '3750911' - }, - '1' => { - 'name' => 'r_class', - 'offset' => '8', - 'type' => '3913432' - }, - '2' => { - 'name' => 'algid', - 'offset' => '9', - 'type' => '3913432' - }, - '3' => { - 'name' => 'fpr', - 'offset' => '10', - 'type' => '3934913' - } - }, - 'Name' => 'struct cdk_desig_revoker_s', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3751379' => { - 'Header' => 'opencdk.h', - 'Line' => '353', - 'Memb' => { - '0' => { - 'name' => 'CDK_PKT_RESERVED', - 'value' => '0' - }, - '1' => { - 'name' => 'CDK_PKT_PUBKEY_ENC', - 'value' => '1' - }, - '10' => { - 'name' => 'CDK_PKT_RING_TRUST', - 'value' => '12' - }, - '11' => { - 'name' => 'CDK_PKT_USER_ID', - 'value' => '13' - }, - '12' => { - 'name' => 'CDK_PKT_PUBLIC_SUBKEY', - 'value' => '14' - }, - '13' => { - 'name' => 'CDK_PKT_OLD_COMMENT', - 'value' => '16' - }, - '14' => { - 'name' => 'CDK_PKT_ATTRIBUTE', - 'value' => '17' - }, - '15' => { - 'name' => 'CDK_PKT_MDC', - 'value' => '19' - }, - '2' => { - 'name' => 'CDK_PKT_SIGNATURE', - 'value' => '2' - }, - '3' => { - 'name' => 'CDK_PKT_ONEPASS_SIG', - 'value' => '4' - }, - '4' => { - 'name' => 'CDK_PKT_SECRET_KEY', - 'value' => '5' - }, - '5' => { - 'name' => 'CDK_PKT_PUBLIC_KEY', - 'value' => '6' - }, - '6' => { - 'name' => 'CDK_PKT_SECRET_SUBKEY', - 'value' => '7' - }, - '7' => { - 'name' => 'CDK_PKT_COMPRESSED', - 'value' => '8' - }, - '8' => { - 'name' => 'CDK_PKT_MARKER', - 'value' => '10' - }, - '9' => { - 'name' => 'CDK_PKT_LITERAL', - 'value' => '11' - } - }, - 'Name' => 'enum cdk_packet_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '3751391' => { - 'Header' => 'opencdk.h', - 'Line' => '385', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'exportable', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'revocable', - 'offset' => '0', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'policy_url', - 'offset' => '0', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'notation', - 'offset' => '0', - 'type' => '145' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'expired', - 'offset' => '0', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'checked', - 'offset' => '0', - 'type' => '145' - }, - '6' => { - 'bitfield' => '1', - 'name' => 'valid', - 'offset' => '0', - 'type' => '145' - }, - '7' => { - 'bitfield' => '1', - 'name' => 'missing_key', - 'offset' => '0', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-opencdk.h-385', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '3751529' => { - 'Header' => 'opencdk.h', - 'Line' => '370', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '157' - }, - '1' => { - 'name' => 'sig_class', - 'offset' => '1', - 'type' => '157' - }, - '10' => { - 'name' => 'unhashed_size', - 'offset' => '40', - 'type' => '103' - }, - '11' => { - 'name' => 'unhashed', - 'offset' => '48', - 'type' => '3750878' - }, - '12' => { - 'name' => 'mpi', - 'offset' => '56', - 'type' => '11235' - }, - '13' => { - 'name' => 'revkeys', - 'offset' => '72', - 'type' => '3750900' - }, - '14' => { - 'name' => 'flags', - 'offset' => '80', - 'type' => '3751391' - }, - '15' => { - 'name' => 'key', - 'offset' => '84', - 'type' => '3751751' - }, - '2' => { - 'name' => 'timestamp', - 'offset' => '4', - 'type' => '145' - }, - '3' => { - 'name' => 'expiredate', - 'offset' => '8', - 'type' => '145' - }, - '4' => { - 'name' => 'keyid', - 'offset' => '12', - 'type' => '3751751' - }, - '5' => { - 'name' => 'pubkey_algo', - 'offset' => '20', - 'type' => '157' - }, - '6' => { - 'name' => 'digest_algo', - 'offset' => '21', - 'type' => '157' - }, - '7' => { - 'name' => 'digest_start', - 'offset' => '22', - 'type' => '2126624' - }, - '8' => { - 'name' => 'hashed_size', - 'offset' => '24', - 'type' => '103' - }, - '9' => { - 'name' => 'hashed', - 'offset' => '32', - 'type' => '3750878' - } - }, - 'Name' => 'struct cdk_pkt_signature_s', - 'PrivateABI' => 1, - 'Size' => '96', - 'Type' => 'Struct' - }, - '3751751' => { - 'BaseType' => '145', - 'Name' => 'unsigned int[2]', - 'Size' => '8', - 'Type' => 'Array' - }, - '3751783' => { - 'BaseType' => '3751795', - 'Header' => 'opencdk.h', - 'Line' => '397', - 'Name' => 'cdk_pkt_signature_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3751795' => { - 'BaseType' => '3751529', - 'Name' => 'struct cdk_pkt_signature_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3751801' => { - 'Header' => 'opencdk.h', - 'Line' => '400', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'is_primary', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '4', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'mdc_feature', - 'offset' => '4', - 'type' => '145' - }, - '4' => { - 'name' => 'prefs', - 'offset' => '8', - 'type' => '3750834' - }, - '5' => { - 'name' => 'prefs_size', - 'offset' => '16', - 'type' => '52' - }, - '6' => { - 'name' => 'attrib_img', - 'offset' => '24', - 'type' => '3881' - }, - '7' => { - 'name' => 'attrib_len', - 'offset' => '32', - 'type' => '52' - }, - '8' => { - 'name' => 'selfsig', - 'offset' => '40', - 'type' => '3751783' - }, - '9' => { - 'name' => 'name', - 'offset' => '48', - 'type' => '240' - } - }, - 'Name' => 'struct cdk_pkt_userid_s', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '3751954' => { - 'BaseType' => '3751966', - 'Header' => 'opencdk.h', - 'Line' => '412', - 'Name' => 'cdk_pkt_userid_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3751966' => { - 'BaseType' => '3751801', - 'Name' => 'struct cdk_pkt_userid_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3751972' => { - 'Header' => 'opencdk.h', - 'Line' => '415', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '157' - }, - '1' => { - 'name' => 'pubkey_algo', - 'offset' => '1', - 'type' => '157' - }, - '10' => { - 'bitfield' => '1', - 'name' => 'has_expired', - 'offset' => '80', - 'type' => '145' - }, - '11' => { - 'name' => 'pubkey_usage', - 'offset' => '84', - 'type' => '75' - }, - '12' => { - 'name' => 'uid', - 'offset' => '88', - 'type' => '3751954' - }, - '13' => { - 'name' => 'prefs', - 'offset' => '96', - 'type' => '3750834' - }, - '14' => { - 'name' => 'prefs_size', - 'offset' => '104', - 'type' => '52' - }, - '15' => { - 'name' => 'revkeys', - 'offset' => '112', - 'type' => '3750900' - }, - '2' => { - 'name' => 'fpr', - 'offset' => '2', - 'type' => '3752203' - }, - '3' => { - 'name' => 'keyid', - 'offset' => '24', - 'type' => '3751751' - }, - '4' => { - 'name' => 'main_keyid', - 'offset' => '32', - 'type' => '3751751' - }, - '5' => { - 'name' => 'timestamp', - 'offset' => '40', - 'type' => '145' - }, - '6' => { - 'name' => 'expiredate', - 'offset' => '44', - 'type' => '145' - }, - '7' => { - 'name' => 'mpi', - 'offset' => '48', - 'type' => '3752219' - }, - '8' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '80', - 'type' => '145' - }, - '9' => { - 'bitfield' => '1', - 'name' => 'is_invalid', - 'offset' => '80', - 'type' => '145' - } - }, - 'Name' => 'struct cdk_pkt_pubkey_s', - 'PrivateABI' => 1, - 'Size' => '120', - 'Type' => 'Struct' - }, - '3752203' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '3752219' => { - 'BaseType' => '6954', - 'Name' => 'bigint_t[4]', - 'Size' => '32', - 'Type' => 'Array' - }, - '3752235' => { - 'BaseType' => '3752247', - 'Header' => 'opencdk.h', - 'Line' => '433', - 'Name' => 'cdk_pkt_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3752247' => { - 'BaseType' => '3751972', - 'Name' => 'struct cdk_pkt_pubkey_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3752253' => { - 'Header' => 'opencdk.h', - 'Line' => '447', - 'Memb' => { - '0' => { - 'name' => 'algo', - 'offset' => '0', - 'type' => '157' - }, - '1' => { - 'name' => 'sha1chk', - 'offset' => '1', - 'type' => '157' - }, - '2' => { - 'name' => 's2k', - 'offset' => '8', - 'type' => '3750790' - }, - '3' => { - 'name' => 'iv', - 'offset' => '16', - 'type' => '1450964' - }, - '4' => { - 'name' => 'ivlen', - 'offset' => '32', - 'type' => '157' - } - }, - 'Name' => 'anon-struct-opencdk.h-447', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3752343' => { - 'Header' => 'opencdk.h', - 'Line' => '439', - 'Memb' => { - '0' => { - 'name' => 'pk', - 'offset' => '0', - 'type' => '3752235' - }, - '1' => { - 'name' => 'expiredate', - 'offset' => '8', - 'type' => '145' - }, - '10' => { - 'name' => 'encdata', - 'offset' => '120', - 'type' => '3881' - }, - '11' => { - 'name' => 'enclen', - 'offset' => '128', - 'type' => '52' - }, - '12' => { - 'name' => 'is_protected', - 'offset' => '136', - 'type' => '157' - }, - '13' => { - 'bitfield' => '1', - 'name' => 'is_primary', - 'offset' => '137', - 'type' => '145' - }, - '14' => { - 'bitfield' => '1', - 'name' => 'has_expired', - 'offset' => '137', - 'type' => '145' - }, - '15' => { - 'bitfield' => '1', - 'name' => 'is_revoked', - 'offset' => '137', - 'type' => '145' - }, - '2' => { - 'name' => 'version', - 'offset' => '12', - 'type' => '75' - }, - '3' => { - 'name' => 'pubkey_algo', - 'offset' => '16', - 'type' => '75' - }, - '4' => { - 'name' => 'keyid', - 'offset' => '20', - 'type' => '3751751' - }, - '5' => { - 'name' => 'main_keyid', - 'offset' => '28', - 'type' => '3751751' - }, - '6' => { - 'name' => 's2k_usage', - 'offset' => '36', - 'type' => '157' - }, - '7' => { - 'name' => 'protect', - 'offset' => '40', - 'type' => '3752253' - }, - '8' => { - 'name' => 'csum', - 'offset' => '80', - 'type' => '103' - }, - '9' => { - 'name' => 'mpi', - 'offset' => '88', - 'type' => '3752219' - } - }, - 'Name' => 'struct cdk_pkt_seckey_s', - 'PrivateABI' => 1, - 'Size' => '144', - 'Type' => 'Struct' - }, - '3752573' => { - 'BaseType' => '3752585', - 'Header' => 'opencdk.h', - 'Line' => '463', - 'Name' => 'cdk_pkt_seckey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3752585' => { - 'BaseType' => '3752343', - 'Name' => 'struct cdk_pkt_seckey_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3752591' => { - 'Header' => 'opencdk.h', - 'Line' => '469', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '157' - }, - '1' => { - 'name' => 'keyid', - 'offset' => '4', - 'type' => '3751751' - }, - '2' => { - 'name' => 'sig_class', - 'offset' => '12', - 'type' => '157' - }, - '3' => { - 'name' => 'digest_algo', - 'offset' => '13', - 'type' => '157' - }, - '4' => { - 'name' => 'pubkey_algo', - 'offset' => '14', - 'type' => '157' - }, - '5' => { - 'name' => 'last', - 'offset' => '15', - 'type' => '157' - } - }, - 'Name' => 'struct cdk_pkt_onepass_sig_s', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '3752683' => { - 'BaseType' => '3752695', - 'Header' => 'opencdk.h', - 'Line' => '477', - 'Name' => 'cdk_pkt_onepass_sig_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3752695' => { - 'BaseType' => '3752591', - 'Name' => 'struct cdk_pkt_onepass_sig_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3752701' => { - 'Header' => 'opencdk.h', - 'Line' => '480', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '157' - }, - '1' => { - 'name' => 'keyid', - 'offset' => '4', - 'type' => '3751751' - }, - '2' => { - 'name' => 'throw_keyid', - 'offset' => '12', - 'type' => '75' - }, - '3' => { - 'name' => 'pubkey_algo', - 'offset' => '16', - 'type' => '157' - }, - '4' => { - 'name' => 'mpi', - 'offset' => '24', - 'type' => '11235' - } - }, - 'Name' => 'struct cdk_pkt_pubkey_enc_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3752780' => { - 'BaseType' => '3752792', - 'Header' => 'opencdk.h', - 'Line' => '487', - 'Name' => 'cdk_pkt_pubkey_enc_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3752792' => { - 'BaseType' => '3752701', - 'Name' => 'struct cdk_pkt_pubkey_enc_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3752798' => { - 'Header' => 'opencdk.h', - 'Line' => '489', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'extralen', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'mdc_method', - 'offset' => '8', - 'type' => '157' - }, - '3' => { - 'name' => 'buf', - 'offset' => '16', - 'type' => '3750812' - } - }, - 'Name' => 'struct cdk_pkt_encrypted_s', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '3752864' => { - 'BaseType' => '3752876', - 'Header' => 'opencdk.h', - 'Line' => '495', - 'Name' => 'cdk_pkt_encrypted_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3752876' => { - 'BaseType' => '3752798', - 'Name' => 'struct cdk_pkt_encrypted_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3752882' => { - 'Header' => 'opencdk.h', - 'Line' => '498', - 'Memb' => { - '0' => { - 'name' => 'hash', - 'offset' => '0', - 'type' => '3752203' - } - }, - 'Name' => 'struct cdk_pkt_mdc_s', - 'PrivateABI' => 1, - 'Size' => '20', - 'Type' => 'Struct' - }, - '3752909' => { - 'BaseType' => '3752921', - 'Header' => 'opencdk.h', - 'Line' => '501', - 'Name' => 'cdk_pkt_mdc_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3752921' => { - 'BaseType' => '3752882', - 'Name' => 'struct cdk_pkt_mdc_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3752927' => { - 'Header' => 'opencdk.h', - 'Line' => '504', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'buf', - 'offset' => '8', - 'type' => '3750812' - }, - '2' => { - 'name' => 'mode', - 'offset' => '16', - 'type' => '75' - }, - '3' => { - 'name' => 'timestamp', - 'offset' => '20', - 'type' => '145' - }, - '4' => { - 'name' => 'namelen', - 'offset' => '24', - 'type' => '75' - }, - '5' => { - 'name' => 'name', - 'offset' => '32', - 'type' => '240' - } - }, - 'Name' => 'struct cdk_pkt_literal_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3753019' => { - 'BaseType' => '3753031', - 'Header' => 'opencdk.h', - 'Line' => '512', - 'Name' => 'cdk_pkt_literal_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3753031' => { - 'BaseType' => '3752927', - 'Name' => 'struct cdk_pkt_literal_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3753037' => { - 'Header' => 'opencdk.h', - 'Line' => '515', - 'Memb' => { - '0' => { - 'name' => 'len', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'algorithm', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'buf', - 'offset' => '8', - 'type' => '3750812' - } - }, - 'Name' => 'struct cdk_pkt_compressed_s', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '3753090' => { - 'BaseType' => '3753102', - 'Header' => 'opencdk.h', - 'Line' => '520', - 'Name' => 'cdk_pkt_compressed_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3753102' => { - 'BaseType' => '3753037', - 'Name' => 'struct cdk_pkt_compressed_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3753108' => { - 'Header' => 'opencdk.h', - 'Line' => '529', - 'Memb' => { - '0' => { - 'name' => 'mdc', - 'offset' => '0', - 'type' => '3752909' - }, - '1' => { - 'name' => 'user_id', - 'offset' => '0', - 'type' => '3751954' - }, - '2' => { - 'name' => 'public_key', - 'offset' => '0', - 'type' => '3752235' - }, - '3' => { - 'name' => 'secret_key', - 'offset' => '0', - 'type' => '3752573' - }, - '4' => { - 'name' => 'signature', - 'offset' => '0', - 'type' => '3751783' - }, - '5' => { - 'name' => 'pubkey_enc', - 'offset' => '0', - 'type' => '3752780' - }, - '6' => { - 'name' => 'compressed', - 'offset' => '0', - 'type' => '3753090' - }, - '7' => { - 'name' => 'encrypted', - 'offset' => '0', - 'type' => '3752864' - }, - '8' => { - 'name' => 'literal', - 'offset' => '0', - 'type' => '3753019' - }, - '9' => { - 'name' => 'onepass_sig', - 'offset' => '0', - 'type' => '3752683' - } - }, - 'Name' => 'anon-union-opencdk.h-529', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Union' - }, - '3753238' => { - 'Header' => 'opencdk.h', - 'Line' => '524', - 'Memb' => { - '0' => { - 'name' => 'pktlen', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'pktsize', - 'offset' => '8', - 'type' => '52' - }, - '2' => { - 'name' => 'old_ctb', - 'offset' => '16', - 'type' => '75' - }, - '3' => { - 'name' => 'pkttype', - 'offset' => '20', - 'type' => '3751379' - }, - '4' => { - 'name' => 'pkt', - 'offset' => '24', - 'type' => '3753108' - } - }, - 'Name' => 'struct cdk_packet_s', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3753317' => { - 'BaseType' => '3753329', - 'Header' => 'opencdk.h', - 'Line' => '542', - 'Name' => 'cdk_packet_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3753329' => { - 'BaseType' => '3753238', - 'Name' => 'struct cdk_packet_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3783964' => { - 'Header' => 'opencdk.h', - 'Line' => '136', - 'Memb' => { - '0' => { - 'name' => 'CDK_EOF', - 'value' => '-1' - }, - '1' => { - 'name' => 'CDK_Success', - 'value' => '0' - }, - '10' => { - 'name' => 'CDK_MPI_Error', - 'value' => '10' - }, - '11' => { - 'name' => 'CDK_Inv_Value', - 'value' => '11' - }, - '12' => { - 'name' => 'CDK_Error_No_Key', - 'value' => '12' - }, - '13' => { - 'name' => 'CDK_Chksum_Error', - 'value' => '13' - }, - '14' => { - 'name' => 'CDK_Time_Conflict', - 'value' => '14' - }, - '15' => { - 'name' => 'CDK_Zlib_Error', - 'value' => '15' - }, - '16' => { - 'name' => 'CDK_Weak_Key', - 'value' => '16' - }, - '17' => { - 'name' => 'CDK_Out_Of_Core', - 'value' => '17' - }, - '18' => { - 'name' => 'CDK_Wrong_Seckey', - 'value' => '18' - }, - '19' => { - 'name' => 'CDK_Bad_MDC', - 'value' => '19' - }, - '2' => { - 'name' => 'CDK_General_Error', - 'value' => '1' - }, - '20' => { - 'name' => 'CDK_Inv_Mode', - 'value' => '20' - }, - '21' => { - 'name' => 'CDK_Error_No_Keyring', - 'value' => '21' - }, - '22' => { - 'name' => 'CDK_Wrong_Format', - 'value' => '22' - }, - '23' => { - 'name' => 'CDK_Inv_Packet_Ver', - 'value' => '23' - }, - '24' => { - 'name' => 'CDK_Too_Short', - 'value' => '24' - }, - '25' => { - 'name' => 'CDK_Unusable_Key', - 'value' => '25' - }, - '26' => { - 'name' => 'CDK_No_Data', - 'value' => '26' - }, - '27' => { - 'name' => 'CDK_No_Passphrase', - 'value' => '27' - }, - '28' => { - 'name' => 'CDK_Network_Error', - 'value' => '28' - }, - '3' => { - 'name' => 'CDK_File_Error', - 'value' => '2' - }, - '4' => { - 'name' => 'CDK_Bad_Sig', - 'value' => '3' - }, - '5' => { - 'name' => 'CDK_Inv_Packet', - 'value' => '4' - }, - '6' => { - 'name' => 'CDK_Inv_Algo', - 'value' => '5' - }, - '7' => { - 'name' => 'CDK_Not_Implemented', - 'value' => '6' - }, - '8' => { - 'name' => 'CDK_Armor_Error', - 'value' => '8' - }, - '9' => { - 'name' => 'CDK_Armor_CRC_Error', - 'value' => '9' - } - }, - 'Name' => 'enum cdk_error_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '3802193' => { - 'BaseType' => '156922', - 'Name' => 'gnutls_openpgp_keyring_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3881' => { - 'BaseType' => '157', - 'Name' => 'unsigned char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3887' => { - 'Header' => 'gnutls.h', - 'Line' => '884', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3881' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_datum_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3895736' => { - 'BaseType' => '1036973', - 'Name' => 'gnutls_openpgp_crt_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3899' => { - 'BaseType' => '3887', - 'Name' => 'gnutls_datum_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '3913432' => { - 'BaseType' => '157', - 'Header' => 'types.h', - 'Line' => '28', - 'Name' => 'byte', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '3913448' => { - 'BaseType' => '145', - 'Header' => 'types.h', - 'Line' => '40', - 'Name' => 'u32', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '3913575' => { - 'Header' => 'filters.h', - 'Line' => '57', - 'Memb' => { - '0' => { - 'name' => 'le', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'hdrlines', - 'offset' => '8', - 'type' => '110' - }, - '2' => { - 'name' => 'crc', - 'offset' => '16', - 'type' => '3913448' - }, - '3' => { - 'name' => 'crc_okay', - 'offset' => '20', - 'type' => '75' - }, - '4' => { - 'name' => 'idx', - 'offset' => '24', - 'type' => '75' - }, - '5' => { - 'name' => 'idx2', - 'offset' => '28', - 'type' => '75' - } - }, - 'Name' => 'struct armor_filter_t', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3934897' => { - 'BaseType' => '3913432', - 'Name' => 'byte[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '3934913' => { - 'BaseType' => '3913432', - 'Name' => 'byte[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '3934929' => { - 'BaseType' => '3913432', - 'Name' => 'byte*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3940' => { - 'Header' => 'gnutls.h', - 'Line' => '1115', - 'Memb' => { - '0' => { - 'name' => 'low', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'high', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_range_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3952' => { - 'BaseType' => '3940', - 'Name' => 'gnutls_range_st const', - 'Size' => '16', - 'Type' => 'Const' - }, - '3963' => { - 'Header' => 'gnutls_int.h', - 'Line' => '321', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '8744' - }, - '1' => { - 'name' => 'prev', - 'offset' => '8', - 'type' => '8744' - }, - '10' => { - 'name' => 'handshake_sequence', - 'offset' => '72', - 'type' => '973' - }, - '2' => { - 'name' => 'mark', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'msg', - 'offset' => '24', - 'type' => '3887' - }, - '4' => { - 'name' => 'maximum_size', - 'offset' => '40', - 'type' => '52' - }, - '5' => { - 'name' => 'uhead_mark', - 'offset' => '48', - 'type' => '145' - }, - '6' => { - 'name' => 'type', - 'offset' => '52', - 'type' => '8512' - }, - '7' => { - 'name' => 'record_sequence', - 'offset' => '56', - 'type' => '1896' - }, - '8' => { - 'name' => 'epoch', - 'offset' => '64', - 'type' => '973' - }, - '9' => { - 'name' => 'htype', - 'offset' => '68', - 'type' => '2706' - } - }, - 'Name' => 'struct mbuffer_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Type' => 'Struct' - }, - '3977239' => { - 'Header' => 'opencdk.h', - 'Line' => '333', - 'Memb' => { - '0' => { - 'name' => 'CDK_LITFMT_BINARY', - 'value' => '0' - }, - '1' => { - 'name' => 'CDK_LITFMT_TEXT', - 'value' => '1' - }, - '2' => { - 'name' => 'CDK_LITFMT_UNICODE', - 'value' => '2' - } - }, - 'Name' => 'enum cdk_lit_format_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '3979341' => { - 'Header' => 'opencdk.h', - 'Line' => '691', - 'Memb' => { - '0' => { - 'name' => 'open', - 'offset' => '0', - 'type' => '3979435' - }, - '1' => { - 'name' => 'release', - 'offset' => '8', - 'type' => '3979435' - }, - '2' => { - 'name' => 'read', - 'offset' => '16', - 'type' => '6305' - }, - '3' => { - 'name' => 'write', - 'offset' => '24', - 'type' => '5971' - }, - '4' => { - 'name' => 'seek', - 'offset' => '32', - 'type' => '3979461' - } - }, - 'Name' => 'struct cdk_stream_cbs_s', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '3979435' => { - 'Name' => 'cdk_error_t(*)(void*)', - 'Param' => { - '0' => { - 'type' => '216' - } - }, - 'Return' => '3783964', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3979461' => { - 'Name' => 'int(*)(void*, off_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '1653559' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3979584' => { - 'Header' => 'filters.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'on', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '1653559' - }, - '2' => { - 'name' => 'nleft', - 'offset' => '16', - 'type' => '1653559' - } - }, - 'Name' => 'anon-struct-filters.h-37', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '3979706' => { - 'Header' => 'filters.h', - 'Line' => '43', - 'Memb' => { - '0' => { - 'name' => 'hd', - 'offset' => '0', - 'type' => '10512' - }, - '1' => { - 'name' => 'mdc', - 'offset' => '80', - 'type' => '10156' - }, - '2' => { - 'name' => 'mdc_method', - 'offset' => '136', - 'type' => '75' - }, - '3' => { - 'name' => 'datalen', - 'offset' => '140', - 'type' => '3913448' - }, - '4' => { - 'name' => 'blkmode', - 'offset' => '144', - 'type' => '3979584' - }, - '5' => { - 'name' => 's', - 'offset' => '168', - 'type' => '3750812' - } - }, - 'Name' => 'struct cipher_filter_t', - 'PrivateABI' => 1, - 'Size' => '176', - 'Type' => 'Struct' - }, - '3979761' => { - 'Header' => 'filters.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'digest_algo', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'md', - 'offset' => '8', - 'type' => '10156' - }, - '2' => { - 'name' => 'md_initialized', - 'offset' => '64', - 'type' => '75' - } - }, - 'Name' => 'struct md_filter_t', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '3979863' => { - 'Header' => 'filters.h', - 'Line' => '65', - 'Memb' => { - '0' => { - 'name' => 'on', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '1653559' - } - }, - 'Name' => 'anon-struct-filters.h-65', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '3979975' => { - 'Header' => 'filters.h', - 'Line' => '69', - 'Memb' => { - '0' => { - 'name' => 'mode', - 'offset' => '0', - 'type' => '3977239' - }, - '1' => { - 'name' => 'orig_filename', - 'offset' => '8', - 'type' => '240' - }, - '2' => { - 'name' => 'filename', - 'offset' => '16', - 'type' => '240' - }, - '3' => { - 'name' => 'md', - 'offset' => '24', - 'type' => '10156' - }, - '4' => { - 'name' => 'md_initialized', - 'offset' => '80', - 'type' => '75' - }, - '5' => { - 'name' => 'blkmode', - 'offset' => '88', - 'type' => '3979863' - } - }, - 'Name' => 'struct literal_filter_t', - 'PrivateABI' => 1, - 'Size' => '104', - 'Type' => 'Struct' - }, - '3980072' => { - 'BaseType' => '3913432', - 'Name' => 'byte[8192]', - 'Size' => '8192', - 'Type' => 'Array' - }, - '3980089' => { - 'Header' => 'filters.h', - 'Line' => '78', - 'Memb' => { - '0' => { - 'name' => 'inbufsize', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'inbuf', - 'offset' => '8', - 'type' => '3980072' - }, - '2' => { - 'name' => 'outbufsize', - 'offset' => '8200', - 'type' => '52' - }, - '3' => { - 'name' => 'outbuf', - 'offset' => '8208', - 'type' => '3980072' - }, - '4' => { - 'name' => 'algo', - 'offset' => '16400', - 'type' => '75' - }, - '5' => { - 'name' => 'level', - 'offset' => '16404', - 'type' => '75' - } - }, - 'Name' => 'struct compress_filter_t', - 'PrivateABI' => 1, - 'Size' => '16408', - 'Type' => 'Struct' - }, - '3980120' => { - 'Header' => 'filters.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'lf', - 'offset' => '0', - 'type' => '110' - } - }, - 'Name' => 'struct text_filter_t', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '3980131' => { - 'BaseType' => '3980142', - 'Header' => 'stream.h', - 'Line' => '40', - 'Name' => 'filter_fnct_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3980142' => { - 'Name' => 'int(*)(void*, int, FILE*, FILE*)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '75' - }, - '2' => { - 'type' => '282168' - }, - '3' => { - 'type' => '282168' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3980184' => { - 'Header' => 'stream.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'afx', - 'offset' => '0', - 'type' => '3913575' - }, - '1' => { - 'name' => 'cfx', - 'offset' => '0', - 'type' => '3979706' - }, - '2' => { - 'name' => 'pfx', - 'offset' => '0', - 'type' => '3979975' - }, - '3' => { - 'name' => 'zfx', - 'offset' => '0', - 'type' => '3980089' - }, - '4' => { - 'name' => 'tfx', - 'offset' => '0', - 'type' => '3980120' - }, - '5' => { - 'name' => 'mfx', - 'offset' => '0', - 'type' => '3979761' - } - }, - 'Name' => 'anon-union-stream.h-49', - 'PrivateABI' => 1, - 'Size' => '16408', - 'Type' => 'Union' - }, - '3980260' => { - 'Header' => 'stream.h', - 'Line' => '57', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'enabled', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'rdonly', - 'offset' => '0', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'error', - 'offset' => '0', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-stream.h-57', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '3980314' => { - 'Header' => 'stream.h', - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '3980425' - }, - '1' => { - 'name' => 'fnct', - 'offset' => '8', - 'type' => '3980131' - }, - '2' => { - 'name' => 'uint8_t', - 'offset' => '16', - 'type' => '216' - }, - '3' => { - 'name' => 'tmp', - 'offset' => '24', - 'type' => '282168' - }, - '4' => { - 'name' => 'u', - 'offset' => '32', - 'type' => '3980184' - }, - '5' => { - 'name' => 'flags', - 'offset' => '16440', - 'type' => '3980260' - }, - '6' => { - 'name' => 'type', - 'offset' => '16444', - 'type' => '145' - }, - '7' => { - 'name' => 'ctl', - 'offset' => '16448', - 'type' => '145' - } - }, - 'Name' => 'struct stream_filter_s', - 'PrivateABI' => 1, - 'Size' => '16456', - 'Type' => 'Struct' - }, - '3980425' => { - 'BaseType' => '3980314', - 'Name' => 'struct stream_filter_s*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3980431' => { - 'Header' => 'stream.h', - 'Line' => '73', - 'Memb' => { - '0' => { - 'bitfield' => '1', - 'name' => 'filtrated', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'eof', - 'offset' => '0', - 'type' => '145' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'write', - 'offset' => '0', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'temp', - 'offset' => '0', - 'type' => '145' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'reset', - 'offset' => '0', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'no_filter', - 'offset' => '0', - 'type' => '145' - }, - '6' => { - 'bitfield' => '3', - 'name' => 'compressed', - 'offset' => '0', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-stream.h-73', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '3980545' => { - 'Header' => 'stream.h', - 'Line' => '82', - 'Memb' => { - '0' => { - 'name' => 'buf', - 'offset' => '0', - 'type' => '3881' - }, - '1' => { - 'bitfield' => '1', - 'name' => 'on', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'alloced', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'anon-struct-stream.h-82', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '3980705' => { - 'Header' => 'keydb.h', - 'Line' => '65', - 'Memb' => { - '0' => { - 'name' => 'new_keys', - 'offset' => '0', - 'type' => '52' - } - }, - 'Name' => 'anon-struct-keydb.h-65', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '400888' => { - 'BaseType' => '121', - 'Name' => 'char[128]', - 'Size' => '128', - 'Type' => 'Array' - }, - '4120' => { - 'BaseType' => '4132', - 'Header' => 'gnutls.h', - 'Line' => '1401', - 'Name' => 'gnutls_certificate_verify_function', - 'Type' => 'Typedef' - }, - '4132' => { - 'Name' => 'int()(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '3324' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '4185' => { - 'Header' => 'gnutls.h', - 'Line' => '1425', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DT_DNS_HOSTNAME', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_DT_KEY_PURPOSE_OID', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DT_RFC822NAME', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_vdata_types_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '418654' => { - 'BaseType' => '31169', - 'Name' => 'extension_entry_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4246' => { - 'Header' => 'gnutls.h', - 'Line' => '1431', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '4185' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3881' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_typed_vdata_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '4258' => { - 'BaseType' => '4270', - 'Header' => 'gnutls.h', - 'Line' => '1472', - 'Name' => 'gnutls_db_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4270' => { - 'Name' => 'int(*)(void*, gnutls_datum_t, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '3887' - }, - '2' => { - 'type' => '3887' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4301' => { - 'BaseType' => '4313', - 'Header' => 'gnutls.h', - 'Line' => '1474', - 'Name' => 'gnutls_db_remove_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4313' => { - 'Name' => 'int(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '3887' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4339' => { - 'BaseType' => '4351', - 'Header' => 'gnutls.h', - 'Line' => '1475', - 'Name' => 'gnutls_db_retr_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4351' => { - 'Name' => 'gnutls_datum_t(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '3887' - } - }, - 'Return' => '3887', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4377' => { - 'BaseType' => '4389', - 'Header' => 'gnutls.h', - 'Line' => '1510', - 'Name' => 'gnutls_handshake_hook_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4389' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned int, unsigned int, unsigned int, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '145' - }, - '2' => { - 'type' => '145' - }, - '3' => { - 'type' => '145' - }, - '4' => { - 'type' => '4430' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4430' => { - 'BaseType' => '3899', - 'Name' => 'gnutls_datum_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4436' => { - 'BaseType' => '4448', - 'Header' => 'gnutls.h', - 'Line' => '1520', - 'Name' => 'gnutls_handshake_simple_hook_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '44422' => { - 'BaseType' => '17727', - 'Name' => 'uint8_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4448' => { - 'Name' => 'int(*)(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '3324' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4454' => { - 'BaseType' => '4466', - 'Header' => 'gnutls.h', - 'Line' => '1557', - 'Name' => 'gnutls_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4466' => { - 'BaseType' => '4472', - 'Name' => 'struct gnutls_pubkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4472' => { - 'Header' => 'abstract_int.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'pk_algorithm', - 'offset' => '0', - 'type' => '2916' - }, - '1' => { - 'name' => 'bits', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '7897' - }, - '3' => { - 'name' => 'openpgp_key_id', - 'offset' => '448', - 'type' => '167871' - }, - '4' => { - 'name' => 'openpgp_key_id_set', - 'offset' => '456', - 'type' => '145' - }, - '5' => { - 'name' => 'openpgp_key_fpr', - 'offset' => '460', - 'type' => '257390' - }, - '6' => { - 'bitfield' => '1', - 'name' => 'openpgp_key_fpr_set', - 'offset' => '480', - 'type' => '145' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '484', - 'type' => '145' - }, - '8' => { - 'name' => 'pin', - 'offset' => '488', - 'type' => '163164' - } - }, - 'Name' => 'struct gnutls_pubkey_st', - 'PrivateABI' => 1, - 'Size' => '504', - 'Type' => 'Struct' - }, - '4477' => { - 'BaseType' => '4483', - 'Name' => 'struct gnutls_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4483' => { - 'Header' => 'abstract_int.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '158343' - }, - '1' => { - 'name' => 'pk_algorithm', - 'offset' => '4', - 'type' => '2916' - }, - '2' => { - 'name' => 'key', - 'offset' => '8', - 'type' => '257321' - }, - '3' => { - 'name' => 'flags', - 'offset' => '48', - 'type' => '145' - }, - '4' => { - 'name' => 'preferred_sign_algo', - 'offset' => '52', - 'type' => '3140' - }, - '5' => { - 'name' => 'pin', - 'offset' => '56', - 'type' => '163164' - } - }, - 'Name' => 'struct gnutls_privkey_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '4488' => { - 'BaseType' => '4500', - 'Header' => 'gnutls.h', - 'Line' => '1769', - 'Name' => 'gnutls_status_request_ocsp_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '45' => { - 'Name' => 'long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '4500' => { - 'Name' => 'int(*)(gnutls_session_t, void*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '216' - }, - '2' => { - 'type' => '4531' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '45045' => { - 'BaseType' => '3312', - 'Name' => 'gnutls_transport_ptr_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4531' => { - 'BaseType' => '3887', - 'Name' => 'gnutls_datum_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4537' => { - 'BaseType' => '4549', - 'Header' => 'gnutls.h', - 'Line' => '1814', - 'Name' => 'gnutls_time_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4549' => { - 'Name' => 'time_t(*)(time_t*)', - 'Param' => { - '0' => { - 'type' => '4570' - } - }, - 'Return' => '268', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4570' => { - 'BaseType' => '268', - 'Name' => 'time_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4576' => { - 'BaseType' => '216', - 'Name' => 'void**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4582' => { - 'BaseType' => '4594', - 'Header' => 'gnutls.h', - 'Line' => '1826', - 'Name' => 'gnutls_alloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4594' => { - 'Name' => 'void*(*)(size_t)', - 'Param' => { - '0' => { - 'type' => '52' - } - }, - 'Return' => '216', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4615' => { - 'BaseType' => '4627', - 'Header' => 'gnutls.h', - 'Line' => '1827', - 'Name' => 'gnutls_calloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4627' => { - 'Name' => 'void*(*)(size_t, size_t)', - 'Param' => { - '0' => { - 'type' => '52' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '216', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4653' => { - 'BaseType' => '4665', - 'Header' => 'gnutls.h', - 'Line' => '1829', - 'Name' => 'gnutls_free_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4665' => { - 'Name' => 'void(*)(void*)', - 'Param' => { - '0' => { - 'type' => '216' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4682' => { - 'BaseType' => '4694', - 'Header' => 'gnutls.h', - 'Line' => '1830', - 'Name' => 'gnutls_realloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4694' => { - 'Name' => 'void*(*)(void*, size_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '216', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4795' => { - 'Name' => 'char*(*)(char const*)', - 'Param' => { - '0' => { - 'type' => '110' - } - }, - 'Return' => '240', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4801' => { - 'BaseType' => '4813', - 'Header' => 'gnutls.h', - 'Line' => '1848', - 'Name' => 'gnutls_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4813' => { - 'Name' => 'void(*)(int, char const*)', - 'Param' => { - '0' => { - 'type' => '75' - }, - '1' => { - 'type' => '110' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4835' => { - 'BaseType' => '4847', - 'Header' => 'gnutls.h', - 'Line' => '1849', - 'Name' => 'gnutls_audit_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4847' => { - 'Name' => 'void(*)(gnutls_session_t, char const*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '110' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4905' => { - 'Header' => 'gnutls.h', - 'Line' => '1891', - 'Memb' => { - '0' => { - 'name' => 'iov_base', - 'offset' => '0', - 'type' => '216' - }, - '1' => { - 'name' => 'iov_len', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct giovec_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '4917' => { - 'BaseType' => '4905', - 'Name' => 'giovec_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '4922' => { - 'BaseType' => '4934', - 'Header' => 'gnutls.h', - 'Line' => '1893', - 'Name' => 'gnutls_pull_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4934' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '3312' - }, - '1' => { - 'type' => '216' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '257', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4965' => { - 'BaseType' => '4977', - 'Header' => 'gnutls.h', - 'Line' => '1895', - 'Name' => 'gnutls_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4977' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '3312' - }, - '1' => { - 'type' => '334' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '257', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5008' => { - 'BaseType' => '5020', - 'Header' => 'gnutls.h', - 'Line' => '1899', - 'Name' => 'gnutls_pull_timeout_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5020' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '3312' - }, - '1' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '503803' => { - 'BaseType' => '85779', - 'Header' => 'crypto.h', - 'Line' => '132', - 'Name' => 'gnutls_rnd_level_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5046' => { - 'BaseType' => '5058', - 'Header' => 'gnutls.h', - 'Line' => '1902', - 'Name' => 'gnutls_vec_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5058' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, giovec_t const*, int)', - 'Param' => { - '0' => { - 'type' => '3312' - }, - '1' => { - 'type' => '5089' - }, - '2' => { - 'type' => '75' - } - }, - 'Return' => '257', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5089' => { - 'BaseType' => '4917', - 'Name' => 'giovec_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5095' => { - 'BaseType' => '5107', - 'Header' => 'gnutls.h', - 'Line' => '1905', - 'Name' => 'gnutls_errno_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5107' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t)', - 'Param' => { - '0' => { - 'type' => '3312' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '52' => { - 'BaseType' => '68', - 'Header' => 'stddef.h', - 'Line' => '216', - 'Name' => 'size_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '532314' => { - 'BaseType' => '3208', - 'Name' => 'gnutls_ecc_curve_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '535126' => { - 'BaseType' => '2533', - 'Name' => 'gnutls_digest_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5392' => { - 'Header' => 'str.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'allocd', - 'offset' => '0', - 'type' => '8358' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '8358' - }, - '2' => { - 'name' => 'max_length', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_buffer_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '543136' => { - 'Header' => 'gnutls.h', - 'Line' => '587', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CERT_IGNORE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CERT_REQUEST', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CERT_REQUIRE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_certificate_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '5453' => { - 'BaseType' => '216', - 'Header' => 'gnutls.h', - 'Line' => '2530', - 'Name' => 'gnutls_ext_priv_data_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5465' => { - 'BaseType' => '164', - 'Name' => 'unsigned char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '546571' => { - 'Header' => 'gnutls.h', - 'Line' => '2183', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SAN_DNSNAME', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SAN_RFC822NAME', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SAN_URI', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_SAN_IPADDRESS', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_SAN_OTHERNAME', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_SAN_DN', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_SAN_MAX', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_SAN_OTHERNAME_XMPP', - 'value' => '1000' - }, - '8' => { - 'name' => 'GNUTLS_SAN_OTHERNAME_KRB5PRINCIPAL', - 'value' => '1001' - } - }, - 'Name' => 'enum gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '546645' => { - 'BaseType' => '546571', - 'Header' => 'gnutls.h', - 'Line' => '2196', - 'Name' => 'gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5471' => { - 'BaseType' => '5483', - 'Header' => 'openpgp.h', - 'Line' => '317', - 'Name' => 'gnutls_openpgp_recv_key_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5483' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, unsigned int, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3324' - }, - '1' => { - 'type' => '5465' - }, - '2' => { - 'type' => '145' - }, - '3' => { - 'type' => '4531' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5519' => { - 'Header' => 'abstract.h', - 'Line' => '465', - 'Memb' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '4454' - }, - '1' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '3887' - }, - '2' => { - 'name' => 'type', - 'offset' => '24', - 'type' => '2854' - } - }, - 'Name' => 'struct gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '556153' => { - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'trusted_cas', - 'offset' => '0', - 'type' => '158389' - }, - '1' => { - 'name' => 'trusted_ca_size', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'named_certs', - 'offset' => '16', - 'type' => '2452112' - }, - '3' => { - 'name' => 'named_cert_size', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'crls', - 'offset' => '32', - 'type' => '906321' - }, - '5' => { - 'name' => 'crl_size', - 'offset' => '40', - 'type' => '145' - } - }, - 'Name' => 'struct node_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '556158' => { - 'BaseType' => '556153', - 'Name' => 'struct node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5572' => { - 'BaseType' => '5519', - 'Header' => 'abstract.h', - 'Line' => '469', - 'Name' => 'gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '5584' => { - 'BaseType' => '5572', - 'Name' => 'gnutls_pcert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '560826' => { - 'BaseType' => '2242', - 'Name' => 'gnutls_kx_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '561150' => { - 'BaseType' => '156964', - 'Name' => 'gnutls_certificate_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '568116' => { - 'BaseType' => '21563', - 'Header' => 'gnutls.h', - 'Line' => '1816', - 'Name' => 'mutex_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '568155' => { - 'BaseType' => '21563', - 'Header' => 'gnutls.h', - 'Line' => '1817', - 'Name' => 'mutex_lock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '568167' => { - 'BaseType' => '21563', - 'Header' => 'gnutls.h', - 'Line' => '1818', - 'Name' => 'mutex_unlock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '568179' => { - 'BaseType' => '21563', - 'Header' => 'gnutls.h', - 'Line' => '1819', - 'Name' => 'mutex_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5838' => { - 'Header' => 'gnutls_int.h', - 'Line' => '143', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DGRAM', - 'value' => '1' - } - }, - 'Name' => 'enum transport_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '5867' => { - 'BaseType' => '5838', - 'Header' => 'gnutls_int.h', - 'Line' => '146', - 'Name' => 'transport_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5878' => { - 'Header' => 'gnutls_int.h', - 'Line' => '148', - 'Memb' => { - '0' => { - 'name' => 'RECORD_FLUSH', - 'value' => '0' - }, - '1' => { - 'name' => 'RECORD_CORKED', - 'value' => '1' - } - }, - 'Name' => 'enum record_flush_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '5907' => { - 'BaseType' => '5878', - 'Header' => 'gnutls_int.h', - 'Line' => '151', - 'Name' => 'record_flush_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5918' => { - 'BaseType' => '5929', - 'Header' => 'crypto.h', - 'Line' => '142', - 'Name' => 'gnutls_cipher_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5929' => { - 'Name' => 'int(*)(gnutls_cipher_algorithm_t, void**, int)', - 'Param' => { - '0' => { - 'type' => '2122' - }, - '1' => { - 'type' => '4576' - }, - '2' => { - 'type' => '75' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5960' => { - 'BaseType' => '5971', - 'Header' => 'crypto.h', - 'Line' => '143', - 'Name' => 'gnutls_cipher_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5971' => { - 'Name' => 'int(*)(void*, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '334' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6002' => { - 'BaseType' => '5971', - 'Header' => 'crypto.h', - 'Line' => '145', - 'Name' => 'gnutls_cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6013' => { - 'BaseType' => '6024', - 'Header' => 'crypto.h', - 'Line' => '146', - 'Name' => 'gnutls_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6024' => { - 'Name' => 'int(*)(void*, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '334' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '216' - }, - '4' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6065' => { - 'BaseType' => '6024', - 'Header' => 'crypto.h', - 'Line' => '148', - 'Name' => 'gnutls_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6098' => { - 'Name' => 'void(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '216' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '611250' => { - 'BaseType' => '611262', - 'Header' => 'gnutls.h', - 'Line' => '1589', - 'Name' => 'gnutls_anon_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '611262' => { - 'BaseType' => '611268', - 'Name' => 'struct gnutls_anon_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '611268' => { - 'Header' => 'anon.h', - 'Line' => '27', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '3411' - }, - '1' => { - 'name' => 'deinit_dh_params', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'params_func', - 'offset' => '16', - 'type' => '168045' - } - }, - 'Name' => 'struct gnutls_anon_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '611317' => { - 'BaseType' => '611334', - 'Header' => 'gnutls.h', - 'Line' => '1591', - 'Name' => 'gnutls_anon_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '611334' => { - 'BaseType' => '611340', - 'Name' => 'struct gnutls_anon_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '611340' => { - 'Header' => 'anon.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'dummy', - 'offset' => '0', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_anon_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '6125' => { - 'BaseType' => '6136', - 'Header' => 'crypto.h', - 'Line' => '155', - 'Name' => 'gnutls_cipher_aead_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6136' => { - 'Name' => 'int(*)(void*, void const*, size_t, void const*, size_t, size_t, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '334' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '334' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '52' - }, - '6' => { - 'type' => '334' - }, - '7' => { - 'type' => '52' - }, - '8' => { - 'type' => '216' - }, - '9' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6202' => { - 'BaseType' => '6136', - 'Header' => 'crypto.h', - 'Line' => '161', - 'Name' => 'gnutls_cipher_aead_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '621082' => { - 'BaseType' => '611317', - 'Name' => 'gnutls_anon_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '621198' => { - 'BaseType' => '611250', - 'Name' => 'gnutls_anon_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6213' => { - 'BaseType' => '4665', - 'Header' => 'crypto.h', - 'Line' => '167', - 'Name' => 'gnutls_cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6224' => { - 'BaseType' => '6235', - 'Header' => 'crypto.h', - 'Line' => '188', - 'Name' => 'gnutls_mac_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6235' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '2423' - }, - '1' => { - 'type' => '4576' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6261' => { - 'BaseType' => '5971', - 'Header' => 'crypto.h', - 'Line' => '189', - 'Name' => 'gnutls_mac_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6272' => { - 'BaseType' => '5971', - 'Header' => 'crypto.h', - 'Line' => '190', - 'Name' => 'gnutls_mac_setnonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6283' => { - 'BaseType' => '5971', - 'Header' => 'crypto.h', - 'Line' => '191', - 'Name' => 'gnutls_mac_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6294' => { - 'BaseType' => '6305', - 'Header' => 'crypto.h', - 'Line' => '192', - 'Name' => 'gnutls_mac_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6305' => { - 'Name' => 'int(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '216' - }, - '1' => { - 'type' => '216' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6336' => { - 'BaseType' => '4665', - 'Header' => 'crypto.h', - 'Line' => '193', - 'Name' => 'gnutls_mac_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6347' => { - 'BaseType' => '6358', - 'Header' => 'crypto.h', - 'Line' => '194', - 'Name' => 'gnutls_mac_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6358' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void const*, size_t, void const*, size_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '2423' - }, - '1' => { - 'type' => '334' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '334' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '334' - }, - '6' => { - 'type' => '52' - }, - '7' => { - 'type' => '216' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6414' => { - 'BaseType' => '6425', - 'Header' => 'crypto.h', - 'Line' => '209', - 'Name' => 'gnutls_digest_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6425' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '2533' - }, - '1' => { - 'type' => '4576' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6451' => { - 'BaseType' => '5971', - 'Header' => 'crypto.h', - 'Line' => '210', - 'Name' => 'gnutls_digest_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6462' => { - 'BaseType' => '6305', - 'Header' => 'crypto.h', - 'Line' => '211', - 'Name' => 'gnutls_digest_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6473' => { - 'BaseType' => '4665', - 'Header' => 'crypto.h', - 'Line' => '212', - 'Name' => 'gnutls_digest_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6484' => { - 'BaseType' => '6495', - 'Header' => 'crypto.h', - 'Line' => '213', - 'Name' => 'gnutls_digest_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6495' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '2533' - }, - '1' => { - 'type' => '334' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '216' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '676431' => { - 'BaseType' => '3140', - 'Name' => 'gnutls_sign_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '68' => { - 'Name' => 'unsigned long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '6954' => { - 'BaseType' => '216', - 'Header' => 'crypto-backend.h', - 'Line' => '83', - 'Name' => 'bigint_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '695484' => { - 'Header' => 'gnutls.h', - 'Line' => '403', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_AL_WARNING', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_AL_FATAL', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_alert_level_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '695690' => { - 'Header' => 'gnutls.h', - 'Line' => '476', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_A_CLOSE_NOTIFY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_A_UNEXPECTED_MESSAGE', - 'value' => '10' - }, - '10' => { - 'name' => 'GNUTLS_A_CERTIFICATE_REVOKED', - 'value' => '44' - }, - '11' => { - 'name' => 'GNUTLS_A_CERTIFICATE_EXPIRED', - 'value' => '45' - }, - '12' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNKNOWN', - 'value' => '46' - }, - '13' => { - 'name' => 'GNUTLS_A_ILLEGAL_PARAMETER', - 'value' => '47' - }, - '14' => { - 'name' => 'GNUTLS_A_UNKNOWN_CA', - 'value' => '48' - }, - '15' => { - 'name' => 'GNUTLS_A_ACCESS_DENIED', - 'value' => '49' - }, - '16' => { - 'name' => 'GNUTLS_A_DECODE_ERROR', - 'value' => '50' - }, - '17' => { - 'name' => 'GNUTLS_A_DECRYPT_ERROR', - 'value' => '51' - }, - '18' => { - 'name' => 'GNUTLS_A_EXPORT_RESTRICTION', - 'value' => '60' - }, - '19' => { - 'name' => 'GNUTLS_A_PROTOCOL_VERSION', - 'value' => '70' - }, - '2' => { - 'name' => 'GNUTLS_A_BAD_RECORD_MAC', - 'value' => '20' - }, - '20' => { - 'name' => 'GNUTLS_A_INSUFFICIENT_SECURITY', - 'value' => '71' - }, - '21' => { - 'name' => 'GNUTLS_A_INTERNAL_ERROR', - 'value' => '80' - }, - '22' => { - 'name' => 'GNUTLS_A_INAPPROPRIATE_FALLBACK', - 'value' => '86' - }, - '23' => { - 'name' => 'GNUTLS_A_USER_CANCELED', - 'value' => '90' - }, - '24' => { - 'name' => 'GNUTLS_A_NO_RENEGOTIATION', - 'value' => '100' - }, - '25' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_EXTENSION', - 'value' => '110' - }, - '26' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNOBTAINABLE', - 'value' => '111' - }, - '27' => { - 'name' => 'GNUTLS_A_UNRECOGNIZED_NAME', - 'value' => '112' - }, - '28' => { - 'name' => 'GNUTLS_A_UNKNOWN_PSK_IDENTITY', - 'value' => '115' - }, - '29' => { - 'name' => 'GNUTLS_A_NO_APPLICATION_PROTOCOL', - 'value' => '120' - }, - '3' => { - 'name' => 'GNUTLS_A_DECRYPTION_FAILED', - 'value' => '21' - }, - '4' => { - 'name' => 'GNUTLS_A_RECORD_OVERFLOW', - 'value' => '22' - }, - '5' => { - 'name' => 'GNUTLS_A_DECOMPRESSION_FAILURE', - 'value' => '30' - }, - '6' => { - 'name' => 'GNUTLS_A_HANDSHAKE_FAILURE', - 'value' => '40' - }, - '7' => { - 'name' => 'GNUTLS_A_SSL3_NO_CERTIFICATE', - 'value' => '41' - }, - '8' => { - 'name' => 'GNUTLS_A_BAD_CERTIFICATE', - 'value' => '42' - }, - '9' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_CERTIFICATE', - 'value' => '43' - } - }, - 'Name' => 'enum gnutls_alert_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '707915' => { - 'BaseType' => '216', - 'Name' => 'void*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '713671' => { - 'BaseType' => '713682', - 'Header' => 'pkcs11.h', - 'Line' => '56', - 'Name' => 'gnutls_pkcs11_token_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '713682' => { - 'Name' => 'int(*)(void*const, char const*const, unsigned int)', - 'Param' => { - '0' => { - 'type' => '707915' - }, - '1' => { - 'type' => '116' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '722' => { - 'Header' => 'libio.h', - 'Line' => '150', - 'Name' => '_IO_lock_t', - 'Type' => 'Typedef' - }, - '729' => { - 'Header' => 'libio.h', - 'Line' => '156', - 'Memb' => { - '0' => { - 'name' => '_next', - 'offset' => '0', - 'type' => '778' - }, - '1' => { - 'name' => '_sbuf', - 'offset' => '8', - 'type' => '784' - }, - '2' => { - 'name' => '_pos', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct _IO_marker', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '75' => { - 'Name' => 'int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '7722' => { - 'BaseType' => '52', - 'Name' => 'size_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '778' => { - 'BaseType' => '729', - 'Name' => 'struct _IO_marker*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '784' => { - 'BaseType' => '341', - 'Name' => 'struct _IO_FILE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7865' => { - 'BaseType' => '6954', - 'Name' => 'bigint_t[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '7881' => { - 'BaseType' => '962', - 'Name' => 'uint8_t[256]', - 'Size' => '256', - 'Type' => 'Array' - }, - '7897' => { - 'Header' => 'crypto-backend.h', - 'Line' => '183', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '7865' - }, - '1' => { - 'name' => 'params_nr', - 'offset' => '128', - 'type' => '145' - }, - '2' => { - 'name' => 'flags', - 'offset' => '132', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_pub', - 'offset' => '136', - 'type' => '3887' - }, - '4' => { - 'name' => 'raw_priv', - 'offset' => '152', - 'type' => '3887' - }, - '5' => { - 'name' => 'seed_size', - 'offset' => '168', - 'type' => '145' - }, - '6' => { - 'name' => 'seed', - 'offset' => '172', - 'type' => '7881' - }, - '7' => { - 'name' => 'palgo', - 'offset' => '428', - 'type' => '2533' - }, - '8' => { - 'name' => 'algo', - 'offset' => '432', - 'type' => '2916' - } - }, - 'Name' => 'struct gnutls_pk_params_st', - 'PrivateABI' => 1, - 'Size' => '440', - 'Type' => 'Struct' - }, - '790' => { - 'BaseType' => '121', - 'Name' => 'char[1]', - 'Size' => '1', - 'Type' => 'Array' - }, - '7930' => { - 'Header' => 'gnutls_int.h', - 'Line' => '224', - 'Memb' => { - '0' => { - 'name' => 'STATE0', - 'value' => '0' - }, - '1' => { - 'name' => 'STATE1', - 'value' => '1' - }, - '10' => { - 'name' => 'STATE10', - 'value' => '10' - }, - '11' => { - 'name' => 'STATE11', - 'value' => '11' - }, - '12' => { - 'name' => 'STATE12', - 'value' => '12' - }, - '13' => { - 'name' => 'STATE13', - 'value' => '13' - }, - '14' => { - 'name' => 'STATE14', - 'value' => '14' - }, - '15' => { - 'name' => 'STATE15', - 'value' => '15' - }, - '16' => { - 'name' => 'STATE16', - 'value' => '16' - }, - '17' => { - 'name' => 'STATE17', - 'value' => '17' - }, - '18' => { - 'name' => 'STATE18', - 'value' => '18' - }, - '19' => { - 'name' => 'STATE19', - 'value' => '19' - }, - '2' => { - 'name' => 'STATE2', - 'value' => '2' - }, - '20' => { - 'name' => 'STATE20', - 'value' => '20' - }, - '21' => { - 'name' => 'STATE21', - 'value' => '21' - }, - '22' => { - 'name' => 'STATE22', - 'value' => '22' - }, - '23' => { - 'name' => 'STATE30', - 'value' => '30' - }, - '24' => { - 'name' => 'STATE31', - 'value' => '31' - }, - '25' => { - 'name' => 'STATE40', - 'value' => '40' - }, - '26' => { - 'name' => 'STATE41', - 'value' => '41' - }, - '27' => { - 'name' => 'STATE50', - 'value' => '50' - }, - '3' => { - 'name' => 'STATE3', - 'value' => '3' - }, - '4' => { - 'name' => 'STATE4', - 'value' => '4' - }, - '5' => { - 'name' => 'STATE5', - 'value' => '5' - }, - '6' => { - 'name' => 'STATE6', - 'value' => '6' - }, - '7' => { - 'name' => 'STATE7', - 'value' => '7' - }, - '8' => { - 'name' => 'STATE8', - 'value' => '8' - }, - '9' => { - 'name' => 'STATE9', - 'value' => '9' - } - }, - 'Name' => 'enum handshake_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '806' => { - 'BaseType' => '722', - 'Name' => '_IO_lock_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8115' => { - 'BaseType' => '7930', - 'Header' => 'gnutls_int.h', - 'Line' => '230', - 'Name' => 'handshake_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '812' => { - 'BaseType' => '121', - 'Name' => 'char[20]', - 'Size' => '20', - 'Type' => 'Array' - }, - '8126' => { - 'Header' => 'gnutls_int.h', - 'Line' => '232', - 'Memb' => { - '0' => { - 'name' => 'BYE_STATE0', - 'value' => '0' - }, - '1' => { - 'name' => 'BYE_STATE1', - 'value' => '1' - }, - '2' => { - 'name' => 'BYE_STATE2', - 'value' => '2' - } - }, - 'Name' => 'enum bye_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8161' => { - 'BaseType' => '8126', - 'Header' => 'gnutls_int.h', - 'Line' => '234', - 'Name' => 'bye_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8172' => { - 'Header' => 'gnutls_int.h', - 'Line' => '238', - 'Memb' => { - '0' => { - 'name' => 'SHB_SEND1', - 'value' => '0' - }, - '1' => { - 'name' => 'SHB_SEND2', - 'value' => '1' - }, - '2' => { - 'name' => 'SHB_RECV', - 'value' => '2' - } - }, - 'Name' => 'enum heartbeat_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8207' => { - 'BaseType' => '8172', - 'Header' => 'gnutls_int.h', - 'Line' => '242', - 'Name' => 'heartbeat_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8218' => { - 'Header' => 'gnutls_int.h', - 'Line' => '244', - 'Memb' => { - '0' => { - 'name' => 'RECV_STATE_0', - 'value' => '0' - }, - '1' => { - 'name' => 'RECV_STATE_DTLS_RETRANSMIT', - 'value' => '1' - }, - '2' => { - 'name' => 'RECV_STATE_FALSE_START_HANDLING', - 'value' => '2' - }, - '3' => { - 'name' => 'RECV_STATE_FALSE_START', - 'value' => '3' - } - }, - 'Name' => 'enum recv_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8259' => { - 'BaseType' => '8218', - 'Header' => 'gnutls_int.h', - 'Line' => '249', - 'Name' => 'recv_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8270' => { - 'BaseType' => '8281', - 'Header' => 'libtasn1.h', - 'Line' => '128', - 'Name' => 'asn1_node_st', - 'Type' => 'Typedef' - }, - '8281' => { - 'Name' => 'struct asn1_node_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '8286' => { - 'BaseType' => '8297', - 'Header' => 'libtasn1.h', - 'Line' => '130', - 'Name' => 'asn1_node', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8297' => { - 'BaseType' => '8270', - 'Name' => 'asn1_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8358' => { - 'BaseType' => '962', - 'Name' => 'uint8_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8364' => { - 'BaseType' => '5392', - 'Header' => 'str.h', - 'Line' => '92', - 'Name' => 'gnutls_buffer_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '8452' => { - 'Header' => 'gnutls_int.h', - 'Line' => '279', - 'Memb' => { - '0' => { - 'name' => 'CIPHER_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'CIPHER_BLOCK', - 'value' => '1' - }, - '2' => { - 'name' => 'CIPHER_AEAD', - 'value' => '2' - } - }, - 'Name' => 'enum cipher_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8464' => { - 'Header' => 'gnutls_int.h', - 'Line' => '285', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CHANGE_CIPHER_SPEC', - 'value' => '20' - }, - '1' => { - 'name' => 'GNUTLS_ALERT', - 'value' => '21' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE', - 'value' => '22' - }, - '3' => { - 'name' => 'GNUTLS_APPLICATION_DATA', - 'value' => '23' - }, - '4' => { - 'name' => 'GNUTLS_HEARTBEAT', - 'value' => '24' - } - }, - 'Name' => 'enum content_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8512' => { - 'BaseType' => '8464', - 'Header' => 'gnutls_int.h', - 'Line' => '289', - 'Name' => 'content_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '85779' => { - 'Header' => 'crypto.h', - 'Line' => '128', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RND_NONCE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_RND_RANDOM', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_RND_KEY', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_rnd_level', - 'Size' => '4', - 'Type' => 'Enum' - }, - '863506' => { - 'Header' => 'gnutls.h', - 'Line' => '599', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_CERT', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_CERT_FINGERPRINT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_status_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '8638' => { - 'BaseType' => '962', - 'Name' => 'uint8_t[12]', - 'Size' => '12', - 'Type' => 'Array' - }, - '864137' => { - 'Header' => 'gnutls.h', - 'Line' => '860', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CB_TLS_UNIQUE', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_channel_binding_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '8654' => { - 'Header' => 'gnutls_int.h', - 'Line' => '319', - 'Memb' => { - '0' => { - 'name' => 'htype', - 'offset' => '0', - 'type' => '2706' - }, - '1' => { - 'name' => 'length', - 'offset' => '4', - 'type' => '984' - }, - '2' => { - 'name' => 'sequence', - 'offset' => '8', - 'type' => '973' - }, - '3' => { - 'name' => 'start_offset', - 'offset' => '12', - 'type' => '984' - }, - '4' => { - 'name' => 'end_offset', - 'offset' => '16', - 'type' => '984' - }, - '5' => { - 'name' => 'header', - 'offset' => '20', - 'type' => '8638' - }, - '6' => { - 'name' => 'header_size', - 'offset' => '32', - 'type' => '75' - }, - '7' => { - 'name' => 'data', - 'offset' => '40', - 'type' => '8364' - } - }, - 'Name' => 'struct handshake_buffer_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '8666' => { - 'BaseType' => '3963', - 'Header' => 'gnutls_int.h', - 'Line' => '360', - 'Name' => 'mbuffer_st', - 'Size' => '80', - 'Type' => 'Typedef' - }, - '8678' => { - 'Header' => 'gnutls_int.h', - 'Line' => '362', - 'Memb' => { - '0' => { - 'name' => 'head', - 'offset' => '0', - 'type' => '8744' - }, - '1' => { - 'name' => 'tail', - 'offset' => '8', - 'type' => '8744' - }, - '2' => { - 'name' => 'length', - 'offset' => '16', - 'type' => '145' - }, - '3' => { - 'name' => 'byte_length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct mbuffer_head_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '8744' => { - 'BaseType' => '8666', - 'Name' => 'mbuffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8750' => { - 'BaseType' => '8678', - 'Header' => 'gnutls_int.h', - 'Line' => '368', - 'Name' => 'mbuffer_head_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '8762' => { - 'Header' => 'gnutls_int.h', - 'Line' => '373', - 'Memb' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '0', - 'type' => '2296' - }, - '1' => { - 'name' => 'credentials', - 'offset' => '8', - 'type' => '216' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '9143' - } - }, - 'Name' => 'struct auth_cred_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '8821' => { - 'BaseType' => '8762', - 'Header' => 'gnutls_int.h', - 'Line' => '380', - 'Name' => 'auth_cred_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '882975' => { - 'BaseType' => '3324', - 'Name' => 'gnutls_session_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8833' => { - 'Header' => 'gnutls_int.h', - 'Line' => '382', - 'Memb' => { - '0' => { - 'name' => 'ecdh_params', - 'offset' => '0', - 'type' => '7897' - }, - '1' => { - 'name' => 'ecdh_x', - 'offset' => '440', - 'type' => '6954' - }, - '10' => { - 'name' => 'A', - 'offset' => '960', - 'type' => '6954' - }, - '11' => { - 'name' => 'B', - 'offset' => '968', - 'type' => '6954' - }, - '12' => { - 'name' => 'u', - 'offset' => '976', - 'type' => '6954' - }, - '13' => { - 'name' => 'b', - 'offset' => '984', - 'type' => '6954' - }, - '14' => { - 'name' => 'a', - 'offset' => '992', - 'type' => '6954' - }, - '15' => { - 'name' => 'x', - 'offset' => '1000', - 'type' => '6954' - }, - '16' => { - 'name' => 'auth_info', - 'offset' => '1008', - 'type' => '216' - }, - '17' => { - 'name' => 'auth_info_type', - 'offset' => '1016', - 'type' => '2296' - }, - '18' => { - 'name' => 'auth_info_size', - 'offset' => '1020', - 'type' => '75' - }, - '19' => { - 'name' => 'crypt_algo', - 'offset' => '1024', - 'type' => '962' - }, - '2' => { - 'name' => 'ecdh_y', - 'offset' => '448', - 'type' => '6954' - }, - '20' => { - 'name' => 'cred', - 'offset' => '1032', - 'type' => '9143' - }, - '21' => { - 'name' => 'crt_requested', - 'offset' => '1040', - 'type' => '75' - }, - '3' => { - 'name' => 'ecdhx', - 'offset' => '456', - 'type' => '3887' - }, - '4' => { - 'name' => 'key', - 'offset' => '472', - 'type' => '3887' - }, - '5' => { - 'name' => 'dh_params', - 'offset' => '488', - 'type' => '7897' - }, - '6' => { - 'name' => 'client_Y', - 'offset' => '928', - 'type' => '6954' - }, - '7' => { - 'name' => 'srp_key', - 'offset' => '936', - 'type' => '6954' - }, - '8' => { - 'name' => 'srp_g', - 'offset' => '944', - 'type' => '6954' - }, - '9' => { - 'name' => 'srp_p', - 'offset' => '952', - 'type' => '6954' - } - }, - 'Name' => 'struct gnutls_key_st', - 'PrivateABI' => 1, - 'Size' => '1048', - 'Type' => 'Struct' - }, - '891381' => { - 'BaseType' => '891393', - 'Header' => 'gnutls.h', - 'Line' => '1566', - 'Name' => 'gnutls_x509_crl_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '891393' => { - 'BaseType' => '891399', - 'Name' => 'struct gnutls_x509_crl_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '891399' => { - 'Header' => 'x509_int.h', - 'Line' => '55', - 'Memb' => { - '0' => { - 'name' => 'crl', - 'offset' => '0', - 'type' => '8286' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'rcache', - 'offset' => '16', - 'type' => '8286' - }, - '3' => { - 'name' => 'rcache_idx', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'use_extensions', - 'offset' => '28', - 'type' => '75' - }, - '5' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '3887' - }, - '6' => { - 'name' => 'raw_issuer_dn', - 'offset' => '48', - 'type' => '3887' - } - }, - 'Name' => 'struct gnutls_x509_crl_int', - 'PrivateABI' => 1, - 'Size' => '64', - 'Type' => 'Struct' - }, - '893892' => { - 'BaseType' => '893904', - 'Header' => 'x509.h', - 'Line' => '469', - 'Name' => 'gnutls_x509_tlsfeatures_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '893904' => { - 'BaseType' => '893910', - 'Name' => 'struct gnutls_x509_tlsfeatures_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '893910' => { - 'Header' => 'x509_int.h', - 'Line' => '464', - 'Memb' => { - '0' => { - 'name' => 'feature', - 'offset' => '0', - 'type' => '13431' - }, - '1' => { - 'name' => 'size', - 'offset' => '64', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_tlsfeatures_st', - 'PrivateABI' => 1, - 'Size' => '68', - 'Type' => 'Struct' - }, - '903650' => { - 'BaseType' => '903661', - 'Header' => 'pkcs12.h', - 'Line' => '37', - 'Name' => 'gnutls_pkcs12_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '903661' => { - 'BaseType' => '903667', - 'Name' => 'struct gnutls_pkcs12_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '903667' => { - 'Header' => 'x509_int.h', - 'Line' => '353', - 'Memb' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '0', - 'type' => '8286' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs12_int', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '904095' => { - 'BaseType' => '904106', - 'Header' => 'ocsp.h', - 'Line' => '192', - 'Name' => 'gnutls_ocsp_resp_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '904106' => { - 'BaseType' => '904112', - 'Name' => 'struct gnutls_ocsp_resp_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '904112' => { - 'Line' => '41', - 'Memb' => { - '0' => { - 'name' => 'resp', - 'offset' => '0', - 'type' => '8286' - }, - '1' => { - 'name' => 'response_type_oid', - 'offset' => '8', - 'type' => '3887' - }, - '2' => { - 'name' => 'basicresp', - 'offset' => '24', - 'type' => '8286' - }, - '3' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '3887' - }, - '4' => { - 'name' => 'init', - 'offset' => '48', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_ocsp_resp_int', - 'PrivateABI' => 1, - 'Size' => '56', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '904277' => { - 'BaseType' => '904288', - 'Header' => 'urls.h', - 'Line' => '40', - 'Name' => 'gnutls_privkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '904288' => { - 'Name' => 'int(*)(gnutls_privkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '156725' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '904319' => { - 'BaseType' => '904330', - 'Header' => 'urls.h', - 'Line' => '43', - 'Name' => 'gnutls_x509_crt_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '904330' => { - 'Name' => 'int(*)(gnutls_x509_crt_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '156760' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '904361' => { - 'BaseType' => '904372', - 'Header' => 'urls.h', - 'Line' => '49', - 'Name' => 'gnutls_pubkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '904372' => { - 'Name' => 'int(*)(gnutls_pubkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '4454' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '904403' => { - 'BaseType' => '904414', - 'Header' => 'urls.h', - 'Line' => '56', - 'Name' => 'gnutls_get_raw_issuer_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '904414' => { - 'Name' => 'int(*)(char const*, gnutls_x509_crt_t, gnutls_datum_t*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '156760' - }, - '2' => { - 'type' => '4531' - }, - '3' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '904450' => { - 'Header' => 'urls.h', - 'Line' => '59', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'name_size', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'import_key', - 'offset' => '16', - 'type' => '904277' - }, - '3' => { - 'name' => 'import_crt', - 'offset' => '24', - 'type' => '904319' - }, - '4' => { - 'name' => 'import_pubkey', - 'offset' => '32', - 'type' => '904361' - }, - '5' => { - 'name' => 'get_issuer', - 'offset' => '40', - 'type' => '904403' - }, - '6' => { - 'name' => 'future1', - 'offset' => '48', - 'type' => '216' - }, - '7' => { - 'name' => 'future2', - 'offset' => '56', - 'type' => '216' - } - }, - 'Name' => 'struct gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Struct' - }, - '904559' => { - 'BaseType' => '904450', - 'Header' => 'urls.h', - 'Line' => '68', - 'Name' => 'gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '904570' => { - 'BaseType' => '904559', - 'Name' => 'gnutls_custom_url_st[]', - 'Size' => '8', - 'Type' => 'Array' - }, - '906321' => { - 'BaseType' => '891381', - 'Name' => 'gnutls_x509_crl_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '907727' => { - 'BaseType' => '159042', - 'Name' => 'gnutls_x509_trust_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '909294' => { - 'BaseType' => '158389', - 'Name' => 'gnutls_x509_crt_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '909492' => { - 'BaseType' => '156748', - 'Name' => 'gnutls_x509_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9143' => { - 'BaseType' => '8821', - 'Name' => 'auth_cred_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9149' => { - 'BaseType' => '8833', - 'Header' => 'gnutls_int.h', - 'Line' => '432', - 'Name' => 'gnutls_key_st', - 'Size' => '1048', - 'Type' => 'Typedef' - }, - '9161' => { - 'BaseType' => '9173', - 'Header' => 'gnutls_int.h', - 'Line' => '440', - 'Name' => 'record_state_st', - 'Size' => '224', - 'Type' => 'Typedef' - }, - '9173' => { - 'Header' => 'gnutls_int.h', - 'Line' => '601', - 'Memb' => { - '0' => { - 'name' => 'mac_secret', - 'offset' => '0', - 'type' => '3887' - }, - '1' => { - 'name' => 'IV', - 'offset' => '16', - 'type' => '3887' - }, - '2' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '3887' - }, - '3' => { - 'name' => 'cipher_state', - 'offset' => '48', - 'type' => '10659' - }, - '4' => { - 'name' => 'compression_state', - 'offset' => '200', - 'type' => '10707' - }, - '5' => { - 'name' => 'sequence_number', - 'offset' => '216', - 'type' => '1896' - } - }, - 'Name' => 'struct record_state_st', - 'PrivateABI' => 1, - 'Size' => '224', - 'Type' => 'Struct' - }, - '9264' => { - 'BaseType' => '9276', - 'Header' => 'gnutls_int.h', - 'Line' => '443', - 'Name' => 'record_parameters_st', - 'Size' => '520', - 'Type' => 'Typedef' - }, - '9276' => { - 'Header' => 'gnutls_int.h', - 'Line' => '619', - 'Memb' => { - '0' => { - 'name' => 'epoch', - 'offset' => '0', - 'type' => '973' - }, - '1' => { - 'name' => 'initialized', - 'offset' => '4', - 'type' => '75' - }, - '10' => { - 'name' => 'write', - 'offset' => '288', - 'type' => '9161' - }, - '11' => { - 'name' => 'usage_cnt', - 'offset' => '512', - 'type' => '75' - }, - '2' => { - 'name' => 'compression_algorithm', - 'offset' => '8', - 'type' => '2583' - }, - '3' => { - 'name' => 'cipher', - 'offset' => '16', - 'type' => '10506' - }, - '4' => { - 'name' => 'etm', - 'offset' => '24', - 'type' => '9592' - }, - '5' => { - 'name' => 'mac', - 'offset' => '32', - 'type' => '10150' - }, - '6' => { - 'name' => 'dtls_sw_next', - 'offset' => '40', - 'type' => '995' - }, - '7' => { - 'name' => 'dtls_sw_bits', - 'offset' => '48', - 'type' => '995' - }, - '8' => { - 'name' => 'dtls_sw_have_recv', - 'offset' => '56', - 'type' => '145' - }, - '9' => { - 'name' => 'read', - 'offset' => '64', - 'type' => '9161' - } - }, - 'Name' => 'struct record_parameters_st', - 'PrivateABI' => 1, - 'Size' => '520', - 'Type' => 'Struct' - }, - '941681' => { - 'Header' => 'gnutls.h', - 'Line' => '1250', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SUPPLEMENTAL_UNKNOWN', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_supplemental_data_format_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '943119' => { - 'BaseType' => '22503', - 'Header' => 'gnutls.h', - 'Line' => '2591', - 'Name' => 'gnutls_supp_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '943131' => { - 'BaseType' => '22552', - 'Header' => 'gnutls.h', - 'Line' => '2593', - 'Name' => 'gnutls_supp_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9449' => { - 'Header' => 'gnutls_int.h', - 'Line' => '446', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2122' - }, - '2' => { - 'name' => 'blocksize', - 'offset' => '12', - 'type' => '973' - }, - '3' => { - 'name' => 'keysize', - 'offset' => '14', - 'type' => '973' - }, - '4' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '8452' - }, - '5' => { - 'name' => 'implicit_iv', - 'offset' => '20', - 'type' => '973' - }, - '6' => { - 'name' => 'explicit_iv', - 'offset' => '22', - 'type' => '973' - }, - '7' => { - 'name' => 'cipher_iv', - 'offset' => '24', - 'type' => '973' - }, - '8' => { - 'name' => 'tagsize', - 'offset' => '26', - 'type' => '973' - }, - '9' => { - 'name' => 'xor_nonce', - 'offset' => '28', - 'type' => '9592' - } - }, - 'Name' => 'struct cipher_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '951418' => { - 'BaseType' => '13523', - 'Line' => '57', - 'Name' => 'gnutls_supplemental_entry_st', - 'Size' => '32', - 'Source' => 'supplemental.c', - 'Type' => 'Typedef' - }, - '951476' => { - 'BaseType' => '951418', - 'Name' => 'gnutls_supplemental_entry_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9592' => { - 'Name' => '_Bool', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '9599' => { - 'BaseType' => '9449', - 'Header' => 'gnutls_int.h', - 'Line' => '457', - 'Name' => 'cipher_entry_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '9611' => { - 'BaseType' => '9599', - 'Name' => 'cipher_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '9616' => { - 'Header' => 'gnutls_int.h', - 'Line' => '474', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '110' - }, - '2' => { - 'name' => 'mac_oid', - 'offset' => '16', - 'type' => '110' - }, - '3' => { - 'name' => 'id', - 'offset' => '24', - 'type' => '2423' - }, - '4' => { - 'name' => 'output_size', - 'offset' => '28', - 'type' => '145' - }, - '5' => { - 'name' => 'key_size', - 'offset' => '32', - 'type' => '145' - }, - '6' => { - 'name' => 'nonce_size', - 'offset' => '36', - 'type' => '145' - }, - '7' => { - 'name' => 'placeholder', - 'offset' => '40', - 'type' => '145' - }, - '8' => { - 'name' => 'secure', - 'offset' => '44', - 'type' => '145' - }, - '9' => { - 'name' => 'block_size', - 'offset' => '48', - 'type' => '145' - } - }, - 'Name' => 'struct mac_entry_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '962' => { - 'BaseType' => '157', - 'Header' => 'stdint.h', - 'Line' => '48', - 'Name' => 'uint8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '973' => { - 'BaseType' => '103', - 'Header' => 'stdint.h', - 'Line' => '49', - 'Name' => 'uint16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '975783' => { - 'BaseType' => '988497', - 'Header' => 'crypto.h', - 'Line' => '32', - 'Name' => 'gnutls_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '975800' => { - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '10512' - }, - '1' => { - 'name' => 'ctx_dec', - 'offset' => '80', - 'type' => '10512' - } - }, - 'Name' => 'struct api_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '975837' => { - 'BaseType' => '984118', - 'Header' => 'crypto.h', - 'Line' => '65', - 'Name' => 'gnutls_aead_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '975854' => { - 'Line' => '625', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '10512' - } - }, - 'Name' => 'struct api_aead_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '975881' => { - 'BaseType' => '975892', - 'Header' => 'crypto.h', - 'Line' => '89', - 'Name' => 'gnutls_hash_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '975892' => { - 'BaseType' => '975898', - 'Name' => 'struct hash_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '975898' => { - 'Name' => 'struct hash_hd_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '9759' => { - 'BaseType' => '9616', - 'Header' => 'gnutls_int.h', - 'Line' => '485', - 'Name' => 'mac_entry_st', - 'Size' => '56', - 'Type' => 'Typedef' - }, - '975903' => { - 'BaseType' => '975914', - 'Header' => 'crypto.h', - 'Line' => '90', - 'Name' => 'gnutls_hmac_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '975914' => { - 'BaseType' => '975920', - 'Name' => 'struct hmac_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '975920' => { - 'Name' => 'struct hmac_hd_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '9771' => { - 'BaseType' => '9759', - 'Name' => 'mac_entry_st const', - 'Size' => '56', - 'Type' => 'Const' - }, - '983983' => { - 'BaseType' => '975800', - 'Line' => '37', - 'Name' => 'api_cipher_hd_st', - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '983994' => { - 'BaseType' => '975854', - 'Line' => '627', - 'Name' => 'api_aead_cipher_hd_st', - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '984' => { - 'BaseType' => '145', - 'Header' => 'stdint.h', - 'Line' => '51', - 'Name' => 'uint32_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '984118' => { - 'BaseType' => '983994', - 'Name' => 'api_aead_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '985954' => { - 'BaseType' => '975837', - 'Name' => 'gnutls_aead_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '987189' => { - 'BaseType' => '975881', - 'Name' => 'gnutls_hash_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '988302' => { - 'BaseType' => '975903', - 'Name' => 'gnutls_hmac_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '988497' => { - 'BaseType' => '983983', - 'Name' => 'api_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '990934' => { - 'BaseType' => '975783', - 'Name' => 'gnutls_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '995' => { - 'BaseType' => '68', - 'Header' => 'stdint.h', - 'Line' => '55', - 'Name' => 'uint64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '9954' => { - 'Header' => 'gnutls_int.h', - 'Line' => '504', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2804' - }, - '10' => { - 'name' => 'selectable_prf', - 'offset' => '28', - 'type' => '9592' - }, - '11' => { - 'name' => 'obsolete', - 'offset' => '29', - 'type' => '9592' - }, - '12' => { - 'name' => 'false_start', - 'offset' => '30', - 'type' => '9592' - }, - '2' => { - 'name' => 'age', - 'offset' => '12', - 'type' => '145' - }, - '3' => { - 'name' => 'major', - 'offset' => '16', - 'type' => '962' - }, - '4' => { - 'name' => 'minor', - 'offset' => '17', - 'type' => '962' - }, - '5' => { - 'name' => 'transport', - 'offset' => '20', - 'type' => '5867' - }, - '6' => { - 'name' => 'supported', - 'offset' => '24', - 'type' => '9592' - }, - '7' => { - 'name' => 'explicit_iv', - 'offset' => '25', - 'type' => '9592' - }, - '8' => { - 'name' => 'extensions', - 'offset' => '26', - 'type' => '9592' - }, - '9' => { - 'name' => 'selectable_sighash', - 'offset' => '27', - 'type' => '9592' - } - }, - 'Name' => 'struct version_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '9966' => { - 'BaseType' => '9954', - 'Name' => 'version_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '998461' => { - 'Header' => 'x509.h', - 'Line' => '1154', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_KEYGEN_SEED', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_KEYGEN_DIGEST', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_keygen_types_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '998522' => { - 'Header' => 'x509.h', - 'Line' => '1160', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '998461' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3881' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_keygen_data_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '998534' => { - 'BaseType' => '998522', - 'Name' => 'gnutls_keygen_data_st const', - 'Size' => '24', - 'Type' => 'Const' - }, - '998581' => { - 'Header' => 'openpgp.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_FMT_BASE64', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_fmt', - 'Size' => '4', - 'Type' => 'Enum' - }, - '998610' => { - 'BaseType' => '998581', - 'Header' => 'openpgp.h', - 'Line' => '52', - 'Name' => 'gnutls_openpgp_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Typedef' - } - }, - 'UndefinedSymbols' => { - 'libgnutls.so.30.13.1' => { - 'UC_CATEGORY_Cc' => 0, - 'UC_CATEGORY_Ll' => 0, - 'UC_CATEGORY_Lm' => 0, - 'UC_CATEGORY_Lo' => 0, - 'UC_CATEGORY_Lt' => 0, - 'UC_CATEGORY_Lu' => 0, - 'UC_CATEGORY_Mc' => 0, - 'UC_CATEGORY_Me' => 0, - 'UC_CATEGORY_Mn' => 0, - 'UC_CATEGORY_Nd' => 0, - 'UC_CATEGORY_Nl' => 0, - 'UC_CATEGORY_No' => 0, - 'UC_CATEGORY_Pc' => 0, - 'UC_CATEGORY_Pd' => 0, - 'UC_CATEGORY_Pe' => 0, - 'UC_CATEGORY_Pf' => 0, - 'UC_CATEGORY_Pi' => 0, - 'UC_CATEGORY_Po' => 0, - 'UC_CATEGORY_Ps' => 0, - 'UC_CATEGORY_Sc' => 0, - 'UC_CATEGORY_Sk' => 0, - 'UC_CATEGORY_Sm' => 0, - 'UC_CATEGORY_So' => 0, - 'UC_CATEGORY_Zs' => 0, - '_ITM_deregisterTMCloneTable' => 0, - '_ITM_registerTMCloneTable' => 0, - '_Jv_RegisterClasses' => 0, - '__assert_fail@GLIBC_2.2.5' => 0, - '__ctype_b_loc@GLIBC_2.3' => 0, - '__cxa_finalize@GLIBC_2.2.5' => 0, - '__errno_location@GLIBC_2.2.5' => 0, - '__fxstat@GLIBC_2.2.5' => 0, - '__getdelim@GLIBC_2.2.5' => 0, - '__gmon_start__' => 0, - '__gmpz_add' => 0, - '__gmpz_add_ui' => 0, - '__gmpz_cdiv_q' => 0, - '__gmpz_clear' => 0, - '__gmpz_cmp' => 0, - '__gmpz_cmp_ui' => 0, - '__gmpz_fdiv_q' => 0, - '__gmpz_fdiv_q_2exp' => 0, - '__gmpz_fdiv_r' => 0, - '__gmpz_fdiv_r_2exp' => 0, - '__gmpz_gcd' => 0, - '__gmpz_init' => 0, - '__gmpz_invert' => 0, - '__gmpz_lcm' => 0, - '__gmpz_mod' => 0, - '__gmpz_mul' => 0, - '__gmpz_mul_2exp' => 0, - '__gmpz_mul_ui' => 0, - '__gmpz_powm' => 0, - '__gmpz_probab_prime_p' => 0, - '__gmpz_set' => 0, - '__gmpz_set_ui' => 0, - '__gmpz_sizeinbase' => 0, - '__gmpz_sqrt' => 0, - '__gmpz_sub' => 0, - '__gmpz_sub_ui' => 0, - '__gmpz_tstbit' => 0, - '__rawmemchr@GLIBC_2.2.5' => 0, - '__register_atfork@GLIBC_2.3.2' => 0, - '__xstat@GLIBC_2.2.5' => 0, - 'abort@GLIBC_2.2.5' => 0, - 'asn1_array2tree@LIBTASN1_0_3' => 0, - 'asn1_check_version@LIBTASN1_0_3' => 0, - 'asn1_copy_node@LIBTASN1_0_3' => 0, - 'asn1_create_element@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_ber@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_delete_structure2@LIBTASN1_0_3' => 0, - 'asn1_delete_structure@LIBTASN1_0_3' => 0, - 'asn1_der_coding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding2@LIBTASN1_0_3' => 0, - 'asn1_der_decoding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding_startEnd@LIBTASN1_0_3' => 0, - 'asn1_encode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_find_node@LIBTASN1_0_3' => 0, - 'asn1_get_length_der@LIBTASN1_0_3' => 0, - 'asn1_get_tag_der@LIBTASN1_0_3' => 0, - 'asn1_length_der@LIBTASN1_0_3' => 0, - 'asn1_number_of_elements@LIBTASN1_0_3' => 0, - 'asn1_read_node_value@LIBTASN1_0_3' => 0, - 'asn1_read_value@LIBTASN1_0_3' => 0, - 'asn1_read_value_type@LIBTASN1_0_3' => 0, - 'asn1_write_value@LIBTASN1_0_3' => 0, - 'bindtextdomain@GLIBC_2.2.5' => 0, - 'calloc@GLIBC_2.2.5' => 0, - 'clock_gettime@GLIBC_2.17' => 0, - 'close@GLIBC_2.2.5' => 0, - 'closedir@GLIBC_2.2.5' => 0, - 'connect@GLIBC_2.2.5' => 0, - 'dcgettext@GLIBC_2.2.5' => 0, - 'deflate' => 0, - 'deflateEnd' => 0, - 'deflateInit2_' => 0, - 'dlclose@GLIBC_2.2.5' => 0, - 'dlopen@GLIBC_2.2.5' => 0, - 'dlsym@GLIBC_2.2.5' => 0, - 'fclose@GLIBC_2.2.5' => 0, - 'fcntl@GLIBC_2.2.5' => 0, - 'feof@GLIBC_2.2.5' => 0, - 'ferror@GLIBC_2.2.5' => 0, - 'fflush@GLIBC_2.2.5' => 0, - 'fgetc@GLIBC_2.2.5' => 0, - 'fgets@GLIBC_2.2.5' => 0, - 'fileno@GLIBC_2.2.5' => 0, - 'fmemopen@GLIBC_2.22' => 0, - 'fopen@GLIBC_2.2.5' => 0, - 'fprintf@GLIBC_2.2.5' => 0, - 'fputs@GLIBC_2.2.5' => 0, - 'fread@GLIBC_2.2.5' => 0, - 'free@GLIBC_2.2.5' => 0, - 'fseek@GLIBC_2.2.5' => 0, - 'ftell@GLIBC_2.2.5' => 0, - 'ftello@GLIBC_2.2.5' => 0, - 'fwrite@GLIBC_2.2.5' => 0, - 'getpid@GLIBC_2.2.5' => 0, - 'getpwuid_r@GLIBC_2.2.5' => 0, - 'getrusage@GLIBC_2.2.5' => 0, - 'getuid@GLIBC_2.2.5' => 0, - 'gmtime_r@GLIBC_2.2.5' => 0, - 'idn_free@LIBIDN_1.0' => 0, - 'idna_strerror@LIBIDN_1.0' => 0, - 'idna_to_ascii_8z@LIBIDN_1.0' => 0, - 'idna_to_unicode_8z8z@LIBIDN_1.0' => 0, - 'inet_aton@GLIBC_2.2.5' => 0, - 'inet_ntop@GLIBC_2.2.5' => 0, - 'inet_pton@GLIBC_2.2.5' => 0, - 'inflate' => 0, - 'inflateEnd' => 0, - 'inflateInit2_' => 0, - 'malloc@GLIBC_2.2.5' => 0, - 'memcmp@GLIBC_2.2.5' => 0, - 'memcpy@GLIBC_2.14' => 0, - 'memmem@GLIBC_2.2.5' => 0, - 'memmove@GLIBC_2.2.5' => 0, - 'memset@GLIBC_2.2.5' => 0, - 'mkdir@GLIBC_2.2.5' => 0, - 'nanosleep@GLIBC_2.2.5' => 0, - 'nettle_aes128_decrypt@NETTLE_6' => 0, - 'nettle_aes128_encrypt@NETTLE_6' => 0, - 'nettle_aes128_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes192_decrypt@NETTLE_6' => 0, - 'nettle_aes192_encrypt@NETTLE_6' => 0, - 'nettle_aes192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes256_decrypt@NETTLE_6' => 0, - 'nettle_aes256_encrypt@NETTLE_6' => 0, - 'nettle_aes256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_encrypt_key@NETTLE_6' => 0, - 'nettle_arcfour128_set_key@NETTLE_6' => 0, - 'nettle_arcfour_crypt@NETTLE_6' => 0, - 'nettle_arcfour_set_key@NETTLE_6' => 0, - 'nettle_arctwo40_set_key@NETTLE_6' => 0, - 'nettle_arctwo_decrypt@NETTLE_6' => 0, - 'nettle_arctwo_encrypt@NETTLE_6' => 0, - 'nettle_base64_decode_final@NETTLE_6' => 0, - 'nettle_base64_decode_init@NETTLE_6' => 0, - 'nettle_base64_decode_update@NETTLE_6' => 0, - 'nettle_base64_encode_raw@NETTLE_6' => 0, - 'nettle_camellia128_crypt@NETTLE_6' => 0, - 'nettle_camellia128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_crypt@NETTLE_6' => 0, - 'nettle_camellia256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia_set_decrypt_key@NETTLE_6' => 0, - 'nettle_cbc_decrypt@NETTLE_6' => 0, - 'nettle_cbc_encrypt@NETTLE_6' => 0, - 'nettle_ccm_decrypt_message@NETTLE_6' => 0, - 'nettle_ccm_encrypt_message@NETTLE_6' => 0, - 'nettle_chacha_poly1305_decrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_digest@NETTLE_6' => 0, - 'nettle_chacha_poly1305_encrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_key@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_nonce@NETTLE_6' => 0, - 'nettle_chacha_poly1305_update@NETTLE_6' => 0, - 'nettle_curve25519_mul@HOGWEED_4' => 0, - 'nettle_curve25519_mul_g@HOGWEED_4' => 0, - 'nettle_des3_decrypt@NETTLE_6' => 0, - 'nettle_des3_encrypt@NETTLE_6' => 0, - 'nettle_des3_set_key@NETTLE_6' => 0, - 'nettle_des_decrypt@NETTLE_6' => 0, - 'nettle_des_encrypt@NETTLE_6' => 0, - 'nettle_des_set_key@NETTLE_6' => 0, - 'nettle_dsa_generate_params@HOGWEED_4' => 0, - 'nettle_dsa_params_clear@HOGWEED_4' => 0, - 'nettle_dsa_params_init@HOGWEED_4' => 0, - 'nettle_dsa_sign@HOGWEED_4' => 0, - 'nettle_dsa_signature_clear@HOGWEED_4' => 0, - 'nettle_dsa_signature_init@HOGWEED_4' => 0, - 'nettle_dsa_verify@HOGWEED_4' => 0, - 'nettle_ecc_point_clear@HOGWEED_4' => 0, - 'nettle_ecc_point_get@HOGWEED_4' => 0, - 'nettle_ecc_point_init@HOGWEED_4' => 0, - 'nettle_ecc_point_mul@HOGWEED_4' => 0, - 'nettle_ecc_point_mul_g@HOGWEED_4' => 0, - 'nettle_ecc_point_set@HOGWEED_4' => 0, - 'nettle_ecc_scalar_clear@HOGWEED_4' => 0, - 'nettle_ecc_scalar_get@HOGWEED_4' => 0, - 'nettle_ecc_scalar_init@HOGWEED_4' => 0, - 'nettle_ecc_scalar_set@HOGWEED_4' => 0, - 'nettle_ecc_size@HOGWEED_4' => 0, - 'nettle_ecc_size_a@HOGWEED_4' => 0, - 'nettle_ecdsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_ecdsa_sign@HOGWEED_4' => 0, - 'nettle_ecdsa_verify@HOGWEED_4' => 0, - 'nettle_gcm_aes128_digest@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes128_update@NETTLE_6' => 0, - 'nettle_gcm_aes256_digest@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes256_update@NETTLE_6' => 0, - 'nettle_gcm_camellia128_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia128_update@NETTLE_6' => 0, - 'nettle_gcm_camellia256_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia256_update@NETTLE_6' => 0, - 'nettle_gcm_decrypt@NETTLE_6' => 0, - 'nettle_gcm_digest@NETTLE_6' => 0, - 'nettle_gcm_encrypt@NETTLE_6' => 0, - 'nettle_gcm_set_iv@NETTLE_6' => 0, - 'nettle_gcm_set_key@NETTLE_6' => 0, - 'nettle_gcm_update@NETTLE_6' => 0, - 'nettle_hmac_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_set_key@NETTLE_6' => 0, - 'nettle_hmac_md5_update@NETTLE_6' => 0, - 'nettle_hmac_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_digest@NETTLE_6' => 0, - 'nettle_hmac_sha1_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_update@NETTLE_6' => 0, - 'nettle_hmac_sha224_digest@NETTLE_6' => 0, - 'nettle_hmac_sha224_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_digest@NETTLE_6' => 0, - 'nettle_hmac_sha256_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_update@NETTLE_6' => 0, - 'nettle_hmac_sha384_digest@NETTLE_6' => 0, - 'nettle_hmac_sha384_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_digest@NETTLE_6' => 0, - 'nettle_hmac_sha512_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_update@NETTLE_6' => 0, - 'nettle_md2_digest@NETTLE_6' => 0, - 'nettle_md2_init@NETTLE_6' => 0, - 'nettle_md2_update@NETTLE_6' => 0, - 'nettle_md5_digest@NETTLE_6' => 0, - 'nettle_md5_init@NETTLE_6' => 0, - 'nettle_md5_update@NETTLE_6' => 0, - 'nettle_memxor@NETTLE_6' => 0, - 'nettle_mpz_get_str_256@HOGWEED_4' => 0, - 'nettle_mpz_random@HOGWEED_4' => 0, - 'nettle_mpz_random_size@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_s@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_u@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_s@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_u@HOGWEED_4' => 0, - 'nettle_pbkdf2_hmac_sha1@NETTLE_6' => 0, - 'nettle_pbkdf2_hmac_sha256@NETTLE_6' => 0, - 'nettle_rsa_decrypt_tr@HOGWEED_4' => 0, - 'nettle_rsa_encrypt@HOGWEED_4' => 0, - 'nettle_rsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_sign_tr@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_verify@HOGWEED_4' => 0, - 'nettle_rsa_private_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_private_key_init@HOGWEED_4' => 0, - 'nettle_rsa_private_key_prepare@HOGWEED_4' => 0, - 'nettle_rsa_public_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_public_key_init@HOGWEED_4' => 0, - 'nettle_rsa_public_key_prepare@HOGWEED_4' => 0, - 'nettle_salsa20_256_set_key@NETTLE_6' => 0, - 'nettle_salsa20_crypt@NETTLE_6' => 0, - 'nettle_salsa20_set_key@NETTLE_6' => 0, - 'nettle_salsa20_set_nonce@NETTLE_6' => 0, - 'nettle_salsa20r12_crypt@NETTLE_6' => 0, - 'nettle_secp_192r1@HOGWEED_4' => 0, - 'nettle_secp_224r1@HOGWEED_4' => 0, - 'nettle_secp_256r1@HOGWEED_4' => 0, - 'nettle_secp_384r1@HOGWEED_4' => 0, - 'nettle_secp_521r1@HOGWEED_4' => 0, - 'nettle_sha1_digest@NETTLE_6' => 0, - 'nettle_sha1_init@NETTLE_6' => 0, - 'nettle_sha1_update@NETTLE_6' => 0, - 'nettle_sha224_digest@NETTLE_6' => 0, - 'nettle_sha224_init@NETTLE_6' => 0, - 'nettle_sha256_digest@NETTLE_6' => 0, - 'nettle_sha256_init@NETTLE_6' => 0, - 'nettle_sha256_update@NETTLE_6' => 0, - 'nettle_sha384_digest@NETTLE_6' => 0, - 'nettle_sha384_init@NETTLE_6' => 0, - 'nettle_sha3_224_digest@NETTLE_6' => 0, - 'nettle_sha3_224_init@NETTLE_6' => 0, - 'nettle_sha3_224_update@NETTLE_6' => 0, - 'nettle_sha3_256_digest@NETTLE_6' => 0, - 'nettle_sha3_256_init@NETTLE_6' => 0, - 'nettle_sha3_256_update@NETTLE_6' => 0, - 'nettle_sha3_384_digest@NETTLE_6' => 0, - 'nettle_sha3_384_init@NETTLE_6' => 0, - 'nettle_sha3_384_update@NETTLE_6' => 0, - 'nettle_sha3_512_digest@NETTLE_6' => 0, - 'nettle_sha3_512_init@NETTLE_6' => 0, - 'nettle_sha3_512_update@NETTLE_6' => 0, - 'nettle_sha512_digest@NETTLE_6' => 0, - 'nettle_sha512_init@NETTLE_6' => 0, - 'nettle_sha512_update@NETTLE_6' => 0, - 'nettle_umac128_digest@NETTLE_6' => 0, - 'nettle_umac128_set_key@NETTLE_6' => 0, - 'nettle_umac128_set_nonce@NETTLE_6' => 0, - 'nettle_umac128_update@NETTLE_6' => 0, - 'nettle_umac96_digest@NETTLE_6' => 0, - 'nettle_umac96_set_key@NETTLE_6' => 0, - 'nettle_umac96_set_nonce@NETTLE_6' => 0, - 'nettle_umac96_update@NETTLE_6' => 0, - 'nettle_yarrow256_init@NETTLE_6' => 0, - 'nettle_yarrow256_random@NETTLE_6' => 0, - 'nettle_yarrow256_slow_reseed@NETTLE_6' => 0, - 'nettle_yarrow256_update@NETTLE_6' => 0, - 'open@GLIBC_2.2.5' => 0, - 'opendir@GLIBC_2.2.5' => 0, - 'p11_kit_config_option' => 0, - 'p11_kit_message' => 0, - 'p11_kit_module_finalize' => 0, - 'p11_kit_module_get_flags' => 0, - 'p11_kit_module_get_name' => 0, - 'p11_kit_module_initialize' => 0, - 'p11_kit_module_load' => 0, - 'p11_kit_module_release' => 0, - 'p11_kit_modules_load_and_initialize' => 0, - 'p11_kit_pin_file_callback' => 0, - 'p11_kit_pin_get_length' => 0, - 'p11_kit_pin_get_value' => 0, - 'p11_kit_pin_new_for_string' => 0, - 'p11_kit_pin_register_callback' => 0, - 'p11_kit_pin_request' => 0, - 'p11_kit_pin_unref' => 0, - 'p11_kit_pin_unregister_callback' => 0, - 'p11_kit_space_strdup' => 0, - 'p11_kit_space_strlen' => 0, - 'p11_kit_strerror' => 0, - 'p11_kit_uri_format' => 0, - 'p11_kit_uri_free' => 0, - 'p11_kit_uri_get_attribute' => 0, - 'p11_kit_uri_get_attributes' => 0, - 'p11_kit_uri_get_module_info' => 0, - 'p11_kit_uri_get_pin_source' => 0, - 'p11_kit_uri_get_pin_value' => 0, - 'p11_kit_uri_get_token_info' => 0, - 'p11_kit_uri_match_module_info' => 0, - 'p11_kit_uri_match_token_info' => 0, - 'p11_kit_uri_new' => 0, - 'p11_kit_uri_parse' => 0, - 'p11_kit_uri_set_attribute' => 0, - 'poll@GLIBC_2.2.5' => 0, - 'pthread_mutex_destroy@GLIBC_2.2.5' => 0, - 'pthread_mutex_init@GLIBC_2.2.5' => 0, - 'pthread_mutex_lock@GLIBC_2.2.5' => 0, - 'pthread_mutex_unlock@GLIBC_2.2.5' => 0, - 'qsort@GLIBC_2.2.5' => 0, - 'read@GLIBC_2.2.5' => 0, - 'readdir@GLIBC_2.2.5' => 0, - 'realloc@GLIBC_2.2.5' => 0, - 'recv@GLIBC_2.2.5' => 0, - 'secure_getenv@GLIBC_2.17' => 0, - 'sendmsg@GLIBC_2.2.5' => 0, - 'setsockopt@GLIBC_2.2.5' => 0, - 'snprintf@GLIBC_2.2.5' => 0, - 'sprintf@GLIBC_2.2.5' => 0, - 'sscanf@GLIBC_2.2.5' => 0, - 'stderr@GLIBC_2.2.5' => 0, - 'strcasecmp@GLIBC_2.2.5' => 0, - 'strchr@GLIBC_2.2.5' => 0, - 'strcmp@GLIBC_2.2.5' => 0, - 'strdup@GLIBC_2.2.5' => 0, - 'strerror@GLIBC_2.2.5' => 0, - 'strftime@GLIBC_2.2.5' => 0, - 'strlen@GLIBC_2.2.5' => 0, - 'strncasecmp@GLIBC_2.2.5' => 0, - 'strncat@GLIBC_2.2.5' => 0, - 'strncmp@GLIBC_2.2.5' => 0, - 'strpbrk@GLIBC_2.2.5' => 0, - 'strrchr@GLIBC_2.2.5' => 0, - 'strstr@GLIBC_2.2.5' => 0, - 'strtol@GLIBC_2.2.5' => 0, - 'strtoul@GLIBC_2.2.5' => 0, - 'strverscmp@GLIBC_2.2.5' => 0, - 'syscall@GLIBC_2.2.5' => 0, - 'time@GLIBC_2.2.5' => 0, - 'tmpfile@GLIBC_2.2.5' => 0, - 'u16_normalize' => 0, - 'u16_to_u8' => 0, - 'u32_normalize' => 0, - 'u32_to_u8' => 0, - 'u8_check' => 0, - 'u8_to_u16' => 0, - 'u8_to_u32' => 0, - 'uc_general_category_and_not' => 0, - 'uc_general_category_or' => 0, - 'uc_is_general_category' => 0, - 'uc_is_property_default_ignorable_code_point' => 0, - 'uc_is_property_join_control' => 0, - 'uc_is_property_not_a_character' => 0, - 'uninorm_nfc' => 0, - 'uninorm_nfkc' => 0, - 'vasprintf@GLIBC_2.2.5' => 0 - } - }, - 'WordSize' => '8' - }; diff --git a/devel/ABI-3.6.0-x86_64.dump b/devel/ABI-3.6.0-x86_64.dump deleted file mode 100644 index 2ebfbe5b05..0000000000 --- a/devel/ABI-3.6.0-x86_64.dump +++ /dev/null @@ -1,39891 +0,0 @@ -$VAR1 = { - 'ABI_DUMPER_VERSION' => '0.99.16', - 'ABI_DUMP_VERSION' => '3.2', - 'Arch' => 'x86_64', - 'GccVersion' => '6.3.0', - 'Headers' => { - 'abstract.h' => 1, - 'crypto.h' => 1, - 'dtls.h' => 1, - 'gnutls.h' => 1, - 'ocsp.h' => 1, - 'openpgp.h' => 1, - 'pkcs11.h' => 1, - 'pkcs12.h' => 1, - 'pkcs7.h' => 1, - 'self-test.h' => 1, - 'socket.h' => 1, - 'system-keys.h' => 1, - 'tpm.h' => 1, - 'urls.h' => 1, - 'x509-ext.h' => 1, - 'x509.h' => 1 - }, - 'Language' => 'C', - 'LibraryName' => 'libgnutls.so.30.23.0', - 'LibraryVersion' => '3.6.0', - 'NameSpaces' => {}, - 'Needed' => { - 'ld-linux-x86-64.so.2' => 1, - 'libc.so.6' => 1, - 'libdl.so.2' => 1, - 'libgmp.so.10' => 1, - 'libhogweed.so.4' => 1, - 'libidn2.so.0' => 1, - 'libnettle.so.6' => 1, - 'libp11-kit.so.0' => 1, - 'libtasn1.so.6' => 1, - 'libunistring.so.0' => 1 - }, - 'PublicABI' => '1', - 'Sources' => { - 'alert.c' => 1, - 'alpn.c' => 1, - 'anon_cred.c' => 1, - 'auth.c' => 1, - 'auto-verify.c' => 1, - 'buffers.c' => 1, - 'cert-session.c' => 1, - 'cert.c' => 1, - 'certs.c' => 1, - 'ciphersuites.c' => 1, - 'common.c' => 1, - 'crl.c' => 1, - 'crl_write.c' => 1, - 'crq.c' => 1, - 'crypto-api.c' => 1, - 'crypto-backend.c' => 1, - 'crypto-selftests-pk.c' => 1, - 'crypto-selftests.c' => 1, - 'db.c' => 1, - 'debug.c' => 1, - 'dh-primes.c' => 1, - 'dh-session.c' => 1, - 'dh.c' => 1, - 'dn.c' => 1, - 'dtls.c' => 1, - 'email-verify.c' => 1, - 'errors.c' => 1, - 'etm.c' => 1, - 'ext_master_secret.c' => 1, - 'extensions.c' => 1, - 'fastopen.c' => 1, - 'file.c' => 1, - 'fingerprint.c' => 1, - 'fips.c' => 1, - 'global.c' => 1, - 'groups.c' => 1, - 'handshake.c' => 1, - 'heartbeat.c' => 1, - 'hostname-verify.c' => 1, - 'ip.c' => 1, - 'keys-dummy.c' => 1, - 'locks.c' => 1, - 'max_record.c' => 1, - 'mem.c' => 1, - 'name_constraints.c' => 1, - 'ocsp.c' => 1, - 'ocsp_output.c' => 1, - 'openpgp_compat.c' => 1, - 'output.c' => 1, - 'pcert.c' => 1, - 'pin.c' => 1, - 'pk.c' => 1, - 'pkcs11.c' => 1, - 'pkcs11_privkey.c' => 1, - 'pkcs11_secret.c' => 1, - 'pkcs11_write.c' => 1, - 'pkcs11x.c' => 1, - 'pkcs12.c' => 1, - 'pkcs12_bag.c' => 1, - 'pkcs7-attrs.c' => 1, - 'pkcs7-crypt.c' => 1, - 'pkcs7-output.c' => 1, - 'pkcs7.c' => 1, - 'prf.c' => 1, - 'priority.c' => 1, - 'privkey.c' => 1, - 'privkey_openssl.c' => 1, - 'privkey_pkcs8.c' => 1, - 'privkey_raw.c' => 1, - 'psk.c' => 1, - 'pubkey.c' => 1, - 'publickey.c' => 1, - 'random.c' => 1, - 'randomart.c' => 1, - 'range.c' => 1, - 'record.c' => 1, - 'safe-memfuncs.c' => 1, - 'safe_renegotiation.c' => 1, - 'secparams.c' => 1, - 'server_name.c' => 1, - 'session.c' => 1, - 'session_pack.c' => 1, - 'session_ticket.c' => 1, - 'signature.c' => 1, - 'sockets.c' => 1, - 'spki.c' => 1, - 'srp.c' => 1, - 'srp_kx.c' => 1, - 'srp_sb64.c' => 1, - 'srtp.c' => 1, - 'state.c' => 1, - 'status_request.c' => 1, - 'str-idna.c' => 1, - 'str-unicode.c' => 1, - 'str.c' => 1, - 'supplemental.c' => 1, - 'system_override.c' => 1, - 'tls_features.c' => 1, - 'tpm.c' => 1, - 'urls.c' => 1, - 'verify-high.c' => 1, - 'verify-high2.c' => 1, - 'verify-tofu.c' => 1, - 'verify.c' => 1, - 'virt-san.c' => 1, - 'x509.c' => 1, - 'x509_b64.c' => 1, - 'x509_dn.c' => 1, - 'x509_ext.c' => 1, - 'x509_write.c' => 1 - }, - 'SymbolInfo' => { - '1000205' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_timeout', - 'Source' => 'dtls.c', - 'SourceLine' => '757' - }, - '1000285' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '738' - }, - '1000335' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'mtu', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_set_data_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '705' - }, - '1000415' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_dtls_get_data_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '664' - }, - '1000495' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_overhead_size', - 'Source' => 'dtls.c', - 'SourceLine' => '635' - }, - '1001137' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'mtu', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_mtu', - 'Source' => 'dtls.c', - 'SourceLine' => '491' - }, - '1001198' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'retrans_timeout', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'total_timeout', - 'offset' => '-32', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_set_timeouts', - 'Source' => 'dtls.c', - 'SourceLine' => '466' - }, - '1018979' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'errno_func', - 'offset' => '-32', - 'type' => '5214' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno_function', - 'Source' => 'system_override.c', - 'SourceLine' => '191' - }, - '1019037' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'vec_func', - 'offset' => '-32', - 'type' => '5165' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_vec_push_function', - 'Source' => 'system_override.c', - 'SourceLine' => '169' - }, - '1019095' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'push_func', - 'offset' => '-32', - 'type' => '5084' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_push_function', - 'Source' => 'system_override.c', - 'SourceLine' => '146' - }, - '1019153' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '5127' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_timeout_function', - 'Source' => 'system_override.c', - 'SourceLine' => '122' - }, - '1019211' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'pull_func', - 'offset' => '-32', - 'type' => '5041' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_pull_function', - 'Source' => 'system_override.c', - 'SourceLine' => '79' - }, - '1019269' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'err', - 'offset' => '-28', - 'type' => '75' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_errno', - 'Source' => 'system_override.c', - 'SourceLine' => '59' - }, - '1034757' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '-68', - 'type' => '2545' - }, - '1' => { - 'name' => 'priority', - 'offset' => '-72', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'offset' => '-80', - 'type' => '6539' - }, - '3' => { - 'name' => 'hash', - 'offset' => '-88', - 'type' => '6576' - }, - '4' => { - 'name' => 'output', - 'offset' => '-96', - 'type' => '6587' - }, - '5' => { - 'name' => 'deinit', - 'offset' => '-104', - 'type' => '6598' - }, - '6' => { - 'name' => 'hash_fast', - 'offset' => '0', - 'type' => '6609' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_digest', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '463' - }, - '1035019' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '-68', - 'type' => '2429' - }, - '1' => { - 'name' => 'priority', - 'offset' => '-72', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'offset' => '-80', - 'type' => '6349' - }, - '3' => { - 'name' => 'setkey', - 'offset' => '-88', - 'type' => '6386' - }, - '4' => { - 'name' => 'setnonce', - 'offset' => '-96', - 'type' => '6397' - }, - '5' => { - 'name' => 'hash', - 'offset' => '-104', - 'type' => '6408' - }, - '6' => { - 'name' => 'output', - 'offset' => '0', - 'type' => '6419' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '6461' - }, - '8' => { - 'name' => 'hash_fast', - 'offset' => '16', - 'type' => '6472' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_mac', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '417' - }, - '1035678' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '-68', - 'type' => '2122' - }, - '1' => { - 'name' => 'priority', - 'offset' => '-72', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'offset' => '-80', - 'type' => '6043' - }, - '3' => { - 'name' => 'setkey', - 'offset' => '-88', - 'type' => '6085' - }, - '4' => { - 'name' => 'aead_encrypt', - 'offset' => '-96', - 'type' => '6250' - }, - '5' => { - 'name' => 'aead_decrypt', - 'offset' => '-104', - 'type' => '6327' - }, - '6' => { - 'name' => 'deinit', - 'offset' => '0', - 'type' => '6338' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_aead_cipher', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '269' - }, - '1035940' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '-68', - 'type' => '2122' - }, - '1' => { - 'name' => 'priority', - 'offset' => '-72', - 'type' => '75' - }, - '2' => { - 'name' => 'init', - 'offset' => '-80', - 'type' => '6043' - }, - '3' => { - 'name' => 'setkey', - 'offset' => '-88', - 'type' => '6085' - }, - '4' => { - 'name' => 'setiv', - 'offset' => '-96', - 'type' => '6127' - }, - '5' => { - 'name' => 'encrypt', - 'offset' => '-104', - 'type' => '6138' - }, - '6' => { - 'name' => 'decrypt', - 'offset' => '0', - 'type' => '6190' - }, - '7' => { - 'name' => 'deinit', - 'offset' => '8', - 'type' => '6338' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_crypto_register_cipher', - 'Source' => 'crypto-backend.c', - 'SourceLine' => '219' - }, - '1052489' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'offset' => '-24', - 'type' => '1042799' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_deinit', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '725' - }, - '1052535' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'offset' => '-24', - 'type' => '1042799' - }, - '1' => { - 'name' => 'verify', - 'offset' => '-32', - 'type' => '1042751' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_verify_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '713' - }, - '1052596' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'offset' => '-24', - 'type' => '1042799' - }, - '1' => { - 'name' => 'cstore', - 'offset' => '-32', - 'type' => '1042693' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_commitment_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '689' - }, - '1052657' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'offset' => '-24', - 'type' => '1042799' - }, - '1' => { - 'name' => 'store', - 'offset' => '-32', - 'type' => '1042640' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tdb_set_store_func', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '668' - }, - '1052718' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'tdb', - 'offset' => '-24', - 'type' => '1052768' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tdb_init', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '643' - }, - '1052986' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'offset' => '-680', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'offset' => '-688', - 'type' => '1042799' - }, - '2' => { - 'name' => 'host', - 'offset' => '-696', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'offset' => '-704', - 'type' => '110' - }, - '4' => { - 'name' => 'hash_algo', - 'offset' => '-708', - 'type' => '2545' - }, - '5' => { - 'name' => 'hash', - 'offset' => '-720', - 'type' => '4549' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '263' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_store_commitment', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '565' - }, - '1053547' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'offset' => '-632', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'offset' => '-640', - 'type' => '1042799' - }, - '2' => { - 'name' => 'host', - 'offset' => '-648', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'offset' => '-656', - 'type' => '110' - }, - '4' => { - 'name' => 'cert_type', - 'offset' => '-660', - 'type' => '2816' - }, - '5' => { - 'name' => 'cert', - 'offset' => '-672', - 'type' => '4549' - }, - '6' => { - 'name' => 'expiration', - 'offset' => '0', - 'type' => '263' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_store_pubkey', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '484' - }, - '1057330' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'db_name', - 'offset' => '-632', - 'type' => '110' - }, - '1' => { - 'name' => 'tdb', - 'offset' => '-640', - 'type' => '1042799' - }, - '2' => { - 'name' => 'host', - 'offset' => '-648', - 'type' => '110' - }, - '3' => { - 'name' => 'service', - 'offset' => '-656', - 'type' => '110' - }, - '4' => { - 'name' => 'cert_type', - 'offset' => '-660', - 'type' => '2816' - }, - '5' => { - 'name' => 'cert', - 'offset' => '-672', - 'type' => '4549' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_verify_stored_pubkey', - 'Source' => 'verify-tofu.c', - 'SourceLine' => '105' - }, - '1072749' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'userdata', - 'offset' => '-24', - 'type' => '4695' - } - }, - 'Return' => '136203', - 'ShortName' => 'gnutls_pkcs11_get_pin_function', - 'Source' => 'pin.c', - 'SourceLine' => '58' - }, - '1072797' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'fn', - 'offset' => '-24', - 'type' => '136203' - }, - '1' => { - 'name' => 'userdata', - 'offset' => '-32', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_pin_function', - 'Source' => 'pin.c', - 'SourceLine' => '41' - }, - '1095314' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-200', - 'type' => '110' - }, - '1' => { - 'name' => 'srk_password', - 'offset' => '-208', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_privkey_delete', - 'Source' => 'tpm.c', - 'SourceLine' => '1773' - }, - '1095763' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-88', - 'type' => '1095999' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_get_registered', - 'Source' => 'tpm.c', - 'SourceLine' => '1717' - }, - '1096005' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-88', - 'type' => '1077741' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-92', - 'type' => '145' - }, - '2' => { - 'name' => 'url', - 'offset' => '-104', - 'type' => '1030' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-96', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_key_list_get_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1691' - }, - '1096263' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-24', - 'type' => '1077741' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_tpm_key_list_deinit', - 'Source' => 'tpm.c', - 'SourceLine' => '1664' - }, - '1096309' => { - 'Header' => 'tpm.h', - 'Param' => { - '0' => { - 'name' => 'pk', - 'offset' => '-292', - 'type' => '2896' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-296', - 'type' => '145' - }, - '2' => { - 'name' => 'srk_password', - 'offset' => '-304', - 'type' => '110' - }, - '3' => { - 'name' => 'key_password', - 'offset' => '-312', - 'type' => '110' - }, - '4' => { - 'name' => 'format', - 'offset' => '-316', - 'type' => '1077837' - }, - '5' => { - 'name' => 'pub_format', - 'offset' => '-320', - 'type' => '193776' - }, - '6' => { - 'name' => 'privkey', - 'offset' => '0', - 'type' => '4650' - }, - '7' => { - 'name' => 'pubkey', - 'offset' => '8', - 'type' => '4650' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_tpm_privkey_generate', - 'Source' => 'tpm.c', - 'SourceLine' => '1372' - }, - '1097063' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-136', - 'type' => '4573' - }, - '1' => { - 'name' => 'url', - 'offset' => '-144', - 'type' => '110' - }, - '2' => { - 'name' => 'srk_password', - 'offset' => '-152', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-156', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_tpm_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1277' - }, - '1097384' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-56', - 'type' => '4573' - }, - '1' => { - 'name' => 'fdata', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-68', - 'type' => '1077837' - }, - '3' => { - 'name' => 'srk_password', - 'offset' => '-80', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-72', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_tpm_raw', - 'Source' => 'tpm.c', - 'SourceLine' => '1239' - }, - '1098361' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-136', - 'type' => '134413' - }, - '1' => { - 'name' => 'url', - 'offset' => '-144', - 'type' => '110' - }, - '2' => { - 'name' => 'srk_password', - 'offset' => '-152', - 'type' => '110' - }, - '3' => { - 'name' => 'key_password', - 'offset' => '-160', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-164', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_tpm_url', - 'Source' => 'tpm.c', - 'SourceLine' => '1014' - }, - '1099819' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-56', - 'type' => '134413' - }, - '1' => { - 'name' => 'fdata', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-68', - 'type' => '1077837' - }, - '3' => { - 'name' => 'srk_password', - 'offset' => '-80', - 'type' => '110' - }, - '4' => { - 'name' => 'key_password', - 'offset' => '-88', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-72', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_tpm_raw', - 'Source' => 'tpm.c', - 'SourceLine' => '736' - }, - '1117021' => { - 'Header' => 'gnutls.h', - 'Return' => '145', - 'ShortName' => 'gnutls_fips140_mode_enabled', - 'Source' => 'fips.c', - 'SourceLine' => '406' - }, - '1131511' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 's1', - 'offset' => '-56', - 'type' => '329' - }, - '1' => { - 'name' => 's2', - 'offset' => '-64', - 'type' => '329' - }, - '2' => { - 'name' => 'n', - 'offset' => '-72', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_memcmp', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '70' - }, - '1131644' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '211' - }, - '1' => { - 'name' => 'c', - 'offset' => '-44', - 'type' => '75' - }, - '2' => { - 'name' => 'size', - 'offset' => '-56', - 'type' => '52' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_memset', - 'Source' => 'safe-memfuncs.c', - 'SourceLine' => '40' - }, - '1175292' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'offset' => '-84', - 'type' => '1166060' - }, - '1' => { - 'name' => 'key_type', - 'offset' => '-96', - 'type' => '110' - }, - '2' => { - 'name' => 'key_size', - 'offset' => '-88', - 'type' => '145' - }, - '3' => { - 'name' => 'fpr', - 'offset' => '-104', - 'type' => '211' - }, - '4' => { - 'name' => 'fpr_size', - 'offset' => '-112', - 'type' => '52' - }, - '5' => { - 'name' => 'art', - 'offset' => '-120', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_random_art', - 'Source' => 'randomart.c', - 'SourceLine' => '44' - }, - '1190568' => { - 'Header' => 'urls.h', - 'Param' => { - '0' => { - 'name' => 'st', - 'offset' => '-88', - 'type' => '1190764' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_register_custom_url', - 'Source' => 'urls.c', - 'SourceLine' => '108' - }, - '1190851' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-40', - 'type' => '110' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_url_is_supported', - 'Source' => 'urls.c', - 'SourceLine' => '44' - }, - '1205378' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'label_size', - 'offset' => '-64', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'offset' => '-72', - 'type' => '110' - }, - '3' => { - 'name' => 'server_random_first', - 'offset' => '-76', - 'type' => '75' - }, - '4' => { - 'name' => 'extra_size', - 'offset' => '-88', - 'type' => '52' - }, - '5' => { - 'name' => 'extra', - 'offset' => '-96', - 'type' => '110' - }, - '6' => { - 'name' => 'outsize', - 'offset' => '0', - 'type' => '52' - }, - '7' => { - 'name' => 'out', - 'offset' => '8', - 'type' => '235' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf', - 'Source' => 'prf.c', - 'SourceLine' => '182' - }, - '1205610' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'label_size', - 'offset' => '-48', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'offset' => '-56', - 'type' => '110' - }, - '3' => { - 'name' => 'context_size', - 'offset' => '-64', - 'type' => '52' - }, - '4' => { - 'name' => 'context', - 'offset' => '-72', - 'type' => '110' - }, - '5' => { - 'name' => 'outsize', - 'offset' => '-80', - 'type' => '52' - }, - '6' => { - 'name' => 'out', - 'offset' => '0', - 'type' => '235' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf_rfc5705', - 'Source' => 'prf.c', - 'SourceLine' => '116' - }, - '1205812' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'label_size', - 'offset' => '-48', - 'type' => '52' - }, - '2' => { - 'name' => 'label', - 'offset' => '-56', - 'type' => '110' - }, - '3' => { - 'name' => 'seed_size', - 'offset' => '-64', - 'type' => '52' - }, - '4' => { - 'name' => 'seed', - 'offset' => '-72', - 'type' => '110' - }, - '5' => { - 'name' => 'outsize', - 'offset' => '-80', - 'type' => '52' - }, - '6' => { - 'name' => 'out', - 'offset' => '0', - 'type' => '235' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_prf_raw', - 'Source' => 'prf.c', - 'SourceLine' => '64' - }, - '1220470' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_get_verify_cert_status', - 'Source' => 'auto-verify.c', - 'SourceLine' => '151' - }, - '1220518' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-32', - 'type' => '14235' - }, - '2' => { - 'name' => 'elements', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_cert2', - 'Source' => 'auto-verify.c', - 'SourceLine' => '122' - }, - '1220604' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'hostname', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_cert', - 'Source' => 'auto-verify.c', - 'SourceLine' => '81' - }, - '1235642' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_peers_public_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '346' - }, - '1236041' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_prime_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '288' - }, - '1236553' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_secret_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '219' - }, - '1236923' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - }, - '1' => { - 'name' => 'raw_key', - 'offset' => '-144', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_pubkey', - 'Source' => 'dh-session.c', - 'SourceLine' => '166' - }, - '1237268' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - }, - '1' => { - 'name' => 'raw_gen', - 'offset' => '-144', - 'type' => '4650' - }, - '2' => { - 'name' => 'raw_prime', - 'offset' => '-152', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_get_group', - 'Source' => 'dh-session.c', - 'SourceLine' => '98' - }, - '1237642' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_set_prime_bits', - 'Source' => 'dh-session.c', - 'SourceLine' => '68' - }, - '1254149' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'max_bits', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'max_depth', - 'offset' => '-32', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_limits', - 'Source' => 'cert-session.c', - 'SourceLine' => '205' - }, - '1254221' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_certificate_get_verify_flags', - 'Source' => 'cert-session.c', - 'SourceLine' => '188' - }, - '1254269' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_flags', - 'Source' => 'cert-session.c', - 'SourceLine' => '170' - }, - '1254327' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_flags', - 'Source' => 'cert-session.c', - 'SourceLine' => '153' - }, - '1254385' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '146238' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_params_function', - 'Source' => 'cert-session.c', - 'SourceLine' => '135' - }, - '1254443' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_client_get_request_status', - 'Source' => 'cert-session.c', - 'SourceLine' => '120' - }, - '1254491' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'list_size', - 'offset' => '-48', - 'type' => '22483' - } - }, - 'Return' => '4549', - 'ShortName' => 'gnutls_certificate_get_peers', - 'Source' => 'cert-session.c', - 'SourceLine' => '93' - }, - '1254607' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '4549', - 'ShortName' => 'gnutls_certificate_get_ours', - 'Source' => 'cert-session.c', - 'SourceLine' => '53' - }, - '127251' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_corked', - 'Source' => 'buffers.c', - 'SourceLine' => '111' - }, - '127299' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_check_pending', - 'Source' => 'buffers.c', - 'SourceLine' => '95' - }, - '1317002' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'id', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_peers_subkey_id', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '819' - }, - '1317066' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'status', - 'offset' => '-28', - 'type' => '1304912' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_openpgp_send_cert', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '802' - }, - '1317127' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-24', - 'type' => '5709' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-32', - 'type' => '1317192' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_export_openpgp', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '787' - }, - '1317198' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-24', - 'type' => '5709' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-32', - 'type' => '135830' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_openpgp', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '769' - }, - '1317278' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-24', - 'type' => '5709' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-36', - 'type' => '1308034' - }, - '3' => { - 'name' => 'keyid', - 'offset' => '-48', - 'type' => '3994' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_openpgp_raw', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '747' - }, - '1317388' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'data', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-36', - 'type' => '1308034' - }, - '3' => { - 'name' => 'keyid', - 'offset' => '-48', - 'type' => '22141' - }, - '4' => { - 'name' => 'password', - 'offset' => '-56', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_openpgp_raw', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '723' - }, - '1317498' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'key', - 'offset' => '-32', - 'type' => '1317563' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_openpgp', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '703' - }, - '1317569' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'key', - 'offset' => '-32', - 'type' => '135853' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_openpgp', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '685' - }, - '1317649' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-40', - 'type' => '3994' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-48', - 'type' => '7841' - }, - '4' => { - 'name' => 'subkey', - 'offset' => '-56', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_openpgp_key_id', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '664' - }, - '1317759' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'data', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-36', - 'type' => '1308034' - }, - '3' => { - 'name' => 'keyid', - 'offset' => '-48', - 'type' => '22141' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_openpgp_raw', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '639' - }, - '1317869' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-32', - 'type' => '135830' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_openpgp', - 'Source' => 'openpgp_compat.c', - 'SourceLine' => '618' - }, - '1339661' => { - 'Header' => 'self-test.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-56', - 'type' => '2545' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_digest_self_test', - 'Source' => 'crypto-selftests.c', - 'SourceLine' => '1219' - }, - '1339838' => { - 'Header' => 'self-test.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - }, - '1' => { - 'name' => 'mac', - 'offset' => '-56', - 'type' => '2429' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_mac_self_test', - 'Source' => 'crypto-selftests.c', - 'SourceLine' => '1179' - }, - '1340015' => { - 'Header' => 'self-test.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - }, - '1' => { - 'name' => 'cipher', - 'offset' => '-56', - 'type' => '2122' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_self_test', - 'Source' => 'crypto-selftests.c', - 'SourceLine' => '1122' - }, - '1360084' => { - 'Header' => 'self-test.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - }, - '1' => { - 'name' => 'pk', - 'offset' => '-56', - 'type' => '2896' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pk_self_test', - 'Source' => 'crypto-selftests-pk.c', - 'SourceLine' => '695' - }, - '1377133' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'privkey', - 'offset' => '-32', - 'type' => '134436' - }, - '2' => { - 'name' => 'label', - 'offset' => '-40', - 'type' => '110' - }, - '3' => { - 'name' => 'cert_url', - 'offset' => '-48', - 'type' => '1030' - }, - '4' => { - 'name' => 'key_url', - 'offset' => '-56', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_add_x509', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '53' - }, - '1377237' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'cert_url', - 'offset' => '-24', - 'type' => '110' - }, - '1' => { - 'name' => 'key_url', - 'offset' => '-32', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_delete', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '48' - }, - '1377299' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'offset' => '-24', - 'type' => '1377431' - }, - '1' => { - 'name' => 'cert_type', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'cert_url', - 'offset' => '-40', - 'type' => '1030' - }, - '3' => { - 'name' => 'key_url', - 'offset' => '-48', - 'type' => '1030' - }, - '4' => { - 'name' => 'label', - 'offset' => '-56', - 'type' => '1030' - }, - '5' => { - 'name' => 'der', - 'offset' => '-64', - 'type' => '4650' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_key_iter_get_info', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '37' - }, - '1377437' => { - 'Header' => 'system-keys.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'offset' => '-24', - 'type' => '1376911' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_system_key_iter_deinit', - 'Source' => 'keys-dummy.c', - 'SourceLine' => '31' - }, - '1399261' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '235', - 'ShortName' => 'gnutls_pkcs11_obj_flags_get_str', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4258' - }, - '1399414' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-24', - 'type' => '946168' - }, - '1' => { - 'name' => 'oflags', - 'offset' => '-32', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_flags', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4239' - }, - '1399479' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-296', - 'type' => '110' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-304', - 'type' => '134448' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-308', - 'type' => '145' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_pkcs11_crt_is_known', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4137' - }, - '1399770' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-168', - 'type' => '110' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-176', - 'type' => '4549' - }, - '2' => { - 'name' => 'spki', - 'offset' => '-184', - 'type' => '4549' - }, - '3' => { - 'name' => 'issuer', - 'offset' => '-192', - 'type' => '4650' - }, - '4' => { - 'name' => 'fmt', - 'offset' => '-196', - 'type' => '193776' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-200', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id', - 'Source' => 'pkcs11.c', - 'SourceLine' => '4041' - }, - '1400060' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-168', - 'type' => '110' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-176', - 'type' => '4549' - }, - '2' => { - 'name' => 'issuer', - 'offset' => '-184', - 'type' => '4650' - }, - '3' => { - 'name' => 'fmt', - 'offset' => '-188', - 'type' => '193776' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-192', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer_by_dn', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3956' - }, - '1400334' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-296', - 'type' => '110' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-304', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer', - 'offset' => '-312', - 'type' => '4650' - }, - '3' => { - 'name' => 'fmt', - 'offset' => '-316', - 'type' => '193776' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-320', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_get_raw_issuer', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3862' - }, - '1401457' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'offset' => '-20', - 'type' => '946374' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs11_type_get_name', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3550' - }, - '1401507' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-360', - 'type' => '110' - }, - '1' => { - 'name' => 'mechanism', - 'offset' => '-368', - 'type' => '68' - }, - '2' => { - 'name' => 'ptr', - 'offset' => '-376', - 'type' => '211' - }, - '3' => { - 'name' => 'psize', - 'offset' => '-380', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-384', - 'type' => '145' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_pkcs11_token_check_mechanism', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3492' - }, - '1401892' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-3512', - 'type' => '110' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-3516', - 'type' => '145' - }, - '2' => { - 'name' => 'mechanism', - 'offset' => '-3528', - 'type' => '628363' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_mechanism', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3430' - }, - '1402214' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-72', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-80', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_flags', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3380' - }, - '1402580' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'offset' => '-40', - 'type' => '135983' - }, - '1' => { - 'name' => 'cert_max', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'objs', - 'offset' => '-56', - 'type' => '1398869' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-48', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3306' - }, - '1402896' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'pkcs11_crt', - 'offset' => '-32', - 'type' => '946168' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import_pkcs11', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3231' - }, - '1402961' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'offset' => '-88', - 'type' => '1403167' - }, - '1' => { - 'name' => 'n_list', - 'offset' => '-96', - 'type' => '22483' - }, - '2' => { - 'name' => 'url', - 'offset' => '-104', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url4', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3167' - }, - '1403173' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'p_list', - 'offset' => '-104', - 'type' => '1398863' - }, - '1' => { - 'name' => 'n_list', - 'offset' => '-112', - 'type' => '22483' - }, - '2' => { - 'name' => 'url', - 'offset' => '-120', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-124', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_list_import_url3', - 'Source' => 'pkcs11.c', - 'SourceLine' => '3107' - }, - '1405576' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-24', - 'type' => '946168' - } - }, - 'Return' => '946374', - 'ShortName' => 'gnutls_pkcs11_obj_get_type', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2358' - }, - '1405626' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-40', - 'type' => '946168' - }, - '1' => { - 'name' => 'detailed', - 'offset' => '-44', - 'type' => '1384415' - }, - '2' => { - 'name' => 'url', - 'offset' => '-56', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export_url', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2332' - }, - '1405740' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-120', - 'type' => '110' - }, - '1' => { - 'name' => 'ttype', - 'offset' => '-124', - 'type' => '1384556' - }, - '2' => { - 'name' => 'output', - 'offset' => '-136', - 'type' => '211' - }, - '3' => { - 'name' => 'output_size', - 'offset' => '-144', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2241' - }, - '1406040' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'seq', - 'offset' => '-68', - 'type' => '145' - }, - '1' => { - 'name' => 'detailed', - 'offset' => '-72', - 'type' => '1384415' - }, - '2' => { - 'name' => 'url', - 'offset' => '-80', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_url', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2195' - }, - '1406593' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-72', - 'type' => '946168' - }, - '1' => { - 'name' => 'url', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_import_url', - 'Source' => 'pkcs11.c', - 'SourceLine' => '2095' - }, - '1409641' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-120', - 'type' => '946168' - }, - '1' => { - 'name' => 'fmt', - 'offset' => '-124', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-136', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export3', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1177' - }, - '1410013' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-24', - 'type' => '946168' - }, - '1' => { - 'name' => 'out', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export2', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1154' - }, - '1410078' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-24', - 'type' => '946168' - }, - '1' => { - 'name' => 'output_data', - 'offset' => '-32', - 'type' => '211' - }, - '2' => { - 'name' => 'output_data_size', - 'offset' => '-40', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_export', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1118' - }, - '1410177' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-40', - 'type' => '946168' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1087' - }, - '1410236' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-24', - 'type' => '946168' - }, - '1' => { - 'name' => 'fn', - 'offset' => '-32', - 'type' => '136203' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_obj_set_pin_function', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1071' - }, - '1410311' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-40', - 'type' => '1398863' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_init', - 'Source' => 'pkcs11.c', - 'SourceLine' => '1039' - }, - '1410697' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'fn', - 'offset' => '-24', - 'type' => '616547' - }, - '1' => { - 'name' => 'userdata', - 'offset' => '-32', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_set_token_function', - 'Source' => 'pkcs11.c', - 'SourceLine' => '939' - }, - '1410757' => { - 'Header' => 'pkcs11.h', - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_deinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '898' - }, - '1410801' => { - 'Header' => 'pkcs11.h', - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_reinit', - 'Source' => 'pkcs11.c', - 'SourceLine' => '874' - }, - '1410913' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - }, - '1' => { - 'name' => 'deprecated_config_file', - 'offset' => '-48', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_init', - 'Source' => 'pkcs11.c', - 'SourceLine' => '800' - }, - '1411588' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-24', - 'type' => '946168' - }, - '1' => { - 'name' => 'itype', - 'offset' => '-28', - 'type' => '1384500' - }, - '2' => { - 'name' => 'output', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'output_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '574' - }, - '1411683' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-728', - 'type' => '946168' - }, - '1' => { - 'name' => 'itype', - 'offset' => '-732', - 'type' => '1384500' - }, - '2' => { - 'name' => 'data', - 'offset' => '-744', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-752', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-736', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_set_info', - 'Source' => 'pkcs11.c', - 'SourceLine' => '444' - }, - '1412248' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'offset' => '-104', - 'type' => '110' - }, - '1' => { - 'name' => 'params', - 'offset' => '-112', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_add_provider', - 'Source' => 'pkcs11.c', - 'SourceLine' => '323' - }, - '1433379' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'obj', - 'offset' => '-184', - 'type' => '946168' - }, - '1' => { - 'name' => 'exts', - 'offset' => '-192', - 'type' => '1433760' - }, - '2' => { - 'name' => 'exts_size', - 'offset' => '-200', - 'type' => '22483' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-204', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_obj_get_exts', - 'Source' => 'pkcs11x.c', - 'SourceLine' => '259' - }, - '14467' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-184', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-192', - 'type' => '329' - }, - '2' => { - 'name' => 'data_size', - 'offset' => '-200', - 'type' => '52' - }, - '3' => { - 'name' => 'range', - 'offset' => '-208', - 'type' => '14903' - } - }, - 'Return' => '252', - 'ShortName' => 'gnutls_record_send_range', - 'Source' => 'range.c', - 'SourceLine' => '229' - }, - '1455900' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '135876' - }, - '1' => { - 'name' => 'fn', - 'offset' => '-32', - 'type' => '136203' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_set_pin_function', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '1355' - }, - '1455975' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-72', - 'type' => '135876' - }, - '1' => { - 'name' => 'fmt', - 'offset' => '-76', - 'type' => '193776' - }, - '2' => { - 'name' => 'data', - 'offset' => '-88', - 'type' => '4650' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-80', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_export_pubkey', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '1314' - }, - '1456648' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'url', - 'offset' => '-2472', - 'type' => '110' - }, - '1' => { - 'name' => 'pk', - 'offset' => '-2476', - 'type' => '2896' - }, - '2' => { - 'name' => 'bits', - 'offset' => '-2480', - 'type' => '145' - }, - '3' => { - 'name' => 'label', - 'offset' => '-2488', - 'type' => '110' - }, - '4' => { - 'name' => 'cid', - 'offset' => '-2496', - 'type' => '4549' - }, - '5' => { - 'name' => 'fmt', - 'offset' => '-2500', - 'type' => '193776' - }, - '6' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '4650' - }, - '7' => { - 'name' => 'key_usage', - 'offset' => '8', - 'type' => '145' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_generate3', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '881' - }, - '1457582' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '135876' - }, - '1' => { - 'name' => 'detailed', - 'offset' => '-44', - 'type' => '1384415' - }, - '2' => { - 'name' => 'url', - 'offset' => '-56', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_export_url', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '722' - }, - '1458209' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-264', - 'type' => '135876' - }, - '1' => { - 'name' => 'url', - 'offset' => '-272', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-276', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_import_url', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '511' - }, - '1458708' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-120', - 'type' => '135876' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_pkcs11_privkey_status', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '476' - }, - '1460379' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-24', - 'type' => '135876' - }, - '1' => { - 'name' => 'itype', - 'offset' => '-28', - 'type' => '1384500' - }, - '2' => { - 'name' => 'output', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'output_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_get_info', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '178' - }, - '1460469' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '135876' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-32', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_get_pk_algorithm', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '155' - }, - '1460531' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '135876' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs11_privkey_deinit', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '133' - }, - '1460575' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'offset' => '-24', - 'type' => '135876' - }, - '1' => { - 'name' => 'src', - 'offset' => '-32', - 'type' => '135876' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_cpy', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '121' - }, - '1460637' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '919646' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_privkey_init', - 'Source' => 'pkcs11_privkey.c', - 'SourceLine' => '78' - }, - '146848' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '2668', - 'ShortName' => 'gnutls_handshake_get_last_out', - 'Source' => 'handshake.c', - 'SourceLine' => '3070' - }, - '146898' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '2668', - 'ShortName' => 'gnutls_handshake_get_last_in', - 'Source' => 'handshake.c', - 'SourceLine' => '3050' - }, - '146948' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'max', - 'offset' => '-32', - 'type' => '52' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_max_packet_length', - 'Source' => 'handshake.c', - 'SourceLine' => '3029' - }, - '1481722' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-440', - 'type' => '110' - }, - '1' => { - 'name' => 'rnddata', - 'offset' => '-448', - 'type' => '211' - }, - '2' => { - 'name' => 'len', - 'offset' => '-456', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_get_random', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1284' - }, - '1481979' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-456', - 'type' => '110' - }, - '1' => { - 'name' => 'oldpin', - 'offset' => '-464', - 'type' => '110' - }, - '2' => { - 'name' => 'newpin', - 'offset' => '-472', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-476', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_set_pin', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1207' - }, - '1482269' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-136', - 'type' => '110' - }, - '1' => { - 'name' => 'so_pin', - 'offset' => '-144', - 'type' => '110' - }, - '2' => { - 'name' => 'label', - 'offset' => '-152', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_token_init', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1149' - }, - '1482542' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'object_url', - 'offset' => '-72', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-76', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_delete_url', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '1104' - }, - '1483075' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-1448', - 'type' => '110' - }, - '1' => { - 'name' => 'key', - 'offset' => '-1456', - 'type' => '134436' - }, - '2' => { - 'name' => 'label', - 'offset' => '-1464', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'offset' => '-1472', - 'type' => '4549' - }, - '4' => { - 'name' => 'key_usage', - 'offset' => '-1476', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-1480', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_x509_privkey2', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '637' - }, - '1483693' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-1080', - 'type' => '110' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-1088', - 'type' => '134448' - }, - '2' => { - 'name' => 'data', - 'offset' => '-1096', - 'type' => '4650' - }, - '3' => { - 'name' => 'label', - 'offset' => '-1104', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-1108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_attached_extension', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '536' - }, - '1484077' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-1096', - 'type' => '110' - }, - '1' => { - 'name' => 'pubkey', - 'offset' => '-1104', - 'type' => '4573' - }, - '2' => { - 'name' => 'label', - 'offset' => '-1112', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'offset' => '-1120', - 'type' => '4549' - }, - '4' => { - 'name' => 'key_usage', - 'offset' => '-1124', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-1128', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_pubkey', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '386' - }, - '1484965' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-1272', - 'type' => '110' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-1280', - 'type' => '134448' - }, - '2' => { - 'name' => 'label', - 'offset' => '-1288', - 'type' => '110' - }, - '3' => { - 'name' => 'cid', - 'offset' => '-1296', - 'type' => '4549' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-1300', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_x509_crt2', - 'Source' => 'pkcs11_write.c', - 'SourceLine' => '103' - }, - '15006' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - }, - '1' => { - 'name' => 'orig', - 'offset' => '-144', - 'type' => '14903' - }, - '2' => { - 'name' => 'next', - 'offset' => '-152', - 'type' => '15396' - }, - '3' => { - 'name' => 'remainder', - 'offset' => '-160', - 'type' => '15396' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_range_split', - 'Source' => 'range.c', - 'SourceLine' => '150' - }, - '1504581' => { - 'Header' => 'pkcs11.h', - 'Param' => { - '0' => { - 'name' => 'token_url', - 'offset' => '-776', - 'type' => '110' - }, - '1' => { - 'name' => 'key', - 'offset' => '-784', - 'type' => '4650' - }, - '2' => { - 'name' => 'label', - 'offset' => '-792', - 'type' => '110' - }, - '3' => { - 'name' => 'key_usage', - 'offset' => '-796', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-800', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs11_copy_secret_key', - 'Source' => 'pkcs11_secret.c', - 'SourceLine' => '47' - }, - '151327' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'ms', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_timeout', - 'Source' => 'handshake.c', - 'SourceLine' => '2260' - }, - '151387' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-120', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_handshake', - 'Source' => 'handshake.c', - 'SourceLine' => '2161' - }, - '152023' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_rehandshake', - 'Source' => 'handshake.c', - 'SourceLine' => '2018' - }, - '1541173' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-40', - 'type' => '1531394' - }, - '1' => { - 'name' => 'seed', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'salt_length', - 'offset' => '-52', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_fake_salt_seed', - 'Source' => 'srp.c', - 'SourceLine' => '837' - }, - '1541278' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_prime_bits', - 'Source' => 'srp.c', - 'SourceLine' => '801' - }, - '1541339' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'username', - 'offset' => '-88', - 'type' => '110' - }, - '1' => { - 'name' => 'password', - 'offset' => '-96', - 'type' => '110' - }, - '2' => { - 'name' => 'salt', - 'offset' => '-104', - 'type' => '4549' - }, - '3' => { - 'name' => 'generator', - 'offset' => '-112', - 'type' => '4549' - }, - '4' => { - 'name' => 'prime', - 'offset' => '-120', - 'type' => '4549' - }, - '5' => { - 'name' => 'res', - 'offset' => '-128', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_verifier', - 'Source' => 'srp.c', - 'SourceLine' => '739' - }, - '1541615' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_srp_server_get_username', - 'Source' => 'srp.c', - 'SourceLine' => '707' - }, - '1541720' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '1531485' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '1541027' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_client_credentials_function', - 'Source' => 'srp.c', - 'SourceLine' => '688' - }, - '1541781' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '1531394' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '1541033' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_set_server_credentials_function', - 'Source' => 'srp.c', - 'SourceLine' => '654' - }, - '1541842' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1531394' - }, - '1' => { - 'name' => 'password_file', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'password_conf_file', - 'offset' => '-40', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_set_server_credentials_file', - 'Source' => 'srp.c', - 'SourceLine' => '580' - }, - '1541962' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-56', - 'type' => '1542061' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_allocate_server_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '530' - }, - '1542067' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '1531394' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_server_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '499' - }, - '1542112' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1531485' - }, - '1' => { - 'name' => 'username', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'password', - 'offset' => '-40', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_set_client_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '470' - }, - '1542232' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '1542281' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_allocate_client_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '443' - }, - '1542287' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '1531485' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_srp_free_client_credentials', - 'Source' => 'srp.c', - 'SourceLine' => '426' - }, - '15423' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_can_use_length_hiding', - 'Source' => 'range.c', - 'SourceLine' => '104' - }, - '1559506' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1550084' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '146238' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_params_function', - 'Source' => 'psk.c', - 'SourceLine' => '439' - }, - '1559567' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1550084' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '146238' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_params_function', - 'Source' => 'psk.c', - 'SourceLine' => '423' - }, - '1559628' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1550084' - }, - '1' => { - 'name' => 'sec_param', - 'offset' => '-28', - 'type' => '3437' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_known_dh_params', - 'Source' => 'psk.c', - 'SourceLine' => '405' - }, - '1559693' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1550084' - }, - '1' => { - 'name' => 'dh_params', - 'offset' => '-32', - 'type' => '133119' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_dh_params', - 'Source' => 'psk.c', - 'SourceLine' => '376' - }, - '1559754' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_psk_client_get_hint', - 'Source' => 'psk.c', - 'SourceLine' => '350' - }, - '1559859' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_psk_server_get_username', - 'Source' => 'psk.c', - 'SourceLine' => '322' - }, - '1559964' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '1550199' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '1559422' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_client_credentials_function', - 'Source' => 'psk.c', - 'SourceLine' => '304' - }, - '1560025' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '1550084' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '1559428' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_set_server_credentials_function', - 'Source' => 'psk.c', - 'SourceLine' => '275' - }, - '1560086' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1550084' - }, - '1' => { - 'name' => 'hint', - 'offset' => '-32', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_credentials_hint', - 'Source' => 'psk.c', - 'SourceLine' => '242' - }, - '1560188' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '1550084' - }, - '1' => { - 'name' => 'password_file', - 'offset' => '-32', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_server_credentials_file', - 'Source' => 'psk.c', - 'SourceLine' => '202' - }, - '1560269' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '1560316' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_allocate_server_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '177' - }, - '1560322' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '1550084' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_server_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '156' - }, - '1560365' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-40', - 'type' => '1550199' - }, - '1' => { - 'name' => 'username', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-60', - 'type' => '1550296' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_set_client_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '92' - }, - '1560544' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '1560591' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_psk_allocate_client_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '62' - }, - '1560597' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '1550199' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_psk_free_client_credentials', - 'Source' => 'psk.c', - 'SourceLine' => '45' - }, - '1595108' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'offset' => '-40', - 'type' => '110' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_x509_dn_oid_name', - 'Source' => 'common.c', - 'SourceLine' => '262' - }, - '1595201' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'offset' => '-40', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_oid_known', - 'Source' => 'common.c', - 'SourceLine' => '232' - }, - '1665452' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crls', - 'offset' => '-72', - 'type' => '818803' - }, - '1' => { - 'name' => 'crl_max', - 'offset' => '-80', - 'type' => '22483' - }, - '2' => { - 'name' => 'data', - 'offset' => '-88', - 'type' => '4549' - }, - '3' => { - 'name' => 'format', - 'offset' => '-92', - 'type' => '193776' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-96', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_list_import', - 'Source' => 'crl.c', - 'SourceLine' => '1328' - }, - '1665732' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crls', - 'offset' => '-40', - 'type' => '1665891' - }, - '1' => { - 'name' => 'size', - 'offset' => '-48', - 'type' => '22483' - }, - '2' => { - 'name' => 'data', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'format', - 'offset' => '-60', - 'type' => '193776' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_list_import2', - 'Source' => 'crl.c', - 'SourceLine' => '1267' - }, - '1665918' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-232', - 'type' => '803911' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-236', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-248', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'offset' => '-256', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_data', - 'Source' => 'crl.c', - 'SourceLine' => '1219' - }, - '1666119' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-248', - 'type' => '803911' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-252', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-264', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'offset' => '-272', - 'type' => '7841' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-280', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_info', - 'Source' => 'crl.c', - 'SourceLine' => '1147' - }, - '1666331' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-56', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'offset' => '-64', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_oid', - 'Source' => 'crl.c', - 'SourceLine' => '1101' - }, - '1666481' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-56', - 'type' => '803911' - }, - '1' => { - 'name' => 'ret', - 'offset' => '-64', - 'type' => '211' - }, - '2' => { - 'name' => 'ret_size', - 'offset' => '-72', - 'type' => '7841' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-80', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_number', - 'Source' => 'crl.c', - 'SourceLine' => '1041' - }, - '1666647' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-104', - 'type' => '803911' - }, - '1' => { - 'name' => 'id', - 'offset' => '-112', - 'type' => '211' - }, - '2' => { - 'name' => 'id_size', - 'offset' => '-120', - 'type' => '7841' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-128', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_id', - 'Source' => 'crl.c', - 'SourceLine' => '994' - }, - '1666966' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-104', - 'type' => '803911' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'alt', - 'offset' => '-120', - 'type' => '211' - }, - '3' => { - 'name' => 'alt_size', - 'offset' => '-128', - 'type' => '7841' - }, - '4' => { - 'name' => 'alt_type', - 'offset' => '-136', - 'type' => '22483' - }, - '5' => { - 'name' => 'serial', - 'offset' => '-144', - 'type' => '211' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '7841' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_authority_key_gn_serial', - 'Source' => 'crl.c', - 'SourceLine' => '924' - }, - '1667772' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_export2', - 'Source' => 'crl.c', - 'SourceLine' => '812' - }, - '1667892' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_export', - 'Source' => 'crl.c', - 'SourceLine' => '780' - }, - '1668027' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_raw_issuer_dn', - 'Source' => 'crl.c', - 'SourceLine' => '749' - }, - '1668091' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-488', - 'type' => '803911' - }, - '1' => { - 'name' => 'iter', - 'offset' => '-496', - 'type' => '1668407' - }, - '2' => { - 'name' => 'serial', - 'offset' => '-504', - 'type' => '3994' - }, - '3' => { - 'name' => 'serial_size', - 'offset' => '-512', - 'type' => '7841' - }, - '4' => { - 'name' => 't', - 'offset' => '-520', - 'type' => '4689' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_iter_crt_serial', - 'Source' => 'crl.c', - 'SourceLine' => '672' - }, - '1668434' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'offset' => '-24', - 'type' => '1655964' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_iter_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '642' - }, - '1668480' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-424', - 'type' => '803911' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-428', - 'type' => '145' - }, - '2' => { - 'name' => 'serial', - 'offset' => '-440', - 'type' => '3994' - }, - '3' => { - 'name' => 'serial_size', - 'offset' => '-448', - 'type' => '7841' - }, - '4' => { - 'name' => 't', - 'offset' => '-456', - 'type' => '4689' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_crt_serial', - 'Source' => 'crl.c', - 'SourceLine' => '596' - }, - '1668695' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_crt_count', - 'Source' => 'crl.c', - 'SourceLine' => '555' - }, - '1668815' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_x509_crl_get_next_update', - 'Source' => 'crl.c', - 'SourceLine' => '535' - }, - '1668884' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_x509_crl_get_this_update', - 'Source' => 'crl.c', - 'SourceLine' => '514' - }, - '1668953' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_version', - 'Source' => 'crl.c', - 'SourceLine' => '485' - }, - '1669083' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - }, - '1' => { - 'name' => 'sig', - 'offset' => '-48', - 'type' => '235' - }, - '2' => { - 'name' => 'sizeof_sig', - 'offset' => '-56', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature', - 'Source' => 'crl.c', - 'SourceLine' => '435' - }, - '1669227' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-200', - 'type' => '803911' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-208', - 'type' => '235' - }, - '2' => { - 'name' => 'oid_size', - 'offset' => '-216', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature_oid', - 'Source' => 'crl.c', - 'SourceLine' => '398' - }, - '1669407' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_signature_algorithm', - 'Source' => 'crl.c', - 'SourceLine' => '377' - }, - '1669457' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn3', - 'Source' => 'crl.c', - 'SourceLine' => '352' - }, - '1669555' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn2', - 'Source' => 'crl.c', - 'SourceLine' => '319' - }, - '1669638' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_dn_oid', - 'Source' => 'crl.c', - 'SourceLine' => '287' - }, - '1669752' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-72', - 'type' => '803911' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-84', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'offset' => '-88', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'offset' => '-96', - 'type' => '211' - }, - '5' => { - 'name' => 'sizeof_buf', - 'offset' => '-104', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn_by_oid', - 'Source' => 'crl.c', - 'SourceLine' => '247' - }, - '1669979' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'buf', - 'offset' => '-32', - 'type' => '235' - }, - '2' => { - 'name' => 'sizeof_buf', - 'offset' => '-40', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_issuer_dn', - 'Source' => 'crl.c', - 'SourceLine' => '207' - }, - '1670074' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - }, - '1' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-52', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_import', - 'Source' => 'crl.c', - 'SourceLine' => '120' - }, - '1670198' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_deinit', - 'Source' => 'crl.c', - 'SourceLine' => '93' - }, - '1670242' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '818803' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_init', - 'Source' => 'crl.c', - 'SourceLine' => '69' - }, - '1686444' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-48', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer_key', - 'offset' => '-56', - 'type' => '134413' - }, - '3' => { - 'name' => 'dig', - 'offset' => '-60', - 'type' => '2545' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_privkey_sign', - 'Source' => 'crl_write.c', - 'SourceLine' => '484' - }, - '1686609' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-88', - 'type' => '803911' - }, - '1' => { - 'name' => 'nr', - 'offset' => '-96', - 'type' => '329' - }, - '2' => { - 'name' => 'nr_size', - 'offset' => '-104', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_number', - 'Source' => 'crl_write.c', - 'SourceLine' => '412' - }, - '1686792' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-88', - 'type' => '803911' - }, - '1' => { - 'name' => 'id', - 'offset' => '-96', - 'type' => '329' - }, - '2' => { - 'name' => 'id_size', - 'offset' => '-104', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_authority_key_id', - 'Source' => 'crl_write.c', - 'SourceLine' => '348' - }, - '1687034' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-184', - 'type' => '803911' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-192', - 'type' => '134448' - }, - '2' => { - 'name' => 'revocation_time', - 'offset' => '-200', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_crt', - 'Source' => 'crl_write.c', - 'SourceLine' => '280' - }, - '1687220' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - }, - '1' => { - 'name' => 'serial', - 'offset' => '-48', - 'type' => '329' - }, - '2' => { - 'name' => 'serial_size', - 'offset' => '-56', - 'type' => '52' - }, - '3' => { - 'name' => 'revocation_time', - 'offset' => '-64', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_crt_serial', - 'Source' => 'crl_write.c', - 'SourceLine' => '219' - }, - '1687364' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'exp_time', - 'offset' => '-32', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_next_update', - 'Source' => 'crl_write.c', - 'SourceLine' => '196' - }, - '1687466' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'act_time', - 'offset' => '-32', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_this_update', - 'Source' => 'crl_write.c', - 'SourceLine' => '170' - }, - '1687623' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-48', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer_key', - 'offset' => '-56', - 'type' => '134436' - }, - '3' => { - 'name' => 'dig', - 'offset' => '-60', - 'type' => '2545' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_sign2', - 'Source' => 'crl_write.c', - 'SourceLine' => '99' - }, - '1687810' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-40', - 'type' => '803911' - }, - '1' => { - 'name' => 'version', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_set_version', - 'Source' => 'crl_write.c', - 'SourceLine' => '53' - }, - '1704235' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-568', - 'type' => '944586' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-576', - 'type' => '899098' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-580', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_spki', - 'Source' => 'crq.c', - 'SourceLine' => '2959' - }, - '1704545' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-56', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-64', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'offset' => '-72', - 'type' => '329' - }, - '3' => { - 'name' => 'sizeof_buf', - 'offset' => '-80', - 'type' => '52' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_extension_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2912' - }, - '1704728' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-56', - 'type' => '944586' - }, - '1' => { - 'name' => 'features', - 'offset' => '-64', - 'type' => '806388' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_tlsfeatures', - 'Source' => 'crq.c', - 'SourceLine' => '2868' - }, - '1704863' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-56', - 'type' => '944586' - }, - '1' => { - 'name' => 'features', - 'offset' => '-64', - 'type' => '806388' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-80', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_tlsfeatures', - 'Source' => 'crq.c', - 'SourceLine' => '2816' - }, - '1705025' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-72', - 'type' => '944586' - }, - '1' => { - 'name' => 'activation', - 'offset' => '-80', - 'type' => '263' - }, - '2' => { - 'name' => 'expiration', - 'offset' => '-88', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_private_key_usage_period', - 'Source' => 'crq.c', - 'SourceLine' => '2741' - }, - '1705208' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-552', - 'type' => '944586' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-556', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_verify', - 'Source' => 'crq.c', - 'SourceLine' => '2655' - }, - '1705428' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-120', - 'type' => '944586' - }, - '1' => { - 'name' => 'key', - 'offset' => '-128', - 'type' => '134413' - }, - '2' => { - 'name' => 'dig', - 'offset' => '-132', - 'type' => '2545' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-136', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_privkey_sign', - 'Source' => 'crq.c', - 'SourceLine' => '2552' - }, - '1705715' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-504', - 'type' => '944586' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-508', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-520', - 'type' => '3994' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-528', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_id', - 'Source' => 'crq.c', - 'SourceLine' => '2503' - }, - '1705885' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-88', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-96', - 'type' => '329' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-100', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_purpose_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2376' - }, - '1706084' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-280', - 'type' => '944586' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-284', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-296', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'offset' => '-304', - 'type' => '7841' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-312', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_purpose_oid', - 'Source' => 'crq.c', - 'SourceLine' => '2273' - }, - '1706328' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-56', - 'type' => '944586' - }, - '1' => { - 'name' => 'usage', - 'offset' => '-60', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_usage', - 'Source' => 'crq.c', - 'SourceLine' => '2221' - }, - '1706463' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-56', - 'type' => '944586' - }, - '1' => { - 'name' => 'ca', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'offset' => '-64', - 'type' => '75' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_basic_constraints', - 'Source' => 'crq.c', - 'SourceLine' => '2175' - }, - '1706612' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-104', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-112', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'offset' => '-120', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-124', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-128', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_subject_alt_othername', - 'Source' => 'crq.c', - 'SourceLine' => '2063' - }, - '1706876' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-88', - 'type' => '944586' - }, - '1' => { - 'name' => 'nt', - 'offset' => '-92', - 'type' => '1577508' - }, - '2' => { - 'name' => 'data', - 'offset' => '-104', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-96', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_subject_alt_name', - 'Source' => 'crq.c', - 'SourceLine' => '1954' - }, - '1707102' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-184', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-192', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-196', - 'type' => '145' - }, - '3' => { - 'name' => 'output', - 'offset' => '-208', - 'type' => '4650' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-216', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid2', - 'Source' => 'crq.c', - 'SourceLine' => '1887' - }, - '1707296' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-184', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-192', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-196', - 'type' => '145' - }, - '3' => { - 'name' => 'buf', - 'offset' => '-208', - 'type' => '211' - }, - '4' => { - 'name' => 'buf_size', - 'offset' => '-216', - 'type' => '7841' - }, - '5' => { - 'name' => 'critical', - 'offset' => '-224', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1828' - }, - '1707506' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'ret_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_othername_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1798' - }, - '1707601' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'ret_size', - 'offset' => '-48', - 'type' => '7841' - }, - '4' => { - 'name' => 'ret_type', - 'offset' => '-56', - 'type' => '22483' - }, - '5' => { - 'name' => 'critical', - 'offset' => '-64', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_subject_alt_name', - 'Source' => 'crq.c', - 'SourceLine' => '1759' - }, - '1707986' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-328', - 'type' => '944586' - }, - '1' => { - 'name' => 'critical', - 'offset' => '-336', - 'type' => '22483' - }, - '2' => { - 'name' => 'ca', - 'offset' => '-344', - 'type' => '22483' - }, - '3' => { - 'name' => 'pathlen', - 'offset' => '-352', - 'type' => '17333' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_basic_constraints', - 'Source' => 'crq.c', - 'SourceLine' => '1617' - }, - '1708180' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-200', - 'type' => '944586' - }, - '1' => { - 'name' => 'key_usage', - 'offset' => '-208', - 'type' => '22483' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-216', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_usage', - 'Source' => 'crq.c', - 'SourceLine' => '1561' - }, - '1708360' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-264', - 'type' => '944586' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-268', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-280', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_data2', - 'Source' => 'crq.c', - 'SourceLine' => '1462' - }, - '1708570' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-72', - 'type' => '944586' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-76', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-88', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_data', - 'Source' => 'crq.c', - 'SourceLine' => '1424' - }, - '1708796' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-280', - 'type' => '944586' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-284', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-296', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'offset' => '-304', - 'type' => '7841' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-312', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_extension_info', - 'Source' => 'crq.c', - 'SourceLine' => '1299' - }, - '1709070' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-232', - 'type' => '944586' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-236', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-248', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'offset' => '-256', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_data', - 'Source' => 'crq.c', - 'SourceLine' => '1244' - }, - '1709234' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-248', - 'type' => '944586' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-252', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-264', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'offset' => '-272', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_info', - 'Source' => 'crq.c', - 'SourceLine' => '1190' - }, - '1709399' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-200', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-208', - 'type' => '235' - }, - '2' => { - 'name' => 'oid_size', - 'offset' => '-216', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_pk_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1140' - }, - '1709579' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-200', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-208', - 'type' => '235' - }, - '2' => { - 'name' => 'oid_size', - 'offset' => '-216', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_signature_oid', - 'Source' => 'crq.c', - 'SourceLine' => '1100' - }, - '1709780' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-72', - 'type' => '944586' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-80', - 'type' => '899086' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_spki', - 'Source' => 'crq.c', - 'SourceLine' => '1054' - }, - '1709969' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '944586' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-48', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_pk_algorithm', - 'Source' => 'crq.c', - 'SourceLine' => '1023' - }, - '1710089' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_export2', - 'Source' => 'crq.c', - 'SourceLine' => '996' - }, - '1710209' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_export', - 'Source' => 'crq.c', - 'SourceLine' => '963' - }, - '1710388' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '944586' - }, - '1' => { - 'name' => 'key', - 'offset' => '-48', - 'type' => '134436' - }, - '2' => { - 'name' => 'dig', - 'offset' => '-52', - 'type' => '2545' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-56', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_sign2', - 'Source' => 'crq.c', - 'SourceLine' => '886' - }, - '1710569' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-88', - 'type' => '944586' - }, - '1' => { - 'name' => 'pass', - 'offset' => '-96', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_challenge_password', - 'Source' => 'crq.c', - 'SourceLine' => '815' - }, - '1710832' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-520', - 'type' => '944586' - }, - '1' => { - 'name' => 'm', - 'offset' => '-528', - 'type' => '4549' - }, - '2' => { - 'name' => 'e', - 'offset' => '-536', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key_rsa_raw', - 'Source' => 'crq.c', - 'SourceLine' => '751' - }, - '1711007' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-504', - 'type' => '944586' - }, - '1' => { - 'name' => 'm', - 'offset' => '-512', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-520', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_key_rsa_raw', - 'Source' => 'crq.c', - 'SourceLine' => '691' - }, - '1711152' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '944586' - }, - '1' => { - 'name' => 'key', - 'offset' => '-48', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_key', - 'Source' => 'crq.c', - 'SourceLine' => '653' - }, - '1711251' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '944586' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_version', - 'Source' => 'crq.c', - 'SourceLine' => '617' - }, - '1711402' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '944586' - }, - '1' => { - 'name' => 'version', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_version', - 'Source' => 'crq.c', - 'SourceLine' => '583' - }, - '1711516' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '329' - }, - '4' => { - 'name' => 'sizeof_data', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_dn_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '558' - }, - '1711626' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-72', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-84', - 'type' => '145' - }, - '3' => { - 'name' => 'buf', - 'offset' => '-96', - 'type' => '211' - }, - '4' => { - 'name' => 'buf_size', - 'offset' => '-104', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '514' - }, - '1711846' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'offset' => '-56', - 'type' => '211' - }, - '3' => { - 'name' => 'buf_size', - 'offset' => '-64', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_attribute_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '475' - }, - '1711975' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-72', - 'type' => '944586' - }, - '1' => { - 'name' => 'pass', - 'offset' => '-80', - 'type' => '235' - }, - '2' => { - 'name' => 'pass_size', - 'offset' => '-88', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_challenge_password', - 'Source' => 'crq.c', - 'SourceLine' => '436' - }, - '1712163' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_oid', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn_oid', - 'Source' => 'crq.c', - 'SourceLine' => '409' - }, - '1712277' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-72', - 'type' => '944586' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-84', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'offset' => '-88', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'offset' => '-96', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'offset' => '-104', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn_by_oid', - 'Source' => 'crq.c', - 'SourceLine' => '372' - }, - '1712513' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn3', - 'Source' => 'crq.c', - 'SourceLine' => '334' - }, - '1712611' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn2', - 'Source' => 'crq.c', - 'SourceLine' => '302' - }, - '1712694' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'buf', - 'offset' => '-32', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'offset' => '-40', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_dn', - 'Source' => 'crq.c', - 'SourceLine' => '272' - }, - '1712793' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-216', - 'type' => '944586' - }, - '1' => { - 'name' => 'activation', - 'offset' => '-224', - 'type' => '4689' - }, - '2' => { - 'name' => 'expiration', - 'offset' => '-232', - 'type' => '4689' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-240', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_private_key_usage_period', - 'Source' => 'crq.c', - 'SourceLine' => '201' - }, - '1713048' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_get_signature_algorithm', - 'Source' => 'crq.c', - 'SourceLine' => '181' - }, - '1713096' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-56', - 'type' => '944586' - }, - '1' => { - 'name' => 'data', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-68', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_import', - 'Source' => 'crq.c', - 'SourceLine' => '113' - }, - '1713249' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crq_deinit', - 'Source' => 'crq.c', - 'SourceLine' => '82' - }, - '1713293' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '1713374' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_init', - 'Source' => 'crq.c', - 'SourceLine' => '53' - }, - '1729176' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'buf', - 'offset' => '-56', - 'type' => '211' - }, - '3' => { - 'name' => 'buf_size', - 'offset' => '-64', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get_oid', - 'Source' => 'dn.c', - 'SourceLine' => '940' - }, - '1729340' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'offset' => '-88', - 'type' => '4549' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-96', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-100', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'offset' => '-104', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'offset' => '-112', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'offset' => '-120', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get_by_oid', - 'Source' => 'dn.c', - 'SourceLine' => '884' - }, - '1729612' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'offset' => '-72', - 'type' => '4549' - }, - '1' => { - 'name' => 'str', - 'offset' => '-80', - 'type' => '4650' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get2', - 'Source' => 'dn.c', - 'SourceLine' => '836' - }, - '1729837' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'idn', - 'offset' => '-72', - 'type' => '4549' - }, - '1' => { - 'name' => 'buf', - 'offset' => '-80', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'offset' => '-88', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_rdn_get', - 'Source' => 'dn.c', - 'SourceLine' => '797' - }, - '1783405' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '215' - }, - '1783585' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_data2', - 'Source' => 'extensions.c', - 'SourceLine' => '179' - }, - '1819901' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'exts', - 'offset' => '-120', - 'type' => '1433373' - }, - '1' => { - 'name' => 'exts_size', - 'offset' => '-124', - 'type' => '145' - }, - '2' => { - 'name' => 'format', - 'offset' => '-128', - 'type' => '1305120' - }, - '3' => { - 'name' => 'out', - 'offset' => '-136', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_print', - 'Source' => 'output.c', - 'SourceLine' => '2738' - }, - '1820050' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '-56', - 'type' => '4573' - }, - '1' => { - 'name' => 'format', - 'offset' => '-60', - 'type' => '1305120' - }, - '2' => { - 'name' => 'out', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_print', - 'Source' => 'output.c', - 'SourceLine' => '2706' - }, - '1820252' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-56', - 'type' => '944586' - }, - '1' => { - 'name' => 'format', - 'offset' => '-60', - 'type' => '1305120' - }, - '2' => { - 'name' => 'out', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_print', - 'Source' => 'output.c', - 'SourceLine' => '2638' - }, - '1821243' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-56', - 'type' => '803911' - }, - '1' => { - 'name' => 'format', - 'offset' => '-60', - 'type' => '1305120' - }, - '2' => { - 'name' => 'out', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_print', - 'Source' => 'output.c', - 'SourceLine' => '2335' - }, - '1822273' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'format', - 'offset' => '-92', - 'type' => '1305120' - }, - '2' => { - 'name' => 'out', - 'offset' => '-104', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_print', - 'Source' => 'output.c', - 'SourceLine' => '1977' - }, - '1845434' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-104', - 'type' => '817049' - }, - '1' => { - 'name' => 'mac', - 'offset' => '-112', - 'type' => '22483' - }, - '2' => { - 'name' => 'salt', - 'offset' => '-120', - 'type' => '211' - }, - '3' => { - 'name' => 'salt_size', - 'offset' => '-128', - 'type' => '22483' - }, - '4' => { - 'name' => 'iter_count', - 'offset' => '-136', - 'type' => '22483' - }, - '5' => { - 'name' => 'oid', - 'offset' => '-144', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_mac_info', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1855' - }, - '1845740' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'p12', - 'offset' => '-264', - 'type' => '817049' - }, - '1' => { - 'name' => 'password', - 'offset' => '-272', - 'type' => '110' - }, - '2' => { - 'name' => 'key', - 'offset' => '-280', - 'type' => '820570' - }, - '3' => { - 'name' => 'chain', - 'offset' => '-288', - 'type' => '820465' - }, - '4' => { - 'name' => 'chain_len', - 'offset' => '-296', - 'type' => '22483' - }, - '5' => { - 'name' => 'extra_certs', - 'offset' => '-304', - 'type' => '820465' - }, - '6' => { - 'name' => 'extra_certs_len', - 'offset' => '0', - 'type' => '22483' - }, - '7' => { - 'name' => 'crl', - 'offset' => '8', - 'type' => '818803' - }, - '8' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_simple_parse', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1442' - }, - '1847145' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-472', - 'type' => '817049' - }, - '1' => { - 'name' => 'pass', - 'offset' => '-480', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_verify_mac', - 'Source' => 'pkcs12.c', - 'SourceLine' => '1002' - }, - '1847519' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-24', - 'type' => '817049' - }, - '1' => { - 'name' => 'pass', - 'offset' => '-32', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_generate_mac', - 'Source' => 'pkcs12.c', - 'SourceLine' => '987' - }, - '1847584' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-312', - 'type' => '817049' - }, - '1' => { - 'name' => 'mac', - 'offset' => '-316', - 'type' => '2429' - }, - '2' => { - 'name' => 'pass', - 'offset' => '-328', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_generate_mac2', - 'Source' => 'pkcs12.c', - 'SourceLine' => '857' - }, - '1847999' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-72', - 'type' => '817049' - }, - '1' => { - 'name' => 'bag', - 'offset' => '-80', - 'type' => '1845125' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_set_bag', - 'Source' => 'pkcs12.c', - 'SourceLine' => '733' - }, - '1848340' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-376', - 'type' => '817049' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-380', - 'type' => '75' - }, - '2' => { - 'name' => 'bag', - 'offset' => '-392', - 'type' => '1845125' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_get_bag', - 'Source' => 'pkcs12.c', - 'SourceLine' => '598' - }, - '1849121' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-24', - 'type' => '817049' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_export2', - 'Source' => 'pkcs12.c', - 'SourceLine' => '316' - }, - '1849220' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-24', - 'type' => '817049' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_export', - 'Source' => 'pkcs12.c', - 'SourceLine' => '284' - }, - '1849334' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-184', - 'type' => '817049' - }, - '1' => { - 'name' => 'data', - 'offset' => '-192', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-196', - 'type' => '193776' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-200', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_import', - 'Source' => 'pkcs12.c', - 'SourceLine' => '201' - }, - '1849520' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-24', - 'type' => '817049' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_deinit', - 'Source' => 'pkcs12.c', - 'SourceLine' => '174' - }, - '1849564' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '-40', - 'type' => '1849663' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_init', - 'Source' => 'pkcs12.c', - 'SourceLine' => '152' - }, - '1866551' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-72', - 'type' => '1845125' - }, - '1' => { - 'name' => 'privkey', - 'offset' => '-80', - 'type' => '134436' - }, - '2' => { - 'name' => 'password', - 'offset' => '-88', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-92', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_privkey', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '873' - }, - '1866793' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-344', - 'type' => '1845125' - }, - '1' => { - 'name' => 'schema', - 'offset' => '-352', - 'type' => '22483' - }, - '2' => { - 'name' => 'cipher', - 'offset' => '-360', - 'type' => '22483' - }, - '3' => { - 'name' => 'salt', - 'offset' => '-368', - 'type' => '211' - }, - '4' => { - 'name' => 'salt_size', - 'offset' => '-376', - 'type' => '22483' - }, - '5' => { - 'name' => 'iter_count', - 'offset' => '-384', - 'type' => '22483' - }, - '6' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_enc_info', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '809' - }, - '1867087' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-72', - 'type' => '1845125' - }, - '1' => { - 'name' => 'pass', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_encrypt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '716' - }, - '1867284' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-56', - 'type' => '1845125' - }, - '1' => { - 'name' => 'pass', - 'offset' => '-64', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_decrypt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '663' - }, - '1867398' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1845125' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'name', - 'offset' => '-40', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_friendly_name', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '628' - }, - '1867518' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1845125' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'name', - 'offset' => '-40', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_friendly_name', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '594' - }, - '1867617' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1845125' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'id', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_key_id', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '561' - }, - '1867736' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-40', - 'type' => '1845125' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'id', - 'offset' => '-56', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_key_id', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '520' - }, - '1867849' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-56', - 'type' => '1845125' - }, - '1' => { - 'name' => 'crl', - 'offset' => '-64', - 'type' => '803911' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_crl', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '481' - }, - '1867963' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-56', - 'type' => '1845125' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-64', - 'type' => '134448' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_crt', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '445' - }, - '1868077' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-40', - 'type' => '1845125' - }, - '1' => { - 'name' => 'type', - 'offset' => '-44', - 'type' => '1845249' - }, - '2' => { - 'name' => 'data', - 'offset' => '-56', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_set_data', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '388' - }, - '1868493' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1845125' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_data', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '143' - }, - '1868588' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1845125' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_count', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '119' - }, - '1868676' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1845125' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_get_type', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '98' - }, - '1868757' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1845125' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs12_bag_deinit', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '78' - }, - '1868857' => { - 'Header' => 'pkcs12.h', - 'Param' => { - '0' => { - 'name' => 'bag', - 'offset' => '-24', - 'type' => '1868905' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs12_bag_init', - 'Source' => 'pkcs12_bag.c', - 'SourceLine' => '47' - }, - '1900924' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-152', - 'type' => '1891130' - }, - '1' => { - 'name' => 'signer', - 'offset' => '-160', - 'type' => '134448' - }, - '2' => { - 'name' => 'signer_key', - 'offset' => '-168', - 'type' => '134413' - }, - '3' => { - 'name' => 'data', - 'offset' => '-176', - 'type' => '4549' - }, - '4' => { - 'name' => 'signed_attrs', - 'offset' => '-184', - 'type' => '1891220' - }, - '5' => { - 'name' => 'unsigned_attrs', - 'offset' => '-192', - 'type' => '1891220' - }, - '6' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '2545' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_sign', - 'Source' => 'pkcs7.c', - 'SourceLine' => '2338' - }, - '1902224' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-232', - 'type' => '1891130' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-236', - 'type' => '75' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_delete_crl', - 'Source' => 'pkcs7.c', - 'SourceLine' => '2031' - }, - '1902394' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-56', - 'type' => '1891130' - }, - '1' => { - 'name' => 'crl', - 'offset' => '-64', - 'type' => '803911' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crl', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1994' - }, - '1902529' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-40', - 'type' => '1891130' - }, - '1' => { - 'name' => 'crl', - 'offset' => '-48', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crl_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1936' - }, - '1902665' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-40', - 'type' => '1891130' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1907' - }, - '1902785' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-72', - 'type' => '1891130' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-76', - 'type' => '145' - }, - '2' => { - 'name' => 'crl', - 'offset' => '-88', - 'type' => '211' - }, - '3' => { - 'name' => 'crl_size', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1870' - }, - '1903025' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-264', - 'type' => '1891130' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-268', - 'type' => '145' - }, - '2' => { - 'name' => 'crl', - 'offset' => '-280', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crl_raw2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1811' - }, - '1903243' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-232', - 'type' => '1891130' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-236', - 'type' => '75' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_delete_crt', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1767' - }, - '1903376' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-56', - 'type' => '1891130' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-64', - 'type' => '134448' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crt', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1730' - }, - '1903490' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-40', - 'type' => '1891130' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-48', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_set_crt_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1661' - }, - '1903726' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-56', - 'type' => '1891130' - }, - '1' => { - 'name' => 'format', - 'offset' => '-60', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_export2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1574' - }, - '1903898' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-56', - 'type' => '1891130' - }, - '1' => { - 'name' => 'format', - 'offset' => '-60', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-72', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-80', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_export', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1540' - }, - '1904345' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-392', - 'type' => '1891130' - }, - '1' => { - 'name' => 'tl', - 'offset' => '-400', - 'type' => '136696' - }, - '2' => { - 'name' => 'vdata', - 'offset' => '-408', - 'type' => '14235' - }, - '3' => { - 'name' => 'vdata_size', - 'offset' => '-412', - 'type' => '145' - }, - '4' => { - 'name' => 'idx', - 'offset' => '-416', - 'type' => '145' - }, - '5' => { - 'name' => 'data', - 'offset' => '-424', - 'type' => '4549' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_verify', - 'Source' => 'pkcs7.c', - 'SourceLine' => '1406' - }, - '1905956' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-360', - 'type' => '1891130' - }, - '1' => { - 'name' => 'signer', - 'offset' => '-368', - 'type' => '134448' - }, - '2' => { - 'name' => 'idx', - 'offset' => '-372', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-384', - 'type' => '4549' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-376', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_verify_direct', - 'Source' => 'pkcs7.c', - 'SourceLine' => '987' - }, - '1906199' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-24', - 'type' => '1891130' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs7_get_embedded_data_oid', - 'Source' => 'pkcs7.c', - 'SourceLine' => '951' - }, - '1906249' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-88', - 'type' => '1891130' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-92', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-104', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_embedded_data', - 'Source' => 'pkcs7.c', - 'SourceLine' => '918' - }, - '1907333' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-488', - 'type' => '1891130' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-492', - 'type' => '145' - }, - '2' => { - 'name' => 'info', - 'offset' => '-504', - 'type' => '1905092' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_signature_info', - 'Source' => 'pkcs7.c', - 'SourceLine' => '557' - }, - '190764' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'error', - 'offset' => '-20', - 'type' => '75' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_perror', - 'Source' => 'errors.c', - 'SourceLine' => '490' - }, - '1907681' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-40', - 'type' => '1891130' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_signature_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '525' - }, - '1908001' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'info', - 'offset' => '-24', - 'type' => '1905092' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_signature_info_deinit', - 'Source' => 'pkcs7.c', - 'SourceLine' => '466' - }, - '1908047' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-40', - 'type' => '1891130' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_count', - 'Source' => 'pkcs7.c', - 'SourceLine' => '438' - }, - '1908146' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-72', - 'type' => '1891130' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-76', - 'type' => '145' - }, - '2' => { - 'name' => 'certificate', - 'offset' => '-88', - 'type' => '211' - }, - '3' => { - 'name' => 'certificate_size', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_raw', - 'Source' => 'pkcs7.c', - 'SourceLine' => '402' - }, - '1908367' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-392', - 'type' => '1891130' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-396', - 'type' => '145' - }, - '2' => { - 'name' => 'cert', - 'offset' => '-408', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_crt_raw2', - 'Source' => 'pkcs7.c', - 'SourceLine' => '319' - }, - '1908601' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-56', - 'type' => '1891130' - }, - '1' => { - 'name' => 'data', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-68', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_import', - 'Source' => 'pkcs7.c', - 'SourceLine' => '240' - }, - '1908755' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-24', - 'type' => '1891130' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_deinit', - 'Source' => 'pkcs7.c', - 'SourceLine' => '208' - }, - '1908799' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-40', - 'type' => '1908898' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_init', - 'Source' => 'pkcs7.c', - 'SourceLine' => '186' - }, - '1924992' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-40', - 'type' => '1891220' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pkcs7_attrs_deinit', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '150' - }, - '1925068' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-104', - 'type' => '1891220' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-120', - 'type' => '1030' - }, - '3' => { - 'name' => 'data', - 'offset' => '-128', - 'type' => '4650' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-112', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_get_attr', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '111' - }, - '1925374' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-40', - 'type' => '1925505' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'offset' => '-56', - 'type' => '4650' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-60', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_add_attr', - 'Source' => 'pkcs7-attrs.c', - 'SourceLine' => '54' - }, - '1948226' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'schema', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs_schema_get_oid', - 'Source' => 'pkcs7-crypt.c', - 'SourceLine' => '199' - }, - '1948305' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'schema', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pkcs_schema_get_name', - 'Source' => 'pkcs7-crypt.c', - 'SourceLine' => '181' - }, - '1965749' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_set_flags', - 'Source' => 'privkey.c', - 'SourceLine' => '2180' - }, - '1965810' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'privkey', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'fn', - 'offset' => '-32', - 'type' => '136203' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_set_pin_function', - 'Source' => 'privkey.c', - 'SourceLine' => '2160' - }, - '1965885' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_fix', - 'Source' => 'privkey.c', - 'SourceLine' => '2121' - }, - '1965990' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-88', - 'type' => '134436' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-92', - 'type' => '2545' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-96', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-104', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-112', - 'type' => '211' - }, - '5' => { - 'name' => 'signature_size', - 'offset' => '-120', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_sign_data', - 'Source' => 'privkey.c', - 'SourceLine' => '2070' - }, - '1966394' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-56', - 'type' => '3994' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-64', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_key_id', - 'Source' => 'privkey.c', - 'SourceLine' => '1970' - }, - '1966544' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_verify_params', - 'Source' => 'privkey.c', - 'SourceLine' => '1936' - }, - '1966649' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-168', - 'type' => '134436' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-172', - 'type' => '2545' - }, - '2' => { - 'name' => 'seed', - 'offset' => '-184', - 'type' => '329' - }, - '3' => { - 'name' => 'seed_size', - 'offset' => '-192', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_verify_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '1874' - }, - '1967607' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-136', - 'type' => '134436' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-144', - 'type' => '454202' - }, - '2' => { - 'name' => 'seed', - 'offset' => '-152', - 'type' => '211' - }, - '3' => { - 'name' => 'seed_size', - 'offset' => '-160', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '1721' - }, - '1968001' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-88', - 'type' => '134436' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-92', - 'type' => '2896' - }, - '2' => { - 'name' => 'bits', - 'offset' => '-96', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-100', - 'type' => '145' - }, - '4' => { - 'name' => 'data', - 'offset' => '-112', - 'type' => '917763' - }, - '5' => { - 'name' => 'data_size', - 'offset' => '-104', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_generate2', - 'Source' => 'privkey.c', - 'SourceLine' => '1601' - }, - '1968310' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-28', - 'type' => '2896' - }, - '2' => { - 'name' => 'bits', - 'offset' => '-32', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_generate', - 'Source' => 'privkey.c', - 'SourceLine' => '1564' - }, - '1968405' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'p', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'q', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'g', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'y', - 'offset' => '-56', - 'type' => '4650' - }, - '5' => { - 'name' => 'x', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1530' - }, - '1968520' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'm', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'd', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'p', - 'offset' => '-56', - 'type' => '4650' - }, - '5' => { - 'name' => 'q', - 'offset' => '-64', - 'type' => '4650' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4650' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4650' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw2', - 'Source' => 'privkey.c', - 'SourceLine' => '1503' - }, - '1968676' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'm', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'd', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'p', - 'offset' => '-56', - 'type' => '4650' - }, - '5' => { - 'name' => 'q', - 'offset' => '-64', - 'type' => '4650' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1473' - }, - '1968804' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-32', - 'type' => '453576' - }, - '2' => { - 'name' => 'x', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'y', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'k', - 'offset' => '-56', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_ecc_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1441' - }, - '1968954' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - } - }, - 'Return' => '3437', - 'ShortName' => 'gnutls_x509_privkey_sec_param', - 'Source' => 'privkey.c', - 'SourceLine' => '1412' - }, - '1969019' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134436' - }, - '1' => { - 'name' => 'format', - 'offset' => '-76', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export2', - 'Source' => 'privkey.c', - 'SourceLine' => '1373' - }, - '1969229' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134436' - }, - '1' => { - 'name' => 'format', - 'offset' => '-76', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-88', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export', - 'Source' => 'privkey.c', - 'SourceLine' => '1335' - }, - '1969505' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-552', - 'type' => '134436' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-560', - 'type' => '899098' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-564', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_set_spki', - 'Source' => 'privkey.c', - 'SourceLine' => '1275' - }, - '1969757' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '134436' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-64', - 'type' => '899086' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_spki', - 'Source' => 'privkey.c', - 'SourceLine' => '1248' - }, - '1969981' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-48', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm2', - 'Source' => 'privkey.c', - 'SourceLine' => '1209' - }, - '1970101' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_get_pk_algorithm', - 'Source' => 'privkey.c', - 'SourceLine' => '1187' - }, - '1970191' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-44', - 'type' => '3236' - }, - '2' => { - 'name' => 'x', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'y', - 'offset' => '-64', - 'type' => '4549' - }, - '4' => { - 'name' => 'k', - 'offset' => '-72', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_ecc_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1099' - }, - '1970346' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - }, - '1' => { - 'name' => 'p', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'q', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'g', - 'offset' => '-64', - 'type' => '4549' - }, - '4' => { - 'name' => 'y', - 'offset' => '-72', - 'type' => '4549' - }, - '5' => { - 'name' => 'x', - 'offset' => '-80', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_dsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1002' - }, - '1970528' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '134436' - }, - '1' => { - 'name' => 'm', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'e', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'd', - 'offset' => '-64', - 'type' => '4549' - }, - '4' => { - 'name' => 'p', - 'offset' => '-72', - 'type' => '4549' - }, - '5' => { - 'name' => 'q', - 'offset' => '-80', - 'type' => '4549' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4549' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4549' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw2', - 'Source' => 'privkey.c', - 'SourceLine' => '867' - }, - '1970772' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - }, - '1' => { - 'name' => 'm', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 'e', - 'offset' => '-40', - 'type' => '4549' - }, - '3' => { - 'name' => 'd', - 'offset' => '-48', - 'type' => '4549' - }, - '4' => { - 'name' => 'p', - 'offset' => '-56', - 'type' => '4549' - }, - '5' => { - 'name' => 'q', - 'offset' => '-64', - 'type' => '4549' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_rsa_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '835' - }, - '1970900' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-88', - 'type' => '134436' - }, - '1' => { - 'name' => 'data', - 'offset' => '-96', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-100', - 'type' => '193776' - }, - '3' => { - 'name' => 'password', - 'offset' => '-112', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-104', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import2', - 'Source' => 'privkey.c', - 'SourceLine' => '704' - }, - '1971432' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134436' - }, - '1' => { - 'name' => 'data', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-84', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import', - 'Source' => 'privkey.c', - 'SourceLine' => '474' - }, - '1972262' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'offset' => '-56', - 'type' => '134436' - }, - '1' => { - 'name' => 'src', - 'offset' => '-64', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_cpy', - 'Source' => 'privkey.c', - 'SourceLine' => '101' - }, - '1972413' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134436' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '80' - }, - '1972501' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '820570' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '48' - }, - '1991186' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '134436' - }, - '1' => { - 'name' => 'data', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-68', - 'type' => '193776' - }, - '3' => { - 'name' => 'password', - 'offset' => '-80', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-72', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '1312' - }, - '1993725' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134436' - }, - '1' => { - 'name' => 'format', - 'offset' => '-76', - 'type' => '193776' - }, - '2' => { - 'name' => 'password', - 'offset' => '-88', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-80', - 'type' => '145' - }, - '4' => { - 'name' => 'out', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export2_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '612' - }, - '1993955' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'offset' => '-376', - 'type' => '4549' - }, - '1' => { - 'name' => 'format', - 'offset' => '-380', - 'type' => '193776' - }, - '2' => { - 'name' => 'schema', - 'offset' => '-392', - 'type' => '22483' - }, - '3' => { - 'name' => 'cipher', - 'offset' => '-400', - 'type' => '22483' - }, - '4' => { - 'name' => 'salt', - 'offset' => '-408', - 'type' => '211' - }, - '5' => { - 'name' => 'salt_size', - 'offset' => '-416', - 'type' => '22483' - }, - '6' => { - 'name' => 'iter_count', - 'offset' => '0', - 'type' => '22483' - }, - '7' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '1030' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs8_info', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '494' - }, - '1994303' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134436' - }, - '1' => { - 'name' => 'format', - 'offset' => '-76', - 'type' => '193776' - }, - '2' => { - 'name' => 'password', - 'offset' => '-88', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-80', - 'type' => '145' - }, - '4' => { - 'name' => 'output_data', - 'offset' => '-96', - 'type' => '211' - }, - '5' => { - 'name' => 'output_data_size', - 'offset' => '-104', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_export_pkcs8', - 'Source' => 'privkey_pkcs8.c', - 'SourceLine' => '408' - }, - '2027979' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-264', - 'type' => '134436' - }, - '1' => { - 'name' => 'data', - 'offset' => '-272', - 'type' => '4549' - }, - '2' => { - 'name' => 'password', - 'offset' => '-280', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_privkey_import_openssl', - 'Source' => 'privkey_openssl.c', - 'SourceLine' => '138' - }, - '2045008' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-376', - 'type' => '134448' - }, - '1' => { - 'name' => 'hostname', - 'offset' => '-384', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-388', - 'type' => '145' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_hostname2', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '157' - }, - '2045335' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'ip', - 'offset' => '-32', - 'type' => '22141' - }, - '2' => { - 'name' => 'ip_size', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_ip', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '108' - }, - '2045634' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'hostname', - 'offset' => '-32', - 'type' => '110' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_hostname', - 'Source' => 'hostname-verify.c', - 'SourceLine' => '45' - }, - '207087' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'offset' => '-40', - 'type' => '133119' - }, - '1' => { - 'name' => 'prime', - 'offset' => '-48', - 'type' => '4650' - }, - '2' => { - 'name' => 'generator', - 'offset' => '-56', - 'type' => '4650' - }, - '3' => { - 'name' => 'bits', - 'offset' => '-64', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export_raw', - 'Source' => 'dh.c', - 'SourceLine' => '718' - }, - '207237' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'offset' => '-152', - 'type' => '133119' - }, - '1' => { - 'name' => 'format', - 'offset' => '-156', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-168', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export2_pkcs3', - 'Source' => 'dh.c', - 'SourceLine' => '594' - }, - '207623' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'offset' => '-72', - 'type' => '133119' - }, - '1' => { - 'name' => 'format', - 'offset' => '-76', - 'type' => '193776' - }, - '2' => { - 'name' => 'params_data', - 'offset' => '-88', - 'type' => '3994' - }, - '3' => { - 'name' => 'params_data_size', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_export_pkcs3', - 'Source' => 'dh.c', - 'SourceLine' => '544' - }, - '207868' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'params', - 'offset' => '-120', - 'type' => '133119' - }, - '1' => { - 'name' => 'pkcs3_params', - 'offset' => '-128', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-132', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_pkcs3', - 'Source' => 'dh.c', - 'SourceLine' => '428' - }, - '2080067' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-104', - 'type' => '803911' - }, - '1' => { - 'name' => 'trusted_cas', - 'offset' => '-112', - 'type' => '2080324' - }, - '2' => { - 'name' => 'tcas_size', - 'offset' => '-116', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-120', - 'type' => '145' - }, - '4' => { - 'name' => 'verify', - 'offset' => '-128', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1554' - }, - '2080484' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crl', - 'offset' => '-24', - 'type' => '803911' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-32', - 'type' => '134448' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crl_check_issuer', - 'Source' => 'verify.c', - 'SourceLine' => '1506' - }, - '2080549' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'CA_list', - 'offset' => '-32', - 'type' => '2080324' - }, - '2' => { - 'name' => 'CA_list_length', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-40', - 'type' => '145' - }, - '4' => { - 'name' => 'verify', - 'offset' => '-48', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1480' - }, - '2080659' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert_list', - 'offset' => '-40', - 'type' => '2080324' - }, - '1' => { - 'name' => 'cert_list_length', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'CA_list', - 'offset' => '-56', - 'type' => '2080324' - }, - '3' => { - 'name' => 'CA_list_length', - 'offset' => '-48', - 'type' => '145' - }, - '4' => { - 'name' => 'CRL_list', - 'offset' => '-64', - 'type' => '2080843' - }, - '5' => { - 'name' => 'CRL_list_length', - 'offset' => '-68', - 'type' => '145' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - }, - '7' => { - 'name' => 'verify', - 'offset' => '8', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_verify', - 'Source' => 'verify.c', - 'SourceLine' => '1425' - }, - '208167' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dparams', - 'offset' => '-520', - 'type' => '133119' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-524', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_generate2', - 'Source' => 'dh.c', - 'SourceLine' => '392' - }, - '2082224' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-32', - 'type' => '134448' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_issuer', - 'Source' => 'verify.c', - 'SourceLine' => '850' - }, - '208362' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'offset' => '-24', - 'type' => '133119' - }, - '1' => { - 'name' => 'src', - 'offset' => '-32', - 'type' => '133119' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_cpy', - 'Source' => 'dh.c', - 'SourceLine' => '348' - }, - '208427' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '-24', - 'type' => '133119' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dh_params_deinit', - 'Source' => 'dh.c', - 'SourceLine' => '325' - }, - '208473' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '-24', - 'type' => '208542' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_init', - 'Source' => 'dh.c', - 'SourceLine' => '306' - }, - '208569' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '-56', - 'type' => '133119' - }, - '1' => { - 'name' => 'prime', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'generator', - 'offset' => '-72', - 'type' => '4549' - }, - '3' => { - 'name' => 'key_bits', - 'offset' => '-76', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_raw2', - 'Source' => 'dh.c', - 'SourceLine' => '267' - }, - '208751' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '-120', - 'type' => '133119' - }, - '1' => { - 'name' => 'key', - 'offset' => '-128', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_dsa', - 'Source' => 'dh.c', - 'SourceLine' => '223' - }, - '208972' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '-24', - 'type' => '133119' - }, - '1' => { - 'name' => 'prime', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 'generator', - 'offset' => '-40', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dh_params_import_raw', - 'Source' => 'dh.c', - 'SourceLine' => '204' - }, - '2110335' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_set_flags', - 'Source' => 'x509.c', - 'SourceLine' => '4298' - }, - '2110396' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-28', - 'type' => '3156' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-32', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-48', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_verify_data2', - 'Source' => 'x509.c', - 'SourceLine' => '4276' - }, - '2111181' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'url', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import_url', - 'Source' => 'x509.c', - 'SourceLine' => '4143' - }, - '2111405' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'fn', - 'offset' => '-32', - 'type' => '136203' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_set_pin_function', - 'Source' => 'x509.c', - 'SourceLine' => '4116' - }, - '2111480' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-76', - 'type' => '145' - }, - '2' => { - 'name' => 'what', - 'offset' => '-80', - 'type' => '75' - }, - '3' => { - 'name' => 'data', - 'offset' => '-88', - 'type' => '4650' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-96', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_info_access', - 'Source' => 'x509.c', - 'SourceLine' => '4046' - }, - '2112262' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'buf', - 'offset' => '-80', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'offset' => '-88', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_unique_id', - 'Source' => 'x509.c', - 'SourceLine' => '3856' - }, - '2112472' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'buf', - 'offset' => '-80', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'offset' => '-88', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_unique_id', - 'Source' => 'x509.c', - 'SourceLine' => '3806' - }, - '2112682' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'offset' => '-264', - 'type' => '135983' - }, - '1' => { - 'name' => 'cert_max', - 'offset' => '-272', - 'type' => '22483' - }, - '2' => { - 'name' => 'data', - 'offset' => '-280', - 'type' => '4549' - }, - '3' => { - 'name' => 'format', - 'offset' => '-284', - 'type' => '193776' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-288', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import', - 'Source' => 'x509.c', - 'SourceLine' => '3637' - }, - '2113138' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'certs', - 'offset' => '-40', - 'type' => '820465' - }, - '1' => { - 'name' => 'size', - 'offset' => '-48', - 'type' => '22483' - }, - '2' => { - 'name' => 'data', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'format', - 'offset' => '-60', - 'type' => '193776' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_list_import2', - 'Source' => 'x509.c', - 'SourceLine' => '3571' - }, - '2113303' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'p', - 'offset' => '-80', - 'type' => '4650' - }, - '2' => { - 'name' => 'q', - 'offset' => '-88', - 'type' => '4650' - }, - '3' => { - 'name' => 'g', - 'offset' => '-96', - 'type' => '4650' - }, - '4' => { - 'name' => 'y', - 'offset' => '-104', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_dsa_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3515' - }, - '2113553' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-80', - 'type' => '453576' - }, - '2' => { - 'name' => 'x', - 'offset' => '-88', - 'type' => '4650' - }, - '3' => { - 'name' => 'y', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_ecc_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3467' - }, - '2113776' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'm', - 'offset' => '-80', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_rsa_raw', - 'Source' => 'x509.c', - 'SourceLine' => '3419' - }, - '2113977' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-92', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-104', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'offset' => '-112', - 'type' => '7841' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-120', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_key_purpose_oid', - 'Source' => 'x509.c', - 'SourceLine' => '3343' - }, - '2114207' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '-120', - 'type' => '211' - }, - '3' => { - 'name' => 'san_size', - 'offset' => '-128', - 'type' => '7841' - }, - '4' => { - 'name' => 'reason_flags', - 'offset' => '-136', - 'type' => '22483' - }, - '5' => { - 'name' => 'critical', - 'offset' => '-144', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_crl_dist_points', - 'Source' => 'x509.c', - 'SourceLine' => '3255' - }, - '2114740' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'purpose', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_key_purpose', - 'Source' => 'x509.c', - 'SourceLine' => '3175' - }, - '2114820' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'crl_list', - 'offset' => '-32', - 'type' => '2080843' - }, - '2' => { - 'name' => 'crl_list_length', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_check_revocation', - 'Source' => 'x509.c', - 'SourceLine' => '3152' - }, - '2115256' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-504', - 'type' => '134448' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-508', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-520', - 'type' => '3994' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-528', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '3007' - }, - '2115678' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_export2', - 'Source' => 'x509.c', - 'SourceLine' => '2933' - }, - '2115798' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_export', - 'Source' => 'x509.c', - 'SourceLine' => '2902' - }, - '2115933' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-76', - 'type' => '2545' - }, - '2' => { - 'name' => 'buf', - 'offset' => '-88', - 'type' => '211' - }, - '3' => { - 'name' => 'buf_size', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_fingerprint', - 'Source' => 'x509.c', - 'SourceLine' => '2836' - }, - '2116132' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '2116196' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer', - 'Source' => 'x509.c', - 'SourceLine' => '2813' - }, - '2116202' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '2116196' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject', - 'Source' => 'x509.c', - 'SourceLine' => '2793' - }, - '2116381' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_raw_dn', - 'Source' => 'x509.c', - 'SourceLine' => '2750' - }, - '2116445' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_raw_issuer_dn', - 'Source' => 'x509.c', - 'SourceLine' => '2727' - }, - '2116509' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-232', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-236', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-248', - 'type' => '211' - }, - '3' => { - 'name' => 'sizeof_data', - 'offset' => '-256', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_data', - 'Source' => 'x509.c', - 'SourceLine' => '2681' - }, - '2116694' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-248', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-252', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-264', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'offset' => '-272', - 'type' => '7841' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-280', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_info', - 'Source' => 'x509.c', - 'SourceLine' => '2607' - }, - '2116906' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-56', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'offset' => '-64', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2561' - }, - '2117035' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-52', - 'type' => '145' - }, - '3' => { - 'name' => 'output', - 'offset' => '-64', - 'type' => '4650' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-72', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid2', - 'Source' => 'x509.c', - 'SourceLine' => '2515' - }, - '2117180' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-64', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-68', - 'type' => '145' - }, - '3' => { - 'name' => 'buf', - 'offset' => '-80', - 'type' => '211' - }, - '4' => { - 'name' => 'buf_size', - 'offset' => '-88', - 'type' => '7841' - }, - '5' => { - 'name' => 'critical', - 'offset' => '-96', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_extension_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2454' - }, - '2117358' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-92', - 'type' => '145' - }, - '2' => { - 'name' => 'policy', - 'offset' => '-104', - 'type' => '2117595' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-112', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_policy', - 'Source' => 'x509.c', - 'SourceLine' => '2379' - }, - '2117601' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'policy', - 'offset' => '-40', - 'type' => '2117595' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policy_release', - 'Source' => 'x509.c', - 'SourceLine' => '2350' - }, - '2117660' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'critical', - 'offset' => '-64', - 'type' => '22483' - }, - '2' => { - 'name' => 'pathlen', - 'offset' => '-72', - 'type' => '17333' - }, - '3' => { - 'name' => 'policyLanguage', - 'offset' => '-80', - 'type' => '1030' - }, - '4' => { - 'name' => 'policy', - 'offset' => '-88', - 'type' => '1030' - }, - '5' => { - 'name' => 'sizeof_policy', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_proxy', - 'Source' => 'x509.c', - 'SourceLine' => '2301' - }, - '2117859' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'skipcerts', - 'offset' => '-64', - 'type' => '22483' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-72', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_inhibit_anypolicy', - 'Source' => 'x509.c', - 'SourceLine' => '2249' - }, - '2117989' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'key_usage', - 'offset' => '-64', - 'type' => '22483' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-72', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_key_usage', - 'Source' => 'x509.c', - 'SourceLine' => '2195' - }, - '2118140' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'critical', - 'offset' => '-48', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_ca_status', - 'Source' => 'x509.c', - 'SourceLine' => '2166' - }, - '2118234' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'critical', - 'offset' => '-80', - 'type' => '22483' - }, - '2' => { - 'name' => 'ca', - 'offset' => '-88', - 'type' => '22483' - }, - '3' => { - 'name' => 'pathlen', - 'offset' => '-96', - 'type' => '17333' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_basic_constraints', - 'Source' => 'x509.c', - 'SourceLine' => '2107' - }, - '2118396' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'ret', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'ret_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_othername_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2078' - }, - '2118491' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_othername_oid', - 'Source' => 'x509.c', - 'SourceLine' => '2037' - }, - '2118586' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'ian', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'ian_size', - 'offset' => '-48', - 'type' => '7841' - }, - '4' => { - 'name' => 'ian_type', - 'offset' => '-56', - 'type' => '22483' - }, - '5' => { - 'name' => 'critical', - 'offset' => '-64', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name2', - 'Source' => 'x509.c', - 'SourceLine' => '1996' - }, - '2118711' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'san_size', - 'offset' => '-48', - 'type' => '7841' - }, - '4' => { - 'name' => 'san_type', - 'offset' => '-56', - 'type' => '22483' - }, - '5' => { - 'name' => 'critical', - 'offset' => '-64', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name2', - 'Source' => 'x509.c', - 'SourceLine' => '1958' - }, - '2118836' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'ian', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'ian_size', - 'offset' => '-48', - 'type' => '7841' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-56', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_alt_name', - 'Source' => 'x509.c', - 'SourceLine' => '1924' - }, - '2118946' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'san_size', - 'offset' => '-48', - 'type' => '7841' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-56', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_alt_name', - 'Source' => 'x509.c', - 'SourceLine' => '1881' - }, - '2119961' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-80', - 'type' => '899086' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_spki', - 'Source' => 'x509.c', - 'SourceLine' => '1595' - }, - '2120171' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-48', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_algorithm', - 'Source' => 'x509.c', - 'SourceLine' => '1556' - }, - '2120291' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-168', - 'type' => '134448' - }, - '1' => { - 'name' => 'id', - 'offset' => '-176', - 'type' => '211' - }, - '2' => { - 'name' => 'id_size', - 'offset' => '-184', - 'type' => '7841' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-192', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '1470' - }, - '2120705' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-120', - 'type' => '134448' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-124', - 'type' => '145' - }, - '2' => { - 'name' => 'alt', - 'offset' => '-136', - 'type' => '211' - }, - '3' => { - 'name' => 'alt_size', - 'offset' => '-144', - 'type' => '7841' - }, - '4' => { - 'name' => 'alt_type', - 'offset' => '-152', - 'type' => '22483' - }, - '5' => { - 'name' => 'serial', - 'offset' => '-160', - 'type' => '211' - }, - '6' => { - 'name' => 'serial_size', - 'offset' => '0', - 'type' => '7841' - }, - '7' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_authority_key_gn_serial', - 'Source' => 'x509.c', - 'SourceLine' => '1378' - }, - '2121123' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'ret', - 'offset' => '-80', - 'type' => '211' - }, - '2' => { - 'name' => 'ret_size', - 'offset' => '-88', - 'type' => '7841' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-96', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_subject_key_id', - 'Source' => 'x509.c', - 'SourceLine' => '1301' - }, - '2121301' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'result', - 'offset' => '-48', - 'type' => '211' - }, - '2' => { - 'name' => 'result_size', - 'offset' => '-56', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_serial', - 'Source' => 'x509.c', - 'SourceLine' => '1262' - }, - '2121430' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'activation', - 'offset' => '-112', - 'type' => '4689' - }, - '2' => { - 'name' => 'expiration', - 'offset' => '-120', - 'type' => '4689' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-128', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_private_key_usage_period', - 'Source' => 'x509.c', - 'SourceLine' => '1208' - }, - '2121714' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_x509_crt_get_expiration_time', - 'Source' => 'x509.c', - 'SourceLine' => '1181' - }, - '2121783' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_x509_crt_get_activation_time', - 'Source' => 'x509.c', - 'SourceLine' => '1157' - }, - '2121852' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-72', - 'type' => '134448' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_version', - 'Source' => 'x509.c', - 'SourceLine' => '1121' - }, - '2122040' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'sig', - 'offset' => '-112', - 'type' => '235' - }, - '2' => { - 'name' => 'sig_size', - 'offset' => '-120', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature', - 'Source' => 'x509.c', - 'SourceLine' => '1088' - }, - '2122308' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-200', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-208', - 'type' => '235' - }, - '2' => { - 'name' => 'oid_size', - 'offset' => '-216', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_pk_oid', - 'Source' => 'x509.c', - 'SourceLine' => '1051' - }, - '2122488' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-200', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-208', - 'type' => '235' - }, - '2' => { - 'name' => 'oid_size', - 'offset' => '-216', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature_oid', - 'Source' => 'x509.c', - 'SourceLine' => '1011' - }, - '2122668' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_signature_algorithm', - 'Source' => 'x509.c', - 'SourceLine' => '990' - }, - '2122718' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn_oid', - 'Source' => 'x509.c', - 'SourceLine' => '963' - }, - '2122832' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-84', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'offset' => '-88', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'offset' => '-96', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'offset' => '-104', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '922' - }, - '2123068' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn3', - 'Source' => 'x509.c', - 'SourceLine' => '880' - }, - '2123166' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn2', - 'Source' => 'x509.c', - 'SourceLine' => '848' - }, - '2123249' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'buf', - 'offset' => '-32', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'offset' => '-40', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_dn', - 'Source' => 'x509.c', - 'SourceLine' => '817' - }, - '2123348' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'oid_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_oid', - 'Source' => 'x509.c', - 'SourceLine' => '782' - }, - '2123462' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'indx', - 'offset' => '-84', - 'type' => '145' - }, - '3' => { - 'name' => 'raw_flag', - 'offset' => '-88', - 'type' => '145' - }, - '4' => { - 'name' => 'buf', - 'offset' => '-96', - 'type' => '211' - }, - '5' => { - 'name' => 'buf_size', - 'offset' => '-104', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn_by_oid', - 'Source' => 'x509.c', - 'SourceLine' => '740' - }, - '2123698' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn3', - 'Source' => 'x509.c', - 'SourceLine' => '698' - }, - '2123796' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn2', - 'Source' => 'x509.c', - 'SourceLine' => '665' - }, - '2123879' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'buf', - 'offset' => '-32', - 'type' => '235' - }, - '2' => { - 'name' => 'buf_size', - 'offset' => '-40', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_issuer_dn', - 'Source' => 'x509.c', - 'SourceLine' => '633' - }, - '2123978' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-52', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_import', - 'Source' => 'x509.c', - 'SourceLine' => '495' - }, - '2124919' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crt_deinit', - 'Source' => 'x509.c', - 'SourceLine' => '285' - }, - '2125232' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '135983' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_init', - 'Source' => 'x509.c', - 'SourceLine' => '193' - }, - '2125327' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert1', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'der', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_equals2', - 'Source' => 'x509.c', - 'SourceLine' => '151' - }, - '2125527' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert1', - 'offset' => '-120', - 'type' => '134448' - }, - '1' => { - 'name' => 'cert2', - 'offset' => '-128', - 'type' => '134448' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_equals', - 'Source' => 'x509.c', - 'SourceLine' => '89' - }, - '2142398' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-24', - 'type' => '1719661' - }, - '1' => { - 'name' => 'str', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_str2', - 'Source' => 'x509_dn.c', - 'SourceLine' => '694' - }, - '2142517' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-24', - 'type' => '1719661' - }, - '1' => { - 'name' => 'str', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_str', - 'Source' => 'x509_dn.c', - 'SourceLine' => '663' - }, - '2142621' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-328', - 'type' => '1719661' - }, - '1' => { - 'name' => 'irdn', - 'offset' => '-332', - 'type' => '75' - }, - '2' => { - 'name' => 'iava', - 'offset' => '-336', - 'type' => '75' - }, - '3' => { - 'name' => 'ava', - 'offset' => '-344', - 'type' => '2142926' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_get_rdn_ava', - 'Source' => 'x509_dn.c', - 'SourceLine' => '559' - }, - '2142969' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-24', - 'type' => '1719661' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_export2', - 'Source' => 'x509_dn.c', - 'SourceLine' => '518' - }, - '2143067' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-24', - 'type' => '1719661' - }, - '1' => { - 'name' => 'format', - 'offset' => '-28', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_export', - 'Source' => 'x509_dn.c', - 'SourceLine' => '484' - }, - '2143201' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-24', - 'type' => '1719661' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_dn_deinit', - 'Source' => 'x509_dn.c', - 'SourceLine' => '457' - }, - '2143246' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-184', - 'type' => '1719661' - }, - '1' => { - 'name' => 'data', - 'offset' => '-192', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_import', - 'Source' => 'x509_dn.c', - 'SourceLine' => '428' - }, - '2143419' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-40', - 'type' => '2116196' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_init', - 'Source' => 'x509_dn.c', - 'SourceLine' => '396' - }, - '2143529' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dn', - 'offset' => '-24', - 'type' => '1719661' - }, - '1' => { - 'name' => 'str', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'offset' => '-40', - 'type' => '246352' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_dn_set_str', - 'Source' => 'x509_dn.c', - 'SourceLine' => '371' - }, - '2143742' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-24', - 'type' => '944586' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'offset' => '-40', - 'type' => '246352' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '342' - }, - '2143821' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'offset' => '-40', - 'type' => '246352' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '320' - }, - '2143900' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'err', - 'offset' => '-40', - 'type' => '246352' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_dn', - 'Source' => 'x509_dn.c', - 'SourceLine' => '299' - }, - '2162504' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-568', - 'type' => '134448' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-576', - 'type' => '899098' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-580', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_spki', - 'Source' => 'x509_write.c', - 'SourceLine' => '2012' - }, - '2162814' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'policy', - 'offset' => '-96', - 'type' => '2162993' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-100', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_policy', - 'Source' => 'x509_write.c', - 'SourceLine' => '1932' - }, - '2163020' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-152', - 'type' => '134448' - }, - '1' => { - 'name' => 'what', - 'offset' => '-156', - 'type' => '75' - }, - '2' => { - 'name' => 'data', - 'offset' => '-168', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_authority_info_access', - 'Source' => 'x509_write.c', - 'SourceLine' => '1849' - }, - '2163372' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-48', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer_key', - 'offset' => '-56', - 'type' => '134413' - }, - '3' => { - 'name' => 'dig', - 'offset' => '-60', - 'type' => '2545' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_privkey_sign', - 'Source' => 'x509_write.c', - 'SourceLine' => '1792' - }, - '2163537' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-112', - 'type' => '329' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-116', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key_purpose_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '1709' - }, - '2163793' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'id', - 'offset' => '-96', - 'type' => '329' - }, - '2' => { - 'name' => 'id_size', - 'offset' => '-104', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_authority_key_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1646' - }, - '2163976' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'id', - 'offset' => '-112', - 'type' => '329' - }, - '2' => { - 'name' => 'id_size', - 'offset' => '-120', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_key_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1582' - }, - '2164175' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'dst', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'src', - 'offset' => '-80', - 'type' => '134448' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_cpy_crl_dist_points', - 'Source' => 'x509_write.c', - 'SourceLine' => '1534' - }, - '2164306' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-120', - 'type' => '134448' - }, - '1' => { - 'name' => 'type', - 'offset' => '-124', - 'type' => '1577508' - }, - '2' => { - 'name' => 'data', - 'offset' => '-136', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-128', - 'type' => '145' - }, - '4' => { - 'name' => 'reason_flags', - 'offset' => '-140', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points2', - 'Source' => 'x509_write.c', - 'SourceLine' => '1449' - }, - '2164607' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'type', - 'offset' => '-28', - 'type' => '1577508' - }, - '2' => { - 'name' => 'data_string', - 'offset' => '-40', - 'type' => '329' - }, - '3' => { - 'name' => 'reason_flags', - 'offset' => '-32', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crl_dist_points', - 'Source' => 'x509_write.c', - 'SourceLine' => '1423' - }, - '2164807' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'id', - 'offset' => '-48', - 'type' => '329' - }, - '2' => { - 'name' => 'id_size', - 'offset' => '-56', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_unique_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1348' - }, - '2164941' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'id', - 'offset' => '-48', - 'type' => '329' - }, - '2' => { - 'name' => 'id_size', - 'offset' => '-56', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_unique_id', - 'Source' => 'x509_write.c', - 'SourceLine' => '1311' - }, - '2165054' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'serial', - 'offset' => '-64', - 'type' => '329' - }, - '2' => { - 'name' => 'serial_size', - 'offset' => '-72', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_serial', - 'Source' => 'x509_write.c', - 'SourceLine' => '1257' - }, - '2165212' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'exp_time', - 'offset' => '-32', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_expiration_time', - 'Source' => 'x509_write.c', - 'SourceLine' => '1221' - }, - '2165296' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'act_time', - 'offset' => '-32', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_activation_time', - 'Source' => 'x509_write.c', - 'SourceLine' => '1193' - }, - '2165380' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-32', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer_key', - 'offset' => '-40', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_sign', - 'Source' => 'x509_write.c', - 'SourceLine' => '1174' - }, - '2165460' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-48', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer_key', - 'offset' => '-56', - 'type' => '134436' - }, - '3' => { - 'name' => 'dig', - 'offset' => '-60', - 'type' => '2545' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_sign2', - 'Source' => 'x509_write.c', - 'SourceLine' => '1120' - }, - '2165656' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'activation', - 'offset' => '-64', - 'type' => '263' - }, - '2' => { - 'name' => 'expiration', - 'offset' => '-72', - 'type' => '263' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_private_key_usage_period', - 'Source' => 'x509_write.c', - 'SourceLine' => '1070' - }, - '2165823' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'pathLenConstraint', - 'offset' => '-60', - 'type' => '75' - }, - '2' => { - 'name' => 'policyLanguage', - 'offset' => '-72', - 'type' => '110' - }, - '3' => { - 'name' => 'policy', - 'offset' => '-80', - 'type' => '110' - }, - '4' => { - 'name' => 'sizeof_policy', - 'offset' => '-88', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_proxy', - 'Source' => 'x509_write.c', - 'SourceLine' => '1021' - }, - '2166006' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-112', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'offset' => '-120', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-124', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-128', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_alt_othername', - 'Source' => 'x509_write.c', - 'SourceLine' => '938' - }, - '2166254' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-112', - 'type' => '110' - }, - '2' => { - 'name' => 'data', - 'offset' => '-120', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-124', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-128', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alt_othername', - 'Source' => 'x509_write.c', - 'SourceLine' => '848' - }, - '2166591' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'type', - 'offset' => '-92', - 'type' => '1577508' - }, - '2' => { - 'name' => 'data', - 'offset' => '-104', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-96', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_alt_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '751' - }, - '2166802' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-88', - 'type' => '134448' - }, - '1' => { - 'name' => 'type', - 'offset' => '-92', - 'type' => '1577508' - }, - '2' => { - 'name' => 'data', - 'offset' => '-104', - 'type' => '329' - }, - '3' => { - 'name' => 'data_size', - 'offset' => '-96', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alt_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '670' - }, - '2167013' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'type', - 'offset' => '-28', - 'type' => '1577508' - }, - '2' => { - 'name' => 'data_string', - 'offset' => '-40', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_subject_alternative_name', - 'Source' => 'x509_write.c', - 'SourceLine' => '626' - }, - '2167112' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'skipcerts', - 'offset' => '-60', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_inhibit_anypolicy', - 'Source' => 'x509_write.c', - 'SourceLine' => '576' - }, - '2167226' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'usage', - 'offset' => '-60', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key_usage', - 'Source' => 'x509_write.c', - 'SourceLine' => '533' - }, - '2167361' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'ca', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_ca_status', - 'Source' => 'x509_write.c', - 'SourceLine' => '517' - }, - '2167425' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'ca', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'pathLenConstraint', - 'offset' => '-64', - 'type' => '75' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_basic_constraints', - 'Source' => 'x509_write.c', - 'SourceLine' => '472' - }, - '2167553' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-64', - 'type' => '110' - }, - '2' => { - 'name' => 'buf', - 'offset' => '-72', - 'type' => '329' - }, - '3' => { - 'name' => 'sizeof_buf', - 'offset' => '-80', - 'type' => '52' - }, - '4' => { - 'name' => 'critical', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_extension_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '431' - }, - '2167715' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-216', - 'type' => '134448' - }, - '1' => { - 'name' => 'crq', - 'offset' => '-224', - 'type' => '944586' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-232', - 'type' => '110' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-236', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq_extension_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '338' - }, - '2167959' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'crq', - 'offset' => '-32', - 'type' => '944586' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq_extensions', - 'Source' => 'x509_write.c', - 'SourceLine' => '316' - }, - '2168024' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'crq', - 'offset' => '-64', - 'type' => '944586' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_crq', - 'Source' => 'x509_write.c', - 'SourceLine' => '267' - }, - '2168201' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'key', - 'offset' => '-48', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_key', - 'Source' => 'x509_write.c', - 'SourceLine' => '229' - }, - '2168296' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'version', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_version', - 'Source' => 'x509_write.c', - 'SourceLine' => '187' - }, - '2168426' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'eecrt', - 'offset' => '-48', - 'type' => '134448' - }, - '2' => { - 'name' => 'raw_flag', - 'offset' => '-52', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'offset' => '-64', - 'type' => '329' - }, - '4' => { - 'name' => 'sizeof_name', - 'offset' => '-56', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_proxy_dn', - 'Source' => 'x509_write.c', - 'SourceLine' => '138' - }, - '2168563' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'offset' => '-48', - 'type' => '329' - }, - '4' => { - 'name' => 'sizeof_name', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_issuer_dn_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '104' - }, - '2168667' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-24', - 'type' => '134448' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'raw_flag', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'name', - 'offset' => '-48', - 'type' => '329' - }, - '4' => { - 'name' => 'sizeof_name', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_dn_by_oid', - 'Source' => 'x509_write.c', - 'SourceLine' => '64' - }, - '2184782' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-104', - 'type' => '1809422' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'offset' => '-120', - 'type' => '22483' - }, - '3' => { - 'name' => 'name', - 'offset' => '-128', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_get_excluded', - 'Source' => 'name_constraints.c', - 'SourceLine' => '1359' - }, - '2185069' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-104', - 'type' => '1809422' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'offset' => '-120', - 'type' => '22483' - }, - '3' => { - 'name' => 'name', - 'offset' => '-128', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_get_permitted', - 'Source' => 'name_constraints.c', - 'SourceLine' => '1315' - }, - '2185356' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-696', - 'type' => '1809422' - }, - '1' => { - 'name' => 'type', - 'offset' => '-700', - 'type' => '1577508' - }, - '2' => { - 'name' => 'cert', - 'offset' => '-712', - 'type' => '134448' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_name_constraints_check_crt', - 'Source' => 'name_constraints.c', - 'SourceLine' => '1117' - }, - '2186852' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-24', - 'type' => '1809422' - }, - '1' => { - 'name' => 'type', - 'offset' => '-28', - 'type' => '1577508' - }, - '2' => { - 'name' => 'name', - 'offset' => '-40', - 'type' => '4549' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_name_constraints_check', - 'Source' => 'name_constraints.c', - 'SourceLine' => '1041' - }, - '2188748' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-72', - 'type' => '134448' - }, - '1' => { - 'name' => 'nc', - 'offset' => '-80', - 'type' => '1809422' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_name_constraints', - 'Source' => 'name_constraints.c', - 'SourceLine' => '668' - }, - '2188973' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-24', - 'type' => '1809422' - }, - '1' => { - 'name' => 'type', - 'offset' => '-28', - 'type' => '1577508' - }, - '2' => { - 'name' => 'name', - 'offset' => '-40', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_add_excluded', - 'Source' => 'name_constraints.c', - 'SourceLine' => '647' - }, - '2189052' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-24', - 'type' => '1809422' - }, - '1' => { - 'name' => 'type', - 'offset' => '-28', - 'type' => '1577508' - }, - '2' => { - 'name' => 'name', - 'offset' => '-40', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_add_permitted', - 'Source' => 'name_constraints.c', - 'SourceLine' => '623' - }, - '2189533' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-24', - 'type' => '2189601' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_name_constraints_init', - 'Source' => 'name_constraints.c', - 'SourceLine' => '516' - }, - '2189628' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-24', - 'type' => '1809422' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_name_constraints_deinit', - 'Source' => 'name_constraints.c', - 'SourceLine' => '498' - }, - '2189673' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-104', - 'type' => '134448' - }, - '1' => { - 'name' => 'nc', - 'offset' => '-112', - 'type' => '1809422' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-116', - 'type' => '145' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-128', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_name_constraints', - 'Source' => 'name_constraints.c', - 'SourceLine' => '453' - }, - '2208734' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-40', - 'type' => '136696' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-48', - 'type' => '134448' - }, - '2' => { - 'name' => 'name', - 'offset' => '-56', - 'type' => '329' - }, - '3' => { - 'name' => 'name_size', - 'offset' => '-64', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - }, - '5' => { - 'name' => 'voutput', - 'offset' => '-80', - 'type' => '22483' - }, - '6' => { - 'name' => 'func', - 'offset' => '0', - 'type' => '2080049' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_named_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '1487' - }, - '2208925' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-360', - 'type' => '136696' - }, - '1' => { - 'name' => 'cert_list', - 'offset' => '-368', - 'type' => '135983' - }, - '2' => { - 'name' => 'cert_list_size', - 'offset' => '-372', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-384', - 'type' => '14235' - }, - '4' => { - 'name' => 'elements', - 'offset' => '-376', - 'type' => '145' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-388', - 'type' => '145' - }, - '6' => { - 'name' => 'voutput', - 'offset' => '0', - 'type' => '22483' - }, - '7' => { - 'name' => 'func', - 'offset' => '8', - 'type' => '2080049' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt2', - 'Source' => 'verify-high.c', - 'SourceLine' => '1242' - }, - '2209665' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-24', - 'type' => '136696' - }, - '1' => { - 'name' => 'cert_list', - 'offset' => '-32', - 'type' => '135983' - }, - '2' => { - 'name' => 'cert_list_size', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-40', - 'type' => '145' - }, - '4' => { - 'name' => 'voutput', - 'offset' => '-48', - 'type' => '22483' - }, - '5' => { - 'name' => 'func', - 'offset' => '-56', - 'type' => '2080049' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_verify_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '1175' - }, - '2209911' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-104', - 'type' => '136696' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-112', - 'type' => '4549' - }, - '2' => { - 'name' => 'spki', - 'offset' => '-120', - 'type' => '4549' - }, - '3' => { - 'name' => 'issuer', - 'offset' => '-128', - 'type' => '135983' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-132', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer_by_subject_key_id', - 'Source' => 'verify-high.c', - 'SourceLine' => '1089' - }, - '2210249' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-104', - 'type' => '136696' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-112', - 'type' => '4549' - }, - '2' => { - 'name' => 'issuer', - 'offset' => '-120', - 'type' => '135983' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-124', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer_by_dn', - 'Source' => 'verify-high.c', - 'SourceLine' => '1029' - }, - '2210571' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-136', - 'type' => '136696' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-144', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer', - 'offset' => '-152', - 'type' => '135983' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-156', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_get_issuer', - 'Source' => 'verify-high.c', - 'SourceLine' => '957' - }, - '2211420' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-88', - 'type' => '136696' - }, - '1' => { - 'name' => 'crl_list', - 'offset' => '-96', - 'type' => '2080843' - }, - '2' => { - 'name' => 'crl_size', - 'offset' => '-100', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-104', - 'type' => '145' - }, - '4' => { - 'name' => 'verification_flags', - 'offset' => '-108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_crls', - 'Source' => 'verify-high.c', - 'SourceLine' => '702' - }, - '2211697' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-104', - 'type' => '136696' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-112', - 'type' => '134448' - }, - '2' => { - 'name' => 'name', - 'offset' => '-120', - 'type' => '329' - }, - '3' => { - 'name' => 'name_size', - 'offset' => '-128', - 'type' => '52' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-132', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_named_crt', - 'Source' => 'verify-high.c', - 'SourceLine' => '640' - }, - '2211988' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-88', - 'type' => '136696' - }, - '1' => { - 'name' => 'clist', - 'offset' => '-96', - 'type' => '2080324' - }, - '2' => { - 'name' => 'clist_size', - 'offset' => '-100', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '560' - }, - '2212329' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'offset' => '-40', - 'type' => '2198670' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_iter_deinit', - 'Source' => 'verify-high.c', - 'SourceLine' => '502' - }, - '2212406' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-232', - 'type' => '136696' - }, - '1' => { - 'name' => 'iter', - 'offset' => '-240', - 'type' => '2213032' - }, - '2' => { - 'name' => 'crt', - 'offset' => '-248', - 'type' => '135983' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_iter_get_ca', - 'Source' => 'verify-high.c', - 'SourceLine' => '409' - }, - '2213279' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-88', - 'type' => '136696' - }, - '1' => { - 'name' => 'clist', - 'offset' => '-96', - 'type' => '2080324' - }, - '2' => { - 'name' => 'clist_size', - 'offset' => '-100', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-104', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_cas', - 'Source' => 'verify-high.c', - 'SourceLine' => '271' - }, - '2213760' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-40', - 'type' => '136696' - }, - '1' => { - 'name' => 'all', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_trust_list_deinit', - 'Source' => 'verify-high.c', - 'SourceLine' => '125' - }, - '2213842' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-40', - 'type' => '819845' - }, - '1' => { - 'name' => 'size', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_init', - 'Source' => 'verify-high.c', - 'SourceLine' => '83' - }, - '2234811' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-72', - 'type' => '136696' - }, - '1' => { - 'name' => 'ca_file', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'offset' => '-84', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_file', - 'Source' => 'verify-high2.c', - 'SourceLine' => '481' - }, - '2234979' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-40', - 'type' => '136696' - }, - '1' => { - 'name' => 'ca_dir', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'crl_dir', - 'offset' => '-56', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'offset' => '-60', - 'type' => '193776' - }, - '4' => { - 'name' => 'tl_flags', - 'offset' => '-64', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_dir', - 'Source' => 'verify-high2.c', - 'SourceLine' => '435' - }, - '2235401' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-136', - 'type' => '136696' - }, - '1' => { - 'name' => 'ca_file', - 'offset' => '-144', - 'type' => '110' - }, - '2' => { - 'name' => 'crl_file', - 'offset' => '-152', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'offset' => '-156', - 'type' => '193776' - }, - '4' => { - 'name' => 'tl_flags', - 'offset' => '-160', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'offset' => '-164', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_file', - 'Source' => 'verify-high2.c', - 'SourceLine' => '304' - }, - '2236362' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-104', - 'type' => '136696' - }, - '1' => { - 'name' => 'cas', - 'offset' => '-112', - 'type' => '4549' - }, - '2' => { - 'name' => 'type', - 'offset' => '-116', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_remove_trust_mem', - 'Source' => 'verify-high2.c', - 'SourceLine' => '136' - }, - '2236667' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-168', - 'type' => '136696' - }, - '1' => { - 'name' => 'cas', - 'offset' => '-176', - 'type' => '4549' - }, - '2' => { - 'name' => 'crls', - 'offset' => '-184', - 'type' => '4549' - }, - '3' => { - 'name' => 'type', - 'offset' => '-188', - 'type' => '193776' - }, - '4' => { - 'name' => 'tl_flags', - 'offset' => '-192', - 'type' => '145' - }, - '5' => { - 'name' => 'tl_vflags', - 'offset' => '-196', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_trust_mem', - 'Source' => 'verify-high2.c', - 'SourceLine' => '66' - }, - '2253719' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'offset' => '-88', - 'type' => '806388' - }, - '1' => { - 'name' => 'feature', - 'offset' => '-92', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_tlsfeatures_add', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3460' - }, - '2253943' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'offset' => '-40', - 'type' => '806388' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_tlsfeatures', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3400' - }, - '2254104' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'f', - 'offset' => '-48', - 'type' => '806388' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_tlsfeatures', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3350' - }, - '2254755' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-24', - 'type' => '1433373' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_ext_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3202' - }, - '2254801' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'offset' => '-56', - 'type' => '1819476' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_key_purposes', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3145' - }, - '2254977' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-264', - 'type' => '4549' - }, - '1' => { - 'name' => 'p', - 'offset' => '-272', - 'type' => '1819476' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-276', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_key_purposes', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3072' - }, - '2255183' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'offset' => '-56', - 'type' => '1819476' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3047' - }, - '2255338' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'offset' => '-104', - 'type' => '1819476' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-112', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3018' - }, - '2255543' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'offset' => '-24', - 'type' => '1819476' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_key_purpose_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '3000' - }, - '2255644' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'p', - 'offset' => '-24', - 'type' => '2255711' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_key_purpose_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2972' - }, - '2255738' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'offset' => '-56', - 'type' => '1819432' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_aia', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2899' - }, - '2255916' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'aia', - 'offset' => '-48', - 'type' => '1819432' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_aia', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2847' - }, - '2256412' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'offset' => '-120', - 'type' => '1819432' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-128', - 'type' => '110' - }, - '2' => { - 'name' => 'san_type', - 'offset' => '-132', - 'type' => '145' - }, - '3' => { - 'name' => 'san', - 'offset' => '-144', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2738' - }, - '2257188' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'offset' => '-56', - 'type' => '1819432' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-72', - 'type' => '4650' - }, - '3' => { - 'name' => 'san_type', - 'offset' => '-80', - 'type' => '22483' - }, - '4' => { - 'name' => 'san', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2663' - }, - '2257377' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'offset' => '-40', - 'type' => '1819432' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aia_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2630' - }, - '2257436' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aia', - 'offset' => '-56', - 'type' => '2257562' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aia_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2613' - }, - '2257589' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'offset' => '-56', - 'type' => '1819410' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_crl_dist_points', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2501' - }, - '2257767' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-280', - 'type' => '4549' - }, - '1' => { - 'name' => 'cdp', - 'offset' => '-288', - 'type' => '1819410' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-292', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_crl_dist_points', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2393' - }, - '2258050' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'offset' => '-104', - 'type' => '1819410' - }, - '1' => { - 'name' => 'type', - 'offset' => '-108', - 'type' => '1577508' - }, - '2' => { - 'name' => 'san', - 'offset' => '-120', - 'type' => '4549' - }, - '3' => { - 'name' => 'reasons', - 'offset' => '-112', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2359' - }, - '2258529' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'offset' => '-56', - 'type' => '1819410' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'offset' => '-72', - 'type' => '22483' - }, - '3' => { - 'name' => 'san', - 'offset' => '-80', - 'type' => '4650' - }, - '4' => { - 'name' => 'reasons', - 'offset' => '-88', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2298' - }, - '2258718' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'offset' => '-40', - 'type' => '1819410' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_crl_dist_points_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2272' - }, - '2258777' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'cdp', - 'offset' => '-56', - 'type' => '2258903' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crl_dist_points_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2255' - }, - '2258930' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'offset' => '-136', - 'type' => '1819498' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-144', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_policies', - 'Source' => 'x509_ext.c', - 'SourceLine' => '2101' - }, - '2259343' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-376', - 'type' => '4549' - }, - '1' => { - 'name' => 'policies', - 'offset' => '-384', - 'type' => '1819498' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-388', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_policies', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1893' - }, - '2259654' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'offset' => '-120', - 'type' => '1819498' - }, - '1' => { - 'name' => 'policy', - 'offset' => '-128', - 'type' => '2162993' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1846' - }, - '2260006' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'offset' => '-56', - 'type' => '1819498' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'policy', - 'offset' => '-72', - 'type' => '2117595' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1809' - }, - '2260169' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'offset' => '-40', - 'type' => '1819498' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_policies_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1782' - }, - '2260228' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'policies', - 'offset' => '-56', - 'type' => '2260354' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_policies_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1765' - }, - '2260606' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'pathLenConstraint', - 'offset' => '-36', - 'type' => '75' - }, - '1' => { - 'name' => 'policyLanguage', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'policy', - 'offset' => '-56', - 'type' => '110' - }, - '3' => { - 'name' => 'sizeof_policy', - 'offset' => '-64', - 'type' => '52' - }, - '4' => { - 'name' => 'ext', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_proxy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1616' - }, - '2260781' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-72', - 'type' => '4549' - }, - '1' => { - 'name' => 'pathlen', - 'offset' => '-80', - 'type' => '17333' - }, - '2' => { - 'name' => 'policyLanguage', - 'offset' => '-88', - 'type' => '1030' - }, - '3' => { - 'name' => 'policy', - 'offset' => '-96', - 'type' => '1030' - }, - '4' => { - 'name' => 'sizeof_policy', - 'offset' => '-104', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_proxy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1523' - }, - '2260990' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ca', - 'offset' => '-52', - 'type' => '145' - }, - '1' => { - 'name' => 'pathlen', - 'offset' => '-56', - 'type' => '75' - }, - '2' => { - 'name' => 'ext', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_basic_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1450' - }, - '2261169' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-184', - 'type' => '4549' - }, - '1' => { - 'name' => 'ca', - 'offset' => '-192', - 'type' => '22483' - }, - '2' => { - 'name' => 'pathlen', - 'offset' => '-200', - 'type' => '17333' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_basic_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1382' - }, - '2261347' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'activation', - 'offset' => '-40', - 'type' => '263' - }, - '1' => { - 'name' => 'expiration', - 'offset' => '-48', - 'type' => '263' - }, - '2' => { - 'name' => 'ext', - 'offset' => '-56', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_private_key_usage_period', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1328' - }, - '2261512' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'activation', - 'offset' => '-48', - 'type' => '4689' - }, - '2' => { - 'name' => 'expiration', - 'offset' => '-56', - 'type' => '4689' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_private_key_usage_period', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1275' - }, - '2261671' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'skipcerts', - 'offset' => '-36', - 'type' => '145' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_inhibit_anypolicy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1229' - }, - '2261815' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'skipcerts', - 'offset' => '-48', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_inhibit_anypolicy', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1202' - }, - '2261914' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'usage', - 'offset' => '-52', - 'type' => '145' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_key_usage', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1147' - }, - '2262042' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-56', - 'type' => '4549' - }, - '1' => { - 'name' => 'key_usage', - 'offset' => '-64', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_key_usage', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1095' - }, - '2262185' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'offset' => '-56', - 'type' => '1780400' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_authority_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '1000' - }, - '2262363' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-88', - 'type' => '4549' - }, - '1' => { - 'name' => 'aki', - 'offset' => '-96', - 'type' => '1780400' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-100', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_authority_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '894' - }, - '2262569' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'offset' => '-88', - 'type' => '1780400' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-92', - 'type' => '145' - }, - '2' => { - 'name' => 'san_type', - 'offset' => '-104', - 'type' => '22483' - }, - '3' => { - 'name' => 'san', - 'offset' => '-112', - 'type' => '4650' - }, - '4' => { - 'name' => 'othername_oid', - 'offset' => '-120', - 'type' => '4650' - }, - '5' => { - 'name' => 'serial', - 'offset' => '-128', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_get_cert_issuer', - 'Source' => 'x509_ext.c', - 'SourceLine' => '845' - }, - '2262838' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'offset' => '-136', - 'type' => '1780400' - }, - '1' => { - 'name' => 'san_type', - 'offset' => '-140', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '-152', - 'type' => '4549' - }, - '3' => { - 'name' => 'othername_oid', - 'offset' => '-160', - 'type' => '110' - }, - '4' => { - 'name' => 'serial', - 'offset' => '-168', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_set_cert_issuer', - 'Source' => 'x509_ext.c', - 'SourceLine' => '787' - }, - '2263203' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'offset' => '-24', - 'type' => '1780400' - }, - '1' => { - 'name' => 'id', - 'offset' => '-32', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_set_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '763' - }, - '2263267' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'offset' => '-56', - 'type' => '1780400' - }, - '1' => { - 'name' => 'id', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_get_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '742' - }, - '2263428' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'offset' => '-24', - 'type' => '1780400' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_aki_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '721' - }, - '2263474' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'aki', - 'offset' => '-56', - 'type' => '2263600' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_aki_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '704' - }, - '2263606' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'id', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_subject_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '655' - }, - '2263770' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'id', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_subject_key_id', - 'Source' => 'x509_ext.c', - 'SourceLine' => '602' - }, - '2263913' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'nc', - 'offset' => '-88', - 'type' => '1809422' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_name_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '462' - }, - '2264146' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-56', - 'type' => '4549' - }, - '1' => { - 'name' => 'nc', - 'offset' => '-64', - 'type' => '1809422' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_name_constraints', - 'Source' => 'x509_ext.c', - 'SourceLine' => '367' - }, - '2264320' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'offset' => '-56', - 'type' => '146035' - }, - '1' => { - 'name' => 'ext', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_export_subject_alt_names', - 'Source' => 'x509_ext.c', - 'SourceLine' => '298' - }, - '2264477' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-120', - 'type' => '4549' - }, - '1' => { - 'name' => 'sans', - 'offset' => '-128', - 'type' => '146035' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-132', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_ext_import_subject_alt_names', - 'Source' => 'x509_ext.c', - 'SourceLine' => '215' - }, - '2264746' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'offset' => '-104', - 'type' => '146035' - }, - '1' => { - 'name' => 'san_type', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '-120', - 'type' => '4549' - }, - '3' => { - 'name' => 'othername_oid', - 'offset' => '-128', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_set', - 'Source' => 'x509_ext.c', - 'SourceLine' => '171' - }, - '2265336' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'offset' => '-56', - 'type' => '146035' - }, - '1' => { - 'name' => 'seq', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'san_type', - 'offset' => '-72', - 'type' => '22483' - }, - '3' => { - 'name' => 'san', - 'offset' => '-80', - 'type' => '4650' - }, - '4' => { - 'name' => 'othername_oid', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_get', - 'Source' => 'x509_ext.c', - 'SourceLine' => '104' - }, - '2265518' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'offset' => '-24', - 'type' => '146035' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_subject_alt_names_deinit', - 'Source' => 'x509_ext.c', - 'SourceLine' => '81' - }, - '2265618' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'sans', - 'offset' => '-24', - 'type' => '2265685' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_subject_alt_names_init', - 'Source' => 'x509_ext.c', - 'SourceLine' => '51' - }, - '2281770' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cert', - 'offset' => '-344', - 'type' => '134448' - }, - '1' => { - 'name' => 'email', - 'offset' => '-352', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-356', - 'type' => '145' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_crt_check_email', - 'Source' => 'email-verify.c', - 'SourceLine' => '48' - }, - '2298008' => { - 'Header' => 'pkcs7.h', - 'Param' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '-280', - 'type' => '1891130' - }, - '1' => { - 'name' => 'format', - 'offset' => '-284', - 'type' => '1305120' - }, - '2' => { - 'name' => 'out', - 'offset' => '-296', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pkcs7_print', - 'Source' => 'pkcs7-output.c', - 'SourceLine' => '174' - }, - '2314128' => { - 'Header' => 'x509-ext.h', - 'Param' => { - '0' => { - 'name' => 'oid', - 'offset' => '-88', - 'type' => '110' - }, - '1' => { - 'name' => 'othername', - 'offset' => '-96', - 'type' => '4549' - }, - '2' => { - 'name' => 'virt_type', - 'offset' => '-104', - 'type' => '22483' - }, - '3' => { - 'name' => 'virt', - 'offset' => '-112', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_othername_to_virtual', - 'Source' => 'virt-san.c', - 'SourceLine' => '143' - }, - '2330595' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'spki', - 'offset' => '-88', - 'type' => '899086' - }, - '1' => { - 'name' => 'dig', - 'offset' => '-96', - 'type' => '454202' - }, - '2' => { - 'name' => 'salt_size', - 'offset' => '-104', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_spki_get_rsa_pss_params', - 'Source' => 'spki.c', - 'SourceLine' => '114' - }, - '2330837' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'spki', - 'offset' => '-24', - 'type' => '899086' - }, - '1' => { - 'name' => 'dig', - 'offset' => '-28', - 'type' => '2545' - }, - '2' => { - 'name' => 'salt_size', - 'offset' => '-32', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_spki_set_rsa_pss_params', - 'Source' => 'spki.c', - 'SourceLine' => '89' - }, - '2330909' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'spki', - 'offset' => '-24', - 'type' => '899086' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_spki_deinit', - 'Source' => 'spki.c', - 'SourceLine' => '71' - }, - '2330953' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'spki', - 'offset' => '-40', - 'type' => '2331015' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_spki_init', - 'Source' => 'spki.c', - 'SourceLine' => '44' - }, - '2351808' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'feat', - 'offset' => '-88', - 'type' => '806388' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-96', - 'type' => '134448' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_x509_tlsfeatures_check_crt', - 'Source' => 'tls_features.c', - 'SourceLine' => '216' - }, - '2352065' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'features', - 'offset' => '-64', - 'type' => '806388' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_tlsfeatures', - 'Source' => 'tls_features.c', - 'SourceLine' => '175' - }, - '2352195' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-56', - 'type' => '134448' - }, - '1' => { - 'name' => 'features', - 'offset' => '-64', - 'type' => '806388' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-80', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_get_tlsfeatures', - 'Source' => 'tls_features.c', - 'SourceLine' => '124' - }, - '2352349' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'offset' => '-56', - 'type' => '806388' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'feature', - 'offset' => '-72', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_tlsfeatures_get', - 'Source' => 'tls_features.c', - 'SourceLine' => '84' - }, - '2352520' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'offset' => '-24', - 'type' => '806388' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_x509_tlsfeatures_deinit', - 'Source' => 'tls_features.c', - 'SourceLine' => '65' - }, - '2352562' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'f', - 'offset' => '-56', - 'type' => '2352683' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_tlsfeatures_init', - 'Source' => 'tls_features.c', - 'SourceLine' => '48' - }, - '2383723' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'cidr', - 'offset' => '-168', - 'type' => '110' - }, - '1' => { - 'name' => 'cidr_rfc5280', - 'offset' => '-176', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_cidr_to_rfc5280', - 'Source' => 'ip.c', - 'SourceLine' => '208' - }, - '2401783' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-88', - 'type' => '817450' - }, - '1' => { - 'name' => 'trustlist', - 'offset' => '-96', - 'type' => '136696' - }, - '2' => { - 'name' => 'verify', - 'offset' => '-104', - 'type' => '22483' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_verify', - 'Source' => 'ocsp.c', - 'SourceLine' => '2247' - }, - '2402040' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-72', - 'type' => '817450' - }, - '1' => { - 'name' => 'issuer', - 'offset' => '-80', - 'type' => '134448' - }, - '2' => { - 'name' => 'verify', - 'offset' => '-88', - 'type' => '22483' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-92', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_verify_direct', - 'Source' => 'ocsp.c', - 'SourceLine' => '2162' - }, - '2403227' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-280', - 'type' => '817450' - }, - '1' => { - 'name' => 'certs', - 'offset' => '-288', - 'type' => '820465' - }, - '2' => { - 'name' => 'ncerts', - 'offset' => '-296', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_certs', - 'Source' => 'ocsp.c', - 'SourceLine' => '1817' - }, - '2403497' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-40', - 'type' => '817450' - }, - '1' => { - 'name' => 'sig', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_signature', - 'Source' => 'ocsp.c', - 'SourceLine' => '1775' - }, - '2403596' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-56', - 'type' => '817450' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_signature_algorithm', - 'Source' => 'ocsp.c', - 'SourceLine' => '1745' - }, - '2403715' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-56', - 'type' => '817450' - }, - '1' => { - 'name' => 'critical', - 'offset' => '-64', - 'type' => '22483' - }, - '2' => { - 'name' => 'nonce', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '1705' - }, - '2403845' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-248', - 'type' => '817450' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-252', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-264', - 'type' => '4650' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-272', - 'type' => '22483' - }, - '4' => { - 'name' => 'data', - 'offset' => '-280', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '1627' - }, - '2404057' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-440', - 'type' => '817450' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-444', - 'type' => '145' - }, - '10' => { - 'name' => 'revocation_reason', - 'offset' => '32', - 'type' => '22483' - }, - '2' => { - 'name' => 'digest', - 'offset' => '-456', - 'type' => '454202' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'offset' => '-464', - 'type' => '4650' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'offset' => '-472', - 'type' => '4650' - }, - '5' => { - 'name' => 'serial_number', - 'offset' => '-480', - 'type' => '4650' - }, - '6' => { - 'name' => 'cert_status', - 'offset' => '0', - 'type' => '22483' - }, - '7' => { - 'name' => 'this_update', - 'offset' => '8', - 'type' => '4689' - }, - '8' => { - 'name' => 'next_update', - 'offset' => '16', - 'type' => '4689' - }, - '9' => { - 'name' => 'revocation_time', - 'offset' => '24', - 'type' => '4689' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_single', - 'Source' => 'ocsp.c', - 'SourceLine' => '1412' - }, - '2404419' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-296', - 'type' => '817450' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-300', - 'type' => '145' - }, - '2' => { - 'name' => 'crt', - 'offset' => '-312', - 'type' => '134448' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_check_crt', - 'Source' => 'ocsp.c', - 'SourceLine' => '1303' - }, - '2404927' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-120', - 'type' => '817450' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_ocsp_resp_get_produced', - 'Source' => 'ocsp.c', - 'SourceLine' => '1263' - }, - '2405080' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-72', - 'type' => '817450' - }, - '1' => { - 'name' => 'type', - 'offset' => '-76', - 'type' => '145' - }, - '2' => { - 'name' => 'raw', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder_raw_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '1195' - }, - '2405300' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-24', - 'type' => '817450' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder2', - 'Source' => 'ocsp.c', - 'SourceLine' => '1162' - }, - '2405419' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-40', - 'type' => '817450' - }, - '1' => { - 'name' => 'dn', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_responder', - 'Source' => 'ocsp.c', - 'SourceLine' => '1121' - }, - '2405498' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-40', - 'type' => '817450' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '1073' - }, - '2405649' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-40', - 'type' => '817450' - }, - '1' => { - 'name' => 'response_type_oid', - 'offset' => '-48', - 'type' => '4650' - }, - '2' => { - 'name' => 'response', - 'offset' => '-56', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_response', - 'Source' => 'ocsp.c', - 'SourceLine' => '1027' - }, - '2405763' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-88', - 'type' => '817450' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_get_status', - 'Source' => 'ocsp.c', - 'SourceLine' => '971' - }, - '2406015' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-72', - 'type' => '2401639' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_randomize_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '935' - }, - '2406146' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-72', - 'type' => '2401639' - }, - '1' => { - 'name' => 'critical', - 'offset' => '-76', - 'type' => '145' - }, - '2' => { - 'name' => 'nonce', - 'offset' => '-88', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_set_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '887' - }, - '2406345' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-56', - 'type' => '2401639' - }, - '1' => { - 'name' => 'critical', - 'offset' => '-64', - 'type' => '22483' - }, - '2' => { - 'name' => 'nonce', - 'offset' => '-72', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_nonce', - 'Source' => 'ocsp.c', - 'SourceLine' => '841' - }, - '2406475' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-24', - 'type' => '2401639' - }, - '1' => { - 'name' => 'oid', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'critical', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_set_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '812' - }, - '2406589' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-248', - 'type' => '2401639' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-252', - 'type' => '145' - }, - '2' => { - 'name' => 'oid', - 'offset' => '-264', - 'type' => '4650' - }, - '3' => { - 'name' => 'critical', - 'offset' => '-272', - 'type' => '22483' - }, - '4' => { - 'name' => 'data', - 'offset' => '-280', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_extension', - 'Source' => 'ocsp.c', - 'SourceLine' => '736' - }, - '2406785' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-248', - 'type' => '2401639' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-252', - 'type' => '2545' - }, - '2' => { - 'name' => 'issuer', - 'offset' => '-264', - 'type' => '134448' - }, - '3' => { - 'name' => 'cert', - 'offset' => '-272', - 'type' => '134448' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_add_cert', - 'Source' => 'ocsp.c', - 'SourceLine' => '644' - }, - '2407043' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-40', - 'type' => '2401639' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-44', - 'type' => '2545' - }, - '2' => { - 'name' => 'issuer_name_hash', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'issuer_key_hash', - 'offset' => '-64', - 'type' => '4549' - }, - '4' => { - 'name' => 'serial_number', - 'offset' => '-72', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_add_cert_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '540' - }, - '2407203' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-248', - 'type' => '2401639' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-252', - 'type' => '145' - }, - '2' => { - 'name' => 'digest', - 'offset' => '-264', - 'type' => '454202' - }, - '3' => { - 'name' => 'issuer_name_hash', - 'offset' => '-272', - 'type' => '4650' - }, - '4' => { - 'name' => 'issuer_key_hash', - 'offset' => '-280', - 'type' => '4650' - }, - '5' => { - 'name' => 'serial_number', - 'offset' => '-288', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_cert_id', - 'Source' => 'ocsp.c', - 'SourceLine' => '429' - }, - '2407398' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-40', - 'type' => '2401639' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_get_version', - 'Source' => 'ocsp.c', - 'SourceLine' => '376' - }, - '2407512' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-24', - 'type' => '817450' - }, - '1' => { - 'name' => 'data', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_export', - 'Source' => 'ocsp.c', - 'SourceLine' => '357' - }, - '2407596' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-40', - 'type' => '2401639' - }, - '1' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_export', - 'Source' => 'ocsp.c', - 'SourceLine' => '325' - }, - '2407716' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-40', - 'type' => '817450' - }, - '1' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_import', - 'Source' => 'ocsp.c', - 'SourceLine' => '229' - }, - '2407811' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-40', - 'type' => '2401639' - }, - '1' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_import', - 'Source' => 'ocsp.c', - 'SourceLine' => '183' - }, - '2407906' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-24', - 'type' => '817450' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_resp_deinit', - 'Source' => 'ocsp.c', - 'SourceLine' => '151' - }, - '2407950' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-40', - 'type' => '2408045' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_init', - 'Source' => 'ocsp.c', - 'SourceLine' => '113' - }, - '2408072' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-24', - 'type' => '2401639' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ocsp_req_deinit', - 'Source' => 'ocsp.c', - 'SourceLine' => '92' - }, - '2408116' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-40', - 'type' => '2408211' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_init', - 'Source' => 'ocsp.c', - 'SourceLine' => '64' - }, - '2423992' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'resp', - 'offset' => '-72', - 'type' => '817450' - }, - '1' => { - 'name' => 'format', - 'offset' => '-76', - 'type' => '2423849' - }, - '2' => { - 'name' => 'out', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_resp_print', - 'Source' => 'ocsp_output.c', - 'SourceLine' => '642' - }, - '2425096' => { - 'Header' => 'ocsp.h', - 'Param' => { - '0' => { - 'name' => 'req', - 'offset' => '-72', - 'type' => '2401639' - }, - '1' => { - 'name' => 'format', - 'offset' => '-76', - 'type' => '2423849' - }, - '2' => { - 'name' => 'out', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_req_print', - 'Source' => 'ocsp_output.c', - 'SourceLine' => '172' - }, - '2440556' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'size', - 'offset' => '-48', - 'type' => '52' - } - }, - 'Return' => '252', - 'ShortName' => 'gnutls_record_set_max_size', - 'Source' => 'max_record.c', - 'SourceLine' => '288' - }, - '2440691' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_get_max_size', - 'Source' => 'max_record.c', - 'SourceLine' => '259' - }, - '245372' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'iter', - 'offset' => '-20', - 'type' => '145' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-24', - 'type' => '145' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_priority_string_list', - 'Source' => 'priority.c', - 'SourceLine' => '1912' - }, - '245437' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-24', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-32', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_certificate_type_list', - 'Source' => 'priority.c', - 'SourceLine' => '1888' - }, - '245508' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-24', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-32', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_sign_list', - 'Source' => 'priority.c', - 'SourceLine' => '1866' - }, - '245573' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-24', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-32', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_protocol_list', - 'Source' => 'priority.c', - 'SourceLine' => '1844' - }, - '2457117' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'type', - 'offset' => '-60', - 'type' => '2445811' - }, - '2' => { - 'name' => 'name', - 'offset' => '-72', - 'type' => '329' - }, - '3' => { - 'name' => 'name_length', - 'offset' => '-80', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_server_name_set', - 'Source' => 'server_name.c', - 'SourceLine' => '363' - }, - '245746' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-24', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-32', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_mac_list', - 'Source' => 'priority.c', - 'SourceLine' => '1801' - }, - '2457481' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-64', - 'type' => '211' - }, - '2' => { - 'name' => 'data_length', - 'offset' => '-72', - 'type' => '7841' - }, - '3' => { - 'name' => 'type', - 'offset' => '-80', - 'type' => '22483' - }, - '4' => { - 'name' => 'indx', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_server_name_get', - 'Source' => 'server_name.c', - 'SourceLine' => '237' - }, - '245811' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-24', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-32', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_cipher_list', - 'Source' => 'priority.c', - 'SourceLine' => '1779' - }, - '245876' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-24', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-32', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_kx_list', - 'Source' => 'priority.c', - 'SourceLine' => '1757' - }, - '245941' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-24', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-32', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_group_list', - 'Source' => 'priority.c', - 'SourceLine' => '1735' - }, - '246006' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-40', - 'type' => '231623' - }, - '1' => { - 'name' => 'list', - 'offset' => '-48', - 'type' => '245502' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_ecc_curve_list', - 'Source' => 'priority.c', - 'SourceLine' => '1703' - }, - '246084' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_set_default_priority', - 'Source' => 'priority.c', - 'SourceLine' => '1682' - }, - '246223' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'priorities', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'offset' => '-56', - 'type' => '246352' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_set_direct', - 'Source' => 'priority.c', - 'SourceLine' => '1608' - }, - '246379' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'offset' => '-40', - 'type' => '231623' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_priority_deinit', - 'Source' => 'priority.c', - 'SourceLine' => '1567' - }, - '246425' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'priority_cache', - 'offset' => '-648', - 'type' => '246729' - }, - '1' => { - 'name' => 'priorities', - 'offset' => '-656', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'offset' => '-664', - 'type' => '246352' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_init', - 'Source' => 'priority.c', - 'SourceLine' => '1325' - }, - '2474344' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get_client', - 'Source' => 'signature.c', - 'SourceLine' => '475' - }, - '2474394' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get', - 'Source' => 'signature.c', - 'SourceLine' => '458' - }, - '2474444' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-88', - 'type' => '3461' - }, - '1' => { - 'name' => 'indx', - 'offset' => '-96', - 'type' => '52' - }, - '2' => { - 'name' => 'algo', - 'offset' => '-104', - 'type' => '578599' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_sign_algorithm_get_requested', - 'Source' => 'signature.c', - 'SourceLine' => '412' - }, - '2491950' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_safe_renegotiation_status', - 'Source' => 'safe_renegotiation.c', - 'SourceLine' => '431' - }, - '249283' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-88', - 'type' => '3461' - }, - '1' => { - 'name' => 'priority', - 'offset' => '-96', - 'type' => '231623' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_set', - 'Source' => 'priority.c', - 'SourceLine' => '552' - }, - '2509411' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'key', - 'offset' => '-48', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_enable_server', - 'Source' => 'session_ticket.c', - 'SourceLine' => '586' - }, - '2509546' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_enable_client', - 'Source' => 'session_ticket.c', - 'SourceLine' => '545' - }, - '2509645' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ticket_key_generate', - 'Source' => 'session_ticket.c', - 'SourceLine' => '508' - }, - '2563395' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'retrans_timeout', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'total_timeout', - 'offset' => '-32', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_set_timeouts', - 'Source' => 'heartbeat.c', - 'SourceLine' => '431' - }, - '2563471' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_heartbeat_get_timeout', - 'Source' => 'heartbeat.c', - 'SourceLine' => '403' - }, - '2564371' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-88', - 'type' => '3461' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-92', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_heartbeat_pong', - 'Source' => 'heartbeat.c', - 'SourceLine' => '287' - }, - '2564612' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-248', - 'type' => '3461' - }, - '1' => { - 'name' => 'data_size', - 'offset' => '-256', - 'type' => '52' - }, - '2' => { - 'name' => 'max_tries', - 'offset' => '-260', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-264', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_heartbeat_ping', - 'Source' => 'heartbeat.c', - 'SourceLine' => '161' - }, - '2565548' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'type', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_heartbeat_allowed', - 'Source' => 'heartbeat.c', - 'SourceLine' => '75' - }, - '2565624' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'type', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_heartbeat_enable', - 'Source' => 'heartbeat.c', - 'SourceLine' => '54' - }, - '2583050' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-104', - 'type' => '3461' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-108', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_is_checked', - 'Source' => 'status_request.c', - 'SourceLine' => '683' - }, - '2584252' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-104', - 'type' => '134646' - }, - '1' => { - 'name' => 'response_file', - 'offset' => '-112', - 'type' => '110' - }, - '2' => { - 'name' => 'idx', - 'offset' => '-116', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_file', - 'Source' => 'status_request.c', - 'SourceLine' => '459' - }, - '2584705' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-56', - 'type' => '134646' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'ocsp_func', - 'offset' => '-72', - 'type' => '4607' - }, - '3' => { - 'name' => 'ptr', - 'offset' => '-80', - 'type' => '211' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_function2', - 'Source' => 'status_request.c', - 'SourceLine' => '409' - }, - '2584898' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'ocsp_func', - 'offset' => '-32', - 'type' => '4607' - }, - '2' => { - 'name' => 'ptr', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_ocsp_status_request_function', - 'Source' => 'status_request.c', - 'SourceLine' => '370' - }, - '2584973' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - }, - '1' => { - 'name' => 'response', - 'offset' => '-144', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_get', - 'Source' => 'status_request.c', - 'SourceLine' => '314' - }, - '2585312' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-104', - 'type' => '3461' - }, - '1' => { - 'name' => 'responder_id', - 'offset' => '-112', - 'type' => '4650' - }, - '2' => { - 'name' => 'responder_id_size', - 'offset' => '-120', - 'type' => '52' - }, - '3' => { - 'name' => 'extensions', - 'offset' => '-128', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ocsp_status_request_enable_client', - 'Source' => 'status_request.c', - 'SourceLine' => '276' - }, - '2617877' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_ext_master_secret_status', - 'Source' => 'ext_master_secret.c', - 'SourceLine' => '145' - }, - '2633526' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_etm_status', - 'Source' => 'etm.c', - 'SourceLine' => '145' - }, - '2649241' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-104', - 'type' => '3461' - }, - '1' => { - 'name' => 'protocols', - 'offset' => '-112', - 'type' => '4549' - }, - '2' => { - 'name' => 'protocols_size', - 'offset' => '-116', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-120', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alpn_set_protocols', - 'Source' => 'alpn.c', - 'SourceLine' => '279' - }, - '2649566' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-88', - 'type' => '3461' - }, - '1' => { - 'name' => 'protocol', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alpn_get_selected_protocol', - 'Source' => 'alpn.c', - 'SourceLine' => '232' - }, - '2666567' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-184', - 'type' => '3461' - }, - '1' => { - 'name' => 'key_material', - 'offset' => '-192', - 'type' => '211' - }, - '2' => { - 'name' => 'key_material_size', - 'offset' => '-196', - 'type' => '145' - }, - '3' => { - 'name' => 'client_key', - 'offset' => '-208', - 'type' => '4650' - }, - '4' => { - 'name' => 'client_salt', - 'offset' => '-216', - 'type' => '4650' - }, - '5' => { - 'name' => 'server_key', - 'offset' => '-224', - 'type' => '4650' - }, - '6' => { - 'name' => 'server_salt', - 'offset' => '0', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_keys', - 'Source' => 'srtp.c', - 'SourceLine' => '551' - }, - '2667150' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-72', - 'type' => '3461' - }, - '1' => { - 'name' => 'profiles', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'err_pos', - 'offset' => '-88', - 'type' => '246352' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_profile_direct', - 'Source' => 'srtp.c', - 'SourceLine' => '477' - }, - '2667368' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'profile', - 'offset' => '-60', - 'type' => '2655020' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_profile', - 'Source' => 'srtp.c', - 'SourceLine' => '432' - }, - '2667518' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-72', - 'type' => '3461' - }, - '1' => { - 'name' => 'mki', - 'offset' => '-80', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_set_mki', - 'Source' => 'srtp.c', - 'SourceLine' => '388' - }, - '2667706' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-104', - 'type' => '3461' - }, - '1' => { - 'name' => 'mki', - 'offset' => '-112', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_mki', - 'Source' => 'srtp.c', - 'SourceLine' => '347' - }, - '2667959' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'profile', - 'offset' => '-64', - 'type' => '2668088' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_selected_profile', - 'Source' => 'srtp.c', - 'SourceLine' => '307' - }, - '2668944' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'profile', - 'offset' => '-36', - 'type' => '2655020' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_srtp_get_profile_name', - 'Source' => 'srtp.c', - 'SourceLine' => '151' - }, - '2669004' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'offset' => '-24', - 'type' => '110' - }, - '1' => { - 'name' => 'profile', - 'offset' => '-32', - 'type' => '2668088' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srtp_get_profile_id', - 'Source' => 'srtp.c', - 'SourceLine' => '127' - }, - '2895302' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_decode2', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '432' - }, - '2895397' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'b64_data', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-48', - 'type' => '235' - }, - '2' => { - 'name' => 'result_size', - 'offset' => '-56', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_decode', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '390' - }, - '2895507' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_encode2', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '351' - }, - '2895602' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-48', - 'type' => '235' - }, - '2' => { - 'name' => 'result_size', - 'offset' => '-56', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_srp_base64_encode', - 'Source' => 'srp_sb64.c', - 'SourceLine' => '310' - }, - '2982025' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'pcache', - 'offset' => '-40', - 'type' => '231623' - }, - '1' => { - 'name' => 'idx', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'sidx', - 'offset' => '-56', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_priority_get_cipher_suite_index', - 'Source' => 'ciphersuites.c', - 'SourceLine' => '1603' - }, - '2983130' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'idx', - 'offset' => '-24', - 'type' => '52' - }, - '1' => { - 'name' => 'cs_id', - 'offset' => '-32', - 'type' => '3994' - }, - '2' => { - 'name' => 'kx', - 'offset' => '-40', - 'type' => '2983254' - }, - '3' => { - 'name' => 'cipher', - 'offset' => '-48', - 'type' => '1947945' - }, - '4' => { - 'name' => 'mac', - 'offset' => '-56', - 'type' => '2983266' - }, - '5' => { - 'name' => 'min_version', - 'offset' => '-64', - 'type' => '2983272' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_cipher_suite_info', - 'Source' => 'ciphersuites.c', - 'SourceLine' => '1334' - }, - '300391' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'sid', - 'offset' => '-64', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_id', - 'Source' => 'session.c', - 'SourceLine' => '386' - }, - '300553' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-248', - 'type' => '3461' - } - }, - 'Return' => '235', - 'ShortName' => 'gnutls_session_get_desc', - 'Source' => 'session.c', - 'SourceLine' => '271' - }, - '300828' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_force_valid', - 'Source' => 'session.c', - 'SourceLine' => '250' - }, - '300872' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'session_data', - 'offset' => '-64', - 'type' => '329' - }, - '2' => { - 'name' => 'session_data_size', - 'offset' => '-72', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_data', - 'Source' => 'session.c', - 'SourceLine' => '211' - }, - '301017' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'session_id', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_id2', - 'Source' => 'session.c', - 'SourceLine' => '183' - }, - '301079' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'session_id', - 'offset' => '-48', - 'type' => '211' - }, - '2' => { - 'name' => 'session_id_size', - 'offset' => '-56', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_id', - 'Source' => 'session.c', - 'SourceLine' => '146' - }, - '301169' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-88', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_data2', - 'Source' => 'session.c', - 'SourceLine' => '97' - }, - '301404' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'session_data', - 'offset' => '-64', - 'type' => '211' - }, - '2' => { - 'name' => 'session_data_size', - 'offset' => '-72', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_get_data', - 'Source' => 'session.c', - 'SourceLine' => '48' - }, - '3067097' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '-36', - 'type' => '2896' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_pk_algorithm_get_name', - 'Source' => 'publickey.c', - 'SourceLine' => '160' - }, - '3082828' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'offset' => '-52', - 'type' => '2896' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-56', - 'type' => '145' - } - }, - 'Return' => '3437', - 'ShortName' => 'gnutls_pk_bits_to_sec_param', - 'Source' => 'secparams.c', - 'SourceLine' => '198' - }, - '3082962' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'param', - 'offset' => '-36', - 'type' => '3437' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_sec_param_get_name', - 'Source' => 'secparams.c', - 'SourceLine' => '170' - }, - '3083316' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'offset' => '-36', - 'type' => '2896' - }, - '1' => { - 'name' => 'param', - 'offset' => '-40', - 'type' => '3437' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_sec_param_to_pk_bits', - 'Source' => 'secparams.c', - 'SourceLine' => '81' - }, - '3116400' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'offset' => '-40', - 'type' => '110' - } - }, - 'Return' => '3339', - 'ShortName' => 'gnutls_group_get_id', - 'Source' => 'groups.c', - 'SourceLine' => '190' - }, - '316201' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_remove_session', - 'Source' => 'db.c', - 'SourceLine' => '332' - }, - '316998' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'entry', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_db_check_entry_time', - 'Source' => 'db.c', - 'SourceLine' => '169' - }, - '317231' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'session_entry', - 'offset' => '-48', - 'type' => '4000' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_db_check_entry', - 'Source' => 'db.c', - 'SourceLine' => '153' - }, - '317293' => { - 'Header' => 'gnutls.h', - 'Return' => '145', - 'ShortName' => 'gnutls_db_get_default_cache_expiration', - 'Source' => 'db.c', - 'SourceLine' => '137' - }, - '317322' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'seconds', - 'offset' => '-28', - 'type' => '75' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_cache_expiration', - 'Source' => 'db.c', - 'SourceLine' => '127' - }, - '317380' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '211', - 'ShortName' => 'gnutls_db_get_ptr', - 'Source' => 'db.c', - 'SourceLine' => '114' - }, - '31741' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'ms', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_set_timeout', - 'Source' => 'record.c', - 'SourceLine' => '1846' - }, - '317428' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'ptr', - 'offset' => '-32', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_ptr', - 'Source' => 'db.c', - 'SourceLine' => '100' - }, - '317486' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'store_func', - 'offset' => '-32', - 'type' => '4377' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_store_function', - 'Source' => 'db.c', - 'SourceLine' => '86' - }, - '317544' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'rem_func', - 'offset' => '-32', - 'type' => '4420' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_remove_function', - 'Source' => 'db.c', - 'SourceLine' => '68' - }, - '317602' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'retr_func', - 'offset' => '-32', - 'type' => '4458' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_db_set_retrieve_function', - 'Source' => 'db.c', - 'SourceLine' => '50' - }, - '31801' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-32', - 'type' => '211' - }, - '2' => { - 'name' => 'data_size', - 'offset' => '-40', - 'type' => '52' - }, - '3' => { - 'name' => 'seq', - 'offset' => '-48', - 'type' => '3994' - } - }, - 'Return' => '252', - 'ShortName' => 'gnutls_record_recv_seq', - 'Source' => 'record.c', - 'SourceLine' => '1823' - }, - '31896' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-64', - 'type' => '211' - }, - '2' => { - 'name' => 'data_size', - 'offset' => '-72', - 'type' => '52' - } - }, - 'Return' => '252', - 'ShortName' => 'gnutls_record_recv', - 'Source' => 'record.c', - 'SourceLine' => '1787' - }, - '32074' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_uncork', - 'Source' => 'record.c', - 'SourceLine' => '1713' - }, - '32185' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_cork', - 'Source' => 'record.c', - 'SourceLine' => '1687' - }, - '32231' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-120', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-128', - 'type' => '329' - }, - '2' => { - 'name' => 'data_size', - 'offset' => '-136', - 'type' => '52' - } - }, - 'Return' => '252', - 'ShortName' => 'gnutls_record_send', - 'Source' => 'record.c', - 'SourceLine' => '1639' - }, - '32552' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-88', - 'type' => '3461' - }, - '1' => { - 'name' => 'packet', - 'offset' => '-96', - 'type' => '32772' - } - }, - 'Return' => '252', - 'ShortName' => 'gnutls_record_recv_packet', - 'Source' => 'record.c', - 'SourceLine' => '1579' - }, - '32799' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '52', - 'ShortName' => 'gnutls_record_discard_queued', - 'Source' => 'record.c', - 'SourceLine' => '1552' - }, - '32864' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'packet', - 'offset' => '-24', - 'type' => '20533' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_deinit', - 'Source' => 'record.c', - 'SourceLine' => '1535' - }, - '32910' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'packet', - 'offset' => '-24', - 'type' => '20533' - }, - '1' => { - 'name' => 'data', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'sequence', - 'offset' => '-40', - 'type' => '3994' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_packet_get', - 'Source' => 'record.c', - 'SourceLine' => '1505' - }, - '332376' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'offset' => '-88', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_base64_encode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '519' - }, - '332617' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'base64', - 'offset' => '-56', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_base64_decode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '489' - }, - '332773' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'header', - 'offset' => '-88', - 'type' => '110' - }, - '1' => { - 'name' => 'b64_data', - 'offset' => '-96', - 'type' => '4549' - }, - '2' => { - 'name' => 'result', - 'offset' => '-104', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_decode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '455' - }, - '333030' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'header', - 'offset' => '-72', - 'type' => '110' - }, - '1' => { - 'name' => 'b64_data', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'result', - 'offset' => '-88', - 'type' => '3994' - }, - '3' => { - 'name' => 'result_size', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_decode', - 'Source' => 'x509_b64.c', - 'SourceLine' => '405' - }, - '334214' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'header', - 'offset' => '-88', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'offset' => '-96', - 'type' => '4549' - }, - '2' => { - 'name' => 'result', - 'offset' => '-104', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_encode2', - 'Source' => 'x509_b64.c', - 'SourceLine' => '194' - }, - '334443' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'msg', - 'offset' => '-56', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'result', - 'offset' => '-72', - 'type' => '235' - }, - '3' => { - 'name' => 'result_size', - 'offset' => '-80', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pem_base64_encode', - 'Source' => 'x509_b64.c', - 'SourceLine' => '148' - }, - '350068' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'type', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '22290' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ext_get_data', - 'Source' => 'extensions.c', - 'SourceLine' => '860' - }, - '350148' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'type', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '-40', - 'type' => '5572' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_ext_set_data', - 'Source' => 'extensions.c', - 'SourceLine' => '841' - }, - '350224' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-200', - 'type' => '3461' - }, - '1' => { - 'name' => 'name', - 'offset' => '-208', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'offset' => '-212', - 'type' => '75' - }, - '3' => { - 'name' => 'parse_type', - 'offset' => '-216', - 'type' => '22340' - }, - '4' => { - 'name' => 'recv_func', - 'offset' => '-224', - 'type' => '22098' - }, - '5' => { - 'name' => 'send_func', - 'offset' => '-232', - 'type' => '22147' - }, - '6' => { - 'name' => 'deinit_func', - 'offset' => '0', - 'type' => '22185' - }, - '7' => { - 'name' => 'pack_func', - 'offset' => '8', - 'type' => '22214' - }, - '8' => { - 'name' => 'unpack_func', - 'offset' => '16', - 'type' => '22252' - }, - '9' => { - 'name' => 'flags', - 'offset' => '24', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_ext_register', - 'Source' => 'extensions.c', - 'SourceLine' => '782' - }, - '350691' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'offset' => '-104', - 'type' => '110' - }, - '1' => { - 'name' => 'type', - 'offset' => '-108', - 'type' => '75' - }, - '2' => { - 'name' => 'parse_type', - 'offset' => '-112', - 'type' => '22340' - }, - '3' => { - 'name' => 'recv_func', - 'offset' => '-120', - 'type' => '22098' - }, - '4' => { - 'name' => 'send_func', - 'offset' => '-128', - 'type' => '22147' - }, - '5' => { - 'name' => 'deinit_func', - 'offset' => '-136', - 'type' => '22185' - }, - '6' => { - 'name' => 'pack_func', - 'offset' => '0', - 'type' => '22214' - }, - '7' => { - 'name' => 'unpack_func', - 'offset' => '8', - 'type' => '22252' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_ext_register', - 'Source' => 'extensions.c', - 'SourceLine' => '715' - }, - '354171' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'ext', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_ext_get_name', - 'Source' => 'extensions.c', - 'SourceLine' => '127' - }, - '369901' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '2296', - 'ShortName' => 'gnutls_auth_client_get_type', - 'Source' => 'auth.c', - 'SourceLine' => '243' - }, - '369949' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '2296', - 'ShortName' => 'gnutls_auth_server_get_type', - 'Source' => 'auth.c', - 'SourceLine' => '224' - }, - '369997' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '2296', - 'ShortName' => 'gnutls_auth_get_type', - 'Source' => 'auth.c', - 'SourceLine' => '199' - }, - '370059' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-72', - 'type' => '3461' - }, - '1' => { - 'name' => 'type', - 'offset' => '-76', - 'type' => '2296' - }, - '2' => { - 'name' => 'cred', - 'offset' => '-88', - 'type' => '4695' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_credentials_get', - 'Source' => 'auth.c', - 'SourceLine' => '169' - }, - '370227' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'type', - 'offset' => '-60', - 'type' => '2296' - }, - '2' => { - 'name' => 'cred', - 'offset' => '-72', - 'type' => '211' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_credentials_set', - 'Source' => 'auth.c', - 'SourceLine' => '94' - }, - '370346' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_credentials_clear', - 'Source' => 'auth.c', - 'SourceLine' => '45' - }, - '38343' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'how', - 'offset' => '-44', - 'type' => '19184' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_bye', - 'Source' => 'record.c', - 'SourceLine' => '282' - }, - '38463' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_transport_get_int', - 'Source' => 'record.c', - 'SourceLine' => '245' - }, - '38511' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'recv_int', - 'offset' => '-32', - 'type' => '17333' - }, - '2' => { - 'name' => 'send_int', - 'offset' => '-40', - 'type' => '17333' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_int2', - 'Source' => 'record.c', - 'SourceLine' => '225' - }, - '38583' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'recv_ptr', - 'offset' => '-32', - 'type' => '38655' - }, - '2' => { - 'name' => 'send_ptr', - 'offset' => '-40', - 'type' => '38655' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_get_ptr2', - 'Source' => 'record.c', - 'SourceLine' => '203' - }, - '38661' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '3449', - 'ShortName' => 'gnutls_transport_get_ptr', - 'Source' => 'record.c', - 'SourceLine' => '187' - }, - '38709' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'recv_fd', - 'offset' => '-28', - 'type' => '75' - }, - '2' => { - 'name' => 'send_fd', - 'offset' => '-32', - 'type' => '75' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_int2', - 'Source' => 'record.c', - 'SourceLine' => '142' - }, - '38781' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'recv_ptr', - 'offset' => '-32', - 'type' => '3449' - }, - '2' => { - 'name' => 'send_ptr', - 'offset' => '-40', - 'type' => '3449' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr2', - 'Source' => 'record.c', - 'SourceLine' => '117' - }, - '38853' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'ptr', - 'offset' => '-32', - 'type' => '3449' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_ptr', - 'Source' => 'record.c', - 'SourceLine' => '98' - }, - '38911' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_record_disable_padding', - 'Source' => 'record.c', - 'SourceLine' => '82' - }, - '415908' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - }, - '1' => { - 'name' => 'entity', - 'offset' => '-140', - 'type' => '145' - }, - '2' => { - 'name' => 'version', - 'offset' => '-144', - 'type' => '2766' - }, - '3' => { - 'name' => 'kx', - 'offset' => '-148', - 'type' => '2242' - }, - '4' => { - 'name' => 'cipher', - 'offset' => '-152', - 'type' => '2122' - }, - '5' => { - 'name' => 'mac', - 'offset' => '-156', - 'type' => '2429' - }, - '6' => { - 'name' => 'comp', - 'offset' => '0', - 'type' => '43151' - }, - '7' => { - 'name' => 'master', - 'offset' => '8', - 'type' => '4549' - }, - '8' => { - 'name' => 'session_id', - 'offset' => '16', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_set_premaster', - 'Source' => 'session_pack.c', - 'SourceLine' => '919' - }, - '454022' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'info', - 'offset' => '-184', - 'type' => '4549' - }, - '1' => { - 'name' => 'hash', - 'offset' => '-192', - 'type' => '454202' - }, - '2' => { - 'name' => 'digest', - 'offset' => '-200', - 'type' => '3994' - }, - '3' => { - 'name' => 'digest_size', - 'offset' => '-208', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_decode_ber_digest_info', - 'Source' => 'pk.c', - 'SourceLine' => '533' - }, - '454229' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'hash', - 'offset' => '-68', - 'type' => '2545' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'output', - 'offset' => '-88', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_encode_ber_digest_info', - 'Source' => 'pk.c', - 'SourceLine' => '505' - }, - '455130' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'sig_value', - 'offset' => '-24', - 'type' => '4549' - }, - '1' => { - 'name' => 'r', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 's', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_decode_rs_value', - 'Source' => 'pk.c', - 'SourceLine' => '241' - }, - '455742' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'sig_value', - 'offset' => '-24', - 'type' => '4650' - }, - '1' => { - 'name' => 'r', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 's', - 'offset' => '-40', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_encode_rs_value', - 'Source' => 'pk.c', - 'SourceLine' => '60' - }, - '472902' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'sec_param', - 'offset' => '-28', - 'type' => '3437' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_known_dh_params', - 'Source' => 'cert.c', - 'SourceLine' => '894' - }, - '472967' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'dh_params', - 'offset' => '-32', - 'type' => '133119' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_dh_params', - 'Source' => 'cert.c', - 'SourceLine' => '864' - }, - '473028' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'status', - 'offset' => '-52', - 'type' => '145' - }, - '1' => { - 'name' => 'type', - 'offset' => '-56', - 'type' => '2816' - }, - '2' => { - 'name' => 'out', - 'offset' => '-64', - 'type' => '4650' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verification_status_print', - 'Source' => 'cert.c', - 'SourceLine' => '747' - }, - '473396' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_certificate_activation_time_peers', - 'Source' => 'cert.c', - 'SourceLine' => '638' - }, - '473501' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '263', - 'ShortName' => 'gnutls_certificate_expiration_time_peers', - 'Source' => 'cert.c', - 'SourceLine' => '601' - }, - '473585' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '14235' - }, - '2' => { - 'name' => 'elements', - 'offset' => '-52', - 'type' => '145' - }, - '3' => { - 'name' => 'status', - 'offset' => '-64', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers', - 'Source' => 'cert.c', - 'SourceLine' => '564' - }, - '473735' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-56', - 'type' => '3461' - }, - '1' => { - 'name' => 'hostname', - 'offset' => '-64', - 'type' => '110' - }, - '2' => { - 'name' => 'status', - 'offset' => '-72', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers3', - 'Source' => 'cert.c', - 'SourceLine' => '517' - }, - '473831' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'status', - 'offset' => '-32', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_verify_peers2', - 'Source' => 'cert.c', - 'SourceLine' => '482' - }, - '474056' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '14229' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_verify_function', - 'Source' => 'cert.c', - 'SourceLine' => '380' - }, - '474117' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '146256' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function2', - 'Source' => 'cert.c', - 'SourceLine' => '349' - }, - '474178' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '146250' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_retrieve_function', - 'Source' => 'cert.c', - 'SourceLine' => '297' - }, - '474239' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'req', - 'offset' => '-28', - 'type' => '459087' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_server_set_request', - 'Source' => 'cert.c', - 'SourceLine' => '251' - }, - '474297' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-40', - 'type' => '474378' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_allocate_credentials', - 'Source' => 'cert.c', - 'SourceLine' => '216' - }, - '474405' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '134646' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_credentials', - 'Source' => 'cert.c', - 'SourceLine' => '193' - }, - '474448' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '134646' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_ca_names', - 'Source' => 'cert.c', - 'SourceLine' => '176' - }, - '474491' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-88', - 'type' => '134646' - }, - '1' => { - 'name' => 'idx1', - 'offset' => '-92', - 'type' => '145' - }, - '2' => { - 'name' => 'idx2', - 'offset' => '-96', - 'type' => '145' - }, - '3' => { - 'name' => 'cert', - 'offset' => '-104', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_crt_raw', - 'Source' => 'cert.c', - 'SourceLine' => '142' - }, - '474741' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-32', - 'type' => '134448' - }, - '2' => { - 'name' => 'issuer', - 'offset' => '-40', - 'type' => '135983' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_issuer', - 'Source' => 'cert.c', - 'SourceLine' => '113' - }, - '474830' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '134646' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_cas', - 'Source' => 'cert.c', - 'SourceLine' => '85' - }, - '474873' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-40', - 'type' => '134646' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_keys', - 'Source' => 'cert.c', - 'SourceLine' => '54' - }, - '4839' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1916', - 'Return' => '4701', - 'ShortName' => 'gnutls_malloc', - 'Source' => 'mem.c', - 'SourceLine' => '29' - }, - '4851' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1917', - 'Return' => '4801', - 'ShortName' => 'gnutls_realloc', - 'Source' => 'mem.c', - 'SourceLine' => '31' - }, - '4863' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1918', - 'Return' => '4734', - 'ShortName' => 'gnutls_calloc', - 'Source' => 'mem.c', - 'SourceLine' => '33' - }, - '4875' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1919', - 'Return' => '4772', - 'ShortName' => 'gnutls_free', - 'Source' => 'mem.c', - 'SourceLine' => '30' - }, - '4902' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '1921', - 'Return' => '4914', - 'ShortName' => 'gnutls_strdup', - 'Source' => 'mem.c', - 'SourceLine' => '34' - }, - '491146' => { - 'Header' => 'gnutls.h', - 'Return' => '1', - 'ShortName' => 'gnutls_global_deinit', - 'Source' => 'global.c', - 'SourceLine' => '463' - }, - '491432' => { - 'Header' => 'gnutls.h', - 'Return' => '75', - 'ShortName' => 'gnutls_global_init', - 'Source' => 'global.c', - 'SourceLine' => '220' - }, - '491561' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'level', - 'offset' => '-20', - 'type' => '75' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_level', - 'Source' => 'global.c', - 'SourceLine' => '153' - }, - '491605' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'time_func', - 'offset' => '-24', - 'type' => '4656' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_time_function', - 'Source' => 'global.c', - 'SourceLine' => '137' - }, - '491649' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'offset' => '-24', - 'type' => '4954' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_audit_log_function', - 'Source' => 'global.c', - 'SourceLine' => '122' - }, - '491693' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'log_func', - 'offset' => '-24', - 'type' => '4920' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_log_function', - 'Source' => 'global.c', - 'SourceLine' => '102' - }, - '5247' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2100', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_4096_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '664' - }, - '5259' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2101', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_4096_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '660' - }, - '526445' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '516394' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '146238' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_params_function', - 'Source' => 'anon_cred.c', - 'SourceLine' => '176' - }, - '526503' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '516394' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '146238' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_params_function', - 'Source' => 'anon_cred.c', - 'SourceLine' => '160' - }, - '526561' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '516394' - }, - '1' => { - 'name' => 'sec_param', - 'offset' => '-28', - 'type' => '3437' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_set_server_known_dh_params', - 'Source' => 'anon_cred.c', - 'SourceLine' => '142' - }, - '526623' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '516394' - }, - '1' => { - 'name' => 'dh_params', - 'offset' => '-32', - 'type' => '133119' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_set_server_dh_params', - 'Source' => 'anon_cred.c', - 'SourceLine' => '113' - }, - '526681' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '526728' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_allocate_client_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '92' - }, - '526734' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '516473' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_client_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '75' - }, - '526777' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '526824' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_anon_allocate_server_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '58' - }, - '526830' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '516394' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_anon_free_server_credentials', - 'Source' => 'anon_cred.c', - 'SourceLine' => '41' - }, - '5271' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2103', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_3072_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '568' - }, - '5283' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2104', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_3072_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '564' - }, - '5295' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2106', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_2048_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '510' - }, - '5307' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2107', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_2048_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '514' - }, - '5319' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2109', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_1536_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '470' - }, - '5331' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2110', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_1536_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '474' - }, - '5343' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2112', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_1024_group_prime', - 'Source' => 'srp_kx.c', - 'SourceLine' => '437' - }, - '5355' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2113', - 'Return' => '4012', - 'ShortName' => 'gnutls_srp_1024_group_generator', - 'Source' => 'srp_kx.c', - 'SourceLine' => '441' - }, - '5367' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2118', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_8192_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '388' - }, - '5379' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2119', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_8192_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '384' - }, - '5391' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2120', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_8192_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '391' - }, - '5403' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2122', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_4096_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '229' - }, - '5415' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2123', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_4096_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '225' - }, - '5427' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2124', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_4096_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '232' - }, - '5439' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2126', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_3072_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '143' - }, - '5451' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2127', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_3072_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '139' - }, - '5463' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2128', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_3072_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '146' - }, - '5475' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2130', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_2048_group_prime', - 'Source' => 'dh-primes.c', - 'SourceLine' => '70' - }, - '5487' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2131', - 'Return' => '4012', - 'ShortName' => 'gnutls_ffdhe_2048_group_generator', - 'Source' => 'dh-primes.c', - 'SourceLine' => '76' - }, - '5499' => { - 'Data' => 1, - 'Header' => 'gnutls.h', - 'Line' => '2132', - 'Return' => '152', - 'ShortName' => 'gnutls_ffdhe_2048_key_bits', - 'Source' => 'dh-primes.c', - 'SourceLine' => '79' - }, - '558220' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'algo', - 'offset' => '-68', - 'type' => '2545' - }, - '1' => { - 'name' => 'data', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'result', - 'offset' => '-88', - 'type' => '211' - }, - '3' => { - 'name' => 'result_size', - 'offset' => '-96', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_fingerprint', - 'Source' => 'fingerprint.c', - 'SourceLine' => '55' - }, - '609823' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '597851', - 'ShortName' => 'gnutls_alert_get', - 'Source' => 'alert.c', - 'SourceLine' => '372' - }, - '609873' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'err', - 'offset' => '-44', - 'type' => '75' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alert_send_appropriate', - 'Source' => 'alert.c', - 'SourceLine' => '346' - }, - '609968' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'err', - 'offset' => '-36', - 'type' => '75' - }, - '1' => { - 'name' => 'level', - 'offset' => '-48', - 'type' => '17333' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_error_to_alert', - 'Source' => 'alert.c', - 'SourceLine' => '189' - }, - '610058' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'level', - 'offset' => '-44', - 'type' => '597639' - }, - '2' => { - 'name' => 'desc', - 'offset' => '-48', - 'type' => '597851' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_alert_send', - 'Source' => 'alert.c', - 'SourceLine' => '148' - }, - '610176' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'alert', - 'offset' => '-36', - 'type' => '597851' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_alert_get_strname', - 'Source' => 'alert.c', - 'SourceLine' => '118' - }, - '610242' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'alert', - 'offset' => '-36', - 'type' => '597851' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_alert_get_name', - 'Source' => 'alert.c', - 'SourceLine' => '97' - }, - '630543' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134413' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-76', - 'type' => '3236' - }, - '2' => { - 'name' => 'x', - 'offset' => '-88', - 'type' => '4549' - }, - '3' => { - 'name' => 'y', - 'offset' => '-96', - 'type' => '4549' - }, - '4' => { - 'name' => 'k', - 'offset' => '-104', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ecc_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '386' - }, - '630795' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134413' - }, - '1' => { - 'name' => 'p', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'q', - 'offset' => '-88', - 'type' => '4549' - }, - '3' => { - 'name' => 'g', - 'offset' => '-96', - 'type' => '4549' - }, - '4' => { - 'name' => 'y', - 'offset' => '-104', - 'type' => '4549' - }, - '5' => { - 'name' => 'x', - 'offset' => '-112', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_dsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '335' - }, - '631038' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134413' - }, - '1' => { - 'name' => 'm', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'e', - 'offset' => '-88', - 'type' => '4549' - }, - '3' => { - 'name' => 'd', - 'offset' => '-96', - 'type' => '4549' - }, - '4' => { - 'name' => 'p', - 'offset' => '-104', - 'type' => '4549' - }, - '5' => { - 'name' => 'q', - 'offset' => '-112', - 'type' => '4549' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4549' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4549' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_rsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '282' - }, - '631322' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-520', - 'type' => '134413' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-528', - 'type' => '453576' - }, - '2' => { - 'name' => 'x', - 'offset' => '-536', - 'type' => '4650' - }, - '3' => { - 'name' => 'y', - 'offset' => '-544', - 'type' => '4650' - }, - '4' => { - 'name' => 'k', - 'offset' => '-552', - 'type' => '4650' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-556', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_ecc_raw2', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '234' - }, - '631571' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-32', - 'type' => '453576' - }, - '2' => { - 'name' => 'x', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'y', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'k', - 'offset' => '-56', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_ecc_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '207' - }, - '631669' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-520', - 'type' => '134413' - }, - '1' => { - 'name' => 'p', - 'offset' => '-528', - 'type' => '4650' - }, - '2' => { - 'name' => 'q', - 'offset' => '-536', - 'type' => '4650' - }, - '3' => { - 'name' => 'g', - 'offset' => '-544', - 'type' => '4650' - }, - '4' => { - 'name' => 'y', - 'offset' => '-552', - 'type' => '4650' - }, - '5' => { - 'name' => 'x', - 'offset' => '-560', - 'type' => '4650' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_dsa_raw2', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '163' - }, - '631901' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'p', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'q', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'g', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'y', - 'offset' => '-56', - 'type' => '4650' - }, - '5' => { - 'name' => 'x', - 'offset' => '-64', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_dsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '136' - }, - '632009' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-520', - 'type' => '134413' - }, - '1' => { - 'name' => 'm', - 'offset' => '-528', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-536', - 'type' => '4650' - }, - '3' => { - 'name' => 'd', - 'offset' => '-544', - 'type' => '4650' - }, - '4' => { - 'name' => 'p', - 'offset' => '-552', - 'type' => '4650' - }, - '5' => { - 'name' => 'q', - 'offset' => '-560', - 'type' => '4650' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4650' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4650' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4650' - }, - '9' => { - 'name' => 'flags', - 'offset' => '24', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_rsa_raw2', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '89' - }, - '632279' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'm', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'd', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'p', - 'offset' => '-56', - 'type' => '4650' - }, - '5' => { - 'name' => 'q', - 'offset' => '-64', - 'type' => '4650' - }, - '6' => { - 'name' => 'u', - 'offset' => '0', - 'type' => '4650' - }, - '7' => { - 'name' => 'e1', - 'offset' => '8', - 'type' => '4650' - }, - '8' => { - 'name' => 'e2', - 'offset' => '16', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_rsa_raw', - 'Source' => 'privkey_raw.c', - 'SourceLine' => '57' - }, - '647082' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'list', - 'offset' => '-24', - 'type' => '136696' - }, - '1' => { - 'name' => 'tl_flags', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'tl_vflags', - 'offset' => '-32', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_trust_list_add_system_trust', - 'Source' => 'certs.c', - 'SourceLine' => '368' - }, - '677496' => { - 'Header' => 'socket.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'fd', - 'offset' => '-28', - 'type' => '75' - }, - '2' => { - 'name' => 'connect_addr', - 'offset' => '-40', - 'type' => '1326' - }, - '3' => { - 'name' => 'connect_addrlen', - 'offset' => '-32', - 'type' => '1006' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_transport_set_fastopen', - 'Source' => 'fastopen.c', - 'SourceLine' => '203' - }, - '692785' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'ptr', - 'offset' => '-56', - 'type' => '3449' - }, - '1' => { - 'name' => 'ms', - 'offset' => '-60', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_system_recv_timeout', - 'Source' => 'sockets.c', - 'SourceLine' => '148' - }, - '69609' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'offset' => '-20', - 'type' => '2668' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_handshake_description_get_name', - 'Source' => 'debug.c', - 'SourceLine' => '83' - }, - '740770' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'offset' => '-72', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-80', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_encode2', - 'Source' => 'str.c', - 'SourceLine' => '650' - }, - '740964' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'data', - 'offset' => '-72', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-80', - 'type' => '235' - }, - '2' => { - 'name' => 'result_size', - 'offset' => '-88', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_encode', - 'Source' => 'str.c', - 'SourceLine' => '616' - }, - '741174' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'offset' => '-72', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-80', - 'type' => '211' - }, - '2' => { - 'name' => 'result_size', - 'offset' => '-88', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_decode', - 'Source' => 'str.c', - 'SourceLine' => '580' - }, - '741363' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'offset' => '-40', - 'type' => '4549' - }, - '1' => { - 'name' => 'result', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex_decode2', - 'Source' => 'str.c', - 'SourceLine' => '541' - }, - '741729' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'hex_data', - 'offset' => '-24', - 'type' => '110' - }, - '1' => { - 'name' => 'hex_size', - 'offset' => '-32', - 'type' => '52' - }, - '2' => { - 'name' => 'bin_data', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'bin_size', - 'offset' => '-48', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hex2bin', - 'Source' => 'str.c', - 'SourceLine' => '483' - }, - '743354' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'dest', - 'offset' => '-56', - 'type' => '22007' - }, - '1' => { - 'name' => 'data', - 'offset' => '-64', - 'type' => '329' - }, - '2' => { - 'name' => 'data_size', - 'offset' => '-72', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_buffer_append_data', - 'Source' => 'str.c', - 'SourceLine' => '119' - }, - '760566' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'password', - 'offset' => '-152', - 'type' => '22141' - }, - '1' => { - 'name' => 'plen', - 'offset' => '-156', - 'type' => '145' - }, - '2' => { - 'name' => 'out', - 'offset' => '-168', - 'type' => '4650' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-160', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_utf8_password_normalize', - 'Source' => 'str-unicode.c', - 'SourceLine' => '190' - }, - '777023' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'input', - 'offset' => '-88', - 'type' => '110' - }, - '1' => { - 'name' => 'ilen', - 'offset' => '-92', - 'type' => '145' - }, - '2' => { - 'name' => 'out', - 'offset' => '-104', - 'type' => '4650' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-96', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_idna_reverse_map', - 'Source' => 'str-idna.c', - 'SourceLine' => '215' - }, - '777548' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'input', - 'offset' => '-104', - 'type' => '110' - }, - '1' => { - 'name' => 'ilen', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'out', - 'offset' => '-120', - 'type' => '4650' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-112', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_idna_map', - 'Source' => 'str-idna.c', - 'SourceLine' => '64' - }, - '793484' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_session_get_flags', - 'Source' => 'state.c', - 'SourceLine' => '1253' - }, - '793549' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-104', - 'type' => '3461' - }, - '1' => { - 'name' => 'read', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'seq_number', - 'offset' => '-120', - 'type' => '3994' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_set_state', - 'Source' => 'state.c', - 'SourceLine' => '1204' - }, - '793860' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-104', - 'type' => '3461' - }, - '1' => { - 'name' => 'read', - 'offset' => '-108', - 'type' => '145' - }, - '2' => { - 'name' => 'mac_key', - 'offset' => '-120', - 'type' => '4650' - }, - '3' => { - 'name' => 'IV', - 'offset' => '-128', - 'type' => '4650' - }, - '4' => { - 'name' => 'cipher_key', - 'offset' => '-136', - 'type' => '4650' - }, - '5' => { - 'name' => 'seq_number', - 'offset' => '-144', - 'type' => '3994' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_get_state', - 'Source' => 'state.c', - 'SourceLine' => '1149' - }, - '794191' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'htype', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'post', - 'offset' => '-32', - 'type' => '75' - }, - '3' => { - 'name' => 'func', - 'offset' => '-40', - 'type' => '4496' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_hook_function', - 'Source' => 'state.c', - 'SourceLine' => '1119' - }, - '794282' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'random', - 'offset' => '-32', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_handshake_set_random', - 'Source' => 'state.c', - 'SourceLine' => '1076' - }, - '794429' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'secret', - 'offset' => '-32', - 'type' => '4650' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_get_master_secret', - 'Source' => 'state.c', - 'SourceLine' => '1039' - }, - '794490' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'client', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'server', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_get_random', - 'Source' => 'state.c', - 'SourceLine' => '1012' - }, - '794566' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '2766', - 'ShortName' => 'gnutls_protocol_get_version', - 'Source' => 'state.c', - 'SourceLine' => '991' - }, - '794616' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '3339', - 'ShortName' => 'gnutls_group_get', - 'Source' => 'state.c', - 'SourceLine' => '973' - }, - '794679' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '3236', - 'ShortName' => 'gnutls_ecc_curve_get', - 'Source' => 'state.c', - 'SourceLine' => '951' - }, - '794742' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'cbtype', - 'offset' => '-28', - 'type' => '781489' - }, - '2' => { - 'name' => 'cb', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_channel_binding', - 'Source' => 'state.c', - 'SourceLine' => '919' - }, - '794821' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_enable_compatibility_mode', - 'Source' => 'state.c', - 'SourceLine' => '897' - }, - '794867' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '4555' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_post_client_hello_function', - 'Source' => 'state.c', - 'SourceLine' => '873' - }, - '795004' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_record_get_direction', - 'Source' => 'state.c', - 'SourceLine' => '823' - }, - '795054' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'func', - 'offset' => '-32', - 'type' => '14229' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_verify_function', - 'Source' => 'state.c', - 'SourceLine' => '800' - }, - '795115' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'ptr', - 'offset' => '-32', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_session_set_ptr', - 'Source' => 'state.c', - 'SourceLine' => '770' - }, - '795176' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '211', - 'ShortName' => 'gnutls_session_get_ptr', - 'Source' => 'state.c', - 'SourceLine' => '756' - }, - '795354' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_resumption_requested', - 'Source' => 'state.c', - 'SourceLine' => '699' - }, - '795404' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_is_resumed', - 'Source' => 'state.c', - 'SourceLine' => '668' - }, - '795454' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'allow', - 'offset' => '-28', - 'type' => '75' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_handshake_set_private_extensions', - 'Source' => 'state.c', - 'SourceLine' => '651' - }, - '795667' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'status', - 'offset' => '-28', - 'type' => '75' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_send_x509_rdn_sequence', - 'Source' => 'state.c', - 'SourceLine' => '591' - }, - '797166' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_deinit', - 'Source' => 'state.c', - 'SourceLine' => '368' - }, - '797275' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '797384' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_init', - 'Source' => 'state.c', - 'SourceLine' => '242' - }, - '797591' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-72', - 'type' => '3461' - } - }, - 'Return' => '2429', - 'ShortName' => 'gnutls_mac_get', - 'Source' => 'state.c', - 'SourceLine' => '124' - }, - '797764' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '2242', - 'ShortName' => 'gnutls_kx_get', - 'Source' => 'state.c', - 'SourceLine' => '108' - }, - '797812' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '2816', - 'ShortName' => 'gnutls_certificate_type_get', - 'Source' => 'state.c', - 'SourceLine' => '94' - }, - '797860' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-72', - 'type' => '3461' - } - }, - 'Return' => '2122', - 'ShortName' => 'gnutls_cipher_get', - 'Source' => 'state.c', - 'SourceLine' => '70' - }, - '817933' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '31', - 'Return' => '817922', - 'ShortName' => '_gnutls_custom_urls' - }, - '817944' => { - 'Data' => 1, - 'Header' => 'urls.h', - 'Line' => '32', - 'Return' => '145', - 'ShortName' => '_gnutls_custom_urls_size' - }, - '817955' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'fn', - 'offset' => '-32', - 'type' => '136203' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_pin_function', - 'Source' => 'x509.c', - 'SourceLine' => '2145' - }, - '818030' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'sc', - 'offset' => '-24', - 'type' => '134646' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_free_crls', - 'Source' => 'x509.c', - 'SourceLine' => '2124' - }, - '818075' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-88', - 'type' => '134646' - }, - '1' => { - 'name' => 'p12blob', - 'offset' => '-96', - 'type' => '4549' - }, - '2' => { - 'name' => 'type', - 'offset' => '-100', - 'type' => '193776' - }, - '3' => { - 'name' => 'password', - 'offset' => '-112', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_mem', - 'Source' => 'x509.c', - 'SourceLine' => '2031' - }, - '818349' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-72', - 'type' => '134646' - }, - '1' => { - 'name' => 'pkcs12file', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'offset' => '-84', - 'type' => '193776' - }, - '3' => { - 'name' => 'password', - 'offset' => '-96', - 'type' => '110' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_simple_pkcs12_file', - 'Source' => 'x509.c', - 'SourceLine' => '1970' - }, - '818533' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-40', - 'type' => '134646' - }, - '1' => { - 'name' => 'crlfile', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'offset' => '-52', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl_file', - 'Source' => 'x509.c', - 'SourceLine' => '1914' - }, - '818628' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-72', - 'type' => '134646' - }, - '1' => { - 'name' => 'crl_list', - 'offset' => '-80', - 'type' => '818803' - }, - '2' => { - 'name' => 'crl_list_size', - 'offset' => '-84', - 'type' => '75' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl', - 'Source' => 'x509.c', - 'SourceLine' => '1861' - }, - '818849' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-40', - 'type' => '134646' - }, - '1' => { - 'name' => 'CRL', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'type', - 'offset' => '-52', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_crl_mem', - 'Source' => 'x509.c', - 'SourceLine' => '1830' - }, - '818944' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-24', - 'type' => '134646' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_system_trust', - 'Source' => 'x509.c', - 'SourceLine' => '1808' - }, - '818994' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-40', - 'type' => '134646' - }, - '1' => { - 'name' => 'ca_dir', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'offset' => '-52', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_dir', - 'Source' => 'x509.c', - 'SourceLine' => '1778' - }, - '819089' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'cred', - 'offset' => '-40', - 'type' => '134646' - }, - '1' => { - 'name' => 'cafile', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'offset' => '-52', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_file', - 'Source' => 'x509.c', - 'SourceLine' => '1747' - }, - '819184' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-72', - 'type' => '134646' - }, - '1' => { - 'name' => 'ca_list', - 'offset' => '-80', - 'type' => '135983' - }, - '2' => { - 'name' => 'ca_list_size', - 'offset' => '-84', - 'type' => '75' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust', - 'Source' => 'x509.c', - 'SourceLine' => '1685' - }, - '819399' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-40', - 'type' => '134646' - }, - '1' => { - 'name' => 'ca', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'type', - 'offset' => '-52', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_trust_mem', - 'Source' => 'x509.c', - 'SourceLine' => '1649' - }, - '819493' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-40', - 'type' => '134646' - }, - '1' => { - 'name' => 'certfile', - 'offset' => '-48', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'offset' => '-56', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'offset' => '-60', - 'type' => '193776' - }, - '4' => { - 'name' => 'pass', - 'offset' => '-72', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_file2', - 'Source' => 'x509.c', - 'SourceLine' => '1600' - }, - '819689' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'certfile', - 'offset' => '-32', - 'type' => '110' - }, - '2' => { - 'name' => 'keyfile', - 'offset' => '-40', - 'type' => '110' - }, - '3' => { - 'name' => 'type', - 'offset' => '-44', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_file', - 'Source' => 'x509.c', - 'SourceLine' => '1549' - }, - '819784' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'tlist', - 'offset' => '-32', - 'type' => '819845' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_get_trust_list', - 'Source' => 'x509.c', - 'SourceLine' => '1505' - }, - '819851' => { - 'Header' => 'x509.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'tlist', - 'offset' => '-32', - 'type' => '136696' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_certificate_set_trust_list', - 'Source' => 'x509.c', - 'SourceLine' => '1483' - }, - '819927' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-88', - 'type' => '134646' - }, - '1' => { - 'name' => 'names', - 'offset' => '-96', - 'type' => '246352' - }, - '2' => { - 'name' => 'names_size', - 'offset' => '-100', - 'type' => '75' - }, - '3' => { - 'name' => 'pcert_list', - 'offset' => '-112', - 'type' => '5709' - }, - '4' => { - 'name' => 'pcert_list_size', - 'offset' => '-104', - 'type' => '75' - }, - '5' => { - 'name' => 'key', - 'offset' => '-120', - 'type' => '134413' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_key', - 'Source' => 'x509.c', - 'SourceLine' => '1378' - }, - '820262' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-72', - 'type' => '134646' - }, - '1' => { - 'name' => 'index', - 'offset' => '-76', - 'type' => '145' - }, - '2' => { - 'name' => 'crt_list', - 'offset' => '-88', - 'type' => '820465' - }, - '3' => { - 'name' => 'crt_list_size', - 'offset' => '-96', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_x509_crt', - 'Source' => 'x509.c', - 'SourceLine' => '1310' - }, - '820471' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'index', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '820570' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_get_x509_key', - 'Source' => 'x509.c', - 'SourceLine' => '1268' - }, - '820576' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-56', - 'type' => '134646' - }, - '1' => { - 'name' => 'cert_list', - 'offset' => '-64', - 'type' => '135983' - }, - '2' => { - 'name' => 'cert_list_size', - 'offset' => '-68', - 'type' => '75' - }, - '3' => { - 'name' => 'key', - 'offset' => '-80', - 'type' => '134436' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key', - 'Source' => 'x509.c', - 'SourceLine' => '1163' - }, - '821123' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-40', - 'type' => '134646' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'type', - 'offset' => '-60', - 'type' => '193776' - }, - '4' => { - 'name' => 'pass', - 'offset' => '-72', - 'type' => '110' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-64', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem2', - 'Source' => 'x509.c', - 'SourceLine' => '1051' - }, - '821319' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'res', - 'offset' => '-24', - 'type' => '134646' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4549' - }, - '3' => { - 'name' => 'type', - 'offset' => '-44', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_certificate_set_x509_key_mem', - 'Source' => 'x509.c', - 'SourceLine' => '1011' - }, - '840158' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'filename', - 'offset' => '-40', - 'type' => '110' - }, - '1' => { - 'name' => 'data', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_load_file', - 'Source' => 'file.c', - 'SourceLine' => '54' - }, - '855053' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'do_send_supplemental', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_send', - 'Source' => 'supplemental.c', - 'SourceLine' => '390' - }, - '855114' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - }, - '1' => { - 'name' => 'do_recv_supplemental', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_supplemental_recv', - 'Source' => 'supplemental.c', - 'SourceLine' => '374' - }, - '855175' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-136', - 'type' => '3461' - }, - '1' => { - 'name' => 'name', - 'offset' => '-144', - 'type' => '110' - }, - '2' => { - 'name' => 'type', - 'offset' => '-148', - 'type' => '844534' - }, - '3' => { - 'name' => 'recv_func', - 'offset' => '-160', - 'type' => '845978' - }, - '4' => { - 'name' => 'send_func', - 'offset' => '-168', - 'type' => '845990' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-152', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_session_supplemental_register', - 'Source' => 'supplemental.c', - 'SourceLine' => '329' - }, - '855509' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'name', - 'offset' => '-72', - 'type' => '110' - }, - '1' => { - 'name' => 'type', - 'offset' => '-76', - 'type' => '844534' - }, - '2' => { - 'name' => 'recv_func', - 'offset' => '-88', - 'type' => '845978' - }, - '3' => { - 'name' => 'send_func', - 'offset' => '-96', - 'type' => '845990' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_supplemental_register', - 'Source' => 'supplemental.c', - 'SourceLine' => '289' - }, - '856593' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'type', - 'offset' => '-36', - 'type' => '844534' - } - }, - 'Return' => '110', - 'ShortName' => 'gnutls_supplemental_get_name', - 'Source' => 'supplemental.c', - 'SourceLine' => '73' - }, - '872217' => { - 'Header' => 'crypto.h', - 'Return' => '1', - 'ShortName' => 'gnutls_rnd_refresh', - 'Source' => 'random.c', - 'SourceLine' => '195' - }, - '872242' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'level', - 'offset' => '-68', - 'type' => '426396' - }, - '1' => { - 'name' => 'data', - 'offset' => '-80', - 'type' => '211' - }, - '2' => { - 'name' => 'len', - 'offset' => '-88', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_rnd', - 'Source' => 'random.c', - 'SourceLine' => '169' - }, - '887861' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '879003' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_aead_cipher_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '789' - }, - '887926' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-120', - 'type' => '879003' - }, - '1' => { - 'name' => 'nonce', - 'offset' => '-128', - 'type' => '329' - }, - '2' => { - 'name' => 'nonce_len', - 'offset' => '-136', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'offset' => '-144', - 'type' => '329' - }, - '4' => { - 'name' => 'auth_len', - 'offset' => '-152', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'offset' => '-160', - 'type' => '52' - }, - '6' => { - 'name' => 'ptext', - 'offset' => '0', - 'type' => '329' - }, - '7' => { - 'name' => 'ptext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ctext', - 'offset' => '16', - 'type' => '211' - }, - '9' => { - 'name' => 'ctext_len', - 'offset' => '24', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_encrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '747' - }, - '888370' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-120', - 'type' => '879003' - }, - '1' => { - 'name' => 'nonce', - 'offset' => '-128', - 'type' => '329' - }, - '2' => { - 'name' => 'nonce_len', - 'offset' => '-136', - 'type' => '52' - }, - '3' => { - 'name' => 'auth', - 'offset' => '-144', - 'type' => '329' - }, - '4' => { - 'name' => 'auth_len', - 'offset' => '-152', - 'type' => '52' - }, - '5' => { - 'name' => 'tag_size', - 'offset' => '-160', - 'type' => '52' - }, - '6' => { - 'name' => 'ctext', - 'offset' => '0', - 'type' => '329' - }, - '7' => { - 'name' => 'ctext_len', - 'offset' => '8', - 'type' => '52' - }, - '8' => { - 'name' => 'ptext', - 'offset' => '16', - 'type' => '211' - }, - '9' => { - 'name' => 'ptext_len', - 'offset' => '24', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_decrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '691' - }, - '888793' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-72', - 'type' => '888978' - }, - '1' => { - 'name' => 'cipher', - 'offset' => '-76', - 'type' => '2122' - }, - '2' => { - 'name' => 'key', - 'offset' => '-88', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_aead_cipher_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '644' - }, - '889005' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4650' - }, - '1' => { - 'name' => 'key_size', - 'offset' => '-44', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_key_generate', - 'Source' => 'crypto-api.c', - 'SourceLine' => '592' - }, - '889125' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '-20', - 'type' => '2545' - }, - '1' => { - 'name' => 'ptext', - 'offset' => '-32', - 'type' => '329' - }, - '2' => { - 'name' => 'ptext_len', - 'offset' => '-40', - 'type' => '52' - }, - '3' => { - 'name' => 'digest', - 'offset' => '-48', - 'type' => '211' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash_fast', - 'Source' => 'crypto-api.c', - 'SourceLine' => '573' - }, - '889270' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-24', - 'type' => '879047' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-32', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '536' - }, - '889331' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '879047' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-48', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hash_output', - 'Source' => 'crypto-api.c', - 'SourceLine' => '521' - }, - '889392' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-24', - 'type' => '879047' - }, - '1' => { - 'name' => 'ptext', - 'offset' => '-32', - 'type' => '329' - }, - '2' => { - 'name' => 'ptext_len', - 'offset' => '-40', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash', - 'Source' => 'crypto-api.c', - 'SourceLine' => '506' - }, - '889472' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'dig', - 'offset' => '-24', - 'type' => '889556' - }, - '1' => { - 'name' => 'algorithm', - 'offset' => '-28', - 'type' => '2545' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hash_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '470' - }, - '889583' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '-20', - 'type' => '2429' - }, - '1' => { - 'name' => 'key', - 'offset' => '-32', - 'type' => '329' - }, - '2' => { - 'name' => 'keylen', - 'offset' => '-40', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'offset' => '-48', - 'type' => '329' - }, - '4' => { - 'name' => 'ptext_len', - 'offset' => '-56', - 'type' => '52' - }, - '5' => { - 'name' => 'digest', - 'offset' => '-64', - 'type' => '211' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac_fast', - 'Source' => 'crypto-api.c', - 'SourceLine' => '445' - }, - '889758' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-24', - 'type' => '879069' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-32', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '406' - }, - '889819' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-24', - 'type' => '879069' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-32', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_output', - 'Source' => 'crypto-api.c', - 'SourceLine' => '391' - }, - '889880' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-24', - 'type' => '879069' - }, - '1' => { - 'name' => 'ptext', - 'offset' => '-32', - 'type' => '329' - }, - '2' => { - 'name' => 'ptext_len', - 'offset' => '-40', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac', - 'Source' => 'crypto-api.c', - 'SourceLine' => '376' - }, - '889960' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-24', - 'type' => '879069' - }, - '1' => { - 'name' => 'nonce', - 'offset' => '-32', - 'type' => '329' - }, - '2' => { - 'name' => 'nonce_len', - 'offset' => '-40', - 'type' => '52' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_hmac_set_nonce', - 'Source' => 'crypto-api.c', - 'SourceLine' => '357' - }, - '890036' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'dig', - 'offset' => '-40', - 'type' => '890150' - }, - '1' => { - 'name' => 'algorithm', - 'offset' => '-44', - 'type' => '2429' - }, - '2' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '329' - }, - '3' => { - 'name' => 'keylen', - 'offset' => '-64', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_hmac_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '322' - }, - '890156' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '878949' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_deinit', - 'Source' => 'crypto-api.c', - 'SourceLine' => '289' - }, - '890221' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '878949' - }, - '1' => { - 'name' => 'ctext', - 'offset' => '-48', - 'type' => '329' - }, - '2' => { - 'name' => 'ctext_len', - 'offset' => '-56', - 'type' => '52' - }, - '3' => { - 'name' => 'ptext', - 'offset' => '-64', - 'type' => '211' - }, - '4' => { - 'name' => 'ptext_len', - 'offset' => '-72', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_decrypt2', - 'Source' => 'crypto-api.c', - 'SourceLine' => '265' - }, - '890345' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '878949' - }, - '1' => { - 'name' => 'ptext', - 'offset' => '-48', - 'type' => '329' - }, - '2' => { - 'name' => 'ptext_len', - 'offset' => '-56', - 'type' => '52' - }, - '3' => { - 'name' => 'ctext', - 'offset' => '-64', - 'type' => '211' - }, - '4' => { - 'name' => 'ctext_len', - 'offset' => '-72', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_encrypt2', - 'Source' => 'crypto-api.c', - 'SourceLine' => '234' - }, - '890462' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '878949' - }, - '1' => { - 'name' => 'ctext', - 'offset' => '-48', - 'type' => '211' - }, - '2' => { - 'name' => 'ctext_len', - 'offset' => '-56', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_decrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '203' - }, - '890550' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '878949' - }, - '1' => { - 'name' => 'ptext', - 'offset' => '-48', - 'type' => '211' - }, - '2' => { - 'name' => 'ptext_len', - 'offset' => '-56', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_encrypt', - 'Source' => 'crypto-api.c', - 'SourceLine' => '178' - }, - '890638' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-40', - 'type' => '878949' - }, - '1' => { - 'name' => 'iv', - 'offset' => '-48', - 'type' => '211' - }, - '2' => { - 'name' => 'ivlen', - 'offset' => '-56', - 'type' => '52' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_cipher_set_iv', - 'Source' => 'crypto-api.c', - 'SourceLine' => '154' - }, - '890721' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-72', - 'type' => '878949' - }, - '1' => { - 'name' => 'ptext', - 'offset' => '-80', - 'type' => '329' - }, - '2' => { - 'name' => 'ptext_size', - 'offset' => '-88', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_add_auth', - 'Source' => 'crypto-api.c', - 'SourceLine' => '129' - }, - '890908' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-72', - 'type' => '878949' - }, - '1' => { - 'name' => 'tag', - 'offset' => '-80', - 'type' => '211' - }, - '2' => { - 'name' => 'tag_size', - 'offset' => '-88', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_tag', - 'Source' => 'crypto-api.c', - 'SourceLine' => '101' - }, - '891095' => { - 'Header' => 'crypto.h', - 'Param' => { - '0' => { - 'name' => 'handle', - 'offset' => '-88', - 'type' => '891302' - }, - '1' => { - 'name' => 'cipher', - 'offset' => '-92', - 'type' => '2122' - }, - '2' => { - 'name' => 'key', - 'offset' => '-104', - 'type' => '4549' - }, - '3' => { - 'name' => 'iv', - 'offset' => '-112', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_cipher_init', - 'Source' => 'crypto-api.c', - 'SourceLine' => '56' - }, - '914032' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'privkey', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-32', - 'type' => '899098' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_set_spki', - 'Source' => 'privkey.c', - 'SourceLine' => '1775' - }, - '914152' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'privkey', - 'offset' => '-56', - 'type' => '134413' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-64', - 'type' => '899086' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_get_spki', - 'Source' => 'privkey.c', - 'SourceLine' => '1745' - }, - '914309' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-520', - 'type' => '134413' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_verify_params', - 'Source' => 'privkey.c', - 'SourceLine' => '1707' - }, - '914488' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_status', - 'Source' => 'privkey.c', - 'SourceLine' => '1684' - }, - '914538' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_set_flags', - 'Source' => 'privkey.c', - 'SourceLine' => '1661' - }, - '914599' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'fn', - 'offset' => '-32', - 'type' => '136203' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_set_pin_function', - 'Source' => 'privkey.c', - 'SourceLine' => '1642' - }, - '914674' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '134413' - }, - '1' => { - 'name' => 'url', - 'offset' => '-80', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-84', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_url', - 'Source' => 'privkey.c', - 'SourceLine' => '1582' - }, - '914898' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-72', - 'type' => '134413' - }, - '1' => { - 'name' => 'data', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-84', - 'type' => '193776' - }, - '3' => { - 'name' => 'password', - 'offset' => '-96', - 'type' => '110' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-88', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_x509_raw', - 'Source' => 'privkey.c', - 'SourceLine' => '1527' - }, - '915156' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '134413' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-60', - 'type' => '145' - }, - '2' => { - 'name' => 'ciphertext', - 'offset' => '-72', - 'type' => '4549' - }, - '3' => { - 'name' => 'plaintext', - 'offset' => '-80', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_decrypt_data', - 'Source' => 'privkey.c', - 'SourceLine' => '1479' - }, - '916132' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'hash_algo', - 'offset' => '-92', - 'type' => '2545' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-96', - 'type' => '145' - }, - '3' => { - 'name' => 'hash_data', - 'offset' => '-104', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-112', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_hash', - 'Source' => 'privkey.c', - 'SourceLine' => '1282' - }, - '916724' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-92', - 'type' => '3156' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-96', - 'type' => '145' - }, - '3' => { - 'name' => 'hash_data', - 'offset' => '-104', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-112', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_hash2', - 'Source' => 'privkey.c', - 'SourceLine' => '1173' - }, - '916960' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'offset' => '-104', - 'type' => '134413' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-108', - 'type' => '3156' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-112', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-120', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-128', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_data2', - 'Source' => 'privkey.c', - 'SourceLine' => '1111' - }, - '917258' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'signer', - 'offset' => '-72', - 'type' => '134413' - }, - '1' => { - 'name' => 'hash', - 'offset' => '-76', - 'type' => '2545' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-80', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-88', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-96', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_sign_data', - 'Source' => 'privkey.c', - 'SourceLine' => '1064' - }, - '917479' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-92', - 'type' => '2896' - }, - '2' => { - 'name' => 'bits', - 'offset' => '-96', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-100', - 'type' => '145' - }, - '4' => { - 'name' => 'data', - 'offset' => '-112', - 'type' => '917763' - }, - '5' => { - 'name' => 'data_size', - 'offset' => '-104', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_generate2', - 'Source' => 'privkey.c', - 'SourceLine' => '1018' - }, - '917769' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-28', - 'type' => '2896' - }, - '2' => { - 'name' => 'bits', - 'offset' => '-32', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-36', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_generate', - 'Source' => 'privkey.c', - 'SourceLine' => '985' - }, - '917864' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'key', - 'offset' => '-96', - 'type' => '820570' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_x509', - 'Source' => 'privkey.c', - 'SourceLine' => '932' - }, - '918090' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'key', - 'offset' => '-96', - 'type' => '134436' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-100', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_x509', - 'Source' => 'privkey.c', - 'SourceLine' => '885' - }, - '918326' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'userdata', - 'offset' => '-96', - 'type' => '211' - }, - '2' => { - 'name' => 'sign_data_fn', - 'offset' => '-104', - 'type' => '197273' - }, - '3' => { - 'name' => 'sign_hash_fn', - 'offset' => '-112', - 'type' => '197216' - }, - '4' => { - 'name' => 'decrypt_fn', - 'offset' => '-120', - 'type' => '197205' - }, - '5' => { - 'name' => 'deinit_fn', - 'offset' => '-128', - 'type' => '197284' - }, - '6' => { - 'name' => 'info_fn', - 'offset' => '0', - 'type' => '197317' - }, - '7' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext4', - 'Source' => 'privkey.c', - 'SourceLine' => '823' - }, - '918640' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-104', - 'type' => '134413' - }, - '1' => { - 'name' => 'userdata', - 'offset' => '-112', - 'type' => '211' - }, - '2' => { - 'name' => 'sign_fn', - 'offset' => '-120', - 'type' => '197158' - }, - '3' => { - 'name' => 'decrypt_fn', - 'offset' => '-128', - 'type' => '197205' - }, - '4' => { - 'name' => 'deinit_fn', - 'offset' => '-136', - 'type' => '197284' - }, - '5' => { - 'name' => 'info_fn', - 'offset' => '-144', - 'type' => '197317' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext3', - 'Source' => 'privkey.c', - 'SourceLine' => '735' - }, - '919004' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'pk', - 'offset' => '-92', - 'type' => '2896' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-104', - 'type' => '211' - }, - '3' => { - 'name' => 'sign_fn', - 'offset' => '-112', - 'type' => '197158' - }, - '4' => { - 'name' => 'decrypt_fn', - 'offset' => '-120', - 'type' => '197205' - }, - '5' => { - 'name' => 'deinit_fn', - 'offset' => '-128', - 'type' => '197284' - }, - '6' => { - 'name' => 'flags', - 'offset' => '0', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext2', - 'Source' => 'privkey.c', - 'SourceLine' => '668' - }, - '919302' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'pk', - 'offset' => '-28', - 'type' => '2896' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - }, - '3' => { - 'name' => 'sign_func', - 'offset' => '-48', - 'type' => '197158' - }, - '4' => { - 'name' => 'decrypt_func', - 'offset' => '-56', - 'type' => '197205' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-32', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_ext', - 'Source' => 'privkey.c', - 'SourceLine' => '626' - }, - '919426' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-88', - 'type' => '134413' - }, - '1' => { - 'name' => 'key', - 'offset' => '-96', - 'type' => '919646' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_export_pkcs11', - 'Source' => 'privkey.c', - 'SourceLine' => '574' - }, - '919818' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-56', - 'type' => '134413' - }, - '1' => { - 'name' => 'key', - 'offset' => '-64', - 'type' => '135876' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_import_pkcs11', - 'Source' => 'privkey.c', - 'SourceLine' => '473' - }, - '920086' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_privkey_deinit', - 'Source' => 'privkey.c', - 'SourceLine' => '404' - }, - '920132' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '136864' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_init', - 'Source' => 'privkey.c', - 'SourceLine' => '383' - }, - '921305' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-32', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_get_pk_algorithm', - 'Source' => 'privkey.c', - 'SourceLine' => '124' - }, - '921386' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '134413' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-60', - 'type' => '2545' - }, - '2' => { - 'name' => 'seed', - 'offset' => '-72', - 'type' => '329' - }, - '3' => { - 'name' => 'seed_size', - 'offset' => '-80', - 'type' => '52' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_verify_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '103' - }, - '921553' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '134413' - }, - '1' => { - 'name' => 'digest', - 'offset' => '-64', - 'type' => '454202' - }, - '2' => { - 'name' => 'seed', - 'offset' => '-72', - 'type' => '211' - }, - '3' => { - 'name' => 'seed_size', - 'offset' => '-80', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_privkey_get_seed', - 'Source' => 'privkey.c', - 'SourceLine' => '81' - }, - '921726' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '134413' - } - }, - 'Return' => '135937', - 'ShortName' => 'gnutls_privkey_get_type', - 'Source' => 'privkey.c', - 'SourceLine' => '60' - }, - '937840' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-24', - 'type' => '5709' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pcert_deinit', - 'Source' => 'pcert.c', - 'SourceLine' => '318' - }, - '937886' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-88', - 'type' => '5709' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-96', - 'type' => '135983' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_export_x509', - 'Source' => 'pcert.c', - 'SourceLine' => '285' - }, - '938127' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-120', - 'type' => '5709' - }, - '1' => { - 'name' => 'cert', - 'offset' => '-128', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-132', - 'type' => '193776' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-136', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509_raw', - 'Source' => 'pcert.c', - 'SourceLine' => '236' - }, - '938488' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcerts', - 'offset' => '-136', - 'type' => '5709' - }, - '1' => { - 'name' => 'pcert_max', - 'offset' => '-144', - 'type' => '22483' - }, - '2' => { - 'name' => 'data', - 'offset' => '-152', - 'type' => '4549' - }, - '3' => { - 'name' => 'format', - 'offset' => '-156', - 'type' => '193776' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-160', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_list_import_x509_raw', - 'Source' => 'pcert.c', - 'SourceLine' => '172' - }, - '938919' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-184', - 'type' => '5709' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-192', - 'type' => '135983' - }, - '2' => { - 'name' => 'ncrt', - 'offset' => '-200', - 'type' => '22483' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-204', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509_list', - 'Source' => 'pcert.c', - 'SourceLine' => '106' - }, - '939151' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pcert', - 'offset' => '-104', - 'type' => '5709' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-112', - 'type' => '134448' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-116', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pcert_import_x509', - 'Source' => 'pcert.c', - 'SourceLine' => '45' - }, - '960903' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '-56', - 'type' => '4573' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-64', - 'type' => '899098' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_set_spki', - 'Source' => 'pubkey.c', - 'SourceLine' => '2213' - }, - '961081' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '-56', - 'type' => '4573' - }, - '1' => { - 'name' => 'spki', - 'offset' => '-64', - 'type' => '899086' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_spki', - 'Source' => 'pubkey.c', - 'SourceLine' => '2183' - }, - '961238' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_params', - 'Source' => 'pubkey.c', - 'SourceLine' => '2155' - }, - '961343' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pkey', - 'offset' => '-72', - 'type' => '4573' - }, - '1' => { - 'name' => 'data', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-84', - 'type' => '193776' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-88', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '2112' - }, - '961585' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'fn', - 'offset' => '-32', - 'type' => '136203' - }, - '2' => { - 'name' => 'userdata', - 'offset' => '-40', - 'type' => '211' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_set_pin_function', - 'Source' => 'pubkey.c', - 'SourceLine' => '2089' - }, - '963969' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-28', - 'type' => '145' - }, - '2' => { - 'name' => 'plaintext', - 'offset' => '-40', - 'type' => '4549' - }, - '3' => { - 'name' => 'ciphertext', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_encrypt_data', - 'Source' => 'pubkey.c', - 'SourceLine' => '1694' - }, - '964104' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-168', - 'type' => '4573' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-172', - 'type' => '3156' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-176', - 'type' => '145' - }, - '3' => { - 'name' => 'hash', - 'offset' => '-184', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-192', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_hash2', - 'Source' => 'pubkey.c', - 'SourceLine' => '1626' - }, - '964548' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '-136', - 'type' => '4573' - }, - '1' => { - 'name' => 'algo', - 'offset' => '-140', - 'type' => '3156' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-144', - 'type' => '145' - }, - '3' => { - 'name' => 'data', - 'offset' => '-152', - 'type' => '4549' - }, - '4' => { - 'name' => 'signature', - 'offset' => '-160', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_verify_data2', - 'Source' => 'pubkey.c', - 'SourceLine' => '1565' - }, - '965268' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'p', - 'offset' => '-48', - 'type' => '4549' - }, - '2' => { - 'name' => 'q', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'g', - 'offset' => '-64', - 'type' => '4549' - }, - '4' => { - 'name' => 'y', - 'offset' => '-72', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_dsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '1451' - }, - '965426' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '4573' - }, - '1' => { - 'name' => 'parameters', - 'offset' => '-64', - 'type' => '4549' - }, - '2' => { - 'name' => 'ecpoint', - 'offset' => '-72', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_ecc_x962', - 'Source' => 'pubkey.c', - 'SourceLine' => '1382' - }, - '965572' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-44', - 'type' => '3236' - }, - '2' => { - 'name' => 'x', - 'offset' => '-56', - 'type' => '4549' - }, - '3' => { - 'name' => 'y', - 'offset' => '-64', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_ecc_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '1312' - }, - '965713' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'm', - 'offset' => '-32', - 'type' => '4549' - }, - '2' => { - 'name' => 'e', - 'offset' => '-40', - 'type' => '4549' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_rsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '1265' - }, - '965808' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '4573' - }, - '1' => { - 'name' => 'url', - 'offset' => '-64', - 'type' => '110' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_url', - 'Source' => 'pubkey.c', - 'SourceLine' => '1221' - }, - '966165' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'usage', - 'offset' => '-28', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_set_key_usage', - 'Source' => 'pubkey.c', - 'SourceLine' => '1136' - }, - '966230' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crq', - 'offset' => '-40', - 'type' => '944586' - }, - '1' => { - 'name' => 'key', - 'offset' => '-48', - 'type' => '4573' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crq_set_pubkey', - 'Source' => 'pubkey.c', - 'SourceLine' => '1097' - }, - '966329' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'crt', - 'offset' => '-40', - 'type' => '134448' - }, - '1' => { - 'name' => 'key', - 'offset' => '-48', - 'type' => '4573' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_x509_crt_set_pubkey', - 'Source' => 'pubkey.c', - 'SourceLine' => '1060' - }, - '966428' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '4573' - }, - '1' => { - 'name' => 'data', - 'offset' => '-80', - 'type' => '4549' - }, - '2' => { - 'name' => 'format', - 'offset' => '-84', - 'type' => '193776' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import', - 'Source' => 'pubkey.c', - 'SourceLine' => '975' - }, - '966642' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-104', - 'type' => '4573' - }, - '1' => { - 'name' => 'parameters', - 'offset' => '-112', - 'type' => '4650' - }, - '2' => { - 'name' => 'ecpoint', - 'offset' => '-120', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_ecc_x962', - 'Source' => 'pubkey.c', - 'SourceLine' => '923' - }, - '966910' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-72', - 'type' => '4573' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-80', - 'type' => '453576' - }, - '2' => { - 'name' => 'x', - 'offset' => '-88', - 'type' => '4650' - }, - '3' => { - 'name' => 'y', - 'offset' => '-96', - 'type' => '4650' - }, - '4' => { - 'name' => 'flags', - 'offset' => '-100', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_ecc_raw2', - 'Source' => 'pubkey.c', - 'SourceLine' => '848' - }, - '967133' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'curve', - 'offset' => '-32', - 'type' => '453576' - }, - '2' => { - 'name' => 'x', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'y', - 'offset' => '-48', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_ecc_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '822' - }, - '967224' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'p', - 'offset' => '-48', - 'type' => '4650' - }, - '2' => { - 'name' => 'q', - 'offset' => '-56', - 'type' => '4650' - }, - '3' => { - 'name' => 'g', - 'offset' => '-64', - 'type' => '4650' - }, - '4' => { - 'name' => 'y', - 'offset' => '-72', - 'type' => '4650' - }, - '5' => { - 'name' => 'flags', - 'offset' => '-76', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_dsa_raw2', - 'Source' => 'pubkey.c', - 'SourceLine' => '737' - }, - '967392' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'p', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'q', - 'offset' => '-40', - 'type' => '4650' - }, - '3' => { - 'name' => 'g', - 'offset' => '-48', - 'type' => '4650' - }, - '4' => { - 'name' => 'y', - 'offset' => '-56', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_dsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '710' - }, - '967494' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'm', - 'offset' => '-32', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-40', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_rsa_raw', - 'Source' => 'pubkey.c', - 'SourceLine' => '684' - }, - '967570' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'm', - 'offset' => '-48', - 'type' => '4650' - }, - '2' => { - 'name' => 'e', - 'offset' => '-56', - 'type' => '4650' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-60', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export_rsa_raw2', - 'Source' => 'pubkey.c', - 'SourceLine' => '627' - }, - '967710' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'flags', - 'offset' => '-44', - 'type' => '145' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-56', - 'type' => '3994' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-64', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_key_id', - 'Source' => 'pubkey.c', - 'SourceLine' => '587' - }, - '967839' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'format', - 'offset' => '-44', - 'type' => '193776' - }, - '2' => { - 'name' => 'out', - 'offset' => '-56', - 'type' => '4650' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export2', - 'Source' => 'pubkey.c', - 'SourceLine' => '522' - }, - '967984' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'format', - 'offset' => '-44', - 'type' => '193776' - }, - '2' => { - 'name' => 'output_data', - 'offset' => '-56', - 'type' => '211' - }, - '3' => { - 'name' => 'output_data_size', - 'offset' => '-64', - 'type' => '7841' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_export', - 'Source' => 'pubkey.c', - 'SourceLine' => '457' - }, - '968144' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'obj', - 'offset' => '-48', - 'type' => '946168' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_pkcs11', - 'Source' => 'pubkey.c', - 'SourceLine' => '356' - }, - '968322' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'hash', - 'offset' => '-48', - 'type' => '454202' - }, - '2' => { - 'name' => 'mand', - 'offset' => '-56', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_preferred_hash_algorithm', - 'Source' => 'pubkey.c', - 'SourceLine' => '278' - }, - '968477' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'pkey', - 'offset' => '-32', - 'type' => '134413' - }, - '2' => { - 'name' => 'usage', - 'offset' => '-36', - 'type' => '145' - }, - '3' => { - 'name' => 'flags', - 'offset' => '-40', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_privkey', - 'Source' => 'pubkey.c', - 'SourceLine' => '247' - }, - '968567' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-40', - 'type' => '4573' - }, - '1' => { - 'name' => 'crq', - 'offset' => '-48', - 'type' => '944586' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-52', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509_crq', - 'Source' => 'pubkey.c', - 'SourceLine' => '205' - }, - '968676' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-56', - 'type' => '4573' - }, - '1' => { - 'name' => 'crt', - 'offset' => '-64', - 'type' => '134448' - }, - '2' => { - 'name' => 'flags', - 'offset' => '-68', - 'type' => '145' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_import_x509', - 'Source' => 'pubkey.c', - 'SourceLine' => '163' - }, - '968842' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_pubkey_deinit', - 'Source' => 'pubkey.c', - 'SourceLine' => '140' - }, - '968886' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '968953' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_init', - 'Source' => 'pubkey.c', - 'SourceLine' => '119' - }, - '968959' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'usage', - 'offset' => '-32', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_key_usage', - 'Source' => 'pubkey.c', - 'SourceLine' => '100' - }, - '969021' => { - 'Header' => 'abstract.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-24', - 'type' => '4573' - }, - '1' => { - 'name' => 'bits', - 'offset' => '-32', - 'type' => '22483' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_pubkey_get_pk_algorithm', - 'Source' => 'pubkey.c', - 'SourceLine' => '80' - }, - '984320' => { - 'Header' => 'gnutls.h', - 'Param' => { - '0' => { - 'name' => 'init', - 'offset' => '-40', - 'type' => '480056' - }, - '1' => { - 'name' => 'deinit', - 'offset' => '-48', - 'type' => '480119' - }, - '2' => { - 'name' => 'lock', - 'offset' => '-56', - 'type' => '480095' - }, - '3' => { - 'name' => 'unlock', - 'offset' => '-64', - 'type' => '480107' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_global_set_mutex', - 'Source' => 'locks.c', - 'SourceLine' => '55' - }, - '998980' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-24', - 'type' => '3461' - } - }, - 'Return' => '145', - 'ShortName' => 'gnutls_record_get_discarded', - 'Source' => 'dtls.c', - 'SourceLine' => '1031' - }, - '999030' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'session', - 'offset' => '-40', - 'type' => '3461' - }, - '1' => { - 'name' => 'prestate', - 'offset' => '-48', - 'type' => '999121' - } - }, - 'Return' => '1', - 'ShortName' => 'gnutls_dtls_prestate_set', - 'Source' => 'dtls.c', - 'SourceLine' => '997' - }, - '999127' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-264', - 'type' => '4650' - }, - '1' => { - 'name' => 'client_data', - 'offset' => '-272', - 'type' => '211' - }, - '2' => { - 'name' => 'client_data_size', - 'offset' => '-280', - 'type' => '52' - }, - '3' => { - 'name' => '_msg', - 'offset' => '-288', - 'type' => '211' - }, - '4' => { - 'name' => 'msg_size', - 'offset' => '-296', - 'type' => '52' - }, - '5' => { - 'name' => 'prestate', - 'offset' => '-304', - 'type' => '999121' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_cookie_verify', - 'Source' => 'dtls.c', - 'SourceLine' => '918' - }, - '999852' => { - 'Header' => 'dtls.h', - 'Param' => { - '0' => { - 'name' => 'key', - 'offset' => '-168', - 'type' => '4650' - }, - '1' => { - 'name' => 'client_data', - 'offset' => '-176', - 'type' => '211' - }, - '2' => { - 'name' => 'client_data_size', - 'offset' => '-184', - 'type' => '52' - }, - '3' => { - 'name' => 'prestate', - 'offset' => '-192', - 'type' => '999121' - }, - '4' => { - 'name' => 'ptr', - 'offset' => '-200', - 'type' => '3449' - }, - '5' => { - 'name' => 'push_func', - 'offset' => '-208', - 'type' => '5084' - } - }, - 'Return' => '75', - 'ShortName' => 'gnutls_dtls_cookie_send', - 'Source' => 'dtls.c', - 'SourceLine' => '809' - } - }, - 'SymbolVersion' => { - 'UC_CATEGORY_Cc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Ll' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lm' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lo' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lt' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Lu' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Mc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Me' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Mn' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Nd' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Nl' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_No' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pd' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pe' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pf' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Pi' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Po' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Ps' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Sc' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Sk' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Sm' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_So' => 'vasprintf@@GLIBC_2.2.5', - 'UC_CATEGORY_Zs' => 'vasprintf@@GLIBC_2.2.5', - '_ITM_deregisterTMCloneTable' => 'vasprintf@@GLIBC_2.2.5', - '_ITM_registerTMCloneTable' => 'vasprintf@@GLIBC_2.2.5', - '_Jv_RegisterClasses' => 'vasprintf@@GLIBC_2.2.5', - '__gmon_start__' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_add' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_add_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_cdiv_q' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_clear' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_cmp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_cmp_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_q' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_q_2exp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_r' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_fdiv_r_2exp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_gcd' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_init' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_invert' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_lcm' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mod' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mul' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mul_2exp' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_mul_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_powm' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_probab_prime_p' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_set' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_set_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sizeinbase' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sqrt' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sub' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_sub_ui' => 'vasprintf@@GLIBC_2.2.5', - '__gmpz_tstbit' => 'vasprintf@@GLIBC_2.2.5', - '_dsa_generate_dss_g' => '_dsa_generate_dss_g@@GNUTLS_FIPS140_3_4', - '_dsa_generate_dss_pq' => '_dsa_generate_dss_pq@@GNUTLS_FIPS140_3_4', - '_dsa_validate_dss_g' => '_dsa_validate_dss_g@@GNUTLS_FIPS140_3_4', - '_dsa_validate_dss_pq' => '_dsa_validate_dss_pq@@GNUTLS_FIPS140_3_4', - '_gnutls_bin2hex' => '_gnutls_bin2hex@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_append_str' => '_gnutls_buffer_append_str@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_init' => '_gnutls_buffer_init@@GNUTLS_PRIVATE_3_4', - '_gnutls_buffer_to_datum' => '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE_3_4', - '_gnutls_cidr_to_string' => '_gnutls_cidr_to_string@@GNUTLS_PRIVATE_3_4', - '_gnutls_decode_ber_rs_raw' => '_gnutls_decode_ber_rs_raw@@GNUTLS_FIPS140_3_4', - '_gnutls_digest_exists' => '_gnutls_digest_exists@@GNUTLS_PRIVATE_3_4', - '_gnutls_encode_ber_rs_raw' => '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4', - '_gnutls_global_init_skip' => '_gnutls_global_init_skip@@GNUTLS_3_4', - '_gnutls_hello_set_default_version' => '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_ip_to_string' => '_gnutls_ip_to_string@@GNUTLS_PRIVATE_3_4', - '_gnutls_lib_force_operational' => '_gnutls_lib_force_operational@@GNUTLS_PRIVATE_3_4', - '_gnutls_lib_simulate_error' => '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE_3_4', - '_gnutls_log' => '_gnutls_log@@GNUTLS_PRIVATE_3_4', - '_gnutls_log_level' => '_gnutls_log_level@@GNUTLS_PRIVATE_3_4', - '_gnutls_mac_to_entry' => '_gnutls_mac_to_entry@@GNUTLS_PRIVATE_3_4', - '_gnutls_mpi_log' => '_gnutls_mpi_log@@GNUTLS_PRIVATE_3_4', - '_gnutls_mpi_ops' => '_gnutls_mpi_ops@@GNUTLS_PRIVATE_3_4', - '_gnutls_pkcs12_string_to_key' => '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE_3_4', - '_gnutls_prf_raw' => '_gnutls_prf_raw@@GNUTLS_FIPS140_3_4', - '_gnutls_record_set_default_version' => '_gnutls_record_set_default_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_resolve_priorities' => '_gnutls_resolve_priorities@@GNUTLS_PRIVATE_3_4', - '_gnutls_rsa_pms_set_version' => '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE_3_4', - '_gnutls_server_name_set_raw' => '_gnutls_server_name_set_raw@@GNUTLS_PRIVATE_3_4', - '_gnutls_ucs2_to_utf8' => '_gnutls_ucs2_to_utf8@@GNUTLS_PRIVATE_3_4', - '_gnutls_utf8_to_ucs2' => '_gnutls_utf8_to_ucs2@@GNUTLS_PRIVATE_3_4', - '_gnutls_x509_name_constraints_merge' => '_gnutls_x509_name_constraints_merge@@GNUTLS_PRIVATE_3_4', - '_rsa_generate_fips186_4_keypair' => '_rsa_generate_fips186_4_keypair@@GNUTLS_FIPS140_3_4', - 'dsa_generate_dss_keypair' => 'dsa_generate_dss_keypair@@GNUTLS_FIPS140_3_4', - 'gnutls_aead_cipher_decrypt' => 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_deinit' => 'gnutls_aead_cipher_deinit@@GNUTLS_3_4', - 'gnutls_aead_cipher_encrypt' => 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_aead_cipher_init' => 'gnutls_aead_cipher_init@@GNUTLS_3_4', - 'gnutls_alert_get' => 'gnutls_alert_get@@GNUTLS_3_4', - 'gnutls_alert_get_name' => 'gnutls_alert_get_name@@GNUTLS_3_4', - 'gnutls_alert_get_strname' => 'gnutls_alert_get_strname@@GNUTLS_3_4', - 'gnutls_alert_send' => 'gnutls_alert_send@@GNUTLS_3_4', - 'gnutls_alert_send_appropriate' => 'gnutls_alert_send_appropriate@@GNUTLS_3_4', - 'gnutls_alpn_get_selected_protocol' => 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4', - 'gnutls_alpn_set_protocols' => 'gnutls_alpn_set_protocols@@GNUTLS_3_4', - 'gnutls_anon_allocate_client_credentials' => 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_allocate_server_credentials' => 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_client_credentials' => 'gnutls_anon_free_client_credentials@@GNUTLS_3_4', - 'gnutls_anon_free_server_credentials' => 'gnutls_anon_free_server_credentials@@GNUTLS_3_4', - 'gnutls_anon_set_params_function' => 'gnutls_anon_set_params_function@@GNUTLS_3_4', - 'gnutls_anon_set_server_dh_params' => 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_anon_set_server_known_dh_params' => 'gnutls_anon_set_server_known_dh_params@@GNUTLS_3_4', - 'gnutls_anon_set_server_params_function' => 'gnutls_anon_set_server_params_function@@GNUTLS_3_4', - 'gnutls_auth_client_get_type' => 'gnutls_auth_client_get_type@@GNUTLS_3_4', - 'gnutls_auth_get_type' => 'gnutls_auth_get_type@@GNUTLS_3_4', - 'gnutls_auth_server_get_type' => 'gnutls_auth_server_get_type@@GNUTLS_3_4', - 'gnutls_base64_decode2' => 'gnutls_base64_decode2@@GNUTLS_3_6_0', - 'gnutls_base64_encode2' => 'gnutls_base64_encode2@@GNUTLS_3_6_0', - 'gnutls_buffer_append_data' => 'gnutls_buffer_append_data@@GNUTLS_3_4', - 'gnutls_bye' => 'gnutls_bye@@GNUTLS_3_4', - 'gnutls_calloc' => 'gnutls_calloc@@GNUTLS_3_4', - 'gnutls_certificate_activation_time_peers' => 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_allocate_credentials' => 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4', - 'gnutls_certificate_client_get_request_status' => 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4', - 'gnutls_certificate_expiration_time_peers' => 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4', - 'gnutls_certificate_free_ca_names' => 'gnutls_certificate_free_ca_names@@GNUTLS_3_4', - 'gnutls_certificate_free_cas' => 'gnutls_certificate_free_cas@@GNUTLS_3_4', - 'gnutls_certificate_free_credentials' => 'gnutls_certificate_free_credentials@@GNUTLS_3_4', - 'gnutls_certificate_free_crls' => 'gnutls_certificate_free_crls@@GNUTLS_3_4', - 'gnutls_certificate_free_keys' => 'gnutls_certificate_free_keys@@GNUTLS_3_4', - 'gnutls_certificate_get_crt_raw' => 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4', - 'gnutls_certificate_get_issuer' => 'gnutls_certificate_get_issuer@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_crt' => 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_openpgp_key' => 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_get_ours' => 'gnutls_certificate_get_ours@@GNUTLS_3_4', - 'gnutls_certificate_get_peers' => 'gnutls_certificate_get_peers@@GNUTLS_3_4', - 'gnutls_certificate_get_peers_subkey_id' => 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4', - 'gnutls_certificate_get_trust_list' => 'gnutls_certificate_get_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_get_verify_flags' => 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_crt' => 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4', - 'gnutls_certificate_get_x509_key' => 'gnutls_certificate_get_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_send_x509_rdn_sequence' => 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4', - 'gnutls_certificate_server_set_request' => 'gnutls_certificate_server_set_request@@GNUTLS_3_4', - 'gnutls_certificate_set_dh_params' => 'gnutls_certificate_set_dh_params@@GNUTLS_3_4', - 'gnutls_certificate_set_flags' => 'gnutls_certificate_set_flags@@GNUTLS_3_4', - 'gnutls_certificate_set_key' => 'gnutls_certificate_set_key@@GNUTLS_3_4', - 'gnutls_certificate_set_known_dh_params' => 'gnutls_certificate_set_known_dh_params@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_file' => 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_function' => 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4', - 'gnutls_certificate_set_ocsp_status_request_function2' => 'gnutls_certificate_set_ocsp_status_request_function2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key' => 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file' => 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_file2' => 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem' => 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_key_mem2' => 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_file' => 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4', - 'gnutls_certificate_set_openpgp_keyring_mem' => 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_params_function' => 'gnutls_certificate_set_params_function@@GNUTLS_3_4', - 'gnutls_certificate_set_pin_function' => 'gnutls_certificate_set_pin_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function' => 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_certificate_set_retrieve_function2' => 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4', - 'gnutls_certificate_set_trust_list' => 'gnutls_certificate_set_trust_list@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_flags' => 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_function' => 'gnutls_certificate_set_verify_function@@GNUTLS_3_4', - 'gnutls_certificate_set_verify_limits' => 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl' => 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_file' => 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_crl_mem' => 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key' => 'gnutls_certificate_set_x509_key@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file' => 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_file2' => 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem' => 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_key_mem2' => 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_file' => 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_simple_pkcs12_mem' => 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_system_trust' => 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust' => 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_dir' => 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_file' => 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4', - 'gnutls_certificate_set_x509_trust_mem' => 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4', - 'gnutls_certificate_type_get' => 'gnutls_certificate_type_get@@GNUTLS_3_4', - 'gnutls_certificate_type_get_id' => 'gnutls_certificate_type_get_id@@GNUTLS_3_4', - 'gnutls_certificate_type_get_name' => 'gnutls_certificate_type_get_name@@GNUTLS_3_4', - 'gnutls_certificate_type_list' => 'gnutls_certificate_type_list@@GNUTLS_3_4', - 'gnutls_certificate_verification_status_print' => 'gnutls_certificate_verification_status_print@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers' => 'gnutls_certificate_verify_peers@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers2' => 'gnutls_certificate_verify_peers2@@GNUTLS_3_4', - 'gnutls_certificate_verify_peers3' => 'gnutls_certificate_verify_peers3@@GNUTLS_3_4', - 'gnutls_check_version' => 'gnutls_check_version@@GNUTLS_3_4', - 'gnutls_cipher_add_auth' => 'gnutls_cipher_add_auth@@GNUTLS_3_4', - 'gnutls_cipher_decrypt' => 'gnutls_cipher_decrypt@@GNUTLS_3_4', - 'gnutls_cipher_decrypt2' => 'gnutls_cipher_decrypt2@@GNUTLS_3_4', - 'gnutls_cipher_deinit' => 'gnutls_cipher_deinit@@GNUTLS_3_4', - 'gnutls_cipher_encrypt' => 'gnutls_cipher_encrypt@@GNUTLS_3_4', - 'gnutls_cipher_encrypt2' => 'gnutls_cipher_encrypt2@@GNUTLS_3_4', - 'gnutls_cipher_get' => 'gnutls_cipher_get@@GNUTLS_3_4', - 'gnutls_cipher_get_block_size' => 'gnutls_cipher_get_block_size@@GNUTLS_3_4', - 'gnutls_cipher_get_id' => 'gnutls_cipher_get_id@@GNUTLS_3_4', - 'gnutls_cipher_get_iv_size' => 'gnutls_cipher_get_iv_size@@GNUTLS_3_4', - 'gnutls_cipher_get_key_size' => 'gnutls_cipher_get_key_size@@GNUTLS_3_4', - 'gnutls_cipher_get_name' => 'gnutls_cipher_get_name@@GNUTLS_3_4', - 'gnutls_cipher_get_tag_size' => 'gnutls_cipher_get_tag_size@@GNUTLS_3_4', - 'gnutls_cipher_init' => 'gnutls_cipher_init@@GNUTLS_3_4', - 'gnutls_cipher_list' => 'gnutls_cipher_list@@GNUTLS_3_4', - 'gnutls_cipher_self_test' => 'gnutls_cipher_self_test@@GNUTLS_FIPS140_3_4', - 'gnutls_cipher_set_iv' => 'gnutls_cipher_set_iv@@GNUTLS_3_4', - 'gnutls_cipher_suite_get_name' => 'gnutls_cipher_suite_get_name@@GNUTLS_3_4', - 'gnutls_cipher_suite_info' => 'gnutls_cipher_suite_info@@GNUTLS_3_4', - 'gnutls_cipher_tag' => 'gnutls_cipher_tag@@GNUTLS_3_4', - 'gnutls_compression_get' => 'gnutls_compression_get@@GNUTLS_3_4', - 'gnutls_compression_get_id' => 'gnutls_compression_get_id@@GNUTLS_3_4', - 'gnutls_compression_get_name' => 'gnutls_compression_get_name@@GNUTLS_3_4', - 'gnutls_compression_list' => 'gnutls_compression_list@@GNUTLS_3_4', - 'gnutls_credentials_clear' => 'gnutls_credentials_clear@@GNUTLS_3_4', - 'gnutls_credentials_get' => 'gnutls_credentials_get@@GNUTLS_3_4', - 'gnutls_credentials_set' => 'gnutls_credentials_set@@GNUTLS_3_4', - 'gnutls_crypto_register_aead_cipher' => 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_cipher' => 'gnutls_crypto_register_cipher@@GNUTLS_3_4', - 'gnutls_crypto_register_digest' => 'gnutls_crypto_register_digest@@GNUTLS_3_4', - 'gnutls_crypto_register_mac' => 'gnutls_crypto_register_mac@@GNUTLS_3_4', - 'gnutls_db_check_entry' => 'gnutls_db_check_entry@@GNUTLS_3_4', - 'gnutls_db_check_entry_time' => 'gnutls_db_check_entry_time@@GNUTLS_3_4', - 'gnutls_db_get_default_cache_expiration' => 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_get_ptr' => 'gnutls_db_get_ptr@@GNUTLS_3_4', - 'gnutls_db_remove_session' => 'gnutls_db_remove_session@@GNUTLS_3_4', - 'gnutls_db_set_cache_expiration' => 'gnutls_db_set_cache_expiration@@GNUTLS_3_4', - 'gnutls_db_set_ptr' => 'gnutls_db_set_ptr@@GNUTLS_3_4', - 'gnutls_db_set_remove_function' => 'gnutls_db_set_remove_function@@GNUTLS_3_4', - 'gnutls_db_set_retrieve_function' => 'gnutls_db_set_retrieve_function@@GNUTLS_3_4', - 'gnutls_db_set_store_function' => 'gnutls_db_set_store_function@@GNUTLS_3_4', - 'gnutls_decode_ber_digest_info' => 'gnutls_decode_ber_digest_info@@GNUTLS_3_4', - 'gnutls_decode_rs_value' => 'gnutls_decode_rs_value@@GNUTLS_3_6_0', - 'gnutls_deinit' => 'gnutls_deinit@@GNUTLS_3_4', - 'gnutls_dh_get_group' => 'gnutls_dh_get_group@@GNUTLS_3_4', - 'gnutls_dh_get_peers_public_bits' => 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4', - 'gnutls_dh_get_prime_bits' => 'gnutls_dh_get_prime_bits@@GNUTLS_3_4', - 'gnutls_dh_get_pubkey' => 'gnutls_dh_get_pubkey@@GNUTLS_3_4', - 'gnutls_dh_get_secret_bits' => 'gnutls_dh_get_secret_bits@@GNUTLS_3_4', - 'gnutls_dh_params_cpy' => 'gnutls_dh_params_cpy@@GNUTLS_3_4', - 'gnutls_dh_params_deinit' => 'gnutls_dh_params_deinit@@GNUTLS_3_4', - 'gnutls_dh_params_export2_pkcs3' => 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_pkcs3' => 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_export_raw' => 'gnutls_dh_params_export_raw@@GNUTLS_3_4', - 'gnutls_dh_params_generate2' => 'gnutls_dh_params_generate2@@GNUTLS_3_4', - 'gnutls_dh_params_import_dsa' => 'gnutls_dh_params_import_dsa@@GNUTLS_3_4', - 'gnutls_dh_params_import_pkcs3' => 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw' => 'gnutls_dh_params_import_raw@@GNUTLS_3_4', - 'gnutls_dh_params_import_raw2' => 'gnutls_dh_params_import_raw2@@GNUTLS_3_4', - 'gnutls_dh_params_init' => 'gnutls_dh_params_init@@GNUTLS_3_4', - 'gnutls_dh_set_prime_bits' => 'gnutls_dh_set_prime_bits@@GNUTLS_3_4', - 'gnutls_digest_get_id' => 'gnutls_digest_get_id@@GNUTLS_3_4', - 'gnutls_digest_get_name' => 'gnutls_digest_get_name@@GNUTLS_3_4', - 'gnutls_digest_get_oid' => 'gnutls_digest_get_oid@@GNUTLS_3_4', - 'gnutls_digest_list' => 'gnutls_digest_list@@GNUTLS_3_4', - 'gnutls_digest_self_test' => 'gnutls_digest_self_test@@GNUTLS_FIPS140_3_4', - 'gnutls_dtls_cookie_send' => 'gnutls_dtls_cookie_send@@GNUTLS_3_4', - 'gnutls_dtls_cookie_verify' => 'gnutls_dtls_cookie_verify@@GNUTLS_3_4', - 'gnutls_dtls_get_data_mtu' => 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_mtu' => 'gnutls_dtls_get_mtu@@GNUTLS_3_4', - 'gnutls_dtls_get_timeout' => 'gnutls_dtls_get_timeout@@GNUTLS_3_4', - 'gnutls_dtls_prestate_set' => 'gnutls_dtls_prestate_set@@GNUTLS_3_4', - 'gnutls_dtls_set_data_mtu' => 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_mtu' => 'gnutls_dtls_set_mtu@@GNUTLS_3_4', - 'gnutls_dtls_set_timeouts' => 'gnutls_dtls_set_timeouts@@GNUTLS_3_4', - 'gnutls_ecc_curve_get' => 'gnutls_ecc_curve_get@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_id' => 'gnutls_ecc_curve_get_id@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_name' => 'gnutls_ecc_curve_get_name@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_oid' => 'gnutls_ecc_curve_get_oid@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_pk' => 'gnutls_ecc_curve_get_pk@@GNUTLS_3_4', - 'gnutls_ecc_curve_get_size' => 'gnutls_ecc_curve_get_size@@GNUTLS_3_4', - 'gnutls_ecc_curve_list' => 'gnutls_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_encode_ber_digest_info' => 'gnutls_encode_ber_digest_info@@GNUTLS_3_4', - 'gnutls_encode_rs_value' => 'gnutls_encode_rs_value@@GNUTLS_3_6_0', - 'gnutls_error_is_fatal' => 'gnutls_error_is_fatal@@GNUTLS_3_4', - 'gnutls_error_to_alert' => 'gnutls_error_to_alert@@GNUTLS_3_4', - 'gnutls_est_record_overhead_size' => 'gnutls_est_record_overhead_size@@GNUTLS_3_4', - 'gnutls_ext_get_data' => 'gnutls_ext_get_data@@GNUTLS_3_4', - 'gnutls_ext_get_name' => 'gnutls_ext_get_name@@GNUTLS_3_4', - 'gnutls_ext_register' => 'gnutls_ext_register@@GNUTLS_3_4', - 'gnutls_ext_set_data' => 'gnutls_ext_set_data@@GNUTLS_3_4', - 'gnutls_ffdhe_2048_group_generator' => 'gnutls_ffdhe_2048_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_2048_group_prime' => 'gnutls_ffdhe_2048_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_2048_key_bits' => 'gnutls_ffdhe_2048_key_bits@@GNUTLS_3_4', - 'gnutls_ffdhe_3072_group_generator' => 'gnutls_ffdhe_3072_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_3072_group_prime' => 'gnutls_ffdhe_3072_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_3072_key_bits' => 'gnutls_ffdhe_3072_key_bits@@GNUTLS_3_4', - 'gnutls_ffdhe_4096_group_generator' => 'gnutls_ffdhe_4096_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_4096_group_prime' => 'gnutls_ffdhe_4096_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_4096_key_bits' => 'gnutls_ffdhe_4096_key_bits@@GNUTLS_3_4', - 'gnutls_ffdhe_8192_group_generator' => 'gnutls_ffdhe_8192_group_generator@@GNUTLS_3_4', - 'gnutls_ffdhe_8192_group_prime' => 'gnutls_ffdhe_8192_group_prime@@GNUTLS_3_4', - 'gnutls_ffdhe_8192_key_bits' => 'gnutls_ffdhe_8192_key_bits@@GNUTLS_3_4', - 'gnutls_fingerprint' => 'gnutls_fingerprint@@GNUTLS_3_4', - 'gnutls_fips140_mode_enabled' => 'gnutls_fips140_mode_enabled@@GNUTLS_3_4', - 'gnutls_free' => 'gnutls_free@@GNUTLS_3_4', - 'gnutls_global_deinit' => 'gnutls_global_deinit@@GNUTLS_3_4', - 'gnutls_global_init' => 'gnutls_global_init@@GNUTLS_3_4', - 'gnutls_global_set_audit_log_function' => 'gnutls_global_set_audit_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_function' => 'gnutls_global_set_log_function@@GNUTLS_3_4', - 'gnutls_global_set_log_level' => 'gnutls_global_set_log_level@@GNUTLS_3_4', - 'gnutls_global_set_mem_functions' => 'gnutls_global_set_mem_functions@@GNUTLS_3_4', - 'gnutls_global_set_mutex' => 'gnutls_global_set_mutex@@GNUTLS_3_4', - 'gnutls_global_set_time_function' => 'gnutls_global_set_time_function@@GNUTLS_3_4', - 'gnutls_group_get' => 'gnutls_group_get@@GNUTLS_3_6_0', - 'gnutls_group_get_id' => 'gnutls_group_get_id@@GNUTLS_3_6_0', - 'gnutls_group_get_name' => 'gnutls_group_get_name@@GNUTLS_3_6_0', - 'gnutls_group_list' => 'gnutls_group_list@@GNUTLS_3_6_0', - 'gnutls_handshake' => 'gnutls_handshake@@GNUTLS_3_4', - 'gnutls_handshake_description_get_name' => 'gnutls_handshake_description_get_name@@GNUTLS_3_4', - 'gnutls_handshake_get_last_in' => 'gnutls_handshake_get_last_in@@GNUTLS_3_4', - 'gnutls_handshake_get_last_out' => 'gnutls_handshake_get_last_out@@GNUTLS_3_4', - 'gnutls_handshake_set_hook_function' => 'gnutls_handshake_set_hook_function@@GNUTLS_3_4', - 'gnutls_handshake_set_max_packet_length' => 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4', - 'gnutls_handshake_set_post_client_hello_function' => 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4', - 'gnutls_handshake_set_private_extensions' => 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4', - 'gnutls_handshake_set_random' => 'gnutls_handshake_set_random@@GNUTLS_3_4', - 'gnutls_handshake_set_timeout' => 'gnutls_handshake_set_timeout@@GNUTLS_3_4', - 'gnutls_hash' => 'gnutls_hash@@GNUTLS_3_4', - 'gnutls_hash_deinit' => 'gnutls_hash_deinit@@GNUTLS_3_4', - 'gnutls_hash_fast' => 'gnutls_hash_fast@@GNUTLS_3_4', - 'gnutls_hash_get_len' => 'gnutls_hash_get_len@@GNUTLS_3_4', - 'gnutls_hash_init' => 'gnutls_hash_init@@GNUTLS_3_4', - 'gnutls_hash_output' => 'gnutls_hash_output@@GNUTLS_3_4', - 'gnutls_heartbeat_allowed' => 'gnutls_heartbeat_allowed@@GNUTLS_3_4', - 'gnutls_heartbeat_enable' => 'gnutls_heartbeat_enable@@GNUTLS_3_4', - 'gnutls_heartbeat_get_timeout' => 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4', - 'gnutls_heartbeat_ping' => 'gnutls_heartbeat_ping@@GNUTLS_3_4', - 'gnutls_heartbeat_pong' => 'gnutls_heartbeat_pong@@GNUTLS_3_4', - 'gnutls_heartbeat_set_timeouts' => 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4', - 'gnutls_hex2bin' => 'gnutls_hex2bin@@GNUTLS_3_4', - 'gnutls_hex_decode' => 'gnutls_hex_decode@@GNUTLS_3_4', - 'gnutls_hex_decode2' => 'gnutls_hex_decode2@@GNUTLS_3_4', - 'gnutls_hex_encode' => 'gnutls_hex_encode@@GNUTLS_3_4', - 'gnutls_hex_encode2' => 'gnutls_hex_encode2@@GNUTLS_3_4', - 'gnutls_hmac' => 'gnutls_hmac@@GNUTLS_3_4', - 'gnutls_hmac_deinit' => 'gnutls_hmac_deinit@@GNUTLS_3_4', - 'gnutls_hmac_fast' => 'gnutls_hmac_fast@@GNUTLS_3_4', - 'gnutls_hmac_get_len' => 'gnutls_hmac_get_len@@GNUTLS_3_4', - 'gnutls_hmac_init' => 'gnutls_hmac_init@@GNUTLS_3_4', - 'gnutls_hmac_output' => 'gnutls_hmac_output@@GNUTLS_3_4', - 'gnutls_hmac_set_nonce' => 'gnutls_hmac_set_nonce@@GNUTLS_3_4', - 'gnutls_idna_map' => 'gnutls_idna_map@@GNUTLS_3_4', - 'gnutls_idna_reverse_map' => 'gnutls_idna_reverse_map@@GNUTLS_3_4', - 'gnutls_init' => 'gnutls_init@@GNUTLS_3_4', - 'gnutls_key_generate' => 'gnutls_key_generate@@GNUTLS_3_4', - 'gnutls_kx_get' => 'gnutls_kx_get@@GNUTLS_3_4', - 'gnutls_kx_get_id' => 'gnutls_kx_get_id@@GNUTLS_3_4', - 'gnutls_kx_get_name' => 'gnutls_kx_get_name@@GNUTLS_3_4', - 'gnutls_kx_list' => 'gnutls_kx_list@@GNUTLS_3_4', - 'gnutls_load_file' => 'gnutls_load_file@@GNUTLS_3_4', - 'gnutls_mac_get' => 'gnutls_mac_get@@GNUTLS_3_4', - 'gnutls_mac_get_id' => 'gnutls_mac_get_id@@GNUTLS_3_4', - 'gnutls_mac_get_key_size' => 'gnutls_mac_get_key_size@@GNUTLS_3_4', - 'gnutls_mac_get_name' => 'gnutls_mac_get_name@@GNUTLS_3_4', - 'gnutls_mac_get_nonce_size' => 'gnutls_mac_get_nonce_size@@GNUTLS_3_4', - 'gnutls_mac_list' => 'gnutls_mac_list@@GNUTLS_3_4', - 'gnutls_mac_self_test' => 'gnutls_mac_self_test@@GNUTLS_FIPS140_3_4', - 'gnutls_malloc' => 'gnutls_malloc@@GNUTLS_3_4', - 'gnutls_memcmp' => 'gnutls_memcmp@@GNUTLS_3_4', - 'gnutls_memset' => 'gnutls_memset@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert' => 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4', - 'gnutls_ocsp_req_add_cert_id' => 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_deinit' => 'gnutls_ocsp_req_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_req_export' => 'gnutls_ocsp_req_export@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_cert_id' => 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_extension' => 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_nonce' => 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_get_version' => 'gnutls_ocsp_req_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_req_import' => 'gnutls_ocsp_req_import@@GNUTLS_3_4', - 'gnutls_ocsp_req_init' => 'gnutls_ocsp_req_init@@GNUTLS_3_4', - 'gnutls_ocsp_req_print' => 'gnutls_ocsp_req_print@@GNUTLS_3_4', - 'gnutls_ocsp_req_randomize_nonce' => 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_extension' => 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4', - 'gnutls_ocsp_req_set_nonce' => 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_check_crt' => 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4', - 'gnutls_ocsp_resp_deinit' => 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4', - 'gnutls_ocsp_resp_export' => 'gnutls_ocsp_resp_export@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_certs' => 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_extension' => 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_nonce' => 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_produced' => 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder' => 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder2' => 'gnutls_ocsp_resp_get_responder2@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_responder_raw_id' => 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_response' => 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature' => 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_signature_algorithm' => 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_single' => 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_status' => 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4', - 'gnutls_ocsp_resp_get_version' => 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4', - 'gnutls_ocsp_resp_import' => 'gnutls_ocsp_resp_import@@GNUTLS_3_4', - 'gnutls_ocsp_resp_init' => 'gnutls_ocsp_resp_init@@GNUTLS_3_4', - 'gnutls_ocsp_resp_print' => 'gnutls_ocsp_resp_print@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify' => 'gnutls_ocsp_resp_verify@@GNUTLS_3_4', - 'gnutls_ocsp_resp_verify_direct' => 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_enable_client' => 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_get' => 'gnutls_ocsp_status_request_get@@GNUTLS_3_4', - 'gnutls_ocsp_status_request_is_checked' => 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4', - 'gnutls_oid_to_digest' => 'gnutls_oid_to_digest@@GNUTLS_3_4', - 'gnutls_oid_to_ecc_curve' => 'gnutls_oid_to_ecc_curve@@GNUTLS_3_4', - 'gnutls_oid_to_mac' => 'gnutls_oid_to_mac@@GNUTLS_3_4', - 'gnutls_oid_to_pk' => 'gnutls_oid_to_pk@@GNUTLS_3_4', - 'gnutls_oid_to_sign' => 'gnutls_oid_to_sign@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_email' => 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname' => 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_openpgp_crt_check_hostname2' => 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_deinit' => 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export' => 'gnutls_openpgp_crt_export@@GNUTLS_3_4', - 'gnutls_openpgp_crt_export2' => 'gnutls_openpgp_crt_export2@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_auth_subkey' => 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_creation_time' => 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_expiration_time' => 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_fingerprint' => 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_id' => 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_key_usage' => 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_name' => 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_algorithm' => 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_dsa_raw' => 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_pk_rsa_raw' => 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_preferred_key_id' => 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_revoked_status' => 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_count' => 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_creation_time' => 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_expiration_time' => 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_fingerprint' => 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_id' => 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_idx' => 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_algorithm' => 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw' => 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_revoked_status' => 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_subkey_usage' => 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4', - 'gnutls_openpgp_crt_get_version' => 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4', - 'gnutls_openpgp_crt_import' => 'gnutls_openpgp_crt_import@@GNUTLS_3_4', - 'gnutls_openpgp_crt_init' => 'gnutls_openpgp_crt_init@@GNUTLS_3_4', - 'gnutls_openpgp_crt_print' => 'gnutls_openpgp_crt_print@@GNUTLS_3_4', - 'gnutls_openpgp_crt_set_preferred_key_id' => 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_ring' => 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4', - 'gnutls_openpgp_crt_verify_self' => 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_check_id' => 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_deinit' => 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt' => 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_get_crt_count' => 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_import' => 'gnutls_openpgp_keyring_import@@GNUTLS_3_4', - 'gnutls_openpgp_keyring_init' => 'gnutls_openpgp_keyring_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_deinit' => 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export' => 'gnutls_openpgp_privkey_export@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export2' => 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_dsa_raw' => 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_rsa_raw' => 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_dsa_raw' => 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_export_subkey_rsa_raw' => 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_fingerprint' => 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_key_id' => 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_pk_algorithm' => 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_preferred_key_id' => 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_revoked_status' => 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_count' => 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_creation_time' => 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_expiration_time' => 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_fingerprint' => 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_id' => 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_idx' => 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm' => 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_get_subkey_revoked_status' => 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_import' => 'gnutls_openpgp_privkey_import@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_init' => 'gnutls_openpgp_privkey_init@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sec_param' => 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_set_preferred_key_id' => 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4', - 'gnutls_openpgp_privkey_sign_hash' => 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_openpgp_send_cert' => 'gnutls_openpgp_send_cert@@GNUTLS_3_4', - 'gnutls_openpgp_set_recv_key_function' => 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4', - 'gnutls_packet_deinit' => 'gnutls_packet_deinit@@GNUTLS_3_4', - 'gnutls_packet_get' => 'gnutls_packet_get@@GNUTLS_3_4', - 'gnutls_pcert_deinit' => 'gnutls_pcert_deinit@@GNUTLS_3_4', - 'gnutls_pcert_export_openpgp' => 'gnutls_pcert_export_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_export_x509' => 'gnutls_pcert_export_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp' => 'gnutls_pcert_import_openpgp@@GNUTLS_3_4', - 'gnutls_pcert_import_openpgp_raw' => 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pcert_import_x509' => 'gnutls_pcert_import_x509@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_list' => 'gnutls_pcert_import_x509_list@@GNUTLS_3_4', - 'gnutls_pcert_import_x509_raw' => 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pcert_list_import_x509_raw' => 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pem_base64_decode' => 'gnutls_pem_base64_decode@@GNUTLS_3_4', - 'gnutls_pem_base64_decode2' => 'gnutls_pem_base64_decode2@@GNUTLS_3_4', - 'gnutls_pem_base64_encode' => 'gnutls_pem_base64_encode@@GNUTLS_3_4', - 'gnutls_pem_base64_encode2' => 'gnutls_pem_base64_encode2@@GNUTLS_3_4', - 'gnutls_perror' => 'gnutls_perror@@GNUTLS_3_4', - 'gnutls_pk_algorithm_get_name' => 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4', - 'gnutls_pk_bits_to_sec_param' => 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4', - 'gnutls_pk_get_id' => 'gnutls_pk_get_id@@GNUTLS_3_4', - 'gnutls_pk_get_name' => 'gnutls_pk_get_name@@GNUTLS_3_4', - 'gnutls_pk_get_oid' => 'gnutls_pk_get_oid@@GNUTLS_3_4', - 'gnutls_pk_list' => 'gnutls_pk_list@@GNUTLS_3_4', - 'gnutls_pk_self_test' => 'gnutls_pk_self_test@@GNUTLS_FIPS140_3_4', - 'gnutls_pk_to_sign' => 'gnutls_pk_to_sign@@GNUTLS_3_4', - 'gnutls_pkcs11_add_provider' => 'gnutls_pkcs11_add_provider@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_attached_extension' => 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_pubkey' => 'gnutls_pkcs11_copy_pubkey@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_secret_key' => 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_crt2' => 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4', - 'gnutls_pkcs11_copy_x509_privkey2' => 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4', - 'gnutls_pkcs11_crt_is_known' => 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4', - 'gnutls_pkcs11_deinit' => 'gnutls_pkcs11_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_delete_url' => 'gnutls_pkcs11_delete_url@@GNUTLS_3_4', - 'gnutls_pkcs11_get_pin_function' => 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer' => 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer_by_dn' => 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id' => 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id@@GNUTLS_3_4', - 'gnutls_pkcs11_init' => 'gnutls_pkcs11_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_deinit' => 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export' => 'gnutls_pkcs11_obj_export@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export2' => 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export3' => 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_export_url' => 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_flags_get_str' => 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_exts' => 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_flags' => 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_info' => 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_get_type' => 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_import_url' => 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_init' => 'gnutls_pkcs11_obj_init@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url3' => 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_list_import_url4' => 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_info' => 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4', - 'gnutls_pkcs11_obj_set_pin_function' => 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_cpy' => 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_deinit' => 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_pubkey' => 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_export_url' => 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_generate3' => 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_info' => 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_get_pk_algorithm' => 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_import_url' => 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_init' => 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_set_pin_function' => 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_privkey_status' => 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4', - 'gnutls_pkcs11_reinit' => 'gnutls_pkcs11_reinit@@GNUTLS_3_4', - 'gnutls_pkcs11_set_pin_function' => 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4', - 'gnutls_pkcs11_set_token_function' => 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4', - 'gnutls_pkcs11_token_check_mechanism' => 'gnutls_pkcs11_token_check_mechanism@@GNUTLS_3_6_0', - 'gnutls_pkcs11_token_get_flags' => 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_info' => 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_mechanism' => 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_random' => 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4', - 'gnutls_pkcs11_token_get_url' => 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4', - 'gnutls_pkcs11_token_init' => 'gnutls_pkcs11_token_init@@GNUTLS_3_4', - 'gnutls_pkcs11_token_set_pin' => 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4', - 'gnutls_pkcs11_type_get_name' => 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_decrypt' => 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_deinit' => 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_enc_info' => 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_encrypt' => 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_count' => 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_data' => 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_friendly_name' => 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_key_id' => 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_get_type' => 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_init' => 'gnutls_pkcs12_bag_init@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crl' => 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_crt' => 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_data' => 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_friendly_name' => 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_key_id' => 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4', - 'gnutls_pkcs12_bag_set_privkey' => 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4', - 'gnutls_pkcs12_deinit' => 'gnutls_pkcs12_deinit@@GNUTLS_3_4', - 'gnutls_pkcs12_export' => 'gnutls_pkcs12_export@@GNUTLS_3_4', - 'gnutls_pkcs12_export2' => 'gnutls_pkcs12_export2@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac' => 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4', - 'gnutls_pkcs12_generate_mac2' => 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4', - 'gnutls_pkcs12_get_bag' => 'gnutls_pkcs12_get_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_import' => 'gnutls_pkcs12_import@@GNUTLS_3_4', - 'gnutls_pkcs12_init' => 'gnutls_pkcs12_init@@GNUTLS_3_4', - 'gnutls_pkcs12_mac_info' => 'gnutls_pkcs12_mac_info@@GNUTLS_3_4', - 'gnutls_pkcs12_set_bag' => 'gnutls_pkcs12_set_bag@@GNUTLS_3_4', - 'gnutls_pkcs12_simple_parse' => 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4', - 'gnutls_pkcs12_verify_mac' => 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4', - 'gnutls_pkcs7_add_attr' => 'gnutls_pkcs7_add_attr@@GNUTLS_3_4', - 'gnutls_pkcs7_attrs_deinit' => 'gnutls_pkcs7_attrs_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_deinit' => 'gnutls_pkcs7_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crl' => 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_delete_crt' => 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_export' => 'gnutls_pkcs7_export@@GNUTLS_3_4', - 'gnutls_pkcs7_export2' => 'gnutls_pkcs7_export2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_attr' => 'gnutls_pkcs7_get_attr@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_count' => 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_raw' => 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crl_raw2' => 'gnutls_pkcs7_get_crl_raw2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_count' => 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_raw' => 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_get_crt_raw2' => 'gnutls_pkcs7_get_crt_raw2@@GNUTLS_3_4', - 'gnutls_pkcs7_get_embedded_data' => 'gnutls_pkcs7_get_embedded_data@@GNUTLS_3_4', - 'gnutls_pkcs7_get_embedded_data_oid' => 'gnutls_pkcs7_get_embedded_data_oid@@GNUTLS_3_4', - 'gnutls_pkcs7_get_signature_count' => 'gnutls_pkcs7_get_signature_count@@GNUTLS_3_4', - 'gnutls_pkcs7_get_signature_info' => 'gnutls_pkcs7_get_signature_info@@GNUTLS_3_4', - 'gnutls_pkcs7_import' => 'gnutls_pkcs7_import@@GNUTLS_3_4', - 'gnutls_pkcs7_init' => 'gnutls_pkcs7_init@@GNUTLS_3_4', - 'gnutls_pkcs7_print' => 'gnutls_pkcs7_print@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl' => 'gnutls_pkcs7_set_crl@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crl_raw' => 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt' => 'gnutls_pkcs7_set_crt@@GNUTLS_3_4', - 'gnutls_pkcs7_set_crt_raw' => 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4', - 'gnutls_pkcs7_sign' => 'gnutls_pkcs7_sign@@GNUTLS_3_4', - 'gnutls_pkcs7_signature_info_deinit' => 'gnutls_pkcs7_signature_info_deinit@@GNUTLS_3_4', - 'gnutls_pkcs7_verify' => 'gnutls_pkcs7_verify@@GNUTLS_3_4', - 'gnutls_pkcs7_verify_direct' => 'gnutls_pkcs7_verify_direct@@GNUTLS_3_4', - 'gnutls_pkcs8_info' => 'gnutls_pkcs8_info@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_name' => 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4', - 'gnutls_pkcs_schema_get_oid' => 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4', - 'gnutls_prf' => 'gnutls_prf@@GNUTLS_3_4', - 'gnutls_prf_raw' => 'gnutls_prf_raw@@GNUTLS_3_4', - 'gnutls_prf_rfc5705' => 'gnutls_prf_rfc5705@@GNUTLS_3_4', - 'gnutls_priority_certificate_type_list' => 'gnutls_priority_certificate_type_list@@GNUTLS_3_4', - 'gnutls_priority_cipher_list' => 'gnutls_priority_cipher_list@@GNUTLS_3_4', - 'gnutls_priority_compression_list' => 'gnutls_priority_compression_list@@GNUTLS_3_4', - 'gnutls_priority_deinit' => 'gnutls_priority_deinit@@GNUTLS_3_4', - 'gnutls_priority_ecc_curve_list' => 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4', - 'gnutls_priority_get_cipher_suite_index' => 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4', - 'gnutls_priority_group_list' => 'gnutls_priority_group_list@@GNUTLS_3_6_0', - 'gnutls_priority_init' => 'gnutls_priority_init@@GNUTLS_3_4', - 'gnutls_priority_kx_list' => 'gnutls_priority_kx_list@@GNUTLS_3_4', - 'gnutls_priority_mac_list' => 'gnutls_priority_mac_list@@GNUTLS_3_4', - 'gnutls_priority_protocol_list' => 'gnutls_priority_protocol_list@@GNUTLS_3_4', - 'gnutls_priority_set' => 'gnutls_priority_set@@GNUTLS_3_4', - 'gnutls_priority_set_direct' => 'gnutls_priority_set_direct@@GNUTLS_3_4', - 'gnutls_priority_sign_list' => 'gnutls_priority_sign_list@@GNUTLS_3_4', - 'gnutls_priority_string_list' => 'gnutls_priority_string_list@@GNUTLS_3_4', - 'gnutls_privkey_decrypt_data' => 'gnutls_privkey_decrypt_data@@GNUTLS_3_4', - 'gnutls_privkey_deinit' => 'gnutls_privkey_deinit@@GNUTLS_3_4', - 'gnutls_privkey_export_dsa_raw' => 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_dsa_raw2' => 'gnutls_privkey_export_dsa_raw2@@GNUTLS_3_6_0', - 'gnutls_privkey_export_ecc_raw' => 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_ecc_raw2' => 'gnutls_privkey_export_ecc_raw2@@GNUTLS_3_6_0', - 'gnutls_privkey_export_openpgp' => 'gnutls_privkey_export_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_export_pkcs11' => 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_export_rsa_raw' => 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_export_rsa_raw2' => 'gnutls_privkey_export_rsa_raw2@@GNUTLS_3_6_0', - 'gnutls_privkey_export_x509' => 'gnutls_privkey_export_x509@@GNUTLS_3_4', - 'gnutls_privkey_generate' => 'gnutls_privkey_generate@@GNUTLS_3_4', - 'gnutls_privkey_generate2' => 'gnutls_privkey_generate2@@GNUTLS_3_4', - 'gnutls_privkey_get_pk_algorithm' => 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_privkey_get_seed' => 'gnutls_privkey_get_seed@@GNUTLS_3_4', - 'gnutls_privkey_get_spki' => 'gnutls_privkey_get_spki@@GNUTLS_3_6_0', - 'gnutls_privkey_get_type' => 'gnutls_privkey_get_type@@GNUTLS_3_4', - 'gnutls_privkey_import_dsa_raw' => 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ecc_raw' => 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_ext' => 'gnutls_privkey_import_ext@@GNUTLS_3_4', - 'gnutls_privkey_import_ext2' => 'gnutls_privkey_import_ext2@@GNUTLS_3_4', - 'gnutls_privkey_import_ext3' => 'gnutls_privkey_import_ext3@@GNUTLS_3_4', - 'gnutls_privkey_import_ext4' => 'gnutls_privkey_import_ext4@@GNUTLS_3_6_0', - 'gnutls_privkey_import_openpgp' => 'gnutls_privkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_privkey_import_openpgp_raw' => 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_pkcs11' => 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_privkey_import_rsa_raw' => 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_raw' => 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_privkey_import_tpm_url' => 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_privkey_import_url' => 'gnutls_privkey_import_url@@GNUTLS_3_4', - 'gnutls_privkey_import_x509' => 'gnutls_privkey_import_x509@@GNUTLS_3_4', - 'gnutls_privkey_import_x509_raw' => 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_privkey_init' => 'gnutls_privkey_init@@GNUTLS_3_4', - 'gnutls_privkey_set_flags' => 'gnutls_privkey_set_flags@@GNUTLS_3_4', - 'gnutls_privkey_set_pin_function' => 'gnutls_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_privkey_set_spki' => 'gnutls_privkey_set_spki@@GNUTLS_3_6_0', - 'gnutls_privkey_sign_data' => 'gnutls_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_privkey_sign_data2' => 'gnutls_privkey_sign_data2@@GNUTLS_3_6_0', - 'gnutls_privkey_sign_hash' => 'gnutls_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_privkey_sign_hash2' => 'gnutls_privkey_sign_hash2@@GNUTLS_3_6_0', - 'gnutls_privkey_status' => 'gnutls_privkey_status@@GNUTLS_3_4', - 'gnutls_privkey_verify_params' => 'gnutls_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_privkey_verify_seed' => 'gnutls_privkey_verify_seed@@GNUTLS_3_4', - 'gnutls_protocol_get_id' => 'gnutls_protocol_get_id@@GNUTLS_3_4', - 'gnutls_protocol_get_name' => 'gnutls_protocol_get_name@@GNUTLS_3_4', - 'gnutls_protocol_get_version' => 'gnutls_protocol_get_version@@GNUTLS_3_4', - 'gnutls_protocol_list' => 'gnutls_protocol_list@@GNUTLS_3_4', - 'gnutls_psk_allocate_client_credentials' => 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_allocate_server_credentials' => 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_client_get_hint' => 'gnutls_psk_client_get_hint@@GNUTLS_3_4', - 'gnutls_psk_free_client_credentials' => 'gnutls_psk_free_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_free_server_credentials' => 'gnutls_psk_free_server_credentials@@GNUTLS_3_4', - 'gnutls_psk_server_get_username' => 'gnutls_psk_server_get_username@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials' => 'gnutls_psk_set_client_credentials@@GNUTLS_3_4', - 'gnutls_psk_set_client_credentials_function' => 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_params_function' => 'gnutls_psk_set_params_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_file' => 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_function' => 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_psk_set_server_credentials_hint' => 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4', - 'gnutls_psk_set_server_dh_params' => 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4', - 'gnutls_psk_set_server_known_dh_params' => 'gnutls_psk_set_server_known_dh_params@@GNUTLS_3_4', - 'gnutls_psk_set_server_params_function' => 'gnutls_psk_set_server_params_function@@GNUTLS_3_4', - 'gnutls_pubkey_deinit' => 'gnutls_pubkey_deinit@@GNUTLS_3_4', - 'gnutls_pubkey_encrypt_data' => 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4', - 'gnutls_pubkey_export' => 'gnutls_pubkey_export@@GNUTLS_3_4', - 'gnutls_pubkey_export2' => 'gnutls_pubkey_export2@@GNUTLS_3_4', - 'gnutls_pubkey_export_dsa_raw' => 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_dsa_raw2' => 'gnutls_pubkey_export_dsa_raw2@@GNUTLS_3_6_0', - 'gnutls_pubkey_export_ecc_raw' => 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_ecc_raw2' => 'gnutls_pubkey_export_ecc_raw2@@GNUTLS_3_6_0', - 'gnutls_pubkey_export_ecc_x962' => 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_export_rsa_raw' => 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_export_rsa_raw2' => 'gnutls_pubkey_export_rsa_raw2@@GNUTLS_3_6_0', - 'gnutls_pubkey_get_key_id' => 'gnutls_pubkey_get_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_key_usage' => 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_get_openpgp_key_id' => 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4', - 'gnutls_pubkey_get_pk_algorithm' => 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_get_preferred_hash_algorithm' => 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_pubkey_get_spki' => 'gnutls_pubkey_get_spki@@GNUTLS_3_6_0', - 'gnutls_pubkey_import' => 'gnutls_pubkey_import@@GNUTLS_3_4', - 'gnutls_pubkey_import_dsa_raw' => 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_raw' => 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_ecc_x962' => 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp' => 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4', - 'gnutls_pubkey_import_openpgp_raw' => 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_pkcs11' => 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4', - 'gnutls_pubkey_import_privkey' => 'gnutls_pubkey_import_privkey@@GNUTLS_3_4', - 'gnutls_pubkey_import_rsa_raw' => 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_raw' => 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4', - 'gnutls_pubkey_import_tpm_url' => 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_url' => 'gnutls_pubkey_import_url@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509' => 'gnutls_pubkey_import_x509@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_crq' => 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4', - 'gnutls_pubkey_import_x509_raw' => 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4', - 'gnutls_pubkey_init' => 'gnutls_pubkey_init@@GNUTLS_3_4', - 'gnutls_pubkey_print' => 'gnutls_pubkey_print@@GNUTLS_3_4', - 'gnutls_pubkey_set_key_usage' => 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4', - 'gnutls_pubkey_set_pin_function' => 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_pubkey_set_spki' => 'gnutls_pubkey_set_spki@@GNUTLS_3_6_0', - 'gnutls_pubkey_verify_data2' => 'gnutls_pubkey_verify_data2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_hash2' => 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4', - 'gnutls_pubkey_verify_params' => 'gnutls_pubkey_verify_params@@GNUTLS_3_4', - 'gnutls_random_art' => 'gnutls_random_art@@GNUTLS_3_4', - 'gnutls_range_split' => 'gnutls_range_split@@GNUTLS_3_4', - 'gnutls_realloc' => 'gnutls_realloc@@GNUTLS_3_4', - 'gnutls_record_can_use_length_hiding' => 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4', - 'gnutls_record_check_corked' => 'gnutls_record_check_corked@@GNUTLS_3_4', - 'gnutls_record_check_pending' => 'gnutls_record_check_pending@@GNUTLS_3_4', - 'gnutls_record_cork' => 'gnutls_record_cork@@GNUTLS_3_4', - 'gnutls_record_disable_padding' => 'gnutls_record_disable_padding@@GNUTLS_3_4', - 'gnutls_record_discard_queued' => 'gnutls_record_discard_queued@@GNUTLS_3_4', - 'gnutls_record_get_direction' => 'gnutls_record_get_direction@@GNUTLS_3_4', - 'gnutls_record_get_discarded' => 'gnutls_record_get_discarded@@GNUTLS_3_4', - 'gnutls_record_get_max_size' => 'gnutls_record_get_max_size@@GNUTLS_3_4', - 'gnutls_record_get_state' => 'gnutls_record_get_state@@GNUTLS_3_4', - 'gnutls_record_overhead_size' => 'gnutls_record_overhead_size@@GNUTLS_3_4', - 'gnutls_record_recv' => 'gnutls_record_recv@@GNUTLS_3_4', - 'gnutls_record_recv_packet' => 'gnutls_record_recv_packet@@GNUTLS_3_4', - 'gnutls_record_recv_seq' => 'gnutls_record_recv_seq@@GNUTLS_3_4', - 'gnutls_record_send' => 'gnutls_record_send@@GNUTLS_3_4', - 'gnutls_record_send_range' => 'gnutls_record_send_range@@GNUTLS_3_4', - 'gnutls_record_set_max_size' => 'gnutls_record_set_max_size@@GNUTLS_3_4', - 'gnutls_record_set_state' => 'gnutls_record_set_state@@GNUTLS_3_4', - 'gnutls_record_set_timeout' => 'gnutls_record_set_timeout@@GNUTLS_3_4', - 'gnutls_record_uncork' => 'gnutls_record_uncork@@GNUTLS_3_4', - 'gnutls_register_custom_url' => 'gnutls_register_custom_url@@GNUTLS_3_4', - 'gnutls_rehandshake' => 'gnutls_rehandshake@@GNUTLS_3_4', - 'gnutls_rnd' => 'gnutls_rnd@@GNUTLS_3_4', - 'gnutls_rnd_ctx' => 'vasprintf@@GLIBC_2.2.5', - 'gnutls_rnd_refresh' => 'gnutls_rnd_refresh@@GNUTLS_3_4', - 'gnutls_safe_renegotiation_status' => 'gnutls_safe_renegotiation_status@@GNUTLS_3_4', - 'gnutls_sec_param_get_name' => 'gnutls_sec_param_get_name@@GNUTLS_3_4', - 'gnutls_sec_param_to_pk_bits' => 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4', - 'gnutls_sec_param_to_symmetric_bits' => 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4', - 'gnutls_secure_malloc' => 'gnutls_secure_malloc@@GNUTLS_3_4', - 'gnutls_server_name_get' => 'gnutls_server_name_get@@GNUTLS_3_4', - 'gnutls_server_name_set' => 'gnutls_server_name_set@@GNUTLS_3_4', - 'gnutls_session_channel_binding' => 'gnutls_session_channel_binding@@GNUTLS_3_4', - 'gnutls_session_enable_compatibility_mode' => 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4', - 'gnutls_session_etm_status' => 'gnutls_session_etm_status@@GNUTLS_3_4', - 'gnutls_session_ext_master_secret_status' => 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4', - 'gnutls_session_ext_register' => 'gnutls_session_ext_register@@GNUTLS_3_4', - 'gnutls_session_force_valid' => 'gnutls_session_force_valid@@GNUTLS_3_4', - 'gnutls_session_get_data' => 'gnutls_session_get_data@@GNUTLS_3_4', - 'gnutls_session_get_data2' => 'gnutls_session_get_data2@@GNUTLS_3_4', - 'gnutls_session_get_desc' => 'gnutls_session_get_desc@@GNUTLS_3_4', - 'gnutls_session_get_flags' => 'gnutls_session_get_flags@@GNUTLS_3_4', - 'gnutls_session_get_id' => 'gnutls_session_get_id@@GNUTLS_3_4', - 'gnutls_session_get_id2' => 'gnutls_session_get_id2@@GNUTLS_3_4', - 'gnutls_session_get_master_secret' => 'gnutls_session_get_master_secret@@GNUTLS_3_4', - 'gnutls_session_get_ptr' => 'gnutls_session_get_ptr@@GNUTLS_3_4', - 'gnutls_session_get_random' => 'gnutls_session_get_random@@GNUTLS_3_4', - 'gnutls_session_get_verify_cert_status' => 'gnutls_session_get_verify_cert_status@@GNUTLS_3_4', - 'gnutls_session_is_resumed' => 'gnutls_session_is_resumed@@GNUTLS_3_4', - 'gnutls_session_resumption_requested' => 'gnutls_session_resumption_requested@@GNUTLS_3_4', - 'gnutls_session_set_data' => 'gnutls_session_set_data@@GNUTLS_3_4', - 'gnutls_session_set_id' => 'gnutls_session_set_id@@GNUTLS_3_4', - 'gnutls_session_set_premaster' => 'gnutls_session_set_premaster@@GNUTLS_3_4', - 'gnutls_session_set_ptr' => 'gnutls_session_set_ptr@@GNUTLS_3_4', - 'gnutls_session_set_verify_cert' => 'gnutls_session_set_verify_cert@@GNUTLS_3_4', - 'gnutls_session_set_verify_cert2' => 'gnutls_session_set_verify_cert2@@GNUTLS_3_4', - 'gnutls_session_set_verify_function' => 'gnutls_session_set_verify_function@@GNUTLS_3_4', - 'gnutls_session_supplemental_register' => 'gnutls_session_supplemental_register@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_client' => 'gnutls_session_ticket_enable_client@@GNUTLS_3_4', - 'gnutls_session_ticket_enable_server' => 'gnutls_session_ticket_enable_server@@GNUTLS_3_4', - 'gnutls_session_ticket_key_generate' => 'gnutls_session_ticket_key_generate@@GNUTLS_3_4', - 'gnutls_set_default_priority' => 'gnutls_set_default_priority@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get' => 'gnutls_sign_algorithm_get@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_client' => 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4', - 'gnutls_sign_algorithm_get_requested' => 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4', - 'gnutls_sign_get_hash_algorithm' => 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4', - 'gnutls_sign_get_id' => 'gnutls_sign_get_id@@GNUTLS_3_4', - 'gnutls_sign_get_name' => 'gnutls_sign_get_name@@GNUTLS_3_4', - 'gnutls_sign_get_oid' => 'gnutls_sign_get_oid@@GNUTLS_3_4', - 'gnutls_sign_get_pk_algorithm' => 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_sign_is_secure' => 'gnutls_sign_is_secure@@GNUTLS_3_4', - 'gnutls_sign_is_secure2' => 'gnutls_sign_is_secure2@@GNUTLS_3_6_0', - 'gnutls_sign_list' => 'gnutls_sign_list@@GNUTLS_3_4', - 'gnutls_sign_supports_pk_algorithm' => 'gnutls_sign_supports_pk_algorithm@@GNUTLS_3_6_0', - 'gnutls_srp_1024_group_generator' => 'gnutls_srp_1024_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1024_group_prime' => 'gnutls_srp_1024_group_prime@@GNUTLS_3_4', - 'gnutls_srp_1536_group_generator' => 'gnutls_srp_1536_group_generator@@GNUTLS_3_4', - 'gnutls_srp_1536_group_prime' => 'gnutls_srp_1536_group_prime@@GNUTLS_3_4', - 'gnutls_srp_2048_group_generator' => 'gnutls_srp_2048_group_generator@@GNUTLS_3_4', - 'gnutls_srp_2048_group_prime' => 'gnutls_srp_2048_group_prime@@GNUTLS_3_4', - 'gnutls_srp_3072_group_generator' => 'gnutls_srp_3072_group_generator@@GNUTLS_3_4', - 'gnutls_srp_3072_group_prime' => 'gnutls_srp_3072_group_prime@@GNUTLS_3_4', - 'gnutls_srp_4096_group_generator' => 'gnutls_srp_4096_group_generator@@GNUTLS_3_4', - 'gnutls_srp_4096_group_prime' => 'gnutls_srp_4096_group_prime@@GNUTLS_3_4', - 'gnutls_srp_allocate_client_credentials' => 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_allocate_server_credentials' => 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_base64_decode' => 'gnutls_srp_base64_decode@@GNUTLS_3_4', - 'gnutls_srp_base64_decode2' => 'gnutls_srp_base64_decode2@@GNUTLS_3_4', - 'gnutls_srp_base64_encode' => 'gnutls_srp_base64_encode@@GNUTLS_3_4', - 'gnutls_srp_base64_encode2' => 'gnutls_srp_base64_encode2@@GNUTLS_3_4', - 'gnutls_srp_free_client_credentials' => 'gnutls_srp_free_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_free_server_credentials' => 'gnutls_srp_free_server_credentials@@GNUTLS_3_4', - 'gnutls_srp_server_get_username' => 'gnutls_srp_server_get_username@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials' => 'gnutls_srp_set_client_credentials@@GNUTLS_3_4', - 'gnutls_srp_set_client_credentials_function' => 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_prime_bits' => 'gnutls_srp_set_prime_bits@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_file' => 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4', - 'gnutls_srp_set_server_credentials_function' => 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4', - 'gnutls_srp_set_server_fake_salt_seed' => 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4', - 'gnutls_srp_verifier' => 'gnutls_srp_verifier@@GNUTLS_3_4', - 'gnutls_srtp_get_keys' => 'gnutls_srtp_get_keys@@GNUTLS_3_4', - 'gnutls_srtp_get_mki' => 'gnutls_srtp_get_mki@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_id' => 'gnutls_srtp_get_profile_id@@GNUTLS_3_4', - 'gnutls_srtp_get_profile_name' => 'gnutls_srtp_get_profile_name@@GNUTLS_3_4', - 'gnutls_srtp_get_selected_profile' => 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_mki' => 'gnutls_srtp_set_mki@@GNUTLS_3_4', - 'gnutls_srtp_set_profile' => 'gnutls_srtp_set_profile@@GNUTLS_3_4', - 'gnutls_srtp_set_profile_direct' => 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4', - 'gnutls_store_commitment' => 'gnutls_store_commitment@@GNUTLS_3_4', - 'gnutls_store_pubkey' => 'gnutls_store_pubkey@@GNUTLS_3_4', - 'gnutls_strdup' => 'gnutls_strdup@@GNUTLS_3_4', - 'gnutls_strerror' => 'gnutls_strerror@@GNUTLS_3_4', - 'gnutls_strerror_name' => 'gnutls_strerror_name@@GNUTLS_3_4', - 'gnutls_subject_alt_names_deinit' => 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4', - 'gnutls_subject_alt_names_get' => 'gnutls_subject_alt_names_get@@GNUTLS_3_4', - 'gnutls_subject_alt_names_init' => 'gnutls_subject_alt_names_init@@GNUTLS_3_4', - 'gnutls_subject_alt_names_set' => 'gnutls_subject_alt_names_set@@GNUTLS_3_4', - 'gnutls_supplemental_get_name' => 'gnutls_supplemental_get_name@@GNUTLS_3_4', - 'gnutls_supplemental_recv' => 'gnutls_supplemental_recv@@GNUTLS_3_4', - 'gnutls_supplemental_register' => 'gnutls_supplemental_register@@GNUTLS_3_4', - 'gnutls_supplemental_send' => 'gnutls_supplemental_send@@GNUTLS_3_4', - 'gnutls_system_key_add_x509' => 'gnutls_system_key_add_x509@@GNUTLS_3_4', - 'gnutls_system_key_delete' => 'gnutls_system_key_delete@@GNUTLS_3_4', - 'gnutls_system_key_iter_deinit' => 'gnutls_system_key_iter_deinit@@GNUTLS_3_4', - 'gnutls_system_key_iter_get_info' => 'gnutls_system_key_iter_get_info@@GNUTLS_3_4', - 'gnutls_system_recv_timeout' => 'gnutls_system_recv_timeout@@GNUTLS_3_4', - 'gnutls_tdb_deinit' => 'gnutls_tdb_deinit@@GNUTLS_3_4', - 'gnutls_tdb_init' => 'gnutls_tdb_init@@GNUTLS_3_4', - 'gnutls_tdb_set_store_commitment_func' => 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4', - 'gnutls_tdb_set_store_func' => 'gnutls_tdb_set_store_func@@GNUTLS_3_4', - 'gnutls_tdb_set_verify_func' => 'gnutls_tdb_set_verify_func@@GNUTLS_3_4', - 'gnutls_tpm_get_registered' => 'gnutls_tpm_get_registered@@GNUTLS_3_4', - 'gnutls_tpm_key_list_deinit' => 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4', - 'gnutls_tpm_key_list_get_url' => 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4', - 'gnutls_tpm_privkey_delete' => 'gnutls_tpm_privkey_delete@@GNUTLS_3_4', - 'gnutls_tpm_privkey_generate' => 'gnutls_tpm_privkey_generate@@GNUTLS_3_4', - 'gnutls_transport_get_int' => 'gnutls_transport_get_int@@GNUTLS_3_4', - 'gnutls_transport_get_int2' => 'gnutls_transport_get_int2@@GNUTLS_3_4', - 'gnutls_transport_get_ptr' => 'gnutls_transport_get_ptr@@GNUTLS_3_4', - 'gnutls_transport_get_ptr2' => 'gnutls_transport_get_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_errno' => 'gnutls_transport_set_errno@@GNUTLS_3_4', - 'gnutls_transport_set_errno_function' => 'gnutls_transport_set_errno_function@@GNUTLS_3_4', - 'gnutls_transport_set_fastopen' => 'gnutls_transport_set_fastopen@@GNUTLS_3_4', - 'gnutls_transport_set_int2' => 'gnutls_transport_set_int2@@GNUTLS_3_4', - 'gnutls_transport_set_ptr' => 'gnutls_transport_set_ptr@@GNUTLS_3_4', - 'gnutls_transport_set_ptr2' => 'gnutls_transport_set_ptr2@@GNUTLS_3_4', - 'gnutls_transport_set_pull_function' => 'gnutls_transport_set_pull_function@@GNUTLS_3_4', - 'gnutls_transport_set_pull_timeout_function' => 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4', - 'gnutls_transport_set_push_function' => 'gnutls_transport_set_push_function@@GNUTLS_3_4', - 'gnutls_transport_set_vec_push_function' => 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4', - 'gnutls_url_is_supported' => 'gnutls_url_is_supported@@GNUTLS_3_4', - 'gnutls_utf8_password_normalize' => 'gnutls_utf8_password_normalize@@GNUTLS_3_4', - 'gnutls_verify_stored_pubkey' => 'gnutls_verify_stored_pubkey@@GNUTLS_3_4', - 'gnutls_x509_aia_deinit' => 'gnutls_x509_aia_deinit@@GNUTLS_3_4', - 'gnutls_x509_aia_get' => 'gnutls_x509_aia_get@@GNUTLS_3_4', - 'gnutls_x509_aia_init' => 'gnutls_x509_aia_init@@GNUTLS_3_4', - 'gnutls_x509_aia_set' => 'gnutls_x509_aia_set@@GNUTLS_3_4', - 'gnutls_x509_aki_deinit' => 'gnutls_x509_aki_deinit@@GNUTLS_3_4', - 'gnutls_x509_aki_get_cert_issuer' => 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_get_id' => 'gnutls_x509_aki_get_id@@GNUTLS_3_4', - 'gnutls_x509_aki_init' => 'gnutls_x509_aki_init@@GNUTLS_3_4', - 'gnutls_x509_aki_set_cert_issuer' => 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4', - 'gnutls_x509_aki_set_id' => 'gnutls_x509_aki_set_id@@GNUTLS_3_4', - 'gnutls_x509_cidr_to_rfc5280' => 'gnutls_x509_cidr_to_rfc5280@@GNUTLS_3_4', - 'gnutls_x509_crl_check_issuer' => 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crl_deinit' => 'gnutls_x509_crl_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_deinit' => 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_get' => 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_init' => 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4', - 'gnutls_x509_crl_dist_points_set' => 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4', - 'gnutls_x509_crl_export' => 'gnutls_x509_crl_export@@GNUTLS_3_4', - 'gnutls_x509_crl_export2' => 'gnutls_x509_crl_export2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_gn_serial' => 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_authority_key_id' => 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_count' => 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4', - 'gnutls_x509_crl_get_crt_serial' => 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_get_dn_oid' => 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data' => 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_data2' => 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_info' => 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crl_get_extension_oid' => 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn' => 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn2' => 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn3' => 'gnutls_x509_crl_get_issuer_dn3@@GNUTLS_3_4', - 'gnutls_x509_crl_get_issuer_dn_by_oid' => 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_next_update' => 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_number' => 'gnutls_x509_crl_get_number@@GNUTLS_3_4', - 'gnutls_x509_crl_get_raw_issuer_dn' => 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature' => 'gnutls_x509_crl_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature_algorithm' => 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crl_get_signature_oid' => 'gnutls_x509_crl_get_signature_oid@@GNUTLS_3_4', - 'gnutls_x509_crl_get_this_update' => 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_get_version' => 'gnutls_x509_crl_get_version@@GNUTLS_3_4', - 'gnutls_x509_crl_import' => 'gnutls_x509_crl_import@@GNUTLS_3_4', - 'gnutls_x509_crl_init' => 'gnutls_x509_crl_init@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_crt_serial' => 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_iter_deinit' => 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import' => 'gnutls_x509_crl_list_import@@GNUTLS_3_4', - 'gnutls_x509_crl_list_import2' => 'gnutls_x509_crl_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crl_print' => 'gnutls_x509_crl_print@@GNUTLS_3_4', - 'gnutls_x509_crl_privkey_sign' => 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_set_authority_key_id' => 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt' => 'gnutls_x509_crl_set_crt@@GNUTLS_3_4', - 'gnutls_x509_crl_set_crt_serial' => 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4', - 'gnutls_x509_crl_set_next_update' => 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_number' => 'gnutls_x509_crl_set_number@@GNUTLS_3_4', - 'gnutls_x509_crl_set_this_update' => 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4', - 'gnutls_x509_crl_set_version' => 'gnutls_x509_crl_set_version@@GNUTLS_3_4', - 'gnutls_x509_crl_sign' => 'gnutls_x509_crl_sign@@GNUTLS_3_4', - 'gnutls_x509_crl_sign2' => 'gnutls_x509_crl_sign2@@GNUTLS_3_4', - 'gnutls_x509_crl_verify' => 'gnutls_x509_crl_verify@@GNUTLS_3_4', - 'gnutls_x509_crq_deinit' => 'gnutls_x509_crq_deinit@@GNUTLS_3_4', - 'gnutls_x509_crq_export' => 'gnutls_x509_crq_export@@GNUTLS_3_4', - 'gnutls_x509_crq_export2' => 'gnutls_x509_crq_export2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_by_oid' => 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_data' => 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_attribute_info' => 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_basic_constraints' => 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_get_challenge_password' => 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn' => 'gnutls_x509_crq_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn2' => 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn3' => 'gnutls_x509_crq_get_dn3@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_by_oid' => 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_dn_oid' => 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid' => 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_by_oid2' => 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data' => 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_data2' => 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crq_get_extension_info' => 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_id' => 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_purpose_oid' => 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_rsa_raw' => 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_get_key_usage' => 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_get_pk_algorithm' => 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_pk_oid' => 'gnutls_x509_crq_get_pk_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_private_key_usage_period' => 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_get_signature_algorithm' => 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crq_get_signature_oid' => 'gnutls_x509_crq_get_signature_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_spki' => 'gnutls_x509_crq_get_spki@@GNUTLS_3_6_0', - 'gnutls_x509_crq_get_subject_alt_name' => 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_get_subject_alt_othername_oid' => 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_get_tlsfeatures' => 'gnutls_x509_crq_get_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crq_get_version' => 'gnutls_x509_crq_get_version@@GNUTLS_3_4', - 'gnutls_x509_crq_import' => 'gnutls_x509_crq_import@@GNUTLS_3_4', - 'gnutls_x509_crq_init' => 'gnutls_x509_crq_init@@GNUTLS_3_4', - 'gnutls_x509_crq_print' => 'gnutls_x509_crq_print@@GNUTLS_3_4', - 'gnutls_x509_crq_privkey_sign' => 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_set_attribute_by_oid' => 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_basic_constraints' => 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crq_set_challenge_password' => 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn' => 'gnutls_x509_crq_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crq_set_dn_by_oid' => 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_extension_by_oid' => 'gnutls_x509_crq_set_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key' => 'gnutls_x509_crq_set_key@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_purpose_oid' => 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_rsa_raw' => 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crq_set_key_usage' => 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crq_set_private_key_usage_period' => 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crq_set_pubkey' => 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crq_set_spki' => 'gnutls_x509_crq_set_spki@@GNUTLS_3_6_0', - 'gnutls_x509_crq_set_subject_alt_name' => 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crq_set_subject_alt_othername' => 'gnutls_x509_crq_set_subject_alt_othername@@GNUTLS_3_4', - 'gnutls_x509_crq_set_tlsfeatures' => 'gnutls_x509_crq_set_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crq_set_version' => 'gnutls_x509_crq_set_version@@GNUTLS_3_4', - 'gnutls_x509_crq_sign' => 'gnutls_x509_crq_sign@@GNUTLS_3_4', - 'gnutls_x509_crq_sign2' => 'gnutls_x509_crq_sign2@@GNUTLS_3_4', - 'gnutls_x509_crq_verify' => 'gnutls_x509_crq_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_check_email' => 'gnutls_x509_crt_check_email@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname' => 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4', - 'gnutls_x509_crt_check_hostname2' => 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4', - 'gnutls_x509_crt_check_ip' => 'gnutls_x509_crt_check_ip@@GNUTLS_3_6_0', - 'gnutls_x509_crt_check_issuer' => 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_check_key_purpose' => 'gnutls_x509_crt_check_key_purpose@@GNUTLS_3_4', - 'gnutls_x509_crt_check_revocation' => 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4', - 'gnutls_x509_crt_cpy_crl_dist_points' => 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_deinit' => 'gnutls_x509_crt_deinit@@GNUTLS_3_4', - 'gnutls_x509_crt_equals' => 'gnutls_x509_crt_equals@@GNUTLS_3_4', - 'gnutls_x509_crt_equals2' => 'gnutls_x509_crt_equals2@@GNUTLS_3_4', - 'gnutls_x509_crt_export' => 'gnutls_x509_crt_export@@GNUTLS_3_4', - 'gnutls_x509_crt_export2' => 'gnutls_x509_crt_export2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_activation_time' => 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_info_access' => 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_gn_serial' => 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_authority_key_id' => 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_basic_constraints' => 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_ca_status' => 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_get_crl_dist_points' => 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn' => 'gnutls_x509_crt_get_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn2' => 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn3' => 'gnutls_x509_crt_get_dn3@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_by_oid' => 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_dn_oid' => 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_expiration_time' => 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid' => 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_by_oid2' => 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data' => 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_data2' => 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_info' => 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4', - 'gnutls_x509_crt_get_extension_oid' => 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_fingerprint' => 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4', - 'gnutls_x509_crt_get_inhibit_anypolicy' => 'gnutls_x509_crt_get_inhibit_anypolicy@@GNUTLS_3_6_0', - 'gnutls_x509_crt_get_issuer' => 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name' => 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_name2' => 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_alt_othername_oid' => 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn' => 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn2' => 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn3' => 'gnutls_x509_crt_get_issuer_dn3@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_by_oid' => 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_dn_oid' => 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_issuer_unique_id' => 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_id' => 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_purpose_oid' => 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_key_usage' => 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_get_name_constraints' => 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_algorithm' => 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_dsa_raw' => 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_ecc_raw' => 'gnutls_x509_crt_get_pk_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_oid' => 'gnutls_x509_crt_get_pk_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_pk_rsa_raw' => 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_crt_get_policy' => 'gnutls_x509_crt_get_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_preferred_hash_algorithm' => 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_private_key_usage_period' => 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_get_proxy' => 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_dn' => 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_raw_issuer_dn' => 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_get_serial' => 'gnutls_x509_crt_get_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature' => 'gnutls_x509_crt_get_signature@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature_algorithm' => 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4', - 'gnutls_x509_crt_get_signature_oid' => 'gnutls_x509_crt_get_signature_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_spki' => 'gnutls_x509_crt_get_spki@@GNUTLS_3_6_0', - 'gnutls_x509_crt_get_subject' => 'gnutls_x509_crt_get_subject@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name' => 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_name2' => 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_alt_othername_oid' => 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_key_id' => 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_subject_unique_id' => 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_get_tlsfeatures' => 'gnutls_x509_crt_get_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crt_get_version' => 'gnutls_x509_crt_get_version@@GNUTLS_3_4', - 'gnutls_x509_crt_import' => 'gnutls_x509_crt_import@@GNUTLS_3_4', - 'gnutls_x509_crt_import_pkcs11' => 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_import_url' => 'gnutls_x509_crt_import_url@@GNUTLS_3_4', - 'gnutls_x509_crt_init' => 'gnutls_x509_crt_init@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import' => 'gnutls_x509_crt_list_import@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import2' => 'gnutls_x509_crt_list_import2@@GNUTLS_3_4', - 'gnutls_x509_crt_list_import_pkcs11' => 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4', - 'gnutls_x509_crt_list_verify' => 'gnutls_x509_crt_list_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_print' => 'gnutls_x509_crt_print@@GNUTLS_3_4', - 'gnutls_x509_crt_privkey_sign' => 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_set_activation_time' => 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_info_access' => 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4', - 'gnutls_x509_crt_set_authority_key_id' => 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_basic_constraints' => 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_ca_status' => 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points' => 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crl_dist_points2' => 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq' => 'gnutls_x509_crt_set_crq@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq_extension_by_oid' => 'gnutls_x509_crt_set_crq_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_crq_extensions' => 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn' => 'gnutls_x509_crt_set_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_dn_by_oid' => 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_expiration_time' => 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4', - 'gnutls_x509_crt_set_extension_by_oid' => 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_flags' => 'gnutls_x509_crt_set_flags@@GNUTLS_3_6_0', - 'gnutls_x509_crt_set_inhibit_anypolicy' => 'gnutls_x509_crt_set_inhibit_anypolicy@@GNUTLS_3_6_0', - 'gnutls_x509_crt_set_issuer_alt_name' => 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_alt_othername' => 'gnutls_x509_crt_set_issuer_alt_othername@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn' => 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_dn_by_oid' => 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_issuer_unique_id' => 'gnutls_x509_crt_set_issuer_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key' => 'gnutls_x509_crt_set_key@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_purpose_oid' => 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4', - 'gnutls_x509_crt_set_key_usage' => 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4', - 'gnutls_x509_crt_set_name_constraints' => 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pin_function' => 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_crt_set_policy' => 'gnutls_x509_crt_set_policy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_private_key_usage_period' => 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy' => 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4', - 'gnutls_x509_crt_set_proxy_dn' => 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4', - 'gnutls_x509_crt_set_pubkey' => 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4', - 'gnutls_x509_crt_set_serial' => 'gnutls_x509_crt_set_serial@@GNUTLS_3_4', - 'gnutls_x509_crt_set_spki' => 'gnutls_x509_crt_set_spki@@GNUTLS_3_6_0', - 'gnutls_x509_crt_set_subject_alt_name' => 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alt_othername' => 'gnutls_x509_crt_set_subject_alt_othername@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_alternative_name' => 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_key_id' => 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_subject_unique_id' => 'gnutls_x509_crt_set_subject_unique_id@@GNUTLS_3_4', - 'gnutls_x509_crt_set_tlsfeatures' => 'gnutls_x509_crt_set_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_crt_set_version' => 'gnutls_x509_crt_set_version@@GNUTLS_3_4', - 'gnutls_x509_crt_sign' => 'gnutls_x509_crt_sign@@GNUTLS_3_4', - 'gnutls_x509_crt_sign2' => 'gnutls_x509_crt_sign2@@GNUTLS_3_4', - 'gnutls_x509_crt_verify' => 'gnutls_x509_crt_verify@@GNUTLS_3_4', - 'gnutls_x509_crt_verify_data2' => 'gnutls_x509_crt_verify_data2@@GNUTLS_3_4', - 'gnutls_x509_dn_deinit' => 'gnutls_x509_dn_deinit@@GNUTLS_3_4', - 'gnutls_x509_dn_export' => 'gnutls_x509_dn_export@@GNUTLS_3_4', - 'gnutls_x509_dn_export2' => 'gnutls_x509_dn_export2@@GNUTLS_3_4', - 'gnutls_x509_dn_get_rdn_ava' => 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4', - 'gnutls_x509_dn_get_str' => 'gnutls_x509_dn_get_str@@GNUTLS_3_4', - 'gnutls_x509_dn_get_str2' => 'gnutls_x509_dn_get_str2@@GNUTLS_3_4', - 'gnutls_x509_dn_import' => 'gnutls_x509_dn_import@@GNUTLS_3_4', - 'gnutls_x509_dn_init' => 'gnutls_x509_dn_init@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_known' => 'gnutls_x509_dn_oid_known@@GNUTLS_3_4', - 'gnutls_x509_dn_oid_name' => 'gnutls_x509_dn_oid_name@@GNUTLS_3_4', - 'gnutls_x509_dn_set_str' => 'gnutls_x509_dn_set_str@@GNUTLS_3_4', - 'gnutls_x509_ext_deinit' => 'gnutls_x509_ext_deinit@@GNUTLS_3_4', - 'gnutls_x509_ext_export_aia' => 'gnutls_x509_ext_export_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_export_authority_key_id' => 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_export_basic_constraints' => 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_crl_dist_points' => 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_export_inhibit_anypolicy' => 'gnutls_x509_ext_export_inhibit_anypolicy@@GNUTLS_3_6_0', - 'gnutls_x509_ext_export_key_purposes' => 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_export_key_usage' => 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_export_name_constraints' => 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_export_policies' => 'gnutls_x509_ext_export_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_export_private_key_usage_period' => 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_export_proxy' => 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_alt_names' => 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_export_subject_key_id' => 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_export_tlsfeatures' => 'gnutls_x509_ext_export_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_ext_import_aia' => 'gnutls_x509_ext_import_aia@@GNUTLS_3_4', - 'gnutls_x509_ext_import_authority_key_id' => 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_basic_constraints' => 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_crl_dist_points' => 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4', - 'gnutls_x509_ext_import_inhibit_anypolicy' => 'gnutls_x509_ext_import_inhibit_anypolicy@@GNUTLS_3_6_0', - 'gnutls_x509_ext_import_key_purposes' => 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4', - 'gnutls_x509_ext_import_key_usage' => 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4', - 'gnutls_x509_ext_import_name_constraints' => 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4', - 'gnutls_x509_ext_import_policies' => 'gnutls_x509_ext_import_policies@@GNUTLS_3_4', - 'gnutls_x509_ext_import_private_key_usage_period' => 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4', - 'gnutls_x509_ext_import_proxy' => 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_alt_names' => 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4', - 'gnutls_x509_ext_import_subject_key_id' => 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_ext_import_tlsfeatures' => 'gnutls_x509_ext_import_tlsfeatures@@GNUTLS_3_4', - 'gnutls_x509_ext_print' => 'gnutls_x509_ext_print@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_deinit' => 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_get' => 'gnutls_x509_key_purpose_get@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_init' => 'gnutls_x509_key_purpose_init@@GNUTLS_3_4', - 'gnutls_x509_key_purpose_set' => 'gnutls_x509_key_purpose_set@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_excluded' => 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_add_permitted' => 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check' => 'gnutls_x509_name_constraints_check@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_check_crt' => 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_deinit' => 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_excluded' => 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_get_permitted' => 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4', - 'gnutls_x509_name_constraints_init' => 'gnutls_x509_name_constraints_init@@GNUTLS_3_4', - 'gnutls_x509_othername_to_virtual' => 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4', - 'gnutls_x509_policies_deinit' => 'gnutls_x509_policies_deinit@@GNUTLS_3_4', - 'gnutls_x509_policies_get' => 'gnutls_x509_policies_get@@GNUTLS_3_4', - 'gnutls_x509_policies_init' => 'gnutls_x509_policies_init@@GNUTLS_3_4', - 'gnutls_x509_policies_set' => 'gnutls_x509_policies_set@@GNUTLS_3_4', - 'gnutls_x509_policy_release' => 'gnutls_x509_policy_release@@GNUTLS_3_4', - 'gnutls_x509_privkey_cpy' => 'gnutls_x509_privkey_cpy@@GNUTLS_3_4', - 'gnutls_x509_privkey_deinit' => 'gnutls_x509_privkey_deinit@@GNUTLS_3_4', - 'gnutls_x509_privkey_export' => 'gnutls_x509_privkey_export@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2' => 'gnutls_x509_privkey_export2@@GNUTLS_3_4', - 'gnutls_x509_privkey_export2_pkcs8' => 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_dsa_raw' => 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_ecc_raw' => 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_pkcs8' => 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw' => 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_export_rsa_raw2' => 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_fix' => 'gnutls_x509_privkey_fix@@GNUTLS_3_4', - 'gnutls_x509_privkey_generate' => 'gnutls_x509_privkey_generate@@GNUTLS_3_4', - 'gnutls_x509_privkey_generate2' => 'gnutls_x509_privkey_generate2@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_key_id' => 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm' => 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_pk_algorithm2' => 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_seed' => 'gnutls_x509_privkey_get_seed@@GNUTLS_3_4', - 'gnutls_x509_privkey_get_spki' => 'gnutls_x509_privkey_get_spki@@GNUTLS_3_6_0', - 'gnutls_x509_privkey_import' => 'gnutls_x509_privkey_import@@GNUTLS_3_4', - 'gnutls_x509_privkey_import2' => 'gnutls_x509_privkey_import2@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_dsa_raw' => 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_ecc_raw' => 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_openssl' => 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_pkcs8' => 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw' => 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4', - 'gnutls_x509_privkey_import_rsa_raw2' => 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4', - 'gnutls_x509_privkey_init' => 'gnutls_x509_privkey_init@@GNUTLS_3_4', - 'gnutls_x509_privkey_sec_param' => 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4', - 'gnutls_x509_privkey_set_flags' => 'gnutls_x509_privkey_set_flags@@GNUTLS_3_4', - 'gnutls_x509_privkey_set_pin_function' => 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4', - 'gnutls_x509_privkey_set_spki' => 'gnutls_x509_privkey_set_spki@@GNUTLS_3_6_0', - 'gnutls_x509_privkey_sign_data' => 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4', - 'gnutls_x509_privkey_sign_hash' => 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4', - 'gnutls_x509_privkey_verify_params' => 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4', - 'gnutls_x509_privkey_verify_seed' => 'gnutls_x509_privkey_verify_seed@@GNUTLS_3_4', - 'gnutls_x509_rdn_get' => 'gnutls_x509_rdn_get@@GNUTLS_3_4', - 'gnutls_x509_rdn_get2' => 'gnutls_x509_rdn_get2@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_by_oid' => 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4', - 'gnutls_x509_rdn_get_oid' => 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4', - 'gnutls_x509_spki_deinit' => 'gnutls_x509_spki_deinit@@GNUTLS_3_6_0', - 'gnutls_x509_spki_get_rsa_pss_params' => 'gnutls_x509_spki_get_rsa_pss_params@@GNUTLS_3_6_0', - 'gnutls_x509_spki_init' => 'gnutls_x509_spki_init@@GNUTLS_3_6_0', - 'gnutls_x509_spki_set_rsa_pss_params' => 'gnutls_x509_spki_set_rsa_pss_params@@GNUTLS_3_6_0', - 'gnutls_x509_tlsfeatures_add' => 'gnutls_x509_tlsfeatures_add@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_check_crt' => 'gnutls_x509_tlsfeatures_check_crt@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_deinit' => 'gnutls_x509_tlsfeatures_deinit@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_get' => 'gnutls_x509_tlsfeatures_get@@GNUTLS_3_4', - 'gnutls_x509_tlsfeatures_init' => 'gnutls_x509_tlsfeatures_init@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_cas' => 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_crls' => 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_named_crt' => 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_system_trust' => 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_dir' => 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_file' => 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_add_trust_mem' => 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_deinit' => 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer' => 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer_by_dn' => 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4', - 'gnutls_x509_trust_list_get_issuer_by_subject_key_id' => 'gnutls_x509_trust_list_get_issuer_by_subject_key_id@@GNUTLS_3_4', - 'gnutls_x509_trust_list_init' => 'gnutls_x509_trust_list_init@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_deinit' => 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4', - 'gnutls_x509_trust_list_iter_get_ca' => 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_cas' => 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_file' => 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4', - 'gnutls_x509_trust_list_remove_trust_mem' => 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt' => 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_crt2' => 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4', - 'gnutls_x509_trust_list_verify_named_crt' => 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4', - 'p11_kit_config_option' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_message' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_finalize' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_get_flags' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_get_name' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_initialize' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_load' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_module_release' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_modules_load_and_initialize' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_file_callback' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_get_length' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_get_value' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_new_for_string' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_register_callback' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_request' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_unref' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_pin_unregister_callback' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_space_strdup' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_space_strlen' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_strerror' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_format' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_free' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_attribute' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_attributes' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_module_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_source' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_pin_value' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_get_token_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_match_module_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_match_token_info' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_new' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_parse' => 'vasprintf@@GLIBC_2.2.5', - 'p11_kit_uri_set_attribute' => 'vasprintf@@GLIBC_2.2.5', - 'u16_normalize' => 'vasprintf@@GLIBC_2.2.5', - 'u16_to_u8' => 'vasprintf@@GLIBC_2.2.5', - 'u32_normalize' => 'vasprintf@@GLIBC_2.2.5', - 'u32_to_u8' => 'vasprintf@@GLIBC_2.2.5', - 'u8_check' => 'vasprintf@@GLIBC_2.2.5', - 'u8_to_u16' => 'vasprintf@@GLIBC_2.2.5', - 'u8_to_u32' => 'vasprintf@@GLIBC_2.2.5', - 'uc_general_category_and_not' => 'vasprintf@@GLIBC_2.2.5', - 'uc_general_category_or' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_general_category' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_property_default_ignorable_code_point' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_property_join_control' => 'vasprintf@@GLIBC_2.2.5', - 'uc_is_property_not_a_character' => 'vasprintf@@GLIBC_2.2.5', - 'uninorm_nfc' => 'vasprintf@@GLIBC_2.2.5', - 'uninorm_nfkc' => 'vasprintf@@GLIBC_2.2.5' - }, - 'Symbols' => { - 'libgnutls.so.30.23.0' => { - '_dsa_generate_dss_g@@GNUTLS_FIPS140_3_4' => 1, - '_dsa_generate_dss_pq@@GNUTLS_FIPS140_3_4' => 1, - '_dsa_validate_dss_g@@GNUTLS_FIPS140_3_4' => 1, - '_dsa_validate_dss_pq@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_bin2hex@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_append_str@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_init@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_buffer_to_datum@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_cidr_to_string@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_decode_ber_rs_raw@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_digest_exists@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_encode_ber_rs_raw@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_global_init_skip@@GNUTLS_3_4' => 1, - '_gnutls_hello_set_default_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_ip_to_string@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_lib_force_operational@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_lib_simulate_error@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_log@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_log_level@@GNUTLS_PRIVATE_3_4' => -4, - '_gnutls_mac_to_entry@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_mpi_log@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_mpi_ops@@GNUTLS_PRIVATE_3_4' => -200, - '_gnutls_pkcs12_string_to_key@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_prf_raw@@GNUTLS_FIPS140_3_4' => 1, - '_gnutls_record_set_default_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_resolve_priorities@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_rsa_pms_set_version@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_server_name_set_raw@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_ucs2_to_utf8@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_utf8_to_ucs2@@GNUTLS_PRIVATE_3_4' => 1, - '_gnutls_x509_name_constraints_merge@@GNUTLS_PRIVATE_3_4' => 1, - '_rsa_generate_fips186_4_keypair@@GNUTLS_FIPS140_3_4' => 1, - 'dsa_generate_dss_keypair@@GNUTLS_FIPS140_3_4' => 1, - 'gnutls_aead_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_aead_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_alert_get@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_name@@GNUTLS_3_4' => 1, - 'gnutls_alert_get_strname@@GNUTLS_3_4' => 1, - 'gnutls_alert_send@@GNUTLS_3_4' => 1, - 'gnutls_alert_send_appropriate@@GNUTLS_3_4' => 1, - 'gnutls_alpn_get_selected_protocol@@GNUTLS_3_4' => 1, - 'gnutls_alpn_set_protocols@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_known_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_anon_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_auth_client_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_get_type@@GNUTLS_3_4' => 1, - 'gnutls_auth_server_get_type@@GNUTLS_3_4' => 1, - 'gnutls_base64_decode2@@GNUTLS_3_6_0' => 1, - 'gnutls_base64_encode2@@GNUTLS_3_6_0' => 1, - 'gnutls_buffer_append_data@@GNUTLS_3_4' => 1, - 'gnutls_bye@@GNUTLS_3_4' => 1, - 'gnutls_calloc@@GNUTLS_3_4' => -8, - 'gnutls_certificate_activation_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_allocate_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_client_get_request_status@@GNUTLS_3_4' => 1, - 'gnutls_certificate_expiration_time_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_ca_names@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_cas@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_credentials@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_crls@@GNUTLS_3_4' => 1, - 'gnutls_certificate_free_keys@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_ours@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_peers_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_crt@@GNUTLS_3_4' => 1, - 'gnutls_certificate_get_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_send_x509_rdn_sequence@@GNUTLS_3_4' => 1, - 'gnutls_certificate_server_set_request@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_known_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_function2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_ocsp_status_request_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_openpgp_keyring_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_trust_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_flags@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_function@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_verify_limits@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_crl_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_key_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_simple_pkcs12_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_certificate_set_x509_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_id@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verification_status_print@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers2@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers3@@GNUTLS_3_4' => 1, - 'gnutls_certificate_verify_peers@@GNUTLS_3_4' => 1, - 'gnutls_check_version@@GNUTLS_3_4' => 1, - 'gnutls_cipher_add_auth@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_deinit@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt2@@GNUTLS_3_4' => 1, - 'gnutls_cipher_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_block_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_id@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_iv_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_get_tag_size@@GNUTLS_3_4' => 1, - 'gnutls_cipher_init@@GNUTLS_3_4' => 1, - 'gnutls_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_cipher_self_test@@GNUTLS_FIPS140_3_4' => 1, - 'gnutls_cipher_set_iv@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_get_name@@GNUTLS_3_4' => 1, - 'gnutls_cipher_suite_info@@GNUTLS_3_4' => 1, - 'gnutls_cipher_tag@@GNUTLS_3_4' => 1, - 'gnutls_compression_get@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_id@@GNUTLS_3_4' => 1, - 'gnutls_compression_get_name@@GNUTLS_3_4' => 1, - 'gnutls_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_credentials_clear@@GNUTLS_3_4' => 1, - 'gnutls_credentials_get@@GNUTLS_3_4' => 1, - 'gnutls_credentials_set@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_aead_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_cipher@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_digest@@GNUTLS_3_4' => 1, - 'gnutls_crypto_register_mac@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry@@GNUTLS_3_4' => 1, - 'gnutls_db_check_entry_time@@GNUTLS_3_4' => 1, - 'gnutls_db_get_default_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_remove_session@@GNUTLS_3_4' => 1, - 'gnutls_db_set_cache_expiration@@GNUTLS_3_4' => 1, - 'gnutls_db_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_db_set_remove_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_retrieve_function@@GNUTLS_3_4' => 1, - 'gnutls_db_set_store_function@@GNUTLS_3_4' => 1, - 'gnutls_decode_ber_digest_info@@GNUTLS_3_4' => 1, - 'gnutls_decode_rs_value@@GNUTLS_3_6_0' => 1, - 'gnutls_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_group@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_peers_public_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_dh_get_secret_bits@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_cpy@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_deinit@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export2_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_export_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_generate2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_dsa@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_pkcs3@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw2@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_import_raw@@GNUTLS_3_4' => 1, - 'gnutls_dh_params_init@@GNUTLS_3_4' => 1, - 'gnutls_dh_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_id@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_name@@GNUTLS_3_4' => 1, - 'gnutls_digest_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_digest_list@@GNUTLS_3_4' => 1, - 'gnutls_digest_self_test@@GNUTLS_FIPS140_3_4' => 1, - 'gnutls_dtls_cookie_send@@GNUTLS_3_4' => 1, - 'gnutls_dtls_cookie_verify@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_dtls_prestate_set@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_data_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_mtu@@GNUTLS_3_4' => 1, - 'gnutls_dtls_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_id@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_name@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_pk@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_get_size@@GNUTLS_3_4' => 1, - 'gnutls_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_encode_ber_digest_info@@GNUTLS_3_4' => 1, - 'gnutls_encode_rs_value@@GNUTLS_3_6_0' => 1, - 'gnutls_error_is_fatal@@GNUTLS_3_4' => 1, - 'gnutls_error_to_alert@@GNUTLS_3_4' => 1, - 'gnutls_est_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_ext_get_data@@GNUTLS_3_4' => 1, - 'gnutls_ext_get_name@@GNUTLS_3_4' => 1, - 'gnutls_ext_register@@GNUTLS_3_4' => 1, - 'gnutls_ext_set_data@@GNUTLS_3_4' => 1, - 'gnutls_ffdhe_2048_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_2048_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_2048_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_ffdhe_3072_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_3072_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_3072_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_ffdhe_4096_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_4096_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_4096_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_ffdhe_8192_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_8192_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_ffdhe_8192_key_bits@@GNUTLS_3_4' => -4, - 'gnutls_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_fips140_mode_enabled@@GNUTLS_3_4' => 1, - 'gnutls_free@@GNUTLS_3_4' => -8, - 'gnutls_global_deinit@@GNUTLS_3_4' => 1, - 'gnutls_global_init@@GNUTLS_3_4' => 1, - 'gnutls_global_set_audit_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_function@@GNUTLS_3_4' => 1, - 'gnutls_global_set_log_level@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mem_functions@@GNUTLS_3_4' => 1, - 'gnutls_global_set_mutex@@GNUTLS_3_4' => 1, - 'gnutls_global_set_time_function@@GNUTLS_3_4' => 1, - 'gnutls_group_get@@GNUTLS_3_6_0' => 1, - 'gnutls_group_get_id@@GNUTLS_3_6_0' => 1, - 'gnutls_group_get_name@@GNUTLS_3_6_0' => 1, - 'gnutls_group_list@@GNUTLS_3_6_0' => 1, - 'gnutls_handshake@@GNUTLS_3_4' => 1, - 'gnutls_handshake_description_get_name@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_in@@GNUTLS_3_4' => 1, - 'gnutls_handshake_get_last_out@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_hook_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_max_packet_length@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_post_client_hello_function@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_private_extensions@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_random@@GNUTLS_3_4' => 1, - 'gnutls_handshake_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_hash@@GNUTLS_3_4' => 1, - 'gnutls_hash_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hash_fast@@GNUTLS_3_4' => 1, - 'gnutls_hash_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hash_init@@GNUTLS_3_4' => 1, - 'gnutls_hash_output@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_allowed@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_enable@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_get_timeout@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_ping@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_pong@@GNUTLS_3_4' => 1, - 'gnutls_heartbeat_set_timeouts@@GNUTLS_3_4' => 1, - 'gnutls_hex2bin@@GNUTLS_3_4' => 1, - 'gnutls_hex_decode2@@GNUTLS_3_4' => 1, - 'gnutls_hex_decode@@GNUTLS_3_4' => 1, - 'gnutls_hex_encode2@@GNUTLS_3_4' => 1, - 'gnutls_hex_encode@@GNUTLS_3_4' => 1, - 'gnutls_hmac@@GNUTLS_3_4' => 1, - 'gnutls_hmac_deinit@@GNUTLS_3_4' => 1, - 'gnutls_hmac_fast@@GNUTLS_3_4' => 1, - 'gnutls_hmac_get_len@@GNUTLS_3_4' => 1, - 'gnutls_hmac_init@@GNUTLS_3_4' => 1, - 'gnutls_hmac_output@@GNUTLS_3_4' => 1, - 'gnutls_hmac_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_idna_map@@GNUTLS_3_4' => 1, - 'gnutls_idna_reverse_map@@GNUTLS_3_4' => 1, - 'gnutls_init@@GNUTLS_3_4' => 1, - 'gnutls_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_kx_get@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_id@@GNUTLS_3_4' => 1, - 'gnutls_kx_get_name@@GNUTLS_3_4' => 1, - 'gnutls_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_load_file@@GNUTLS_3_4' => 1, - 'gnutls_mac_get@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_id@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_key_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_name@@GNUTLS_3_4' => 1, - 'gnutls_mac_get_nonce_size@@GNUTLS_3_4' => 1, - 'gnutls_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_mac_self_test@@GNUTLS_FIPS140_3_4' => 1, - 'gnutls_malloc@@GNUTLS_3_4' => -8, - 'gnutls_memcmp@@GNUTLS_3_4' => 1, - 'gnutls_memset@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_add_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_cert_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_randomize_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_req_set_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_deinit@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_export@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_certs@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_extension@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_nonce@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_produced@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder2@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_responder_raw_id@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_response@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_single@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_status@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_get_version@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_import@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_init@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_print@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_resp_verify_direct@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_get@@GNUTLS_3_4' => 1, - 'gnutls_ocsp_status_request_is_checked@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_digest@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_ecc_curve@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_mac@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_pk@@GNUTLS_3_4' => 1, - 'gnutls_oid_to_sign@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_auth_subkey@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_name@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_subkey_usage@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_ring@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_crt_verify_self@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_check_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_keyring_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_export_subkey_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_count@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_creation_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_idx@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_get_subkey_revoked_status@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_set_preferred_key_id@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_send_cert@@GNUTLS_3_4' => 1, - 'gnutls_openpgp_set_recv_key_function@@GNUTLS_3_4' => 1, - 'gnutls_packet_deinit@@GNUTLS_3_4' => 1, - 'gnutls_packet_get@@GNUTLS_3_4' => 1, - 'gnutls_pcert_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_list@@GNUTLS_3_4' => 1, - 'gnutls_pcert_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pcert_list_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_pem_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_perror@@GNUTLS_3_4' => 1, - 'gnutls_pk_algorithm_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_bits_to_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_id@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pk_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_pk_list@@GNUTLS_3_4' => 1, - 'gnutls_pk_self_test@@GNUTLS_FIPS140_3_4' => 1, - 'gnutls_pk_to_sign@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_add_provider@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_attached_extension@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_secret_key@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_crt2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_copy_x509_privkey2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_crt_is_known@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_delete_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_get_raw_issuer_by_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_flags_get_str@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_exts@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_list_import_url4@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_obj_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_export_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_generate3@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_reinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_set_token_function@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_check_mechanism@@GNUTLS_3_6_0' => 1, - 'gnutls_pkcs11_token_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_mechanism@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_random@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_get_url@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_token_set_pin@@GNUTLS_3_4' => 1, - 'gnutls_pkcs11_type_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_decrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_enc_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_encrypt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_get_type@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_friendly_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_bag_set_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_generate_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_get_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_mac_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_set_bag@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_simple_parse@@GNUTLS_3_4' => 1, - 'gnutls_pkcs12_verify_mac@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_add_attr@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_attrs_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_delete_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_export@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_attr@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_raw2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_raw2@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_embedded_data@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_embedded_data_oid@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_signature_count@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_get_signature_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_import@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_init@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_print@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crl_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_set_crt_raw@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_sign@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_signature_info_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_verify@@GNUTLS_3_4' => 1, - 'gnutls_pkcs7_verify_direct@@GNUTLS_3_4' => 1, - 'gnutls_pkcs8_info@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_name@@GNUTLS_3_4' => 1, - 'gnutls_pkcs_schema_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_prf@@GNUTLS_3_4' => 1, - 'gnutls_prf_raw@@GNUTLS_3_4' => 1, - 'gnutls_prf_rfc5705@@GNUTLS_3_4' => 1, - 'gnutls_priority_certificate_type_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_cipher_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_compression_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_deinit@@GNUTLS_3_4' => 1, - 'gnutls_priority_ecc_curve_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_get_cipher_suite_index@@GNUTLS_3_4' => 1, - 'gnutls_priority_group_list@@GNUTLS_3_6_0' => 1, - 'gnutls_priority_init@@GNUTLS_3_4' => 1, - 'gnutls_priority_kx_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_mac_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_set@@GNUTLS_3_4' => 1, - 'gnutls_priority_set_direct@@GNUTLS_3_4' => 1, - 'gnutls_priority_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_priority_string_list@@GNUTLS_3_4' => 1, - 'gnutls_privkey_decrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_dsa_raw2@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_ecc_raw2@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_rsa_raw2@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_export_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_generate2@@GNUTLS_3_4' => 1, - 'gnutls_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_seed@@GNUTLS_3_4' => 1, - 'gnutls_privkey_get_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_get_type@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext2@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext3@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_ext4@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_import_ext@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_privkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_privkey_set_flags@@GNUTLS_3_4' => 1, - 'gnutls_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_privkey_set_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_sign_data2@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_privkey_sign_hash2@@GNUTLS_3_6_0' => 1, - 'gnutls_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_privkey_status@@GNUTLS_3_4' => 1, - 'gnutls_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_privkey_verify_seed@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_id@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_name@@GNUTLS_3_4' => 1, - 'gnutls_protocol_get_version@@GNUTLS_3_4' => 1, - 'gnutls_protocol_list@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_client_get_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_params_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_credentials_hint@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_known_dh_params@@GNUTLS_3_4' => 1, - 'gnutls_psk_set_server_params_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_encrypt_data@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_dsa_raw2@@GNUTLS_3_6_0' => 1, - 'gnutls_pubkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_raw2@@GNUTLS_3_6_0' => 1, - 'gnutls_pubkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_export_rsa_raw2@@GNUTLS_3_6_0' => 1, - 'gnutls_pubkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_openpgp_key_id@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_get_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_pubkey_import@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_ecc_x962@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_openpgp_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_privkey@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_tpm_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_url@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_crq@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_import_x509_raw@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_init@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_print@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_set_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_pubkey_verify_data2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_hash2@@GNUTLS_3_4' => 1, - 'gnutls_pubkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_random_art@@GNUTLS_3_4' => 1, - 'gnutls_range_split@@GNUTLS_3_4' => 1, - 'gnutls_realloc@@GNUTLS_3_4' => -8, - 'gnutls_record_can_use_length_hiding@@GNUTLS_3_4' => 1, - 'gnutls_record_check_corked@@GNUTLS_3_4' => 1, - 'gnutls_record_check_pending@@GNUTLS_3_4' => 1, - 'gnutls_record_cork@@GNUTLS_3_4' => 1, - 'gnutls_record_disable_padding@@GNUTLS_3_4' => 1, - 'gnutls_record_discard_queued@@GNUTLS_3_4' => 1, - 'gnutls_record_get_direction@@GNUTLS_3_4' => 1, - 'gnutls_record_get_discarded@@GNUTLS_3_4' => 1, - 'gnutls_record_get_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_get_state@@GNUTLS_3_4' => 1, - 'gnutls_record_overhead_size@@GNUTLS_3_4' => 1, - 'gnutls_record_recv@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_packet@@GNUTLS_3_4' => 1, - 'gnutls_record_recv_seq@@GNUTLS_3_4' => 1, - 'gnutls_record_send@@GNUTLS_3_4' => 1, - 'gnutls_record_send_range@@GNUTLS_3_4' => 1, - 'gnutls_record_set_max_size@@GNUTLS_3_4' => 1, - 'gnutls_record_set_state@@GNUTLS_3_4' => 1, - 'gnutls_record_set_timeout@@GNUTLS_3_4' => 1, - 'gnutls_record_uncork@@GNUTLS_3_4' => 1, - 'gnutls_register_custom_url@@GNUTLS_3_4' => 1, - 'gnutls_rehandshake@@GNUTLS_3_4' => 1, - 'gnutls_rnd@@GNUTLS_3_4' => 1, - 'gnutls_rnd_refresh@@GNUTLS_3_4' => 1, - 'gnutls_safe_renegotiation_status@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_pk_bits@@GNUTLS_3_4' => 1, - 'gnutls_sec_param_to_symmetric_bits@@GNUTLS_3_4' => 1, - 'gnutls_secure_malloc@@GNUTLS_3_4' => -8, - 'gnutls_server_name_get@@GNUTLS_3_4' => 1, - 'gnutls_server_name_set@@GNUTLS_3_4' => 1, - 'gnutls_session_channel_binding@@GNUTLS_3_4' => 1, - 'gnutls_session_enable_compatibility_mode@@GNUTLS_3_4' => 1, - 'gnutls_session_etm_status@@GNUTLS_3_4' => 1, - 'gnutls_session_ext_master_secret_status@@GNUTLS_3_4' => 1, - 'gnutls_session_ext_register@@GNUTLS_3_4' => 1, - 'gnutls_session_force_valid@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_data@@GNUTLS_3_4' => 1, - 'gnutls_session_get_desc@@GNUTLS_3_4' => 1, - 'gnutls_session_get_flags@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id2@@GNUTLS_3_4' => 1, - 'gnutls_session_get_id@@GNUTLS_3_4' => 1, - 'gnutls_session_get_master_secret@@GNUTLS_3_4' => 1, - 'gnutls_session_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_get_random@@GNUTLS_3_4' => 1, - 'gnutls_session_get_verify_cert_status@@GNUTLS_3_4' => 1, - 'gnutls_session_is_resumed@@GNUTLS_3_4' => 1, - 'gnutls_session_resumption_requested@@GNUTLS_3_4' => 1, - 'gnutls_session_set_data@@GNUTLS_3_4' => 1, - 'gnutls_session_set_id@@GNUTLS_3_4' => 1, - 'gnutls_session_set_premaster@@GNUTLS_3_4' => 1, - 'gnutls_session_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_cert2@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_cert@@GNUTLS_3_4' => 1, - 'gnutls_session_set_verify_function@@GNUTLS_3_4' => 1, - 'gnutls_session_supplemental_register@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_client@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_enable_server@@GNUTLS_3_4' => 1, - 'gnutls_session_ticket_key_generate@@GNUTLS_3_4' => 1, - 'gnutls_set_default_priority@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_client@@GNUTLS_3_4' => 1, - 'gnutls_sign_algorithm_get_requested@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_id@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_name@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_sign_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_sign_is_secure2@@GNUTLS_3_6_0' => 1, - 'gnutls_sign_is_secure@@GNUTLS_3_4' => 1, - 'gnutls_sign_list@@GNUTLS_3_4' => 1, - 'gnutls_sign_supports_pk_algorithm@@GNUTLS_3_6_0' => 1, - 'gnutls_srp_1024_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1024_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_1536_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_2048_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_3072_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_generator@@GNUTLS_3_4' => -16, - 'gnutls_srp_4096_group_prime@@GNUTLS_3_4' => -16, - 'gnutls_srp_allocate_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_allocate_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_decode@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode2@@GNUTLS_3_4' => 1, - 'gnutls_srp_base64_encode@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_free_server_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_server_get_username@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_client_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_prime_bits@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_file@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_credentials_function@@GNUTLS_3_4' => 1, - 'gnutls_srp_set_server_fake_salt_seed@@GNUTLS_3_4' => 1, - 'gnutls_srp_verifier@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_keys@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_id@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_profile_name@@GNUTLS_3_4' => 1, - 'gnutls_srtp_get_selected_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_mki@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile@@GNUTLS_3_4' => 1, - 'gnutls_srtp_set_profile_direct@@GNUTLS_3_4' => 1, - 'gnutls_store_commitment@@GNUTLS_3_4' => 1, - 'gnutls_store_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_strdup@@GNUTLS_3_4' => -8, - 'gnutls_strerror@@GNUTLS_3_4' => 1, - 'gnutls_strerror_name@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_deinit@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_get@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_init@@GNUTLS_3_4' => 1, - 'gnutls_subject_alt_names_set@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_get_name@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_recv@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_register@@GNUTLS_3_4' => 1, - 'gnutls_supplemental_send@@GNUTLS_3_4' => 1, - 'gnutls_system_key_add_x509@@GNUTLS_3_4' => 1, - 'gnutls_system_key_delete@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_system_key_iter_get_info@@GNUTLS_3_4' => 1, - 'gnutls_system_recv_timeout@@GNUTLS_3_4' => 1, - 'gnutls_tdb_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tdb_init@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_commitment_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_store_func@@GNUTLS_3_4' => 1, - 'gnutls_tdb_set_verify_func@@GNUTLS_3_4' => 1, - 'gnutls_tpm_get_registered@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_tpm_key_list_get_url@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_delete@@GNUTLS_3_4' => 1, - 'gnutls_tpm_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_int@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_get_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_errno_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_fastopen@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_int2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr2@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_ptr@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_pull_timeout_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_push_function@@GNUTLS_3_4' => 1, - 'gnutls_transport_set_vec_push_function@@GNUTLS_3_4' => 1, - 'gnutls_url_is_supported@@GNUTLS_3_4' => 1, - 'gnutls_utf8_password_normalize@@GNUTLS_3_4' => 1, - 'gnutls_verify_stored_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aia_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_get_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_cert_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_aki_set_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_cidr_to_rfc5280@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_dist_points_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_count@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_signature_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_crt_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_next_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_number@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_this_update@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crl_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_attribute_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_pk_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_signature_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crq_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_attribute_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_challenge_password@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crq_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_subject_alt_othername@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crq_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_email@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_hostname@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_ip@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crt_check_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_key_purpose@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_check_revocation@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_cpy_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_equals2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_equals@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_gn_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_info@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_extension_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_fingerprint@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_inhibit_anypolicy@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crt_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn3@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_dn_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_issuer_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_pk_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_preferred_hash_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_raw_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_signature_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crt_get_subject@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_alt_othername_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_subject_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_get_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_import_url@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_import_pkcs11@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_list_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_privkey_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_activation_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_info_access@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_ca_status@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_crq_extensions@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_expiration_time@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_extension_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_flags@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crt_set_inhibit_anypolicy@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crt_set_issuer_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_alt_othername@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_dn_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_issuer_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_purpose_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_policy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_proxy_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_pubkey@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_serial@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_crt_set_subject_alt_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alt_othername@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_alternative_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_subject_unique_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_set_version@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign2@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_sign@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_verify@@GNUTLS_3_4' => 1, - 'gnutls_x509_crt_verify_data2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_rdn_ava@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_str2@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_get_str@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_known@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_oid_name@@GNUTLS_3_4' => 1, - 'gnutls_x509_dn_set_str@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_inhibit_anypolicy@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_ext_export_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_export_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_aia@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_authority_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_basic_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_crl_dist_points@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_inhibit_anypolicy@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_ext_import_key_purposes@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_key_usage@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_name_constraints@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_policies@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_private_key_usage_period@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_proxy@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_alt_names@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_import_tlsfeatures@@GNUTLS_3_4' => 1, - 'gnutls_x509_ext_print@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_key_purpose_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_add_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_excluded@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_get_permitted@@GNUTLS_3_4' => 1, - 'gnutls_x509_name_constraints_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_othername_to_virtual@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_policies_set@@GNUTLS_3_4' => 1, - 'gnutls_x509_policy_release@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_cpy@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export2_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_export_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_fix@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_generate2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_generate@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_pk_algorithm@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_seed@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_get_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_privkey_import2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_dsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_ecc_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_openssl@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_pkcs8@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw2@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_import_rsa_raw@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sec_param@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_set_flags@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_set_pin_function@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_set_spki@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_privkey_sign_data@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_sign_hash@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_verify_params@@GNUTLS_3_4' => 1, - 'gnutls_x509_privkey_verify_seed@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get2@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_by_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_rdn_get_oid@@GNUTLS_3_4' => 1, - 'gnutls_x509_spki_deinit@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_spki_get_rsa_pss_params@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_spki_init@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_spki_set_rsa_pss_params@@GNUTLS_3_6_0' => 1, - 'gnutls_x509_tlsfeatures_add@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_check_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_get@@GNUTLS_3_4' => 1, - 'gnutls_x509_tlsfeatures_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_crls@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_named_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_system_trust@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_dir@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_add_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer_by_dn@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_get_issuer_by_subject_key_id@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_init@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_deinit@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_iter_get_ca@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_cas@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_file@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_remove_trust_mem@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt2@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_crt@@GNUTLS_3_4' => 1, - 'gnutls_x509_trust_list_verify_named_crt@@GNUTLS_3_4' => 1 - } - }, - 'Target' => 'unix', - 'TypeInfo' => { - '1' => { - 'Name' => 'void', - 'Type' => 'Intrinsic' - }, - '10034' => { - 'BaseType' => '152', - 'Name' => 'unsigned int const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10040' => { - 'BaseType' => '9918', - 'Header' => 'gnutls_int.h', - 'Line' => '488', - 'Name' => 'gnutls_group_entry_st', - 'Size' => '56', - 'Type' => 'Typedef' - }, - '10052' => { - 'BaseType' => '10040', - 'Name' => 'gnutls_group_entry_st const', - 'Size' => '56', - 'Type' => 'Const' - }, - '10057' => { - 'Header' => 'gnutls_int.h', - 'Line' => '492', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '110' - }, - '2' => { - 'name' => 'mac_oid', - 'offset' => '16', - 'type' => '110' - }, - '3' => { - 'name' => 'id', - 'offset' => '24', - 'type' => '2429' - }, - '4' => { - 'name' => 'output_size', - 'offset' => '28', - 'type' => '145' - }, - '5' => { - 'name' => 'key_size', - 'offset' => '32', - 'type' => '145' - }, - '6' => { - 'name' => 'nonce_size', - 'offset' => '36', - 'type' => '145' - }, - '7' => { - 'name' => 'placeholder', - 'offset' => '40', - 'type' => '145' - }, - '8' => { - 'name' => 'block_size', - 'offset' => '44', - 'type' => '145' - }, - '9' => { - 'name' => 'preimage_insecure', - 'offset' => '48', - 'type' => '145' - } - }, - 'Name' => 'struct mac_entry_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '1006' => { - 'BaseType' => '241', - 'Header' => 'unistd.h', - 'Line' => '277', - 'Name' => 'socklen_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '10200' => { - 'BaseType' => '10057', - 'Header' => 'gnutls_int.h', - 'Line' => '503', - 'Name' => 'mac_entry_st', - 'Size' => '56', - 'Type' => 'Typedef' - }, - '10212' => { - 'BaseType' => '10200', - 'Name' => 'mac_entry_st const', - 'Size' => '56', - 'Type' => 'Const' - }, - '103' => { - 'Name' => 'unsigned short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '1030' => { - 'BaseType' => '235', - 'Name' => 'char**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10395' => { - 'Header' => 'gnutls_int.h', - 'Line' => '522', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2766' - }, - '10' => { - 'name' => 'selectable_prf', - 'offset' => '28', - 'type' => '9734' - }, - '11' => { - 'name' => 'obsolete', - 'offset' => '29', - 'type' => '9734' - }, - '12' => { - 'name' => 'false_start', - 'offset' => '30', - 'type' => '9734' - }, - '2' => { - 'name' => 'age', - 'offset' => '12', - 'type' => '145' - }, - '3' => { - 'name' => 'major', - 'offset' => '16', - 'type' => '957' - }, - '4' => { - 'name' => 'minor', - 'offset' => '17', - 'type' => '957' - }, - '5' => { - 'name' => 'transport', - 'offset' => '20', - 'type' => '5992' - }, - '6' => { - 'name' => 'supported', - 'offset' => '24', - 'type' => '9734' - }, - '7' => { - 'name' => 'explicit_iv', - 'offset' => '25', - 'type' => '9734' - }, - '8' => { - 'name' => 'extensions', - 'offset' => '26', - 'type' => '9734' - }, - '9' => { - 'name' => 'selectable_sighash', - 'offset' => '27', - 'type' => '9734' - } - }, - 'Name' => 'struct version_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '10407' => { - 'BaseType' => '10395', - 'Name' => 'version_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '1042640' => { - 'BaseType' => '1042652', - 'Header' => 'gnutls.h', - 'Line' => '2473', - 'Name' => 'gnutls_tdb_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1042652' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '263' - }, - '4' => { - 'type' => '4549' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1042693' => { - 'BaseType' => '1042705', - 'Header' => 'gnutls.h', - 'Line' => '2479', - 'Name' => 'gnutls_tdb_store_commitment_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1042705' => { - 'Name' => 'int(*)(char const*, char const*, char const*, time_t, gnutls_digest_algorithm_t, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '263' - }, - '4' => { - 'type' => '2545' - }, - '5' => { - 'type' => '4549' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1042751' => { - 'BaseType' => '1042763', - 'Header' => 'gnutls.h', - 'Line' => '2490', - 'Name' => 'gnutls_tdb_verify_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1042763' => { - 'Name' => 'int(*)(char const*, char const*, char const*, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '4549' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '1042799' => { - 'BaseType' => '1042811', - 'Header' => 'gnutls.h', - 'Line' => '2497', - 'Name' => 'gnutls_tdb_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1042811' => { - 'BaseType' => '1042817', - 'Name' => 'struct gnutls_tdb_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1042817' => { - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'store', - 'offset' => '0', - 'type' => '1042640' - }, - '1' => { - 'name' => 'cstore', - 'offset' => '8', - 'type' => '1042693' - }, - '2' => { - 'name' => 'verify', - 'offset' => '16', - 'type' => '1042751' - } - }, - 'Name' => 'struct gnutls_tdb_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'verify-tofu.c', - 'Type' => 'Struct' - }, - '10456' => { - 'BaseType' => '6096', - 'Header' => 'hash_int.h', - 'Line' => '39', - 'Name' => 'hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10467' => { - 'BaseType' => '6096', - 'Header' => 'hash_int.h', - 'Line' => '40', - 'Name' => 'nonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10478' => { - 'BaseType' => '6430', - 'Header' => 'hash_int.h', - 'Line' => '41', - 'Name' => 'output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10489' => { - 'BaseType' => '4784', - 'Header' => 'hash_int.h', - 'Line' => '43', - 'Name' => 'hash_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1052768' => { - 'BaseType' => '1042799', - 'Name' => 'gnutls_tdb_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10591' => { - 'BaseType' => '10212', - 'Name' => 'mac_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10597' => { - 'Header' => 'hash_int.h', - 'Line' => '55', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '10591' - }, - '1' => { - 'name' => 'hash', - 'offset' => '8', - 'type' => '10456' - }, - '2' => { - 'name' => 'output', - 'offset' => '16', - 'type' => '10478' - }, - '3' => { - 'name' => 'deinit', - 'offset' => '24', - 'type' => '10489' - }, - '4' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '329' - }, - '5' => { - 'name' => 'keysize', - 'offset' => '40', - 'type' => '75' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '211' - } - }, - 'Name' => 'struct digest_hd_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '10699' => { - 'Header' => 'hash_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '10591' - }, - '1' => { - 'name' => 'mac_len', - 'offset' => '8', - 'type' => '75' - }, - '2' => { - 'name' => 'hash', - 'offset' => '16', - 'type' => '10456' - }, - '3' => { - 'name' => 'setnonce', - 'offset' => '24', - 'type' => '10467' - }, - '4' => { - 'name' => 'output', - 'offset' => '32', - 'type' => '10478' - }, - '5' => { - 'name' => 'deinit', - 'offset' => '40', - 'type' => '10489' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '211' - } - }, - 'Name' => 'struct mac_hd_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '1073168' => { - 'BaseType' => '164', - 'Header' => 'types.h', - 'Line' => '194', - 'Name' => 'int8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '10732' => { - 'BaseType' => '6149', - 'Header' => 'cipher_int.h', - 'Line' => '33', - 'Name' => 'cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10743' => { - 'BaseType' => '6149', - 'Header' => 'cipher_int.h', - 'Line' => '35', - 'Name' => 'cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10754' => { - 'BaseType' => '6261', - 'Header' => 'cipher_int.h', - 'Line' => '37', - 'Name' => 'aead_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10765' => { - 'BaseType' => '6261', - 'Header' => 'cipher_int.h', - 'Line' => '43', - 'Name' => 'aead_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10776' => { - 'BaseType' => '4784', - 'Header' => 'cipher_int.h', - 'Line' => '49', - 'Name' => 'cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1077741' => { - 'BaseType' => '1077752', - 'Header' => 'tpm.h', - 'Line' => '36', - 'Name' => 'gnutls_tpm_key_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1077752' => { - 'BaseType' => '1077758', - 'Name' => 'struct tpm_key_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1077758' => { - 'Line' => '186', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '1092884' - }, - '1' => { - 'name' => 'ki', - 'offset' => '8', - 'type' => '1094494' - }, - '2' => { - 'name' => 'tpm_ctx', - 'offset' => '16', - 'type' => '1092945' - } - }, - 'Name' => 'struct tpm_key_list_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'tpm.c', - 'Type' => 'Struct' - }, - '1077837' => { - 'Header' => 'tpm.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_TPMKEY_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_TPMKEY_FMT_DER', - 'value' => '0' - }, - '2' => { - 'name' => 'GNUTLS_TPMKEY_FMT_CTK_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_tpmkey_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '10787' => { - 'BaseType' => '6096', - 'Header' => 'cipher_int.h', - 'Line' => '51', - 'Name' => 'cipher_auth_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10798' => { - 'BaseType' => '6096', - 'Header' => 'cipher_int.h', - 'Line' => '52', - 'Name' => 'cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '10809' => { - 'BaseType' => '6223', - 'Header' => 'cipher_int.h', - 'Line' => '54', - 'Name' => 'cipher_tag_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1092851' => { - 'BaseType' => '957', - 'Header' => 'platform.h', - 'Line' => '17', - 'Name' => 'BYTE', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '1092862' => { - 'BaseType' => '1073168', - 'Header' => 'platform.h', - 'Line' => '18', - 'Name' => 'TSS_BOOL', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '1092873' => { - 'BaseType' => '973', - 'Header' => 'platform.h', - 'Line' => '19', - 'Name' => 'UINT16', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '1092884' => { - 'BaseType' => '984', - 'Header' => 'platform.h', - 'Line' => '20', - 'Name' => 'UINT32', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1092906' => { - 'BaseType' => '1092851', - 'Name' => 'BYTE*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1092912' => { - 'BaseType' => '1092884', - 'Header' => 'tss_typedef.h', - 'Line' => '17', - 'Name' => 'TSS_FLAG', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1092934' => { - 'BaseType' => '1092884', - 'Header' => 'tss_typedef.h', - 'Line' => '20', - 'Name' => 'TSS_HOBJECT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1092945' => { - 'BaseType' => '1092934', - 'Header' => 'tss_typedef.h', - 'Line' => '21', - 'Name' => 'TSS_HCONTEXT', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1093011' => { - 'Header' => 'tss_structs.h', - 'Line' => '14', - 'Memb' => { - '0' => { - 'name' => 'bMajor', - 'offset' => '0', - 'type' => '1092851' - }, - '1' => { - 'name' => 'bMinor', - 'offset' => '1', - 'type' => '1092851' - }, - '2' => { - 'name' => 'bRevMajor', - 'offset' => '2', - 'type' => '1092851' - }, - '3' => { - 'name' => 'bRevMinor', - 'offset' => '3', - 'type' => '1092851' - } - }, - 'Name' => 'struct tdTSS_VERSION', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '1093072' => { - 'BaseType' => '1093011', - 'Header' => 'tss_structs.h', - 'Line' => '20', - 'Name' => 'TSS_VERSION', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1093083' => { - 'Header' => 'tss_structs.h', - 'Line' => '62', - 'Memb' => { - '0' => { - 'name' => 'ulTimeLow', - 'offset' => '0', - 'type' => '1092884' - }, - '1' => { - 'name' => 'usTimeMid', - 'offset' => '4', - 'type' => '1092873' - }, - '2' => { - 'name' => 'usTimeHigh', - 'offset' => '6', - 'type' => '1092873' - }, - '3' => { - 'name' => 'bClockSeqHigh', - 'offset' => '8', - 'type' => '1092851' - }, - '4' => { - 'name' => 'bClockSeqLow', - 'offset' => '9', - 'type' => '1092851' - }, - '5' => { - 'name' => 'rgbNode', - 'offset' => '10', - 'type' => '1093168' - } - }, - 'Name' => 'struct tdTSS_UUID', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1093168' => { - 'BaseType' => '1092851', - 'Name' => 'BYTE[6]', - 'Size' => '6', - 'Type' => 'Array' - }, - '1093184' => { - 'BaseType' => '1093083', - 'Header' => 'tss_structs.h', - 'Line' => '70', - 'Name' => 'TSS_UUID', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '1093200' => { - 'Header' => 'tss_structs.h', - 'Line' => '87', - 'Memb' => { - '0' => { - 'name' => 'versionInfo', - 'offset' => '0', - 'type' => '1093072' - }, - '1' => { - 'name' => 'keyUUID', - 'offset' => '4', - 'type' => '1093184' - }, - '2' => { - 'name' => 'parentKeyUUID', - 'offset' => '20', - 'type' => '1093184' - }, - '3' => { - 'name' => 'bAuthDataUsage', - 'offset' => '36', - 'type' => '1092851' - }, - '4' => { - 'name' => 'persistentStorageType', - 'offset' => '40', - 'type' => '1092912' - }, - '5' => { - 'name' => 'persistentStorageTypeParent', - 'offset' => '44', - 'type' => '1092912' - }, - '6' => { - 'name' => 'fIsLoaded', - 'offset' => '48', - 'type' => '1092862' - }, - '7' => { - 'name' => 'ulVendorDataLength', - 'offset' => '52', - 'type' => '1092884' - }, - '8' => { - 'name' => 'rgbVendorData', - 'offset' => '56', - 'type' => '1092906' - } - }, - 'Name' => 'struct tdTSS_KM_KEYINFO2', - 'PrivateABI' => 1, - 'Size' => '64', - 'Type' => 'Struct' - }, - '1093321' => { - 'BaseType' => '1093200', - 'Header' => 'tss_structs.h', - 'Line' => '101', - 'Name' => 'TSS_KM_KEYINFO2', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '1094494' => { - 'BaseType' => '1093321', - 'Name' => 'TSS_KM_KEYINFO2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10947' => { - 'BaseType' => '9753', - 'Name' => 'cipher_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10953' => { - 'Header' => 'cipher_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '211' - }, - '1' => { - 'name' => 'e', - 'offset' => '8', - 'type' => '10947' - }, - '2' => { - 'name' => 'encrypt', - 'offset' => '16', - 'type' => '10732' - }, - '3' => { - 'name' => 'decrypt', - 'offset' => '24', - 'type' => '10743' - }, - '4' => { - 'name' => 'aead_encrypt', - 'offset' => '32', - 'type' => '10754' - }, - '5' => { - 'name' => 'aead_decrypt', - 'offset' => '40', - 'type' => '10765' - }, - '6' => { - 'name' => 'auth', - 'offset' => '48', - 'type' => '10787' - }, - '7' => { - 'name' => 'tag', - 'offset' => '56', - 'type' => '10809' - }, - '8' => { - 'name' => 'setiv', - 'offset' => '64', - 'type' => '10798' - }, - '9' => { - 'name' => 'deinit', - 'offset' => '72', - 'type' => '10776' - } - }, - 'Name' => 'struct cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Type' => 'Struct' - }, - '1095999' => { - 'BaseType' => '1077741', - 'Name' => 'gnutls_tpm_key_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '10964' => { - 'Header' => 'cipher_int.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '10597' - }, - '1' => { - 'name' => 'mac', - 'offset' => '0', - 'type' => '10699' - } - }, - 'Name' => 'anon-union-cipher_int.h-191', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Union' - }, - '110' => { - 'BaseType' => '128', - 'Name' => 'char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11100' => { - 'Header' => 'cipher_int.h', - 'Line' => '202', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '10953' - }, - '1' => { - 'name' => 'mac', - 'offset' => '80', - 'type' => '10964' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_mac', - 'offset' => '136', - 'type' => '145' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'ssl_hmac', - 'offset' => '136', - 'type' => '145' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'non_null', - 'offset' => '136', - 'type' => '145' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'etm', - 'offset' => '136', - 'type' => '145' - }, - '6' => { - 'name' => 'tag_size', - 'offset' => '144', - 'type' => '52' - } - }, - 'Name' => 'struct auth_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '152', - 'Type' => 'Struct' - }, - '11133' => { - 'BaseType' => '957', - 'Name' => 'uint8_t[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '11149' => { - 'Header' => 'gnutls_int.h', - 'Line' => '532', - 'Memb' => { - '0' => { - 'name' => 'id', - 'offset' => '0', - 'type' => '11133' - } - }, - 'Name' => 'struct sign_algorithm_st', - 'PrivateABI' => 1, - 'Size' => '2', - 'Type' => 'Struct' - }, - '11161' => { - 'BaseType' => '11149', - 'Name' => 'sign_algorithm_st const', - 'Size' => '2', - 'Type' => 'Const' - }, - '11493' => { - 'BaseType' => '957', - 'Name' => 'uint8_t[48]', - 'Size' => '48', - 'Type' => 'Array' - }, - '11509' => { - 'BaseType' => '957', - 'Name' => 'uint8_t[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '11525' => { - 'BaseType' => '10052', - 'Name' => 'gnutls_group_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11531' => { - 'BaseType' => '10407', - 'Name' => 'version_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11537' => { - 'Header' => 'gnutls_int.h', - 'Line' => '620', - 'Memb' => { - '0' => { - 'name' => 'entity', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'epoch_read', - 'offset' => '4', - 'type' => '973' - }, - '10' => { - 'name' => 'session_id', - 'offset' => '140', - 'type' => '11509' - }, - '11' => { - 'name' => 'session_id_size', - 'offset' => '172', - 'type' => '957' - }, - '12' => { - 'name' => 'timestamp', - 'offset' => '176', - 'type' => '263' - }, - '13' => { - 'name' => 'max_record_send_size', - 'offset' => '184', - 'type' => '973' - }, - '14' => { - 'name' => 'max_record_recv_size', - 'offset' => '186', - 'type' => '973' - }, - '15' => { - 'name' => 'cert_type', - 'offset' => '188', - 'type' => '2816' - }, - '16' => { - 'name' => 'grp', - 'offset' => '192', - 'type' => '11525' - }, - '17' => { - 'name' => 'server_sign_algo', - 'offset' => '200', - 'type' => '3156' - }, - '18' => { - 'name' => 'client_sign_algo', - 'offset' => '204', - 'type' => '3156' - }, - '19' => { - 'name' => 'ext_master_secret', - 'offset' => '208', - 'type' => '957' - }, - '2' => { - 'name' => 'epoch_write', - 'offset' => '6', - 'type' => '973' - }, - '20' => { - 'name' => 'etm', - 'offset' => '209', - 'type' => '957' - }, - '21' => { - 'name' => 'do_recv_supplemental', - 'offset' => '212', - 'type' => '75' - }, - '22' => { - 'name' => 'do_send_supplemental', - 'offset' => '216', - 'type' => '75' - }, - '23' => { - 'name' => 'pversion', - 'offset' => '224', - 'type' => '11531' - }, - '3' => { - 'name' => 'epoch_next', - 'offset' => '8', - 'type' => '973' - }, - '4' => { - 'name' => 'epoch_min', - 'offset' => '10', - 'type' => '973' - }, - '5' => { - 'name' => 'cs', - 'offset' => '16', - 'type' => '11723' - }, - '6' => { - 'name' => 'prf_mac', - 'offset' => '24', - 'type' => '2429' - }, - '7' => { - 'name' => 'master_secret', - 'offset' => '28', - 'type' => '11493' - }, - '8' => { - 'name' => 'client_random', - 'offset' => '76', - 'type' => '11509' - }, - '9' => { - 'name' => 'server_random', - 'offset' => '108', - 'type' => '11509' - } - }, - 'Name' => 'struct security_parameters_st', - 'PrivateABI' => 1, - 'Size' => '232', - 'Type' => 'Struct' - }, - '11587' => { - 'BaseType' => '145', - 'Name' => 'unsigned int[64]', - 'Size' => '256', - 'Type' => 'Array' - }, - '116' => { - 'BaseType' => '110', - 'Name' => 'char const*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '11603' => { - 'Header' => 'gnutls_int.h', - 'Line' => '665', - 'Memb' => { - '0' => { - 'name' => 'priority', - 'offset' => '0', - 'type' => '11587' - }, - '1' => { - 'name' => 'algorithms', - 'offset' => '256', - 'type' => '145' - } - }, - 'Name' => 'struct priority_st', - 'PrivateABI' => 1, - 'Size' => '260', - 'Type' => 'Struct' - }, - '11653' => { - 'Header' => 'gnutls_int.h', - 'Line' => '672', - 'Memb' => { - '0' => { - 'name' => 'SR_DISABLED', - 'value' => '0' - }, - '1' => { - 'name' => 'SR_UNSAFE', - 'value' => '1' - }, - '2' => { - 'name' => 'SR_PARTIAL', - 'value' => '2' - }, - '3' => { - 'name' => 'SR_SAFE', - 'value' => '3' - } - }, - 'Name' => 'enum safe_renegotiation_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '1166036' => { - 'Header' => 'gnutls.h', - 'Line' => '2046', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RANDOM_ART_OPENSSH', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_random_art', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1166060' => { - 'BaseType' => '1166036', - 'Header' => 'gnutls.h', - 'Line' => '2048', - 'Name' => 'gnutls_random_art_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '11665' => { - 'Header' => 'gnutls_int.h', - 'Line' => '676', - 'Memb' => { - '0' => { - 'name' => 'entry', - 'offset' => '0', - 'type' => '11707' - }, - '1' => { - 'name' => 'size', - 'offset' => '2048', - 'type' => '145' - } - }, - 'Name' => 'struct ciphersuite_list_st', - 'PrivateABI' => 1, - 'Size' => '2056', - 'Type' => 'Struct' - }, - '11707' => { - 'BaseType' => '11723', - 'Name' => 'gnutls_cipher_suite_entry_st const*[256]', - 'Size' => '2048', - 'Type' => 'Array' - }, - '11723' => { - 'BaseType' => '9913', - 'Name' => 'gnutls_cipher_suite_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11729' => { - 'BaseType' => '11665', - 'Header' => 'gnutls_int.h', - 'Line' => '679', - 'Name' => 'ciphersuite_list_st', - 'Size' => '2056', - 'Type' => 'Typedef' - }, - '11741' => { - 'Header' => 'gnutls_int.h', - 'Line' => '681', - 'Memb' => { - '0' => { - 'name' => 'entry', - 'offset' => '0', - 'type' => '11797' - }, - '1' => { - 'name' => 'size', - 'offset' => '512', - 'type' => '145' - }, - '2' => { - 'name' => 'have_ffdhe', - 'offset' => '516', - 'type' => '9734' - } - }, - 'Name' => 'struct group_list_st', - 'PrivateABI' => 1, - 'Size' => '520', - 'Type' => 'Struct' - }, - '11797' => { - 'BaseType' => '11525', - 'Name' => 'gnutls_group_entry_st const*[64]', - 'Size' => '512', - 'Type' => 'Array' - }, - '11813' => { - 'BaseType' => '11741', - 'Header' => 'gnutls_int.h', - 'Line' => '685', - 'Name' => 'group_list_st', - 'Size' => '520', - 'Type' => 'Typedef' - }, - '11825' => { - 'Header' => 'gnutls_int.h', - 'Line' => '687', - 'Memb' => { - '0' => { - 'name' => 'entry', - 'offset' => '0', - 'type' => '11867' - }, - '1' => { - 'name' => 'size', - 'offset' => '512', - 'type' => '145' - } - }, - 'Name' => 'struct sign_algo_list_st', - 'PrivateABI' => 1, - 'Size' => '520', - 'Type' => 'Struct' - }, - '11867' => { - 'BaseType' => '246949', - 'Name' => 'struct gnutls_sign_entry_st const*[64]', - 'Size' => '512', - 'Type' => 'Array' - }, - '11889' => { - 'Header' => 'algorithms.h', - 'Line' => '308', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '110' - }, - '2' => { - 'name' => 'id', - 'offset' => '16', - 'type' => '3156' - }, - '3' => { - 'name' => 'pk', - 'offset' => '20', - 'type' => '2896' - }, - '4' => { - 'name' => 'hash', - 'offset' => '24', - 'type' => '2545' - }, - '5' => { - 'name' => 'aid', - 'offset' => '28', - 'type' => '11161' - }, - '6' => { - 'name' => 'slevel', - 'offset' => '32', - 'type' => '14455' - } - }, - 'Name' => 'struct gnutls_sign_entry_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '1190394' => { - 'BaseType' => '817911', - 'Name' => 'gnutls_custom_url_st const', - 'Size' => '64', - 'Type' => 'Const' - }, - '1190764' => { - 'BaseType' => '1190394', - 'Name' => 'gnutls_custom_url_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1192' => { - 'BaseType' => '103', - 'Header' => 'sockaddr.h', - 'Line' => '28', - 'Name' => 'sa_family_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '11997' => { - 'BaseType' => '11825', - 'Header' => 'gnutls_int.h', - 'Line' => '690', - 'Name' => 'sign_algo_list_st', - 'Size' => '520', - 'Type' => 'Typedef' - }, - '12009' => { - 'Name' => 'atomic_uint', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '1203' => { - 'Header' => 'socket.h', - 'Line' => '170', - 'Memb' => { - '0' => { - 'name' => 'sa_family', - 'offset' => '0', - 'type' => '1192' - }, - '1' => { - 'name' => 'sa_data', - 'offset' => '2', - 'type' => '1245' - } - }, - 'Name' => 'struct sockaddr', - 'Size' => '16', - 'Type' => 'Struct' - }, - '121' => { - 'Name' => 'char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '12195' => { - 'Header' => 'gnutls_int.h', - 'Line' => '817', - 'Memb' => { - '0' => { - 'name' => 'cookie', - 'offset' => '0', - 'type' => '11509' - }, - '1' => { - 'name' => 'cookie_len', - 'offset' => '32', - 'type' => '957' - }, - '10' => { - 'name' => 'async_term', - 'offset' => '56', - 'type' => '263' - }, - '11' => { - 'name' => 'last_retransmit', - 'offset' => '64', - 'type' => '285' - }, - '12' => { - 'name' => 'packets_dropped', - 'offset' => '80', - 'type' => '145' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '34', - 'type' => '973' - }, - '3' => { - 'name' => 'hsk_read_seq', - 'offset' => '36', - 'type' => '145' - }, - '4' => { - 'name' => 'mtu', - 'offset' => '40', - 'type' => '973' - }, - '5' => { - 'name' => 'flight_init', - 'offset' => '42', - 'type' => '9734' - }, - '6' => { - 'name' => 'last_flight', - 'offset' => '43', - 'type' => '9734' - }, - '7' => { - 'name' => 'retrans_timeout_ms', - 'offset' => '44', - 'type' => '145' - }, - '8' => { - 'name' => 'hsk_hello_verify_requests', - 'offset' => '48', - 'type' => '145' - }, - '9' => { - 'name' => 'actual_retrans_timeout_ms', - 'offset' => '52', - 'type' => '145' - } - }, - 'Name' => 'struct dtls_st', - 'PrivateABI' => 1, - 'Size' => '88', - 'Type' => 'Struct' - }, - '12207' => { - 'Header' => 'gnutls_int.h', - 'Line' => '819', - 'Memb' => { - '0' => { - 'name' => 'fd', - 'offset' => '0', - 'type' => '75' - }, - '1' => { - 'name' => 'flags', - 'offset' => '4', - 'type' => '75' - }, - '2' => { - 'name' => 'connect_only', - 'offset' => '8', - 'type' => '9734' - }, - '3' => { - 'name' => 'connect_addr', - 'offset' => '16', - 'type' => '1261' - }, - '4' => { - 'name' => 'connect_addrlen', - 'offset' => '144', - 'type' => '1006' - } - }, - 'Name' => 'struct tfo_st', - 'PrivateABI' => 1, - 'Size' => '152', - 'Type' => 'Struct' - }, - '12285' => { - 'BaseType' => '12207', - 'Header' => 'gnutls_int.h', - 'Line' => '825', - 'Name' => 'tfo_st', - 'Size' => '152', - 'Type' => 'Typedef' - }, - '12297' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1098', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '973' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '5572' - }, - '2' => { - 'name' => 'resumed_priv', - 'offset' => '16', - 'type' => '5572' - }, - '3' => { - 'name' => 'set', - 'offset' => '24', - 'type' => '957' - }, - '4' => { - 'name' => 'resumed_set', - 'offset' => '25', - 'type' => '957' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-1098', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '1245' => { - 'BaseType' => '121', - 'Name' => 'char[14]', - 'Size' => '14', - 'Type' => 'Array' - }, - '1261' => { - 'Header' => 'socket.h', - 'Line' => '183', - 'Memb' => { - '0' => { - 'name' => 'ss_family', - 'offset' => '0', - 'type' => '1192' - }, - '1' => { - 'name' => '__ss_padding', - 'offset' => '2', - 'type' => '1310' - }, - '2' => { - 'name' => '__ss_align', - 'offset' => '120', - 'type' => '68' - } - }, - 'Name' => 'struct sockaddr_storage', - 'Size' => '128', - 'Type' => 'Struct' - }, - '128' => { - 'BaseType' => '121', - 'Name' => 'char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '129605' => { - 'BaseType' => '121', - 'Name' => 'char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '1304912' => { - 'Header' => 'gnutls.h', - 'Line' => '606', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_CERT', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_CERT_FINGERPRINT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_status_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1305072' => { - 'Header' => 'gnutls.h', - 'Line' => '689', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_PRINT_ONELINE', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_PRINT_UNSIGNED_FULL', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_PRINT_COMPACT', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_CRT_PRINT_FULL_NUMBERS', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_certificate_print_formats', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1305120' => { - 'BaseType' => '1305072', - 'Header' => 'gnutls.h', - 'Line' => '695', - 'Name' => 'gnutls_certificate_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1308005' => { - 'Header' => 'openpgp.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OPENPGP_FMT_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OPENPGP_FMT_BASE64', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_openpgp_crt_fmt', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1308034' => { - 'BaseType' => '1308005', - 'Header' => 'openpgp.h', - 'Line' => '52', - 'Name' => 'gnutls_openpgp_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1310' => { - 'BaseType' => '121', - 'Name' => 'char[118]', - 'Size' => '118', - 'Type' => 'Array' - }, - '131576' => { - 'Header' => 'gnutls.h', - 'Line' => '220', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PARAMS_RSA_EXPORT', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PARAMS_DH', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PARAMS_ECDH', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_params_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1317192' => { - 'BaseType' => '135830', - 'Name' => 'gnutls_openpgp_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1317563' => { - 'BaseType' => '135853', - 'Name' => 'gnutls_openpgp_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '132474' => { - 'BaseType' => '2896', - 'Name' => 'gnutls_pk_algorithm_t const', - 'Size' => '4', - 'Type' => 'Const' - }, - '1326' => { - 'BaseType' => '1203', - 'Name' => 'struct sockaddr*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '133119' => { - 'BaseType' => '133131', - 'Header' => 'gnutls.h', - 'Line' => '935', - 'Name' => 'gnutls_dh_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '133131' => { - 'BaseType' => '133137', - 'Name' => 'struct gnutls_dh_params_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '133137' => { - 'Header' => 'gnutls_int.h', - 'Line' => '774', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '143424' - }, - '1' => { - 'name' => 'q_bits', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_dh_params_int', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '133177' => { - 'BaseType' => '133189', - 'Header' => 'gnutls.h', - 'Line' => '939', - 'Name' => 'gnutls_rsa_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '133189' => { - 'BaseType' => '133195', - 'Name' => 'struct gnutls_x509_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '133195' => { - 'Header' => 'x509_int.h', - 'Line' => '134', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '8064' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '464', - 'type' => '145' - }, - '2' => { - 'name' => 'flags', - 'offset' => '468', - 'type' => '145' - }, - '3' => { - 'name' => 'key', - 'offset' => '472', - 'type' => '8455' - }, - '4' => { - 'name' => 'pin', - 'offset' => '480', - 'type' => '140685' - } - }, - 'Name' => 'struct gnutls_x509_privkey_int', - 'PrivateABI' => 1, - 'Size' => '496', - 'Type' => 'Struct' - }, - '133742' => { - 'Header' => 'gnutls.h', - 'Line' => '952', - 'Memb' => { - '0' => { - 'name' => 'dh', - 'offset' => '0', - 'type' => '133119' - }, - '1' => { - 'name' => 'rsa_export', - 'offset' => '0', - 'type' => '133177' - } - }, - 'Name' => 'union params', - 'Size' => '8', - 'Type' => 'Union' - }, - '133779' => { - 'Header' => 'gnutls.h', - 'Line' => '950', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '131576' - }, - '1' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '133742' - }, - '2' => { - 'name' => 'deinit', - 'offset' => '16', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_params_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '133832' => { - 'BaseType' => '133779', - 'Header' => 'gnutls.h', - 'Line' => '957', - 'Name' => 'gnutls_params_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '133844' => { - 'BaseType' => '133856', - 'Header' => 'gnutls.h', - 'Line' => '959', - 'Name' => 'gnutls_params_function', - 'Type' => 'Typedef' - }, - '133856' => { - 'Name' => 'int()(gnutls_session_t, gnutls_params_type_t, gnutls_params_st*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '131576' - }, - '2' => { - 'type' => '133881' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '133881' => { - 'BaseType' => '133832', - 'Name' => 'gnutls_params_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '134413' => { - 'BaseType' => '4596', - 'Header' => 'gnutls.h', - 'Line' => '1641', - 'Name' => 'gnutls_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '134436' => { - 'BaseType' => '133189', - 'Header' => 'gnutls.h', - 'Line' => '1644', - 'Name' => 'gnutls_x509_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '134448' => { - 'BaseType' => '134460', - 'Header' => 'gnutls.h', - 'Line' => '1650', - 'Name' => 'gnutls_x509_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '134460' => { - 'BaseType' => '134466', - 'Name' => 'struct gnutls_x509_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '134466' => { - 'Header' => 'x509_int.h', - 'Line' => '77', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '8455' - }, - '1' => { - 'name' => 'use_extensions', - 'offset' => '8', - 'type' => '75' - }, - '10' => { - 'name' => 'san', - 'offset' => '104', - 'type' => '146035' - }, - '11' => { - 'name' => 'ian', - 'offset' => '112', - 'type' => '146035' - }, - '12' => { - 'name' => 'dn', - 'offset' => '120', - 'type' => '146057' - }, - '13' => { - 'name' => 'idn', - 'offset' => '128', - 'type' => '146057' - }, - '2' => { - 'name' => 'expanded', - 'offset' => '12', - 'type' => '145' - }, - '3' => { - 'name' => 'modified', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'flags', - 'offset' => '20', - 'type' => '145' - }, - '5' => { - 'name' => 'pin', - 'offset' => '24', - 'type' => '140685' - }, - '6' => { - 'name' => 'raw_dn', - 'offset' => '40', - 'type' => '4000' - }, - '7' => { - 'name' => 'raw_issuer_dn', - 'offset' => '56', - 'type' => '4000' - }, - '8' => { - 'name' => 'raw_spki', - 'offset' => '72', - 'type' => '4000' - }, - '9' => { - 'name' => 'der', - 'offset' => '88', - 'type' => '4000' - } - }, - 'Name' => 'struct gnutls_x509_crt_int', - 'PrivateABI' => 1, - 'Size' => '136', - 'Type' => 'Struct' - }, - '134646' => { - 'BaseType' => '134658', - 'Header' => 'gnutls.h', - 'Line' => '1663', - 'Name' => 'gnutls_certificate_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '134658' => { - 'BaseType' => '134664', - 'Name' => 'struct gnutls_certificate_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '134664' => { - 'Header' => 'cert.h', - 'Line' => '49', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '133119' - }, - '1' => { - 'name' => 'deinit_dh_params', - 'offset' => '8', - 'type' => '145' - }, - '10' => { - 'name' => 'verify_depth', - 'offset' => '64', - 'type' => '145' - }, - '11' => { - 'name' => 'verify_bits', - 'offset' => '68', - 'type' => '145' - }, - '12' => { - 'name' => 'get_cert_callback', - 'offset' => '72', - 'type' => '146250' - }, - '13' => { - 'name' => 'get_cert_callback2', - 'offset' => '80', - 'type' => '146256' - }, - '14' => { - 'name' => 'verify_callback', - 'offset' => '88', - 'type' => '14229' - }, - '15' => { - 'name' => 'pin', - 'offset' => '96', - 'type' => '140685' - }, - '16' => { - 'name' => 'pin_tmp', - 'offset' => '112', - 'type' => '129605' - }, - '17' => { - 'name' => 'glob_ocsp_func', - 'offset' => '144', - 'type' => '4607' - }, - '18' => { - 'name' => 'glob_ocsp_func_ptr', - 'offset' => '152', - 'type' => '211' - }, - '2' => { - 'name' => 'dh_sec_param', - 'offset' => '12', - 'type' => '3437' - }, - '3' => { - 'name' => 'params_func', - 'offset' => '16', - 'type' => '146238' - }, - '4' => { - 'name' => 'certs', - 'offset' => '24', - 'type' => '146244' - }, - '5' => { - 'name' => 'ncerts', - 'offset' => '32', - 'type' => '145' - }, - '6' => { - 'name' => 'sorted_cert_idx', - 'offset' => '40', - 'type' => '22483' - }, - '7' => { - 'name' => 'tlist', - 'offset' => '48', - 'type' => '136696' - }, - '8' => { - 'name' => 'flags', - 'offset' => '56', - 'type' => '145' - }, - '9' => { - 'name' => 'verify_flags', - 'offset' => '60', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_certificate_credentials_st', - 'PrivateABI' => 1, - 'Size' => '160', - 'Type' => 'Struct' - }, - '135830' => { - 'BaseType' => '135842', - 'Header' => 'gnutls.h', - 'Line' => '2285', - 'Name' => 'gnutls_openpgp_crt_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '135842' => { - 'BaseType' => '135848', - 'Name' => 'struct gnutls_openpgp_crt_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '135848' => { - 'Name' => 'struct gnutls_openpgp_crt_int', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '135853' => { - 'BaseType' => '135865', - 'Header' => 'gnutls.h', - 'Line' => '2288', - 'Name' => 'gnutls_openpgp_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '135865' => { - 'BaseType' => '135871', - 'Name' => 'struct gnutls_openpgp_privkey_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '135871' => { - 'Name' => 'struct gnutls_openpgp_privkey_int', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '135876' => { - 'BaseType' => '135888', - 'Header' => 'gnutls.h', - 'Line' => '2291', - 'Name' => 'gnutls_pkcs11_privkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '135888' => { - 'BaseType' => '135894', - 'Name' => 'struct gnutls_pkcs11_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '135894' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '64', - 'Memb' => { - '0' => { - 'name' => 'pk_algorithm', - 'offset' => '0', - 'type' => '2896' - }, - '1' => { - 'name' => 'rsa_pss_ok', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '145' - }, - '3' => { - 'name' => 'uinfo', - 'offset' => '16', - 'type' => '630336' - }, - '4' => { - 'name' => 'url', - 'offset' => '24', - 'type' => '235' - }, - '5' => { - 'name' => 'sinfo', - 'offset' => '32', - 'type' => '630234' - }, - '6' => { - 'name' => 'ref', - 'offset' => '384', - 'type' => '626986' - }, - '7' => { - 'name' => 'reauth', - 'offset' => '392', - 'type' => '145' - }, - '8' => { - 'name' => 'mutex', - 'offset' => '400', - 'type' => '211' - }, - '9' => { - 'name' => 'pin', - 'offset' => '408', - 'type' => '140685' - } - }, - 'Name' => 'struct gnutls_pkcs11_privkey_st', - 'PrivateABI' => 1, - 'Size' => '424', - 'Type' => 'Struct' - }, - '135937' => { - 'Header' => 'gnutls.h', - 'Line' => '2307', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PRIVKEY_X509', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PRIVKEY_OPENPGP', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PRIVKEY_PKCS11', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PRIVKEY_EXT', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_privkey_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '135949' => { - 'Header' => 'gnutls.h', - 'Line' => '2313', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '135983' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '135830' - } - }, - 'Name' => 'anon-union-gnutls.h-2313', - 'Size' => '8', - 'Type' => 'Union' - }, - '135983' => { - 'BaseType' => '134448', - 'Name' => 'gnutls_x509_crt_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '135989' => { - 'Header' => 'gnutls.h', - 'Line' => '2319', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '134436' - }, - '1' => { - 'name' => 'pgp', - 'offset' => '0', - 'type' => '135853' - }, - '2' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '135876' - } - }, - 'Name' => 'anon-union-gnutls.h-2319', - 'Size' => '8', - 'Type' => 'Union' - }, - '136035' => { - 'Header' => 'gnutls.h', - 'Line' => '2309', - 'Memb' => { - '0' => { - 'name' => 'cert_type', - 'offset' => '0', - 'type' => '2816' - }, - '1' => { - 'name' => 'key_type', - 'offset' => '4', - 'type' => '135937' - }, - '2' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '135949' - }, - '3' => { - 'name' => 'ncerts', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'key', - 'offset' => '24', - 'type' => '135989' - }, - '5' => { - 'name' => 'deinit_all', - 'offset' => '32', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '136127' => { - 'BaseType' => '136035', - 'Header' => 'gnutls.h', - 'Line' => '2326', - 'Name' => 'gnutls_retr2_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '136139' => { - 'BaseType' => '136151', - 'Header' => 'gnutls.h', - 'Line' => '2360', - 'Name' => 'gnutls_certificate_retrieve_function', - 'Type' => 'Typedef' - }, - '136151' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_retr2_st*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '4549' - }, - '2' => { - 'type' => '75' - }, - '3' => { - 'type' => '136191' - }, - '4' => { - 'type' => '75' - }, - '5' => { - 'type' => '136197' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '136191' => { - 'BaseType' => '132474', - 'Name' => 'gnutls_pk_algorithm_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '136197' => { - 'BaseType' => '136127', - 'Name' => 'gnutls_retr2_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '136203' => { - 'BaseType' => '136215', - 'Header' => 'gnutls.h', - 'Line' => '2601', - 'Name' => 'gnutls_pin_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '136215' => { - 'Name' => 'int(*)(void*, int, char const*, char const*, unsigned int, char*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '75' - }, - '2' => { - 'type' => '110' - }, - '3' => { - 'type' => '110' - }, - '4' => { - 'type' => '145' - }, - '5' => { - 'type' => '235' - }, - '6' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '136671' => { - 'Header' => 'x509_int.h', - 'Line' => '73', - 'Memb' => { - '0' => { - 'name' => 'asn', - 'offset' => '0', - 'type' => '8455' - } - }, - 'Name' => 'struct gnutls_x509_dn_st', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '136696' => { - 'BaseType' => '136708', - 'Header' => 'x509.h', - 'Line' => '1474', - 'Name' => 'gnutls_x509_trust_list_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '136708' => { - 'BaseType' => '136714', - 'Name' => 'struct gnutls_x509_trust_list_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '136714' => { - 'Header' => 'verify-high.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'size', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'node', - 'offset' => '8', - 'type' => '472896' - }, - '2' => { - 'name' => 'x509_rdn_sequence', - 'offset' => '16', - 'type' => '4000' - }, - '3' => { - 'name' => 'blacklisted', - 'offset' => '32', - 'type' => '135983' - }, - '4' => { - 'name' => 'blacklisted_size', - 'offset' => '40', - 'type' => '145' - }, - '5' => { - 'name' => 'keep_certs', - 'offset' => '48', - 'type' => '135983' - }, - '6' => { - 'name' => 'keep_certs_size', - 'offset' => '56', - 'type' => '145' - }, - '7' => { - 'name' => 'pkcs11_token', - 'offset' => '64', - 'type' => '235' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '136784' => { - 'BaseType' => '136796', - 'Header' => 'abstract.h', - 'Line' => '646', - 'Name' => 'gnutls_certificate_retrieve_function2', - 'Type' => 'Typedef' - }, - '136796' => { - 'Name' => 'int()(gnutls_session_t, gnutls_datum_t const*, int, gnutls_pk_algorithm_t const*, int, gnutls_pcert_st**, unsigned int*, gnutls_privkey_t*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '4549' - }, - '2' => { - 'type' => '75' - }, - '3' => { - 'type' => '136191' - }, - '4' => { - 'type' => '75' - }, - '5' => { - 'type' => '136846' - }, - '6' => { - 'type' => '22483' - }, - '7' => { - 'type' => '136864' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '136846' => { - 'BaseType' => '5709', - 'Name' => 'gnutls_pcert_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '136864' => { - 'BaseType' => '134413', - 'Name' => 'gnutls_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1376911' => { - 'BaseType' => '1376922', - 'Header' => 'system-keys.h', - 'Line' => '41', - 'Name' => 'gnutls_system_key_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1376922' => { - 'BaseType' => '1376928', - 'Name' => 'struct system_key_iter_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1376928' => { - 'Name' => 'struct system_key_iter_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '1377431' => { - 'BaseType' => '1376911', - 'Name' => 'gnutls_system_key_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1384415' => { - 'Header' => 'pkcs11.h', - 'Line' => '166', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_URL_GENERIC', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_URL_LIB_VERSION', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_pkcs11_url_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1384500' => { - 'Header' => 'pkcs11.h', - 'Line' => '292', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID_HEX', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LABEL', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_LABEL', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_SERIAL', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MANUFACTURER', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_TOKEN_MODEL', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_ID', - 'value' => '7' - }, - '7' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_VERSION', - 'value' => '8' - }, - '8' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_DESCRIPTION', - 'value' => '9' - }, - '9' => { - 'name' => 'GNUTLS_PKCS11_OBJ_LIBRARY_MANUFACTURER', - 'value' => '10' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1384556' => { - 'Header' => 'pkcs11.h', - 'Line' => '327', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_LABEL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_SERIAL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MANUFACTURER', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MODEL', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_TOKEN_MODNAME', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_pkcs11_token_info_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1398863' => { - 'BaseType' => '946168', - 'Name' => 'gnutls_pkcs11_obj_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1398869' => { - 'BaseType' => '1398863', - 'Name' => 'gnutls_pkcs11_obj_t*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '14022' => { - 'BaseType' => '8823', - 'Name' => 'handshake_buffer_st[6]', - 'Size' => '432', - 'Type' => 'Array' - }, - '1403167' => { - 'BaseType' => '1398863', - 'Name' => 'gnutls_pkcs11_obj_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14038' => { - 'Header' => 'auth.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'gnutls_generate_server_certificate', - 'offset' => '8', - 'type' => '14382' - }, - '10' => { - 'name' => 'gnutls_process_client_kx', - 'offset' => '80', - 'type' => '14413' - }, - '11' => { - 'name' => 'gnutls_process_client_crt_vrfy', - 'offset' => '88', - 'type' => '14413' - }, - '12' => { - 'name' => 'gnutls_process_server_crt_request', - 'offset' => '96', - 'type' => '14413' - }, - '2' => { - 'name' => 'gnutls_generate_client_certificate', - 'offset' => '16', - 'type' => '14382' - }, - '3' => { - 'name' => 'gnutls_generate_server_kx', - 'offset' => '24', - 'type' => '14382' - }, - '4' => { - 'name' => 'gnutls_generate_client_kx', - 'offset' => '32', - 'type' => '14382' - }, - '5' => { - 'name' => 'gnutls_generate_client_crt_vrfy', - 'offset' => '40', - 'type' => '14382' - }, - '6' => { - 'name' => 'gnutls_generate_server_crt_request', - 'offset' => '48', - 'type' => '14382' - }, - '7' => { - 'name' => 'gnutls_process_server_certificate', - 'offset' => '56', - 'type' => '14413' - }, - '8' => { - 'name' => 'gnutls_process_client_certificate', - 'offset' => '64', - 'type' => '14413' - }, - '9' => { - 'name' => 'gnutls_process_server_kx', - 'offset' => '72', - 'type' => '14413' - } - }, - 'Name' => 'struct mod_auth_st_int', - 'PrivateABI' => 1, - 'Size' => '104', - 'Type' => 'Struct' - }, - '140685' => { - 'Header' => 'gnutls_int.h', - 'Line' => '439', - 'Memb' => { - '0' => { - 'name' => 'cb', - 'offset' => '0', - 'type' => '136203' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '211' - } - }, - 'Name' => 'struct pin_info_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1419590' => { - 'Header' => 'x509.h', - 'Line' => '1645', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'critical', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'data', - 'offset' => '16', - 'type' => '4000' - } - }, - 'Name' => 'struct gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '1419643' => { - 'BaseType' => '1419590', - 'Header' => 'x509.h', - 'Line' => '1649', - 'Name' => 'gnutls_x509_ext_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '14207' => { - 'BaseType' => '14038', - 'Name' => 'struct mod_auth_st_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14213' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[36]', - 'Size' => '36', - 'Type' => 'Array' - }, - '14229' => { - 'BaseType' => '4233', - 'Name' => 'gnutls_certificate_verify_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14235' => { - 'BaseType' => '4365', - 'Name' => 'gnutls_typed_vdata_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14241' => { - 'BaseType' => '121', - 'Name' => 'char[129]', - 'Size' => '129', - 'Type' => 'Array' - }, - '14257' => { - 'Line' => '52', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'type', - 'offset' => '8', - 'type' => '844534' - }, - '2' => { - 'name' => 'supp_recv_func', - 'offset' => '16', - 'type' => '845978' - }, - '3' => { - 'name' => 'supp_send_func', - 'offset' => '24', - 'type' => '845990' - } - }, - 'Name' => 'struct gnutls_supplemental_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Source' => 'supplemental.c', - 'Type' => 'Struct' - }, - '14268' => { - 'Header' => 'extensions.h', - 'Line' => '59', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'free_struct', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'type', - 'offset' => '12', - 'type' => '973' - }, - '3' => { - 'name' => 'parse_type', - 'offset' => '16', - 'type' => '22340' - }, - '4' => { - 'name' => 'recv_func', - 'offset' => '24', - 'type' => '22098' - }, - '5' => { - 'name' => 'send_func', - 'offset' => '32', - 'type' => '22147' - }, - '6' => { - 'name' => 'deinit_func', - 'offset' => '40', - 'type' => '22185' - }, - '7' => { - 'name' => 'pack_func', - 'offset' => '48', - 'type' => '22214' - }, - '8' => { - 'name' => 'unpack_func', - 'offset' => '56', - 'type' => '22252' - }, - '9' => { - 'name' => 'cannot_be_overriden', - 'offset' => '64', - 'type' => '145' - } - }, - 'Name' => 'struct extension_entry_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '14284' => { - 'BaseType' => '12297', - 'Name' => 'anon-struct-gnutls_int.h-1098[32]', - 'Size' => '1024', - 'Type' => 'Array' - }, - '14300' => { - 'BaseType' => '350041', - 'Name' => 'struct extension_entry_st const*[32]', - 'Size' => '256', - 'Type' => 'Array' - }, - '14322' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1125', - 'Memb' => { - '0' => { - 'name' => 'record_buffer', - 'offset' => '0', - 'type' => '8919' - }, - '1' => { - 'name' => 'handshake_hash_buffer_prev_len', - 'offset' => '32', - 'type' => '75' - }, - '10' => { - 'name' => 'may_not_read', - 'offset' => '89', - 'type' => '9734' - }, - '100' => { - 'name' => 'vc_status', - 'offset' => '1532', - 'type' => '145' - }, - '101' => { - 'name' => 'additional_verify_flags', - 'offset' => '1536', - 'type' => '145' - }, - '102' => { - 'name' => 'cert_hash', - 'offset' => '1540', - 'type' => '11509' - }, - '103' => { - 'name' => 'cert_hash_set', - 'offset' => '1572', - 'type' => '9734' - }, - '104' => { - 'name' => 'saved_username', - 'offset' => '1573', - 'type' => '14241' - }, - '105' => { - 'name' => 'saved_username_set', - 'offset' => '1702', - 'type' => '9734' - }, - '106' => { - 'name' => 'false_start_used', - 'offset' => '1703', - 'type' => '9734' - }, - '107' => { - 'name' => 'tfo', - 'offset' => '1704', - 'type' => '12285' - }, - '108' => { - 'name' => 'rsup', - 'offset' => '1856', - 'type' => '855047' - }, - '109' => { - 'name' => 'rsup_size', - 'offset' => '1864', - 'type' => '145' - }, - '11' => { - 'name' => 'may_not_write', - 'offset' => '90', - 'type' => '9734' - }, - '110' => { - 'name' => 'rexts', - 'offset' => '1872', - 'type' => '350664' - }, - '111' => { - 'name' => 'rexts_size', - 'offset' => '1880', - 'type' => '145' - }, - '112' => { - 'name' => 'ext_data', - 'offset' => '1888', - 'type' => '14284' - }, - '113' => { - 'name' => 'used_exts', - 'offset' => '2912', - 'type' => '14300' - }, - '114' => { - 'name' => 'used_exts_size', - 'offset' => '3168', - 'type' => '145' - }, - '115' => { - 'name' => 'max_recv_size', - 'offset' => '3172', - 'type' => '145' - }, - '116' => { - 'name' => 'have_ffdhe', - 'offset' => '3176', - 'type' => '9734' - }, - '117' => { - 'name' => 'cand_ec_group', - 'offset' => '3184', - 'type' => '11525' - }, - '118' => { - 'name' => 'cand_dh_group', - 'offset' => '3192', - 'type' => '11525' - }, - '12' => { - 'name' => 'read_eof', - 'offset' => '91', - 'type' => '9734' - }, - '13' => { - 'name' => 'last_alert', - 'offset' => '92', - 'type' => '75' - }, - '14' => { - 'name' => 'last_handshake_in', - 'offset' => '96', - 'type' => '75' - }, - '15' => { - 'name' => 'last_handshake_out', - 'offset' => '100', - 'type' => '75' - }, - '16' => { - 'name' => 'priorities', - 'offset' => '104', - 'type' => '3548' - }, - '17' => { - 'name' => 'allow_large_records', - 'offset' => '112', - 'type' => '9734' - }, - '18' => { - 'name' => 'no_etm', - 'offset' => '113', - 'type' => '9734' - }, - '19' => { - 'name' => 'no_ext_master_secret', - 'offset' => '114', - 'type' => '9734' - }, - '2' => { - 'name' => 'handshake_hash_buffer_client_kx_len', - 'offset' => '36', - 'type' => '145' - }, - '20' => { - 'name' => 'allow_key_usage_violation', - 'offset' => '115', - 'type' => '9734' - }, - '21' => { - 'name' => 'allow_wrong_pms', - 'offset' => '116', - 'type' => '9734' - }, - '22' => { - 'name' => 'dumbfw', - 'offset' => '117', - 'type' => '9734' - }, - '23' => { - 'name' => 'dh_prime_bits', - 'offset' => '120', - 'type' => '145' - }, - '24' => { - 'name' => 'resumed', - 'offset' => '124', - 'type' => '9734' - }, - '25' => { - 'name' => 'resumption_requested', - 'offset' => '125', - 'type' => '9734' - }, - '26' => { - 'name' => 'resumed_security_parameters', - 'offset' => '128', - 'type' => '11537' - }, - '27' => { - 'name' => 'resumption_data', - 'offset' => '360', - 'type' => '4000' - }, - '28' => { - 'name' => 'handshake_send_buffer', - 'offset' => '376', - 'type' => '8919' - }, - '29' => { - 'name' => 'handshake_recv_buffer', - 'offset' => '408', - 'type' => '14022' - }, - '3' => { - 'name' => 'handshake_hash_buffer', - 'offset' => '40', - 'type' => '8533' - }, - '30' => { - 'name' => 'handshake_recv_buffer_size', - 'offset' => '840', - 'type' => '75' - }, - '31' => { - 'name' => 'record_recv_buffer', - 'offset' => '848', - 'type' => '8919' - }, - '32' => { - 'name' => 'record_send_buffer', - 'offset' => '880', - 'type' => '8919' - }, - '33' => { - 'name' => 'record_send_buffer_user_size', - 'offset' => '912', - 'type' => '52' - }, - '34' => { - 'name' => 'record_flush_mode', - 'offset' => '920', - 'type' => '6032' - }, - '35' => { - 'name' => 'record_presend_buffer', - 'offset' => '928', - 'type' => '8533' - }, - '36' => { - 'name' => 'expire_time', - 'offset' => '960', - 'type' => '263' - }, - '37' => { - 'name' => 'auth_struct', - 'offset' => '968', - 'type' => '14207' - }, - '38' => { - 'name' => 'adv_version_major', - 'offset' => '976', - 'type' => '957' - }, - '39' => { - 'name' => 'adv_version_minor', - 'offset' => '977', - 'type' => '957' - }, - '4' => { - 'name' => 'resumable', - 'offset' => '72', - 'type' => '9734' - }, - '40' => { - 'name' => 'send_cert_req', - 'offset' => '980', - 'type' => '145' - }, - '41' => { - 'name' => 'max_handshake_data_buffer_size', - 'offset' => '984', - 'type' => '52' - }, - '42' => { - 'name' => 'pull_timeout_func', - 'offset' => '992', - 'type' => '5127' - }, - '43' => { - 'name' => 'pull_func', - 'offset' => '1000', - 'type' => '5041' - }, - '44' => { - 'name' => 'push_func', - 'offset' => '1008', - 'type' => '5084' - }, - '45' => { - 'name' => 'vec_push_func', - 'offset' => '1016', - 'type' => '5165' - }, - '46' => { - 'name' => 'errno_func', - 'offset' => '1024', - 'type' => '5214' - }, - '47' => { - 'name' => 'transport_recv_ptr', - 'offset' => '1032', - 'type' => '3449' - }, - '48' => { - 'name' => 'transport_send_ptr', - 'offset' => '1040', - 'type' => '3449' - }, - '49' => { - 'name' => 'db_store_func', - 'offset' => '1048', - 'type' => '4377' - }, - '5' => { - 'name' => 'ticket_sent', - 'offset' => '73', - 'type' => '9734' - }, - '50' => { - 'name' => 'db_retrieve_func', - 'offset' => '1056', - 'type' => '4458' - }, - '51' => { - 'name' => 'db_remove_func', - 'offset' => '1064', - 'type' => '4420' - }, - '52' => { - 'name' => 'db_ptr', - 'offset' => '1072', - 'type' => '211' - }, - '53' => { - 'name' => 'user_hello_func', - 'offset' => '1080', - 'type' => '4555' - }, - '54' => { - 'name' => 'h_hook', - 'offset' => '1088', - 'type' => '4496' - }, - '55' => { - 'name' => 'h_type', - 'offset' => '1096', - 'type' => '145' - }, - '56' => { - 'name' => 'h_post', - 'offset' => '1100', - 'type' => '274' - }, - '57' => { - 'name' => 'selected_cert_list', - 'offset' => '1104', - 'type' => '5709' - }, - '58' => { - 'name' => 'selected_cert_list_length', - 'offset' => '1112', - 'type' => '274' - }, - '59' => { - 'name' => 'selected_key', - 'offset' => '1120', - 'type' => '4596' - }, - '6' => { - 'name' => 'bye_state', - 'offset' => '76', - 'type' => '8328' - }, - '60' => { - 'name' => 'selected_need_free', - 'offset' => '1128', - 'type' => '9734' - }, - '61' => { - 'name' => 'selected_ocsp_func', - 'offset' => '1136', - 'type' => '4607' - }, - '62' => { - 'name' => 'selected_ocsp_func_ptr', - 'offset' => '1144', - 'type' => '211' - }, - '63' => { - 'name' => 'default_record_version', - 'offset' => '1152', - 'type' => '11133' - }, - '64' => { - 'name' => 'default_hello_version', - 'offset' => '1154', - 'type' => '11133' - }, - '65' => { - 'name' => 'user_ptr', - 'offset' => '1160', - 'type' => '211' - }, - '66' => { - 'name' => 'direction', - 'offset' => '1168', - 'type' => '9734' - }, - '67' => { - 'name' => 'ignore_rdn_sequence', - 'offset' => '1169', - 'type' => '9734' - }, - '68' => { - 'name' => 'rsa_pms_version', - 'offset' => '1170', - 'type' => '11133' - }, - '69' => { - 'name' => 'errnum', - 'offset' => '1172', - 'type' => '75' - }, - '7' => { - 'name' => 'handshake_final_state', - 'offset' => '80', - 'type' => '8282' - }, - '70' => { - 'name' => 'srp_prime_bits', - 'offset' => '1176', - 'type' => '973' - }, - '71' => { - 'name' => 'initial_negotiation_completed', - 'offset' => '1178', - 'type' => '9734' - }, - '72' => { - 'name' => 'transport', - 'offset' => '1180', - 'type' => '5992' - }, - '73' => { - 'name' => 'dtls', - 'offset' => '1184', - 'type' => '12195' - }, - '74' => { - 'name' => 'handshake_suspicious_loops', - 'offset' => '1272', - 'type' => '145' - }, - '75' => { - 'name' => 'handshake_in_progress', - 'offset' => '1276', - 'type' => '9734' - }, - '76' => { - 'name' => 'premaster_set', - 'offset' => '1277', - 'type' => '9734' - }, - '77' => { - 'name' => 'cb_tls_unique_len', - 'offset' => '1280', - 'type' => '145' - }, - '78' => { - 'name' => 'cb_tls_unique', - 'offset' => '1284', - 'type' => '14213' - }, - '79' => { - 'name' => 'handshake_start_time', - 'offset' => '1320', - 'type' => '285' - }, - '8' => { - 'name' => 'handshake_state', - 'offset' => '84', - 'type' => '8282' - }, - '80' => { - 'name' => 'handshake_endtime', - 'offset' => '1336', - 'type' => '263' - }, - '81' => { - 'name' => 'handshake_timeout_ms', - 'offset' => '1344', - 'type' => '145' - }, - '82' => { - 'name' => 'record_timeout_ms', - 'offset' => '1348', - 'type' => '145' - }, - '83' => { - 'name' => 'crt_requested', - 'offset' => '1352', - 'type' => '145' - }, - '84' => { - 'name' => 'hb_local_data', - 'offset' => '1360', - 'type' => '8533' - }, - '85' => { - 'name' => 'hb_remote_data', - 'offset' => '1392', - 'type' => '8533' - }, - '86' => { - 'name' => 'hb_ping_start', - 'offset' => '1424', - 'type' => '285' - }, - '87' => { - 'name' => 'hb_ping_sent', - 'offset' => '1440', - 'type' => '285' - }, - '88' => { - 'name' => 'hb_actual_retrans_timeout_ms', - 'offset' => '1456', - 'type' => '145' - }, - '89' => { - 'name' => 'hb_retrans_timeout_ms', - 'offset' => '1460', - 'type' => '145' - }, - '9' => { - 'name' => 'invalid_connection', - 'offset' => '88', - 'type' => '9734' - }, - '90' => { - 'name' => 'hb_total_timeout_ms', - 'offset' => '1464', - 'type' => '145' - }, - '91' => { - 'name' => 'ocsp_check_ok', - 'offset' => '1468', - 'type' => '9734' - }, - '92' => { - 'name' => 'hb_state', - 'offset' => '1472', - 'type' => '8374' - }, - '93' => { - 'name' => 'recv_state', - 'offset' => '1476', - 'type' => '8427' - }, - '94' => { - 'name' => 'sc_random_set', - 'offset' => '1480', - 'type' => '9734' - }, - '95' => { - 'name' => 'flags', - 'offset' => '1484', - 'type' => '145' - }, - '96' => { - 'name' => 'verify_callback', - 'offset' => '1488', - 'type' => '14229' - }, - '97' => { - 'name' => 'vc_data', - 'offset' => '1496', - 'type' => '14235' - }, - '98' => { - 'name' => 'vc_sdata', - 'offset' => '1504', - 'type' => '4365' - }, - '99' => { - 'name' => 'vc_elements', - 'offset' => '1528', - 'type' => '145' - } - }, - 'Name' => 'struct internals_st', - 'PrivateABI' => 1, - 'Size' => '3200', - 'Type' => 'Struct' - }, - '1433373' => { - 'BaseType' => '1419643', - 'Name' => 'gnutls_x509_ext_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14334' => { - 'BaseType' => '14350', - 'Name' => 'record_parameters_st*[4]', - 'Size' => '32', - 'Type' => 'Array' - }, - '1433760' => { - 'BaseType' => '1433373', - 'Name' => 'gnutls_x509_ext_st**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '143424' => { - 'BaseType' => '7079', - 'Name' => 'bigint_t[2]', - 'Size' => '16', - 'Type' => 'Array' - }, - '14350' => { - 'BaseType' => '9406', - 'Name' => 'record_parameters_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14376' => { - 'BaseType' => '8533', - 'Name' => 'gnutls_buffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14382' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_st*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '14376' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '14413' => { - 'Name' => 'int(*)(gnutls_session_t, uint8_t*, size_t)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '8527' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '14419' => { - 'Header' => 'algorithms.h', - 'Line' => '302', - 'Memb' => { - '0' => { - 'name' => '_SECURE', - 'value' => '0' - }, - '1' => { - 'name' => '_INSECURE_FOR_CERTS', - 'value' => '1' - }, - '2' => { - 'name' => '_INSECURE', - 'value' => '2' - } - }, - 'Name' => 'enum hash_security_level_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '14455' => { - 'BaseType' => '14419', - 'Header' => 'algorithms.h', - 'Line' => '306', - 'Name' => 'hash_security_level_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '145' => { - 'Name' => 'unsigned int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '146035' => { - 'BaseType' => '146046', - 'Header' => 'x509-ext.h', - 'Line' => '37', - 'Name' => 'gnutls_subject_alt_names_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '146046' => { - 'BaseType' => '146052', - 'Name' => 'struct gnutls_subject_alt_names_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146052' => { - 'Line' => '36', - 'Memb' => { - '0' => { - 'name' => 'names', - 'offset' => '0', - 'type' => '2253567' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_subject_alt_names_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '146057' => { - 'BaseType' => '136671', - 'Header' => 'x509_int.h', - 'Line' => '75', - 'Name' => 'gnutls_x509_dn_st', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '146068' => { - 'Header' => 'str_array.h', - 'Line' => '33', - 'Memb' => { - '0' => { - 'name' => 'str', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'len', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '146117' - } - }, - 'Name' => 'struct gnutls_str_array_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '146117' => { - 'BaseType' => '146068', - 'Name' => 'struct gnutls_str_array_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146123' => { - 'BaseType' => '146117', - 'Header' => 'str_array.h', - 'Line' => '37', - 'Name' => 'gnutls_str_array_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '146227' => { - 'Header' => 'cert.h', - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'cert_list', - 'offset' => '0', - 'type' => '5709' - }, - '1' => { - 'name' => 'cert_list_length', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'names', - 'offset' => '16', - 'type' => '146123' - }, - '3' => { - 'name' => 'ocsp_func', - 'offset' => '24', - 'type' => '4607' - }, - '4' => { - 'name' => 'ocsp_func_ptr', - 'offset' => '32', - 'type' => '211' - }, - '5' => { - 'name' => 'ocsp_response_file', - 'offset' => '40', - 'type' => '235' - }, - '6' => { - 'name' => 'pkey', - 'offset' => '48', - 'type' => '134413' - } - }, - 'Name' => 'struct certs_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '146238' => { - 'BaseType' => '133844', - 'Name' => 'gnutls_params_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146244' => { - 'BaseType' => '146227', - 'Name' => 'certs_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146250' => { - 'BaseType' => '136139', - 'Name' => 'gnutls_certificate_retrieve_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '146256' => { - 'BaseType' => '136784', - 'Name' => 'gnutls_certificate_retrieve_function2*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '14903' => { - 'BaseType' => '4065', - 'Name' => 'gnutls_range_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '152' => { - 'BaseType' => '145', - 'Name' => 'unsigned int const', - 'Size' => '4', - 'Type' => 'Const' - }, - '1531394' => { - 'BaseType' => '1531406', - 'Header' => 'gnutls.h', - 'Line' => '2063', - 'Name' => 'gnutls_srp_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1531406' => { - 'BaseType' => '1531412', - 'Name' => 'struct gnutls_srp_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1531412' => { - 'Header' => 'srp_kx.h', - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'password_conf_file', - 'offset' => '8', - 'type' => '235' - }, - '2' => { - 'name' => 'pwd_callback', - 'offset' => '16', - 'type' => '1541033' - }, - '3' => { - 'name' => 'fake_salt_seed', - 'offset' => '24', - 'type' => '4000' - }, - '4' => { - 'name' => 'fake_salt_length', - 'offset' => '40', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_srp_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1531485' => { - 'BaseType' => '1531497', - 'Header' => 'gnutls.h', - 'Line' => '2065', - 'Name' => 'gnutls_srp_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1531497' => { - 'BaseType' => '1531503', - 'Name' => 'struct gnutls_srp_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1531503' => { - 'Header' => 'srp_kx.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'password', - 'offset' => '8', - 'type' => '235' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '16', - 'type' => '1541027' - } - }, - 'Name' => 'struct gnutls_srp_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '1531816' => { - 'BaseType' => '1531828', - 'Header' => 'gnutls.h', - 'Line' => '2134', - 'Name' => 'gnutls_srp_server_credentials_function', - 'Type' => 'Typedef' - }, - '1531828' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '4650' - }, - '3' => { - 'type' => '4650' - }, - '4' => { - 'type' => '4650' - }, - '5' => { - 'type' => '4650' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1531868' => { - 'BaseType' => '1531880', - 'Header' => 'gnutls.h', - 'Line' => '2148', - 'Name' => 'gnutls_srp_client_credentials_function', - 'Type' => 'Typedef' - }, - '1531880' => { - 'Name' => 'int()(gnutls_session_t, char**, char**)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '1030' - }, - '2' => { - 'type' => '1030' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '15396' => { - 'BaseType' => '4053', - 'Name' => 'gnutls_range_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1541027' => { - 'BaseType' => '1531868', - 'Name' => 'gnutls_srp_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1541033' => { - 'BaseType' => '1531816', - 'Name' => 'gnutls_srp_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1542061' => { - 'BaseType' => '1531394', - 'Name' => 'gnutls_srp_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1542281' => { - 'BaseType' => '1531485', - 'Name' => 'gnutls_srp_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1550084' => { - 'BaseType' => '1550096', - 'Header' => 'gnutls.h', - 'Line' => '2177', - 'Name' => 'gnutls_psk_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1550096' => { - 'BaseType' => '1550102', - 'Name' => 'struct gnutls_psk_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1550102' => { - 'Header' => 'psk.h', - 'Line' => '35', - 'Memb' => { - '0' => { - 'name' => 'password_file', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'pwd_callback', - 'offset' => '8', - 'type' => '1559428' - }, - '2' => { - 'name' => 'dh_params', - 'offset' => '16', - 'type' => '133119' - }, - '3' => { - 'name' => 'deinit_dh_params', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'dh_sec_param', - 'offset' => '28', - 'type' => '3437' - }, - '5' => { - 'name' => 'params_func', - 'offset' => '32', - 'type' => '146238' - }, - '6' => { - 'name' => 'hint', - 'offset' => '40', - 'type' => '235' - } - }, - 'Name' => 'struct gnutls_psk_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1550199' => { - 'BaseType' => '1550211', - 'Header' => 'gnutls.h', - 'Line' => '2179', - 'Name' => 'gnutls_psk_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1550211' => { - 'BaseType' => '1550217', - 'Name' => 'struct gnutls_psk_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1550217' => { - 'Header' => 'psk.h', - 'Line' => '29', - 'Memb' => { - '0' => { - 'name' => 'username', - 'offset' => '0', - 'type' => '4000' - }, - '1' => { - 'name' => 'key', - 'offset' => '16', - 'type' => '4000' - }, - '2' => { - 'name' => 'get_function', - 'offset' => '32', - 'type' => '1559422' - } - }, - 'Name' => 'struct gnutls_psk_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '1550266' => { - 'Header' => 'gnutls.h', - 'Line' => '2188', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PSK_KEY_RAW', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PSK_KEY_HEX', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1550296' => { - 'BaseType' => '1550266', - 'Header' => 'gnutls.h', - 'Line' => '2191', - 'Name' => 'gnutls_psk_key_flags', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1550308' => { - 'BaseType' => '1550320', - 'Header' => 'gnutls.h', - 'Line' => '2218', - 'Name' => 'gnutls_psk_server_credentials_function', - 'Type' => 'Typedef' - }, - '1550320' => { - 'Name' => 'int()(gnutls_session_t, char const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '4650' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1550345' => { - 'BaseType' => '1550357', - 'Header' => 'gnutls.h', - 'Line' => '2227', - 'Name' => 'gnutls_psk_client_credentials_function', - 'Type' => 'Typedef' - }, - '1550357' => { - 'Name' => 'int()(gnutls_session_t, char**, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '1030' - }, - '2' => { - 'type' => '4650' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '1559422' => { - 'BaseType' => '1550345', - 'Name' => 'gnutls_psk_client_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1559428' => { - 'BaseType' => '1550308', - 'Name' => 'gnutls_psk_server_credentials_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1560316' => { - 'BaseType' => '1550084', - 'Name' => 'gnutls_psk_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1560591' => { - 'BaseType' => '1550199', - 'Name' => 'gnutls_psk_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '157' => { - 'Name' => 'unsigned char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '1577508' => { - 'BaseType' => '805438', - 'Header' => 'gnutls.h', - 'Line' => '2282', - 'Name' => 'gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '164' => { - 'Name' => 'signed char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '16400' => { - 'BaseType' => '157', - 'Name' => 'unsigned char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '1655964' => { - 'BaseType' => '1655976', - 'Header' => 'x509.h', - 'Line' => '812', - 'Name' => 'gnutls_x509_crl_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1655976' => { - 'BaseType' => '1655982', - 'Name' => 'struct gnutls_x509_crl_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1655982' => { - 'Header' => 'x509_int.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'rcache', - 'offset' => '0', - 'type' => '8455' - }, - '1' => { - 'name' => 'rcache_idx', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_crl_iter', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1665891' => { - 'BaseType' => '818803', - 'Name' => 'gnutls_x509_crl_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1668407' => { - 'BaseType' => '1655964', - 'Name' => 'gnutls_x509_crl_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '171' => { - 'Name' => 'short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '1713374' => { - 'BaseType' => '944586', - 'Name' => 'gnutls_x509_crq_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1719661' => { - 'BaseType' => '2116375', - 'Header' => 'x509.h', - 'Line' => '726', - 'Name' => 'gnutls_x509_dn_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '17333' => { - 'BaseType' => '75', - 'Name' => 'int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1780400' => { - 'BaseType' => '1780411', - 'Header' => 'x509-ext.h', - 'Line' => '107', - 'Name' => 'gnutls_x509_aki_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1780411' => { - 'BaseType' => '1780417', - 'Name' => 'struct gnutls_x509_aki_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1780417' => { - 'Line' => '688', - 'Memb' => { - '0' => { - 'name' => 'id', - 'offset' => '0', - 'type' => '4000' - }, - '1' => { - 'name' => 'cert_issuer', - 'offset' => '16', - 'type' => '146052' - }, - '2' => { - 'name' => 'serial', - 'offset' => '32', - 'type' => '4000' - } - }, - 'Name' => 'struct gnutls_x509_aki_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1807674' => { - 'BaseType' => '134448', - 'Name' => 'gnutls_x509_crt_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '1809422' => { - 'BaseType' => '1809434', - 'Header' => 'x509.h', - 'Line' => '318', - 'Name' => 'gnutls_x509_name_constraints_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1809434' => { - 'BaseType' => '1809440', - 'Name' => 'struct gnutls_name_constraints_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1809440' => { - 'Header' => 'x509_int.h', - 'Line' => '507', - 'Memb' => { - '0' => { - 'name' => 'permitted', - 'offset' => '0', - 'type' => '2188425' - }, - '1' => { - 'name' => 'excluded', - 'offset' => '8', - 'type' => '2188425' - } - }, - 'Name' => 'struct gnutls_name_constraints_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '1809598' => { - 'Header' => 'x509.h', - 'Line' => '540', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_QUALIFIER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_QUALIFIER_URI', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_X509_QUALIFIER_NOTICE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1809634' => { - 'BaseType' => '1809598', - 'Header' => 'x509.h', - 'Line' => '543', - 'Name' => 'gnutls_x509_qualifier_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1809646' => { - 'Header' => 'x509.h', - 'Line' => '548', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '1809634' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '235' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'anon-struct-x509.h-548', - 'Size' => '24', - 'Type' => 'Struct' - }, - '1809695' => { - 'Header' => 'x509.h', - 'Line' => '545', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'qualifiers', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'qualifier', - 'offset' => '16', - 'type' => '1809748' - } - }, - 'Name' => 'struct gnutls_x509_policy_st', - 'Size' => '208', - 'Type' => 'Struct' - }, - '1809748' => { - 'BaseType' => '1809646', - 'Name' => 'anon-struct-x509.h-548[8]', - 'Size' => '192', - 'Type' => 'Array' - }, - '1819410' => { - 'BaseType' => '1819421', - 'Header' => 'x509-ext.h', - 'Line' => '60', - 'Name' => 'gnutls_x509_crl_dist_points_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1819421' => { - 'BaseType' => '1819427', - 'Name' => 'struct gnutls_x509_crl_dist_points_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1819427' => { - 'Line' => '2240', - 'Memb' => { - '0' => { - 'name' => 'points', - 'offset' => '0', - 'type' => '2253642' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_crl_dist_points_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1819432' => { - 'BaseType' => '1819443', - 'Header' => 'x509-ext.h', - 'Line' => '83', - 'Name' => 'gnutls_x509_aia_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1819443' => { - 'BaseType' => '1819449', - 'Name' => 'struct gnutls_x509_aia_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1819449' => { - 'Line' => '2594', - 'Memb' => { - '0' => { - 'name' => 'aia', - 'offset' => '0', - 'type' => '2253697' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_aia_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1819476' => { - 'BaseType' => '1819487', - 'Header' => 'x509-ext.h', - 'Line' => '146', - 'Name' => 'gnutls_x509_key_purposes_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1819487' => { - 'BaseType' => '1819493', - 'Name' => 'struct gnutls_x509_key_purposes_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1819493' => { - 'Line' => '2957', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '2253703' - }, - '1' => { - 'name' => 'size', - 'offset' => '1024', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_key_purposes_st', - 'PrivateABI' => 1, - 'Size' => '1032', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1819498' => { - 'BaseType' => '1819509', - 'Header' => 'x509-ext.h', - 'Line' => '177', - 'Name' => 'gnutls_x509_policies_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1819509' => { - 'BaseType' => '1819515', - 'Name' => 'struct gnutls_x509_policies_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1819515' => { - 'Line' => '1750', - 'Memb' => { - '0' => { - 'name' => 'policy', - 'offset' => '0', - 'type' => '2253573' - }, - '1' => { - 'name' => 'size', - 'offset' => '13312', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_policies_st', - 'PrivateABI' => 1, - 'Size' => '13320', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '1819547' => { - 'Header' => 'x509_int.h', - 'Line' => '512', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '4000' - }, - '2' => { - 'name' => 'next', - 'offset' => '24', - 'type' => '2188425' - } - }, - 'Name' => 'struct name_constraints_node_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '1845125' => { - 'BaseType' => '1845136', - 'Header' => 'pkcs12.h', - 'Line' => '40', - 'Name' => 'gnutls_pkcs12_bag_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1845136' => { - 'BaseType' => '1845142', - 'Name' => 'struct gnutls_pkcs12_bag_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1845142' => { - 'Header' => 'x509_int.h', - 'Line' => '427', - 'Memb' => { - '0' => { - 'name' => 'element', - 'offset' => '0', - 'type' => '1845326' - }, - '1' => { - 'name' => 'bag_elements', - 'offset' => '1536', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs12_bag_int', - 'PrivateABI' => 1, - 'Size' => '1544', - 'Type' => 'Struct' - }, - '1845184' => { - 'Header' => 'pkcs12.h', - 'Line' => '97', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_BAG_EMPTY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_BAG_PKCS8_ENCRYPTED_KEY', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_BAG_PKCS8_KEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_BAG_CERTIFICATE', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_BAG_CRL', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_BAG_SECRET', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_BAG_ENCRYPTED', - 'value' => '10' - }, - '7' => { - 'name' => 'GNUTLS_BAG_UNKNOWN', - 'value' => '20' - } - }, - 'Name' => 'enum gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1845249' => { - 'BaseType' => '1845184', - 'Header' => 'pkcs12.h', - 'Line' => '110', - 'Name' => 'gnutls_pkcs12_bag_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '1845260' => { - 'Header' => 'x509_int.h', - 'Line' => '420', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '4000' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '1845249' - }, - '2' => { - 'name' => 'local_key_id', - 'offset' => '24', - 'type' => '4000' - }, - '3' => { - 'name' => 'friendly_name', - 'offset' => '40', - 'type' => '235' - } - }, - 'Name' => 'struct bag_element', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Struct' - }, - '1845326' => { - 'BaseType' => '1845260', - 'Name' => 'struct bag_element[32]', - 'Size' => '1536', - 'Type' => 'Array' - }, - '1849663' => { - 'BaseType' => '817049', - 'Name' => 'gnutls_pkcs12_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1868905' => { - 'BaseType' => '1845125', - 'Name' => 'gnutls_pkcs12_bag_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1880' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '1891130' => { - 'BaseType' => '1891141', - 'Header' => 'pkcs7.h', - 'Line' => '43', - 'Name' => 'gnutls_pkcs7_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1891141' => { - 'BaseType' => '1891147', - 'Name' => 'struct gnutls_pkcs7_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1891147' => { - 'Header' => 'x509_int.h', - 'Line' => '116', - 'Memb' => { - '0' => { - 'name' => 'pkcs7', - 'offset' => '0', - 'type' => '8455' - }, - '1' => { - 'name' => 'encap_data_oid', - 'offset' => '8', - 'type' => '333536' - }, - '2' => { - 'name' => 'der_signed_data', - 'offset' => '136', - 'type' => '4000' - }, - '3' => { - 'name' => 'signed_data', - 'offset' => '152', - 'type' => '8455' - }, - '4' => { - 'name' => 'expanded', - 'offset' => '160', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs7_int', - 'PrivateABI' => 1, - 'Size' => '168', - 'Type' => 'Struct' - }, - '1891220' => { - 'BaseType' => '1901827', - 'Header' => 'pkcs7.h', - 'Line' => '83', - 'Name' => 'gnutls_pkcs7_attrs_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1891237' => { - 'Header' => 'x509_int.h', - 'Line' => '110', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '235' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '4000' - }, - '2' => { - 'name' => 'next', - 'offset' => '24', - 'type' => '1901827' - } - }, - 'Name' => 'struct gnutls_pkcs7_attrs_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '1891286' => { - 'Header' => 'pkcs7.h', - 'Line' => '85', - 'Memb' => { - '0' => { - 'name' => 'algo', - 'offset' => '0', - 'type' => '3156' - }, - '1' => { - 'name' => 'sig', - 'offset' => '8', - 'type' => '4000' - }, - '2' => { - 'name' => 'issuer_dn', - 'offset' => '24', - 'type' => '4000' - }, - '3' => { - 'name' => 'signer_serial', - 'offset' => '40', - 'type' => '4000' - }, - '4' => { - 'name' => 'issuer_keyid', - 'offset' => '56', - 'type' => '4000' - }, - '5' => { - 'name' => 'signing_time', - 'offset' => '72', - 'type' => '263' - }, - '6' => { - 'name' => 'signed_attrs', - 'offset' => '80', - 'type' => '1891220' - }, - '7' => { - 'name' => 'unsigned_attrs', - 'offset' => '88', - 'type' => '1891220' - }, - '8' => { - 'name' => 'pad', - 'offset' => '96', - 'type' => '291547' - } - }, - 'Name' => 'struct gnutls_pkcs7_signature_info_st', - 'Size' => '160', - 'Type' => 'Struct' - }, - '1891423' => { - 'BaseType' => '1891286', - 'Header' => 'pkcs7.h', - 'Line' => '95', - 'Name' => 'gnutls_pkcs7_signature_info_st', - 'Size' => '160', - 'Type' => 'Typedef' - }, - '1896' => { - 'Header' => 'gnutls_int.h', - 'Line' => '98', - 'Memb' => { - '0' => { - 'name' => 'i', - 'offset' => '0', - 'type' => '1880' - } - }, - 'Name' => 'struct gnutls_uint64', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '1900854' => { - 'BaseType' => '1891237', - 'Header' => 'x509_int.h', - 'Line' => '114', - 'Name' => 'gnutls_pkcs7_attrs_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '1901827' => { - 'BaseType' => '1900854', - 'Name' => 'gnutls_pkcs7_attrs_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1905092' => { - 'BaseType' => '1891423', - 'Name' => 'gnutls_pkcs7_signature_info_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1907' => { - 'Header' => 'gnutls.h', - 'Line' => '129', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CIPHER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CIPHER_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_CIPHER_AES_128_GCM', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_CIPHER_AES_256_GCM', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_192_CBC', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_CIPHER_SALSA20_256', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_CIPHER_ESTREAM_SALSA20_256', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_GCM', - 'value' => '15' - }, - '16' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_GCM', - 'value' => '16' - }, - '17' => { - 'name' => 'GNUTLS_CIPHER_RC2_40_CBC', - 'value' => '17' - }, - '18' => { - 'name' => 'GNUTLS_CIPHER_DES_CBC', - 'value' => '18' - }, - '19' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM', - 'value' => '19' - }, - '2' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_128', - 'value' => '2' - }, - '20' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM', - 'value' => '20' - }, - '21' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM_8', - 'value' => '21' - }, - '22' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM_8', - 'value' => '22' - }, - '23' => { - 'name' => 'GNUTLS_CIPHER_CHACHA20_POLY1305', - 'value' => '23' - }, - '24' => { - 'name' => 'GNUTLS_CIPHER_IDEA_PGP_CFB', - 'value' => '200' - }, - '25' => { - 'name' => 'GNUTLS_CIPHER_3DES_PGP_CFB', - 'value' => '201' - }, - '26' => { - 'name' => 'GNUTLS_CIPHER_CAST5_PGP_CFB', - 'value' => '202' - }, - '27' => { - 'name' => 'GNUTLS_CIPHER_BLOWFISH_PGP_CFB', - 'value' => '203' - }, - '28' => { - 'name' => 'GNUTLS_CIPHER_SAFER_SK128_PGP_CFB', - 'value' => '204' - }, - '29' => { - 'name' => 'GNUTLS_CIPHER_AES128_PGP_CFB', - 'value' => '205' - }, - '3' => { - 'name' => 'GNUTLS_CIPHER_3DES_CBC', - 'value' => '3' - }, - '30' => { - 'name' => 'GNUTLS_CIPHER_AES192_PGP_CFB', - 'value' => '206' - }, - '31' => { - 'name' => 'GNUTLS_CIPHER_AES256_PGP_CFB', - 'value' => '207' - }, - '32' => { - 'name' => 'GNUTLS_CIPHER_TWOFISH_PGP_CFB', - 'value' => '208' - }, - '4' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CBC', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CBC', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_40', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_CBC', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_CBC', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_CIPHER_AES_192_CBC', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_cipher_algorithm', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1908898' => { - 'BaseType' => '1891130', - 'Name' => 'gnutls_pkcs7_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '19184' => { - 'Header' => 'gnutls.h', - 'Line' => '618', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SHUT_RDWR', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SHUT_WR', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_close_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1925505' => { - 'BaseType' => '1891220', - 'Name' => 'gnutls_pkcs7_attrs_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '193776' => { - 'Header' => 'gnutls.h', - 'Line' => '677', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_X509_FMT_DER', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_X509_FMT_PEM', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_x509_crt_fmt_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '1947945' => { - 'BaseType' => '2122', - 'Name' => 'gnutls_cipher_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '197158' => { - 'BaseType' => '197169', - 'Header' => 'abstract.h', - 'Line' => '67', - 'Name' => 'gnutls_privkey_sign_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '197169' => { - 'Name' => 'int(*)(gnutls_privkey_t, void*, gnutls_datum_t const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '134413' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '4549' - }, - '3' => { - 'type' => '4650' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '197205' => { - 'BaseType' => '197169', - 'Header' => 'abstract.h', - 'Line' => '73', - 'Name' => 'gnutls_privkey_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '197216' => { - 'BaseType' => '197227', - 'Header' => 'abstract.h', - 'Line' => '84', - 'Name' => 'gnutls_privkey_sign_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '197227' => { - 'Name' => 'int(*)(gnutls_privkey_t, gnutls_sign_algorithm_t, void*, unsigned int, gnutls_datum_t const*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '134413' - }, - '1' => { - 'type' => '3156' - }, - '2' => { - 'type' => '211' - }, - '3' => { - 'type' => '145' - }, - '4' => { - 'type' => '4549' - }, - '5' => { - 'type' => '4650' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '197273' => { - 'BaseType' => '197227', - 'Header' => 'abstract.h', - 'Line' => '96', - 'Name' => 'gnutls_privkey_sign_data_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '197284' => { - 'BaseType' => '197295', - 'Header' => 'abstract.h', - 'Line' => '103', - 'Name' => 'gnutls_privkey_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '197295' => { - 'Name' => 'void(*)(gnutls_privkey_t, void*)', - 'Param' => { - '0' => { - 'type' => '134413' - }, - '1' => { - 'type' => '211' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '197317' => { - 'BaseType' => '197328', - 'Header' => 'abstract.h', - 'Line' => '120', - 'Name' => 'gnutls_privkey_info_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '197328' => { - 'Name' => 'int(*)(gnutls_privkey_t, unsigned int, void*)', - 'Param' => { - '0' => { - 'type' => '134413' - }, - '1' => { - 'type' => '145' - }, - '2' => { - 'type' => '211' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '200' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '139', - 'Name' => '__time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '20533' => { - 'BaseType' => '8913', - 'Header' => 'gnutls.h', - 'Line' => '1202', - 'Name' => 'gnutls_packet_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2067692' => { - 'BaseType' => '803911', - 'Name' => 'gnutls_x509_crl_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '206930' => { - 'Header' => 'abstract_int.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'sign_func', - 'offset' => '0', - 'type' => '197158' - }, - '1' => { - 'name' => 'sign_data_func', - 'offset' => '8', - 'type' => '197273' - }, - '2' => { - 'name' => 'sign_hash_func', - 'offset' => '16', - 'type' => '197216' - }, - '3' => { - 'name' => 'decrypt_func', - 'offset' => '24', - 'type' => '197205' - }, - '4' => { - 'name' => 'deinit_func', - 'offset' => '32', - 'type' => '197284' - }, - '5' => { - 'name' => 'info_func', - 'offset' => '40', - 'type' => '197317' - }, - '6' => { - 'name' => 'userdata', - 'offset' => '48', - 'type' => '211' - } - }, - 'Name' => 'anon-struct-abstract_int.h-37', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '2069612' => { - 'BaseType' => '2069624', - 'Header' => 'x509.h', - 'Line' => '1562', - 'Name' => 'gnutls_verify_output_function', - 'Type' => 'Typedef' - }, - '2069624' => { - 'Name' => 'int()(gnutls_x509_crt_t, gnutls_x509_crt_t, gnutls_x509_crl_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '134448' - }, - '1' => { - 'type' => '134448' - }, - '2' => { - 'type' => '803911' - }, - '3' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '207023' => { - 'Header' => 'abstract_int.h', - 'Line' => '32', - 'Memb' => { - '0' => { - 'name' => 'x509', - 'offset' => '0', - 'type' => '134436' - }, - '1' => { - 'name' => 'pkcs11', - 'offset' => '0', - 'type' => '135876' - }, - '2' => { - 'name' => 'ext', - 'offset' => '0', - 'type' => '206930' - } - }, - 'Name' => 'anon-union-abstract_int.h-32', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Union' - }, - '2080049' => { - 'BaseType' => '2069612', - 'Name' => 'gnutls_verify_output_function*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2080324' => { - 'BaseType' => '1807674', - 'Name' => 'gnutls_x509_crt_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2080843' => { - 'BaseType' => '2067692', - 'Name' => 'gnutls_x509_crl_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '208542' => { - 'BaseType' => '133119', - 'Name' => 'gnutls_dh_params_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '211' => { - 'BaseType' => '1', - 'Name' => 'void*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2116196' => { - 'BaseType' => '1719661', - 'Name' => 'gnutls_x509_dn_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2116375' => { - 'BaseType' => '146057', - 'Name' => 'gnutls_x509_dn_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '21170' => { - 'Name' => 'int(*)(void**)', - 'Param' => { - '0' => { - 'type' => '4695' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2117595' => { - 'BaseType' => '1809695', - 'Name' => 'struct gnutls_x509_policy_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2122' => { - 'BaseType' => '1907', - 'Header' => 'gnutls.h', - 'Line' => '166', - 'Name' => 'gnutls_cipher_algorithm_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '213' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '172', - 'Name' => '__ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2132713' => { - 'Header' => 'x509.h', - 'Line' => '728', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '4000' - }, - '1' => { - 'name' => 'value', - 'offset' => '16', - 'type' => '4000' - }, - '2' => { - 'name' => 'value_tag', - 'offset' => '32', - 'type' => '68' - } - }, - 'Name' => 'struct gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Struct' - }, - '2132766' => { - 'BaseType' => '2132713', - 'Header' => 'x509.h', - 'Line' => '732', - 'Name' => 'gnutls_x509_ava_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '2142926' => { - 'BaseType' => '2132766', - 'Name' => 'gnutls_x509_ava_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2152342' => { - 'BaseType' => '1809695', - 'Name' => 'struct gnutls_x509_policy_st const', - 'Size' => '208', - 'Type' => 'Const' - }, - '2162993' => { - 'BaseType' => '2152342', - 'Name' => 'struct gnutls_x509_policy_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2184748' => { - 'BaseType' => '1819547', - 'Header' => 'x509_int.h', - 'Line' => '516', - 'Name' => 'name_constraints_node_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '2188425' => { - 'BaseType' => '2184748', - 'Name' => 'name_constraints_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2189601' => { - 'BaseType' => '1809422', - 'Name' => 'gnutls_x509_name_constraints_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2198670' => { - 'BaseType' => '2198682', - 'Header' => 'x509.h', - 'Line' => '1475', - 'Name' => 'gnutls_x509_trust_list_iter_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2198682' => { - 'BaseType' => '2198688', - 'Name' => 'struct gnutls_x509_trust_list_iter*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2198688' => { - 'Line' => '57', - 'Memb' => { - '0' => { - 'name' => 'node_index', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'ca_index', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'pkcs11_list', - 'offset' => '8', - 'type' => '1398863' - }, - '3' => { - 'name' => 'pkcs11_index', - 'offset' => '16', - 'type' => '145' - }, - '4' => { - 'name' => 'pkcs11_size', - 'offset' => '20', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_trust_list_iter', - 'PrivateABI' => 1, - 'Size' => '24', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '22007' => { - 'BaseType' => '14376', - 'Header' => 'gnutls.h', - 'Line' => '2612', - 'Name' => 'gnutls_buffer_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2208557' => { - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'cert', - 'offset' => '0', - 'type' => '134448' - }, - '1' => { - 'name' => 'name', - 'offset' => '8', - 'type' => '8048' - }, - '2' => { - 'name' => 'name_size', - 'offset' => '264', - 'type' => '145' - } - }, - 'Name' => 'struct named_cert_st', - 'PrivateABI' => 1, - 'Size' => '272', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '2208608' => { - 'BaseType' => '2208557', - 'Name' => 'struct named_cert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '22098' => { - 'BaseType' => '22110', - 'Header' => 'gnutls.h', - 'Line' => '2629', - 'Name' => 'gnutls_ext_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22110' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, size_t)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '22141' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '2213032' => { - 'BaseType' => '2198670', - 'Name' => 'gnutls_x509_trust_list_iter_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '22141' => { - 'BaseType' => '16400', - 'Name' => 'unsigned char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '22147' => { - 'BaseType' => '22159', - 'Header' => 'gnutls.h', - 'Line' => '2633', - 'Name' => 'gnutls_ext_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22159' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '22007' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22185' => { - 'BaseType' => '22197', - 'Header' => 'gnutls.h', - 'Line' => '2636', - 'Name' => 'gnutls_ext_deinit_data_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22197' => { - 'Name' => 'void(*)(gnutls_ext_priv_data_t)', - 'Param' => { - '0' => { - 'type' => '5572' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22214' => { - 'BaseType' => '22226', - 'Header' => 'gnutls.h', - 'Line' => '2638', - 'Name' => 'gnutls_ext_pack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22226' => { - 'Name' => 'int(*)(gnutls_ext_priv_data_t, gnutls_buffer_t)', - 'Param' => { - '0' => { - 'type' => '5572' - }, - '1' => { - 'type' => '22007' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22252' => { - 'BaseType' => '22264', - 'Header' => 'gnutls.h', - 'Line' => '2641', - 'Name' => 'gnutls_ext_unpack_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '22264' => { - 'Name' => 'int(*)(gnutls_buffer_t, gnutls_ext_priv_data_t*)', - 'Param' => { - '0' => { - 'type' => '22007' - }, - '1' => { - 'type' => '22290' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '22290' => { - 'BaseType' => '5572', - 'Name' => 'gnutls_ext_priv_data_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '22340' => { - 'Header' => 'gnutls.h', - 'Line' => '2665', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_EXT_ANY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_EXT_APPLICATION', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_EXT_TLS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_EXT_MANDATORY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_EXT_NONE', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_ext_parse_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '224' => { - 'BaseType' => '45', - 'Header' => 'types.h', - 'Line' => '175', - 'Name' => '__syscall_slong_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2242' => { - 'Header' => 'gnutls.h', - 'Line' => '206', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_KX_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_KX_RSA', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_KX_DHE_PSK', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_KX_ANON_ECDH', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_KX_ECDHE_RSA', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_KX_ECDHE_ECDSA', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_KX_ECDHE_PSK', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_KX_RSA_PSK', - 'value' => '15' - }, - '2' => { - 'name' => 'GNUTLS_KX_DHE_DSS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_KX_DHE_RSA', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_KX_ANON_DH', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_KX_SRP', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_KX_RSA_EXPORT', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_KX_SRP_RSA', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_KX_SRP_DSS', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_KX_PSK', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_kx_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '22483' => { - 'BaseType' => '145', - 'Name' => 'unsigned int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2253518' => { - 'Header' => 'x509_ext_int.h', - 'Line' => '26', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '4000' - }, - '2' => { - 'name' => 'othername_oid', - 'offset' => '24', - 'type' => '4000' - } - }, - 'Name' => 'struct name_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '2253567' => { - 'BaseType' => '2253518', - 'Name' => 'struct name_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2253573' => { - 'BaseType' => '1809695', - 'Name' => 'struct gnutls_x509_policy_st[64]', - 'Size' => '13312', - 'Type' => 'Array' - }, - '2253589' => { - 'Line' => '2234', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'san', - 'offset' => '8', - 'type' => '4000' - }, - '2' => { - 'name' => 'reasons', - 'offset' => '24', - 'type' => '145' - } - }, - 'Name' => 'struct crl_dist_point_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '2253642' => { - 'BaseType' => '2253589', - 'Name' => 'struct crl_dist_point_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2253648' => { - 'Line' => '2595', - 'Memb' => { - '0' => { - 'name' => 'oid', - 'offset' => '0', - 'type' => '4000' - }, - '1' => { - 'name' => 'san_type', - 'offset' => '16', - 'type' => '145' - }, - '2' => { - 'name' => 'san', - 'offset' => '24', - 'type' => '4000' - } - }, - 'Name' => 'anon-struct-x509_ext.c-2595', - 'PrivateABI' => 1, - 'Size' => '40', - 'Source' => 'x509_ext.c', - 'Type' => 'Struct' - }, - '2253697' => { - 'BaseType' => '2253648', - 'Name' => 'anon-struct-x509_ext.c-2595*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2253703' => { - 'BaseType' => '4000', - 'Name' => 'gnutls_datum_t[64]', - 'Size' => '1024', - 'Type' => 'Array' - }, - '2255711' => { - 'BaseType' => '1819476', - 'Name' => 'gnutls_x509_key_purposes_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2257562' => { - 'BaseType' => '1819432', - 'Name' => 'gnutls_x509_aia_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2258903' => { - 'BaseType' => '1819410', - 'Name' => 'gnutls_x509_crl_dist_points_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2260354' => { - 'BaseType' => '1819498', - 'Name' => 'gnutls_x509_policies_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2263600' => { - 'BaseType' => '1780400', - 'Name' => 'gnutls_x509_aki_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2265685' => { - 'BaseType' => '146035', - 'Name' => 'gnutls_subject_alt_names_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2296' => { - 'Header' => 'gnutls.h', - 'Line' => '238', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRD_CERTIFICATE', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_CRD_ANON', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_CRD_SRP', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_CRD_PSK', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_CRD_IA', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_credentials_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '231623' => { - 'BaseType' => '3548', - 'Header' => 'gnutls.h', - 'Line' => '942', - 'Name' => 'gnutls_priority_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2331015' => { - 'BaseType' => '899086', - 'Name' => 'gnutls_x509_spki_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '235' => { - 'BaseType' => '121', - 'Name' => 'char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2352683' => { - 'BaseType' => '806388', - 'Name' => 'gnutls_x509_tlsfeatures_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2401639' => { - 'BaseType' => '2401650', - 'Header' => 'ocsp.h', - 'Line' => '141', - 'Name' => 'gnutls_ocsp_req_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2401650' => { - 'BaseType' => '2401656', - 'Name' => 'struct gnutls_ocsp_req_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2401656' => { - 'Line' => '40', - 'Memb' => { - '0' => { - 'name' => 'req', - 'offset' => '0', - 'type' => '8455' - }, - '1' => { - 'name' => 'init', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_ocsp_req_int', - 'PrivateABI' => 1, - 'Size' => '16', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '2408045' => { - 'BaseType' => '817450', - 'Name' => 'gnutls_ocsp_resp_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2408211' => { - 'BaseType' => '2401639', - 'Name' => 'gnutls_ocsp_req_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '241' => { - 'BaseType' => '145', - 'Header' => 'types.h', - 'Line' => '189', - 'Name' => '__socklen_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2423820' => { - 'Header' => 'ocsp.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_OCSP_PRINT_FULL', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_OCSP_PRINT_COMPACT', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2423849' => { - 'BaseType' => '2423820', - 'Header' => 'ocsp.h', - 'Line' => '50', - 'Name' => 'gnutls_ocsp_print_formats_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2429' => { - 'Header' => 'gnutls.h', - 'Line' => '284', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_MAC_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_MAC_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_MAC_SHA3_224', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_MAC_SHA3_256', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_MAC_SHA3_384', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_MAC_SHA3_512', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_MAC_MD5_SHA1', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_MAC_AEAD', - 'value' => '200' - }, - '16' => { - 'name' => 'GNUTLS_MAC_UMAC_96', - 'value' => '201' - }, - '17' => { - 'name' => 'GNUTLS_MAC_UMAC_128', - 'value' => '202' - }, - '2' => { - 'name' => 'GNUTLS_MAC_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_MAC_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_MAC_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_MAC_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_MAC_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_MAC_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_MAC_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_MAC_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_mac_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '243356' => { - 'BaseType' => '11889', - 'Header' => 'algorithms.h', - 'Line' => '319', - 'Name' => 'gnutls_sign_entry_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '243368' => { - 'BaseType' => '243356', - 'Name' => 'gnutls_sign_entry_st const', - 'Size' => '40', - 'Type' => 'Const' - }, - '2445811' => { - 'Header' => 'gnutls.h', - 'Line' => '1263', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_NAME_DNS', - 'value' => '1' - } - }, - 'Name' => 'enum gnutls_server_name_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '245502' => { - 'BaseType' => '10034', - 'Name' => 'unsigned int const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '246352' => { - 'BaseType' => '110', - 'Name' => 'char const**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '246729' => { - 'BaseType' => '231623', - 'Name' => 'gnutls_priority_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '246949' => { - 'BaseType' => '243368', - 'Name' => 'gnutls_sign_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '252' => { - 'BaseType' => '213', - 'Header' => 'types.h', - 'Line' => '109', - 'Name' => 'ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2545' => { - 'Header' => 'gnutls.h', - 'Line' => '324', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DIG_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DIG_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_DIG_SHA3_224', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_DIG_SHA3_256', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_DIG_SHA3_384', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_DIG_SHA3_512', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_DIG_MD5_SHA1', - 'value' => '14' - }, - '2' => { - 'name' => 'GNUTLS_DIG_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DIG_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_DIG_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DIG_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_DIG_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_DIG_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_DIG_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_DIG_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_digest_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '263' => { - 'BaseType' => '200', - 'Header' => 'time.h', - 'Line' => '75', - 'Name' => 'time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '2655020' => { - 'Header' => 'gnutls.h', - 'Line' => '1349', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_80', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SRTP_AES128_CM_HMAC_SHA1_32', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_80', - 'value' => '5' - }, - '3' => { - 'name' => 'GNUTLS_SRTP_NULL_HMAC_SHA1_32', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_srtp_profile_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2668' => { - 'Header' => 'gnutls.h', - 'Line' => '521', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_REQUEST', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_KEY_EXCHANGE', - 'value' => '16' - }, - '11' => { - 'name' => 'GNUTLS_HANDSHAKE_FINISHED', - 'value' => '20' - }, - '12' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_STATUS', - 'value' => '22' - }, - '13' => { - 'name' => 'GNUTLS_HANDSHAKE_SUPPLEMENTAL', - 'value' => '23' - }, - '14' => { - 'name' => 'GNUTLS_HANDSHAKE_CHANGE_CIPHER_SPEC', - 'value' => '254' - }, - '15' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO_V2', - 'value' => '1024' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_VERIFY_REQUEST', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_HANDSHAKE_NEW_SESSION_TICKET', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_PKT', - 'value' => '11' - }, - '6' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_KEY_EXCHANGE', - 'value' => '12' - }, - '7' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_REQUEST', - 'value' => '13' - }, - '8' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO_DONE', - 'value' => '14' - }, - '9' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_VERIFY', - 'value' => '15' - } - }, - 'Name' => 'enum gnutls_handshake_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2668088' => { - 'BaseType' => '2655020', - 'Name' => 'gnutls_srtp_profile_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '274' => { - 'BaseType' => '171', - 'Header' => 'types.h', - 'Line' => '195', - 'Name' => 'int16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '2766' => { - 'Header' => 'gnutls.h', - 'Line' => '649', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SSL3', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_TLS1_0', - 'value' => '2' - }, - '10' => { - 'name' => 'GNUTLS_TLS_VERSION_MAX', - 'value' => '4' - }, - '11' => { - 'name' => 'GNUTLS_VERSION_UNKNOWN', - 'value' => '255' - }, - '2' => { - 'name' => 'GNUTLS_TLS1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_TLS1_1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_TLS1_2', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DTLS0_9', - 'value' => '200' - }, - '6' => { - 'name' => 'GNUTLS_DTLS1_0', - 'value' => '201' - }, - '7' => { - 'name' => 'GNUTLS_DTLS1_2', - 'value' => '202' - }, - '8' => { - 'name' => 'GNUTLS_DTLS_VERSION_MIN', - 'value' => '200' - }, - '9' => { - 'name' => 'GNUTLS_DTLS_VERSION_MAX', - 'value' => '202' - } - }, - 'Name' => 'enum gnutls_protocol_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2816' => { - 'Header' => 'gnutls.h', - 'Line' => '665', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_X509', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_OPENPGP', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_RAW', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_certificate_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '285' => { - 'Header' => 'time.h', - 'Line' => '120', - 'Memb' => { - '0' => { - 'name' => 'tv_sec', - 'offset' => '0', - 'type' => '200' - }, - '1' => { - 'name' => 'tv_nsec', - 'offset' => '8', - 'type' => '224' - } - }, - 'Name' => 'struct timespec', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '2896' => { - 'Header' => 'gnutls.h', - 'Line' => '724', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PK_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PK_RSA', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PK_DSA', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PK_DH', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PK_ECDSA', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_PK_ECDH_X25519', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_PK_RSA_PSS', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_PK_EDDSA_ED25519', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_PK_MAX', - 'value' => '7' - } - }, - 'Name' => 'enum gnutls_pk_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '291547' => { - 'BaseType' => '121', - 'Name' => 'char[64]', - 'Size' => '64', - 'Type' => 'Array' - }, - '2983254' => { - 'BaseType' => '2242', - 'Name' => 'gnutls_kx_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2983266' => { - 'BaseType' => '2429', - 'Name' => 'gnutls_mac_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2983272' => { - 'BaseType' => '2766', - 'Name' => 'gnutls_protocol_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '31500' => { - 'BaseType' => '14268', - 'Header' => 'extensions.h', - 'Line' => '90', - 'Name' => 'extension_entry_st', - 'Size' => '72', - 'Type' => 'Typedef' - }, - '31511' => { - 'BaseType' => '31500', - 'Name' => 'extension_entry_st const', - 'Size' => '72', - 'Type' => 'Const' - }, - '3156' => { - 'Header' => 'gnutls.h', - 'Line' => '814', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SIGN_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA1', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA512', - 'value' => '8' - }, - '11' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA224', - 'value' => '9' - }, - '12' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA224', - 'value' => '10' - }, - '13' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA256', - 'value' => '11' - }, - '14' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA1', - 'value' => '12' - }, - '15' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA224', - 'value' => '13' - }, - '16' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA256', - 'value' => '14' - }, - '17' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA384', - 'value' => '15' - }, - '18' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA512', - 'value' => '16' - }, - '19' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA384', - 'value' => '17' - }, - '2' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA', - 'value' => '1' - }, - '20' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA512', - 'value' => '18' - }, - '21' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_224', - 'value' => '20' - }, - '22' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_256', - 'value' => '21' - }, - '23' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_384', - 'value' => '22' - }, - '24' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA3_512', - 'value' => '23' - }, - '25' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_224', - 'value' => '24' - }, - '26' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_256', - 'value' => '25' - }, - '27' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_384', - 'value' => '26' - }, - '28' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA3_512', - 'value' => '27' - }, - '29' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_224', - 'value' => '28' - }, - '3' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA1', - 'value' => '2' - }, - '30' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_256', - 'value' => '29' - }, - '31' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_384', - 'value' => '30' - }, - '32' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA3_512', - 'value' => '31' - }, - '33' => { - 'name' => 'GNUTLS_SIGN_RSA_PSS_SHA256', - 'value' => '32' - }, - '34' => { - 'name' => 'GNUTLS_SIGN_RSA_PSS_SHA384', - 'value' => '33' - }, - '35' => { - 'name' => 'GNUTLS_SIGN_RSA_PSS_SHA512', - 'value' => '34' - }, - '36' => { - 'name' => 'GNUTLS_SIGN_EDDSA_ED25519', - 'value' => '35' - }, - '37' => { - 'name' => 'GNUTLS_SIGN_RSA_RAW', - 'value' => '36' - }, - '38' => { - 'name' => 'GNUTLS_SIGN_MAX', - 'value' => '36' - }, - '4' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA', - 'value' => '2' - }, - '5' => { - 'name' => 'GNUTLS_SIGN_RSA_MD5', - 'value' => '3' - }, - '6' => { - 'name' => 'GNUTLS_SIGN_RSA_MD2', - 'value' => '4' - }, - '7' => { - 'name' => 'GNUTLS_SIGN_RSA_RMD160', - 'value' => '5' - }, - '8' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA256', - 'value' => '6' - }, - '9' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA384', - 'value' => '7' - } - }, - 'Name' => 'enum gnutls_sign_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3236' => { - 'Header' => 'gnutls.h', - 'Line' => '839', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_ECC_CURVE_INVALID', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP224R1', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP256R1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP384R1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP521R1', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP192R1', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_ECC_CURVE_X25519', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_ECC_CURVE_ED25519', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_ECC_CURVE_MAX', - 'value' => '7' - } - }, - 'Name' => 'enum gnutls_ecc_curve_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '32772' => { - 'BaseType' => '20533', - 'Name' => 'gnutls_packet_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '329' => { - 'BaseType' => '335', - 'Name' => 'void const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '333536' => { - 'BaseType' => '121', - 'Name' => 'char[128]', - 'Size' => '128', - 'Type' => 'Array' - }, - '3339' => { - 'Header' => 'gnutls.h', - 'Line' => '873', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_GROUP_INVALID', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_GROUP_SECP192R1', - 'value' => '5' - }, - '10' => { - 'name' => 'GNUTLS_GROUP_FFDHE8192', - 'value' => '259' - }, - '11' => { - 'name' => 'GNUTLS_GROUP_MAX', - 'value' => '259' - }, - '2' => { - 'name' => 'GNUTLS_GROUP_SECP224R1', - 'value' => '1' - }, - '3' => { - 'name' => 'GNUTLS_GROUP_SECP256R1', - 'value' => '2' - }, - '4' => { - 'name' => 'GNUTLS_GROUP_SECP384R1', - 'value' => '3' - }, - '5' => { - 'name' => 'GNUTLS_GROUP_SECP521R1', - 'value' => '4' - }, - '6' => { - 'name' => 'GNUTLS_GROUP_X25519', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_GROUP_FFDHE2048', - 'value' => '256' - }, - '8' => { - 'name' => 'GNUTLS_GROUP_FFDHE3072', - 'value' => '257' - }, - '9' => { - 'name' => 'GNUTLS_GROUP_FFDHE4096', - 'value' => '258' - } - }, - 'Name' => 'enum gnutls_group_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '335' => { - 'BaseType' => '1', - 'Name' => 'void const', - 'Type' => 'Const' - }, - '3437' => { - 'Header' => 'gnutls.h', - 'Line' => '910', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SEC_PARAM_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SEC_PARAM_INSECURE', - 'value' => '5' - }, - '10' => { - 'name' => 'GNUTLS_SEC_PARAM_FUTURE', - 'value' => '50' - }, - '11' => { - 'name' => 'GNUTLS_SEC_PARAM_MAX', - 'value' => '50' - }, - '2' => { - 'name' => 'GNUTLS_SEC_PARAM_EXPORT', - 'value' => '10' - }, - '3' => { - 'name' => 'GNUTLS_SEC_PARAM_VERY_WEAK', - 'value' => '15' - }, - '4' => { - 'name' => 'GNUTLS_SEC_PARAM_WEAK', - 'value' => '20' - }, - '5' => { - 'name' => 'GNUTLS_SEC_PARAM_LOW', - 'value' => '25' - }, - '6' => { - 'name' => 'GNUTLS_SEC_PARAM_LEGACY', - 'value' => '30' - }, - '7' => { - 'name' => 'GNUTLS_SEC_PARAM_MEDIUM', - 'value' => '35' - }, - '8' => { - 'name' => 'GNUTLS_SEC_PARAM_HIGH', - 'value' => '40' - }, - '9' => { - 'name' => 'GNUTLS_SEC_PARAM_ULTRA', - 'value' => '45' - } - }, - 'Name' => 'enum gnutls_sec_param_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3449' => { - 'BaseType' => '211', - 'Header' => 'gnutls.h', - 'Line' => '929', - 'Name' => 'gnutls_transport_ptr_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3461' => { - 'BaseType' => '3473', - 'Header' => 'gnutls.h', - 'Line' => '932', - 'Name' => 'gnutls_session_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3473' => { - 'BaseType' => '3479', - 'Name' => 'struct gnutls_session_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3479' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1130', - 'Memb' => { - '0' => { - 'name' => 'security_parameters', - 'offset' => '0', - 'type' => '11537' - }, - '1' => { - 'name' => 'record_parameters', - 'offset' => '232', - 'type' => '14334' - }, - '2' => { - 'name' => 'internals', - 'offset' => '264', - 'type' => '14322' - }, - '3' => { - 'name' => 'key', - 'offset' => '3464', - 'type' => '9304' - } - }, - 'Name' => 'struct gnutls_session_int', - 'PrivateABI' => 1, - 'Size' => '4552', - 'Type' => 'Struct' - }, - '350041' => { - 'BaseType' => '31511', - 'Name' => 'extension_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '350664' => { - 'BaseType' => '31500', - 'Name' => 'extension_entry_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3548' => { - 'BaseType' => '3554', - 'Name' => 'struct gnutls_priority_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3554' => { - 'Header' => 'gnutls_int.h', - 'Line' => '695', - 'Memb' => { - '0' => { - 'name' => 'protocol', - 'offset' => '0', - 'type' => '11603' - }, - '1' => { - 'name' => 'cert_type', - 'offset' => '260', - 'type' => '11603' - }, - '10' => { - 'name' => 'no_extensions', - 'offset' => '4920', - 'type' => '9734' - }, - '11' => { - 'name' => 'sr', - 'offset' => '4924', - 'type' => '11653' - }, - '12' => { - 'name' => 'min_record_version', - 'offset' => '4928', - 'type' => '9734' - }, - '13' => { - 'name' => 'server_precedence', - 'offset' => '4929', - 'type' => '9734' - }, - '14' => { - 'name' => 'allow_server_key_usage_violation', - 'offset' => '4930', - 'type' => '9734' - }, - '15' => { - 'name' => 'no_tickets', - 'offset' => '4931', - 'type' => '9734' - }, - '16' => { - 'name' => 'have_cbc', - 'offset' => '4932', - 'type' => '9734' - }, - '17' => { - 'name' => 'additional_verify_flags', - 'offset' => '4936', - 'type' => '145' - }, - '18' => { - 'name' => 'fallback', - 'offset' => '4940', - 'type' => '9734' - }, - '19' => { - 'name' => 'level', - 'offset' => '4944', - 'type' => '3437' - }, - '2' => { - 'name' => '_cipher', - 'offset' => '520', - 'type' => '11603' - }, - '20' => { - 'name' => '_allow_large_records', - 'offset' => '4948', - 'type' => '9734' - }, - '21' => { - 'name' => '_no_etm', - 'offset' => '4949', - 'type' => '9734' - }, - '22' => { - 'name' => '_no_ext_master_secret', - 'offset' => '4950', - 'type' => '9734' - }, - '23' => { - 'name' => '_allow_key_usage_violation', - 'offset' => '4951', - 'type' => '9734' - }, - '24' => { - 'name' => '_allow_wrong_pms', - 'offset' => '4952', - 'type' => '9734' - }, - '25' => { - 'name' => '_dumbfw', - 'offset' => '4953', - 'type' => '9734' - }, - '26' => { - 'name' => '_dh_prime_bits', - 'offset' => '4956', - 'type' => '145' - }, - '27' => { - 'name' => 'usage_cnt', - 'offset' => '4960', - 'type' => '12009' - }, - '3' => { - 'name' => '_mac', - 'offset' => '780', - 'type' => '11603' - }, - '4' => { - 'name' => '_kx', - 'offset' => '1040', - 'type' => '11603' - }, - '5' => { - 'name' => '_sign_algo', - 'offset' => '1300', - 'type' => '11603' - }, - '6' => { - 'name' => '_supported_ecc', - 'offset' => '1560', - 'type' => '11603' - }, - '7' => { - 'name' => 'groups', - 'offset' => '1824', - 'type' => '11813' - }, - '8' => { - 'name' => 'sigalg', - 'offset' => '2344', - 'type' => '11997' - }, - '9' => { - 'name' => 'cs', - 'offset' => '2864', - 'type' => '11729' - } - }, - 'Name' => 'struct gnutls_priority_st', - 'PrivateABI' => 1, - 'Size' => '4968', - 'Type' => 'Struct' - }, - '38655' => { - 'BaseType' => '3449', - 'Name' => 'gnutls_transport_ptr_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3994' => { - 'BaseType' => '157', - 'Name' => 'unsigned char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4000' => { - 'Header' => 'gnutls.h', - 'Line' => '947', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3994' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_datum_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '4012' => { - 'BaseType' => '4000', - 'Name' => 'gnutls_datum_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '4053' => { - 'Header' => 'gnutls.h', - 'Line' => '1187', - 'Memb' => { - '0' => { - 'name' => 'low', - 'offset' => '0', - 'type' => '52' - }, - '1' => { - 'name' => 'high', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_range_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '4065' => { - 'BaseType' => '4053', - 'Name' => 'gnutls_range_st const', - 'Size' => '16', - 'Type' => 'Const' - }, - '4076' => { - 'Header' => 'gnutls_int.h', - 'Line' => '335', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '8913' - }, - '1' => { - 'name' => 'prev', - 'offset' => '8', - 'type' => '8913' - }, - '10' => { - 'name' => 'handshake_sequence', - 'offset' => '72', - 'type' => '973' - }, - '2' => { - 'name' => 'mark', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'msg', - 'offset' => '24', - 'type' => '4000' - }, - '4' => { - 'name' => 'maximum_size', - 'offset' => '40', - 'type' => '52' - }, - '5' => { - 'name' => 'uhead_mark', - 'offset' => '48', - 'type' => '145' - }, - '6' => { - 'name' => 'type', - 'offset' => '52', - 'type' => '8681' - }, - '7' => { - 'name' => 'record_sequence', - 'offset' => '56', - 'type' => '1896' - }, - '8' => { - 'name' => 'epoch', - 'offset' => '64', - 'type' => '973' - }, - '9' => { - 'name' => 'htype', - 'offset' => '68', - 'type' => '2668' - } - }, - 'Name' => 'struct mbuffer_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Type' => 'Struct' - }, - '4233' => { - 'BaseType' => '4245', - 'Header' => 'gnutls.h', - 'Line' => '1475', - 'Name' => 'gnutls_certificate_verify_function', - 'Type' => 'Typedef' - }, - '4245' => { - 'Name' => 'int()(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '3461' - } - }, - 'Return' => '75', - 'Type' => 'Func' - }, - '426396' => { - 'BaseType' => '75708', - 'Header' => 'crypto.h', - 'Line' => '135', - 'Name' => 'gnutls_rnd_level_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '4304' => { - 'Header' => 'gnutls.h', - 'Line' => '1506', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_DT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DT_DNS_HOSTNAME', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_DT_KEY_PURPOSE_OID', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_DT_RFC822NAME', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_DT_IP_ADDRESS', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_vdata_types_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '43151' => { - 'Header' => 'gnutls.h', - 'Line' => '347', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_COMP_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_COMP_NULL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_COMP_DEFLATE', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_COMP_ZLIB', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_compression_method_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4365' => { - 'Header' => 'gnutls.h', - 'Line' => '1512', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '4304' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3994' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_typed_vdata_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '4377' => { - 'BaseType' => '4389', - 'Header' => 'gnutls.h', - 'Line' => '1553', - 'Name' => 'gnutls_db_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4389' => { - 'Name' => 'int(*)(void*, gnutls_datum_t, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '4000' - }, - '2' => { - 'type' => '4000' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4420' => { - 'BaseType' => '4432', - 'Header' => 'gnutls.h', - 'Line' => '1555', - 'Name' => 'gnutls_db_remove_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4432' => { - 'Name' => 'int(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '4000' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4458' => { - 'BaseType' => '4470', - 'Header' => 'gnutls.h', - 'Line' => '1556', - 'Name' => 'gnutls_db_retr_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4470' => { - 'Name' => 'gnutls_datum_t(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '4000' - } - }, - 'Return' => '4000', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4496' => { - 'BaseType' => '4508', - 'Header' => 'gnutls.h', - 'Line' => '1591', - 'Name' => 'gnutls_handshake_hook_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '45' => { - 'Name' => 'long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '4508' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned int, unsigned int, unsigned int, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '145' - }, - '2' => { - 'type' => '145' - }, - '3' => { - 'type' => '145' - }, - '4' => { - 'type' => '4549' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '453576' => { - 'BaseType' => '3236', - 'Name' => 'gnutls_ecc_curve_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '454202' => { - 'BaseType' => '2545', - 'Name' => 'gnutls_digest_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4549' => { - 'BaseType' => '4012', - 'Name' => 'gnutls_datum_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4555' => { - 'BaseType' => '4567', - 'Header' => 'gnutls.h', - 'Line' => '1601', - 'Name' => 'gnutls_handshake_simple_hook_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4567' => { - 'Name' => 'int(*)(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '3461' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4573' => { - 'BaseType' => '4585', - 'Header' => 'gnutls.h', - 'Line' => '1638', - 'Name' => 'gnutls_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4585' => { - 'BaseType' => '4591', - 'Name' => 'struct gnutls_pubkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '459087' => { - 'Header' => 'gnutls.h', - 'Line' => '594', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CERT_IGNORE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CERT_REQUEST', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CERT_REQUIRE', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_certificate_request_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4591' => { - 'Header' => 'abstract_int.h', - 'Line' => '52', - 'Memb' => { - '0' => { - 'name' => 'bits', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'params', - 'offset' => '8', - 'type' => '8064' - }, - '2' => { - 'name' => 'key_usage', - 'offset' => '472', - 'type' => '145' - }, - '3' => { - 'name' => 'pin', - 'offset' => '480', - 'type' => '140685' - } - }, - 'Name' => 'struct gnutls_pubkey_st', - 'PrivateABI' => 1, - 'Size' => '496', - 'Type' => 'Struct' - }, - '4596' => { - 'BaseType' => '4602', - 'Name' => 'struct gnutls_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4602' => { - 'Header' => 'abstract_int.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '135937' - }, - '1' => { - 'name' => 'pk_algorithm', - 'offset' => '4', - 'type' => '2896' - }, - '2' => { - 'name' => 'key', - 'offset' => '8', - 'type' => '207023' - }, - '3' => { - 'name' => 'flags', - 'offset' => '64', - 'type' => '145' - }, - '4' => { - 'name' => 'pin', - 'offset' => '72', - 'type' => '140685' - } - }, - 'Name' => 'struct gnutls_privkey_st', - 'PrivateABI' => 1, - 'Size' => '88', - 'Type' => 'Struct' - }, - '4607' => { - 'BaseType' => '4619', - 'Header' => 'gnutls.h', - 'Line' => '1850', - 'Name' => 'gnutls_status_request_ocsp_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4619' => { - 'Name' => 'int(*)(gnutls_session_t, void*, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '4650' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4650' => { - 'BaseType' => '4000', - 'Name' => 'gnutls_datum_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4656' => { - 'BaseType' => '4668', - 'Header' => 'gnutls.h', - 'Line' => '1895', - 'Name' => 'gnutls_time_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4668' => { - 'Name' => 'time_t(*)(time_t*)', - 'Param' => { - '0' => { - 'type' => '4689' - } - }, - 'Return' => '263', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4689' => { - 'BaseType' => '263', - 'Name' => 'time_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4695' => { - 'BaseType' => '211', - 'Name' => 'void**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4701' => { - 'BaseType' => '4713', - 'Header' => 'gnutls.h', - 'Line' => '1907', - 'Name' => 'gnutls_alloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4713' => { - 'Name' => 'void*(*)(size_t)', - 'Param' => { - '0' => { - 'type' => '52' - } - }, - 'Return' => '211', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '472891' => { - 'Line' => '44', - 'Memb' => { - '0' => { - 'name' => 'trusted_cas', - 'offset' => '0', - 'type' => '135983' - }, - '1' => { - 'name' => 'trusted_ca_size', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'named_certs', - 'offset' => '16', - 'type' => '2208608' - }, - '3' => { - 'name' => 'named_cert_size', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'crls', - 'offset' => '32', - 'type' => '818803' - }, - '5' => { - 'name' => 'crl_size', - 'offset' => '40', - 'type' => '145' - } - }, - 'Name' => 'struct node_st', - 'PrivateABI' => 1, - 'Size' => '48', - 'Source' => 'verify-high.c', - 'Type' => 'Struct' - }, - '472896' => { - 'BaseType' => '472891', - 'Name' => 'struct node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4734' => { - 'BaseType' => '4746', - 'Header' => 'gnutls.h', - 'Line' => '1908', - 'Name' => 'gnutls_calloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '474378' => { - 'BaseType' => '134646', - 'Name' => 'gnutls_certificate_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4746' => { - 'Name' => 'void*(*)(size_t, size_t)', - 'Param' => { - '0' => { - 'type' => '52' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '211', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4772' => { - 'BaseType' => '4784', - 'Header' => 'gnutls.h', - 'Line' => '1910', - 'Name' => 'gnutls_free_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4784' => { - 'Name' => 'void(*)(void*)', - 'Param' => { - '0' => { - 'type' => '211' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '480056' => { - 'BaseType' => '21170', - 'Header' => 'gnutls.h', - 'Line' => '1897', - 'Name' => 'mutex_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '480095' => { - 'BaseType' => '21170', - 'Header' => 'gnutls.h', - 'Line' => '1898', - 'Name' => 'mutex_lock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4801' => { - 'BaseType' => '4813', - 'Header' => 'gnutls.h', - 'Line' => '1911', - 'Name' => 'gnutls_realloc_function', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '480107' => { - 'BaseType' => '21170', - 'Header' => 'gnutls.h', - 'Line' => '1899', - 'Name' => 'mutex_unlock_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '480119' => { - 'BaseType' => '21170', - 'Header' => 'gnutls.h', - 'Line' => '1900', - 'Name' => 'mutex_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4813' => { - 'Name' => 'void*(*)(void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '52' - } - }, - 'Return' => '211', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4914' => { - 'Name' => 'char*(*)(char const*)', - 'Param' => { - '0' => { - 'type' => '110' - } - }, - 'Return' => '235', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4920' => { - 'BaseType' => '4932', - 'Header' => 'gnutls.h', - 'Line' => '1929', - 'Name' => 'gnutls_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4932' => { - 'Name' => 'void(*)(int, char const*)', - 'Param' => { - '0' => { - 'type' => '75' - }, - '1' => { - 'type' => '110' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4954' => { - 'BaseType' => '4966', - 'Header' => 'gnutls.h', - 'Line' => '1930', - 'Name' => 'gnutls_audit_log_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4966' => { - 'Name' => 'void(*)(gnutls_session_t, char const*)', - 'Param' => { - '0' => { - 'type' => '3461' - }, - '1' => { - 'type' => '110' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5024' => { - 'Header' => 'gnutls.h', - 'Line' => '1972', - 'Memb' => { - '0' => { - 'name' => 'iov_base', - 'offset' => '0', - 'type' => '211' - }, - '1' => { - 'name' => 'iov_len', - 'offset' => '8', - 'type' => '52' - } - }, - 'Name' => 'struct giovec_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '5036' => { - 'BaseType' => '5024', - 'Name' => 'giovec_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '5041' => { - 'BaseType' => '5053', - 'Header' => 'gnutls.h', - 'Line' => '1974', - 'Name' => 'gnutls_pull_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5053' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '3449' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '252', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5084' => { - 'BaseType' => '5096', - 'Header' => 'gnutls.h', - 'Line' => '1976', - 'Name' => 'gnutls_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5096' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '3449' - }, - '1' => { - 'type' => '329' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '252', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5127' => { - 'BaseType' => '5139', - 'Header' => 'gnutls.h', - 'Line' => '1980', - 'Name' => 'gnutls_pull_timeout_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5139' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '3449' - }, - '1' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '516394' => { - 'BaseType' => '516406', - 'Header' => 'gnutls.h', - 'Line' => '1670', - 'Name' => 'gnutls_anon_server_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '516406' => { - 'BaseType' => '516412', - 'Name' => 'struct gnutls_anon_server_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '516412' => { - 'Header' => 'anon.h', - 'Line' => '27', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '133119' - }, - '1' => { - 'name' => 'deinit_dh_params', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'dh_sec_param', - 'offset' => '12', - 'type' => '3437' - }, - '3' => { - 'name' => 'params_func', - 'offset' => '16', - 'type' => '146238' - } - }, - 'Name' => 'struct gnutls_anon_server_credentials_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '516473' => { - 'BaseType' => '516490', - 'Header' => 'gnutls.h', - 'Line' => '1672', - 'Name' => 'gnutls_anon_client_credentials_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '516490' => { - 'BaseType' => '516496', - 'Name' => 'struct gnutls_anon_client_credentials_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '516496' => { - 'Header' => 'anon.h', - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'dummy', - 'offset' => '0', - 'type' => '75' - } - }, - 'Name' => 'struct gnutls_anon_client_credentials_st', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Struct' - }, - '5165' => { - 'BaseType' => '5177', - 'Header' => 'gnutls.h', - 'Line' => '1983', - 'Name' => 'gnutls_vec_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5177' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, giovec_t const*, int)', - 'Param' => { - '0' => { - 'type' => '3449' - }, - '1' => { - 'type' => '5208' - }, - '2' => { - 'type' => '75' - } - }, - 'Return' => '252', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '52' => { - 'BaseType' => '68', - 'Header' => 'stddef.h', - 'Line' => '216', - 'Name' => 'size_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5208' => { - 'BaseType' => '5036', - 'Name' => 'giovec_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5214' => { - 'BaseType' => '5226', - 'Header' => 'gnutls.h', - 'Line' => '1986', - 'Name' => 'gnutls_errno_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5226' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t)', - 'Param' => { - '0' => { - 'type' => '3449' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '526728' => { - 'BaseType' => '516473', - 'Name' => 'gnutls_anon_client_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '526824' => { - 'BaseType' => '516394', - 'Name' => 'gnutls_anon_server_credentials_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5511' => { - 'Header' => 'str.h', - 'Line' => '75', - 'Memb' => { - '0' => { - 'name' => 'allocd', - 'offset' => '0', - 'type' => '8527' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '8527' - }, - '2' => { - 'name' => 'max_length', - 'offset' => '16', - 'type' => '52' - }, - '3' => { - 'name' => 'length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct gnutls_buffer_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '5572' => { - 'BaseType' => '211', - 'Header' => 'gnutls.h', - 'Line' => '2622', - 'Name' => 'gnutls_ext_priv_data_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5584' => { - 'Header' => 'crypto-backend.h', - 'Line' => '170', - 'Memb' => { - '0' => { - 'name' => 'pk', - 'offset' => '0', - 'type' => '2896' - }, - '1' => { - 'name' => 'rsa_pss_dig', - 'offset' => '4', - 'type' => '2545' - }, - '2' => { - 'name' => 'salt_size', - 'offset' => '8', - 'type' => '145' - }, - '3' => { - 'name' => 'legacy', - 'offset' => '12', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_spki_st', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '5644' => { - 'Header' => 'abstract.h', - 'Line' => '593', - 'Memb' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '4573' - }, - '1' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '4000' - }, - '2' => { - 'name' => 'type', - 'offset' => '24', - 'type' => '2816' - } - }, - 'Name' => 'struct gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '5697' => { - 'BaseType' => '5644', - 'Header' => 'abstract.h', - 'Line' => '597', - 'Name' => 'gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '5709' => { - 'BaseType' => '5697', - 'Name' => 'gnutls_pcert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '578599' => { - 'BaseType' => '3156', - 'Name' => 'gnutls_sign_algorithm_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5963' => { - 'Header' => 'gnutls_int.h', - 'Line' => '155', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DGRAM', - 'value' => '1' - } - }, - 'Name' => 'enum transport_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '597639' => { - 'Header' => 'gnutls.h', - 'Line' => '407', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_AL_WARNING', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_AL_FATAL', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_alert_level_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '597851' => { - 'Header' => 'gnutls.h', - 'Line' => '481', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_A_CLOSE_NOTIFY', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_A_UNEXPECTED_MESSAGE', - 'value' => '10' - }, - '10' => { - 'name' => 'GNUTLS_A_CERTIFICATE_REVOKED', - 'value' => '44' - }, - '11' => { - 'name' => 'GNUTLS_A_CERTIFICATE_EXPIRED', - 'value' => '45' - }, - '12' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNKNOWN', - 'value' => '46' - }, - '13' => { - 'name' => 'GNUTLS_A_ILLEGAL_PARAMETER', - 'value' => '47' - }, - '14' => { - 'name' => 'GNUTLS_A_UNKNOWN_CA', - 'value' => '48' - }, - '15' => { - 'name' => 'GNUTLS_A_ACCESS_DENIED', - 'value' => '49' - }, - '16' => { - 'name' => 'GNUTLS_A_DECODE_ERROR', - 'value' => '50' - }, - '17' => { - 'name' => 'GNUTLS_A_DECRYPT_ERROR', - 'value' => '51' - }, - '18' => { - 'name' => 'GNUTLS_A_EXPORT_RESTRICTION', - 'value' => '60' - }, - '19' => { - 'name' => 'GNUTLS_A_PROTOCOL_VERSION', - 'value' => '70' - }, - '2' => { - 'name' => 'GNUTLS_A_BAD_RECORD_MAC', - 'value' => '20' - }, - '20' => { - 'name' => 'GNUTLS_A_INSUFFICIENT_SECURITY', - 'value' => '71' - }, - '21' => { - 'name' => 'GNUTLS_A_INTERNAL_ERROR', - 'value' => '80' - }, - '22' => { - 'name' => 'GNUTLS_A_INAPPROPRIATE_FALLBACK', - 'value' => '86' - }, - '23' => { - 'name' => 'GNUTLS_A_USER_CANCELED', - 'value' => '90' - }, - '24' => { - 'name' => 'GNUTLS_A_NO_RENEGOTIATION', - 'value' => '100' - }, - '25' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_EXTENSION', - 'value' => '110' - }, - '26' => { - 'name' => 'GNUTLS_A_CERTIFICATE_UNOBTAINABLE', - 'value' => '111' - }, - '27' => { - 'name' => 'GNUTLS_A_UNRECOGNIZED_NAME', - 'value' => '112' - }, - '28' => { - 'name' => 'GNUTLS_A_UNKNOWN_PSK_IDENTITY', - 'value' => '115' - }, - '29' => { - 'name' => 'GNUTLS_A_NO_APPLICATION_PROTOCOL', - 'value' => '120' - }, - '3' => { - 'name' => 'GNUTLS_A_DECRYPTION_FAILED', - 'value' => '21' - }, - '30' => { - 'name' => 'GNUTLS_A_MAX', - 'value' => '120' - }, - '4' => { - 'name' => 'GNUTLS_A_RECORD_OVERFLOW', - 'value' => '22' - }, - '5' => { - 'name' => 'GNUTLS_A_DECOMPRESSION_FAILURE', - 'value' => '30' - }, - '6' => { - 'name' => 'GNUTLS_A_HANDSHAKE_FAILURE', - 'value' => '40' - }, - '7' => { - 'name' => 'GNUTLS_A_SSL3_NO_CERTIFICATE', - 'value' => '41' - }, - '8' => { - 'name' => 'GNUTLS_A_BAD_CERTIFICATE', - 'value' => '42' - }, - '9' => { - 'name' => 'GNUTLS_A_UNSUPPORTED_CERTIFICATE', - 'value' => '43' - } - }, - 'Name' => 'enum gnutls_alert_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '5992' => { - 'BaseType' => '5963', - 'Header' => 'gnutls_int.h', - 'Line' => '158', - 'Name' => 'transport_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '6003' => { - 'Header' => 'gnutls_int.h', - 'Line' => '160', - 'Memb' => { - '0' => { - 'name' => 'RECORD_FLUSH', - 'value' => '0' - }, - '1' => { - 'name' => 'RECORD_CORKED', - 'value' => '1' - } - }, - 'Name' => 'enum record_flush_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '6032' => { - 'BaseType' => '6003', - 'Header' => 'gnutls_int.h', - 'Line' => '163', - 'Name' => 'record_flush_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '6043' => { - 'BaseType' => '6054', - 'Header' => 'crypto.h', - 'Line' => '145', - 'Name' => 'gnutls_cipher_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6054' => { - 'Name' => 'int(*)(gnutls_cipher_algorithm_t, void**, int)', - 'Param' => { - '0' => { - 'type' => '2122' - }, - '1' => { - 'type' => '4695' - }, - '2' => { - 'type' => '75' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6085' => { - 'BaseType' => '6096', - 'Header' => 'crypto.h', - 'Line' => '146', - 'Name' => 'gnutls_cipher_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6096' => { - 'Name' => 'int(*)(void*, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '329' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '610639' => { - 'BaseType' => '211', - 'Name' => 'void*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '6127' => { - 'BaseType' => '6096', - 'Header' => 'crypto.h', - 'Line' => '148', - 'Name' => 'gnutls_cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6138' => { - 'BaseType' => '6149', - 'Header' => 'crypto.h', - 'Line' => '149', - 'Name' => 'gnutls_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6149' => { - 'Name' => 'int(*)(void*, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '329' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '211' - }, - '4' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '616547' => { - 'BaseType' => '616558', - 'Header' => 'pkcs11.h', - 'Line' => '56', - 'Name' => 'gnutls_pkcs11_token_callback_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '616558' => { - 'Name' => 'int(*)(void*const, char const*const, unsigned int)', - 'Param' => { - '0' => { - 'type' => '610639' - }, - '1' => { - 'type' => '116' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6190' => { - 'BaseType' => '6149', - 'Header' => 'crypto.h', - 'Line' => '151', - 'Name' => 'gnutls_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6223' => { - 'Name' => 'void(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6250' => { - 'BaseType' => '6261', - 'Header' => 'crypto.h', - 'Line' => '158', - 'Name' => 'gnutls_cipher_aead_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6261' => { - 'Name' => 'int(*)(void*, void const*, size_t, void const*, size_t, size_t, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '329' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '329' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '52' - }, - '6' => { - 'type' => '329' - }, - '7' => { - 'type' => '52' - }, - '8' => { - 'type' => '211' - }, - '9' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '626391' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '189', - 'Name' => 'ck_flags_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '626402' => { - 'Header' => 'pkcs11.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'major', - 'offset' => '0', - 'type' => '157' - }, - '1' => { - 'name' => 'minor', - 'offset' => '1', - 'type' => '157' - } - }, - 'Name' => 'struct ck_version', - 'Size' => '2', - 'Type' => 'Struct' - }, - '626439' => { - 'Header' => 'pkcs11.h', - 'Line' => '198', - 'Memb' => { - '0' => { - 'name' => 'cryptoki_version', - 'offset' => '0', - 'type' => '626402' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '2', - 'type' => '626512' - }, - '2' => { - 'name' => 'flags', - 'offset' => '40', - 'type' => '626391' - }, - '3' => { - 'name' => 'library_description', - 'offset' => '48', - 'type' => '626512' - }, - '4' => { - 'name' => 'library_version', - 'offset' => '80', - 'type' => '626402' - } - }, - 'Name' => 'struct ck_info', - 'Size' => '88', - 'Type' => 'Struct' - }, - '626512' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '626528' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '208', - 'Name' => 'ck_notification_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '626539' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '213', - 'Name' => 'ck_slot_id_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '626550' => { - 'Header' => 'pkcs11.h', - 'Line' => '216', - 'Memb' => { - '0' => { - 'name' => 'slot_description', - 'offset' => '0', - 'type' => '626623' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '64', - 'type' => '626512' - }, - '2' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '626391' - }, - '3' => { - 'name' => 'hardware_version', - 'offset' => '104', - 'type' => '626402' - }, - '4' => { - 'name' => 'firmware_version', - 'offset' => '106', - 'type' => '626402' - } - }, - 'Name' => 'struct ck_slot_info', - 'Size' => '112', - 'Type' => 'Struct' - }, - '626623' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[64]', - 'Size' => '64', - 'Type' => 'Array' - }, - '626639' => { - 'Header' => 'pkcs11.h', - 'Line' => '232', - 'Memb' => { - '0' => { - 'name' => 'label', - 'offset' => '0', - 'type' => '626512' - }, - '1' => { - 'name' => 'manufacturer_id', - 'offset' => '32', - 'type' => '626512' - }, - '10' => { - 'name' => 'min_pin_len', - 'offset' => '144', - 'type' => '68' - }, - '11' => { - 'name' => 'total_public_memory', - 'offset' => '152', - 'type' => '68' - }, - '12' => { - 'name' => 'free_public_memory', - 'offset' => '160', - 'type' => '68' - }, - '13' => { - 'name' => 'total_private_memory', - 'offset' => '168', - 'type' => '68' - }, - '14' => { - 'name' => 'free_private_memory', - 'offset' => '176', - 'type' => '68' - }, - '15' => { - 'name' => 'hardware_version', - 'offset' => '184', - 'type' => '626402' - }, - '16' => { - 'name' => 'firmware_version', - 'offset' => '186', - 'type' => '626402' - }, - '17' => { - 'name' => 'utc_time', - 'offset' => '188', - 'type' => '626868' - }, - '2' => { - 'name' => 'model', - 'offset' => '64', - 'type' => '626868' - }, - '3' => { - 'name' => 'serial_number', - 'offset' => '80', - 'type' => '626868' - }, - '4' => { - 'name' => 'flags', - 'offset' => '96', - 'type' => '626391' - }, - '5' => { - 'name' => 'max_session_count', - 'offset' => '104', - 'type' => '68' - }, - '6' => { - 'name' => 'session_count', - 'offset' => '112', - 'type' => '68' - }, - '7' => { - 'name' => 'max_rw_session_count', - 'offset' => '120', - 'type' => '68' - }, - '8' => { - 'name' => 'rw_session_count', - 'offset' => '128', - 'type' => '68' - }, - '9' => { - 'name' => 'max_pin_len', - 'offset' => '136', - 'type' => '68' - } - }, - 'Name' => 'struct ck_token_info', - 'Size' => '208', - 'Type' => 'Struct' - }, - '626868' => { - 'BaseType' => '157', - 'Name' => 'unsigned char[16]', - 'Size' => '16', - 'Type' => 'Array' - }, - '626884' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '278', - 'Name' => 'ck_session_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '626896' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '283', - 'Name' => 'ck_user_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '626908' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '290', - 'Name' => 'ck_state_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '626920' => { - 'Header' => 'pkcs11.h', - 'Line' => '299', - 'Memb' => { - '0' => { - 'name' => 'slot_id', - 'offset' => '0', - 'type' => '626539' - }, - '1' => { - 'name' => 'state', - 'offset' => '8', - 'type' => '626908' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '626391' - }, - '3' => { - 'name' => 'device_error', - 'offset' => '24', - 'type' => '68' - } - }, - 'Name' => 'struct ck_session_info', - 'Size' => '32', - 'Type' => 'Struct' - }, - '626986' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '311', - 'Name' => 'ck_object_handle_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '626998' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '373', - 'Name' => 'ck_attribute_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627010' => { - 'Header' => 'pkcs11.h', - 'Line' => '463', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '626998' - }, - '1' => { - 'name' => 'value', - 'offset' => '8', - 'type' => '211' - }, - '2' => { - 'name' => 'value_len', - 'offset' => '16', - 'type' => '68' - } - }, - 'Name' => 'struct ck_attribute', - 'Size' => '24', - 'Type' => 'Struct' - }, - '627063' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '479', - 'Name' => 'ck_mechanism_type_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627075' => { - 'Header' => 'pkcs11.h', - 'Line' => '726', - 'Memb' => { - '0' => { - 'name' => 'mechanism', - 'offset' => '0', - 'type' => '627063' - }, - '1' => { - 'name' => 'parameter', - 'offset' => '8', - 'type' => '211' - }, - '2' => { - 'name' => 'parameter_len', - 'offset' => '16', - 'type' => '68' - } - }, - 'Name' => 'struct ck_mechanism', - 'Size' => '24', - 'Type' => 'Struct' - }, - '627128' => { - 'Header' => 'pkcs11.h', - 'Line' => '734', - 'Memb' => { - '0' => { - 'name' => 'min_key_size', - 'offset' => '0', - 'type' => '68' - }, - '1' => { - 'name' => 'max_key_size', - 'offset' => '8', - 'type' => '68' - }, - '2' => { - 'name' => 'flags', - 'offset' => '16', - 'type' => '626391' - } - }, - 'Name' => 'struct ck_mechanism_info', - 'Size' => '24', - 'Type' => 'Struct' - }, - '627181' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '772', - 'Name' => 'ck_rv_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627193' => { - 'BaseType' => '627205', - 'Header' => 'pkcs11.h', - 'Line' => '775', - 'Name' => 'ck_notify_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627205' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_notification_t, void*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '626528' - }, - '2' => { - 'type' => '211' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '627236' => { - 'BaseType' => '627248', - 'Header' => 'pkcs11.h', - 'Line' => '785', - 'Name' => 'CK_C_Initialize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627248' => { - 'Name' => 'ck_rv_t(*)(void*)', - 'Param' => { - '0' => { - 'type' => '211' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '627269' => { - 'BaseType' => '627248', - 'Header' => 'pkcs11.h', - 'Line' => '786', - 'Name' => 'CK_C_Finalize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627281' => { - 'BaseType' => '627293', - 'Header' => 'pkcs11.h', - 'Line' => '787', - 'Name' => 'CK_C_GetInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627293' => { - 'Name' => 'ck_rv_t(*)(struct ck_info*)', - 'Param' => { - '0' => { - 'type' => '627314' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '627314' => { - 'BaseType' => '626439', - 'Name' => 'struct ck_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '627320' => { - 'BaseType' => '627332', - 'Header' => 'pkcs11.h', - 'Line' => '788', - 'Name' => 'CK_C_GetFunctionList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '627332' => { - 'Name' => 'ck_rv_t(*)(struct ck_function_list**)', - 'Param' => { - '0' => { - 'type' => '627353' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '627353' => { - 'BaseType' => '627359', - 'Name' => 'struct ck_function_list**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '627359' => { - 'BaseType' => '627365', - 'Name' => 'struct ck_function_list*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '627365' => { - 'Header' => 'pkcs11.h', - 'Line' => '1062', - 'Memb' => { - '0' => { - 'name' => 'version', - 'offset' => '0', - 'type' => '626402' - }, - '1' => { - 'name' => 'C_Initialize', - 'offset' => '8', - 'type' => '627236' - }, - '10' => { - 'name' => 'C_InitToken', - 'offset' => '80', - 'type' => '628598' - }, - '11' => { - 'name' => 'C_InitPIN', - 'offset' => '88', - 'type' => '628646' - }, - '12' => { - 'name' => 'C_SetPIN', - 'offset' => '96', - 'type' => '628689' - }, - '13' => { - 'name' => 'C_OpenSession', - 'offset' => '104', - 'type' => '628742' - }, - '14' => { - 'name' => 'C_CloseSession', - 'offset' => '112', - 'type' => '628801' - }, - '15' => { - 'name' => 'C_CloseAllSessions', - 'offset' => '120', - 'type' => '628834' - }, - '16' => { - 'name' => 'C_GetSessionInfo', - 'offset' => '128', - 'type' => '628867' - }, - '17' => { - 'name' => 'C_GetOperationState', - 'offset' => '136', - 'type' => '628911' - }, - '18' => { - 'name' => 'C_SetOperationState', - 'offset' => '144', - 'type' => '628954' - }, - '19' => { - 'name' => 'C_Login', - 'offset' => '152', - 'type' => '629007' - }, - '2' => { - 'name' => 'C_Finalize', - 'offset' => '16', - 'type' => '627269' - }, - '20' => { - 'name' => 'C_Logout', - 'offset' => '160', - 'type' => '629055' - }, - '21' => { - 'name' => 'C_CreateObject', - 'offset' => '168', - 'type' => '629067' - }, - '22' => { - 'name' => 'C_CopyObject', - 'offset' => '176', - 'type' => '629127' - }, - '23' => { - 'name' => 'C_DestroyObject', - 'offset' => '184', - 'type' => '629180' - }, - '24' => { - 'name' => 'C_GetObjectSize', - 'offset' => '192', - 'type' => '629218' - }, - '25' => { - 'name' => 'C_GetAttributeValue', - 'offset' => '200', - 'type' => '629261' - }, - '26' => { - 'name' => 'C_SetAttributeValue', - 'offset' => '208', - 'type' => '629309' - }, - '27' => { - 'name' => 'C_FindObjectsInit', - 'offset' => '216', - 'type' => '629321' - }, - '28' => { - 'name' => 'C_FindObjects', - 'offset' => '224', - 'type' => '629364' - }, - '29' => { - 'name' => 'C_FindObjectsFinal', - 'offset' => '232', - 'type' => '629412' - }, - '3' => { - 'name' => 'C_GetInfo', - 'offset' => '24', - 'type' => '627281' - }, - '30' => { - 'name' => 'C_EncryptInit', - 'offset' => '240', - 'type' => '629424' - }, - '31' => { - 'name' => 'C_Encrypt', - 'offset' => '248', - 'type' => '629473' - }, - '32' => { - 'name' => 'C_EncryptUpdate', - 'offset' => '256', - 'type' => '629526' - }, - '33' => { - 'name' => 'C_EncryptFinal', - 'offset' => '264', - 'type' => '629538' - }, - '34' => { - 'name' => 'C_DecryptInit', - 'offset' => '272', - 'type' => '629550' - }, - '35' => { - 'name' => 'C_Decrypt', - 'offset' => '280', - 'type' => '629562' - }, - '36' => { - 'name' => 'C_DecryptUpdate', - 'offset' => '288', - 'type' => '629574' - }, - '37' => { - 'name' => 'C_DecryptFinal', - 'offset' => '296', - 'type' => '629586' - }, - '38' => { - 'name' => 'C_DigestInit', - 'offset' => '304', - 'type' => '629598' - }, - '39' => { - 'name' => 'C_Digest', - 'offset' => '312', - 'type' => '629636' - }, - '4' => { - 'name' => 'C_GetFunctionList', - 'offset' => '32', - 'type' => '627320' - }, - '40' => { - 'name' => 'C_DigestUpdate', - 'offset' => '320', - 'type' => '629648' - }, - '41' => { - 'name' => 'C_DigestKey', - 'offset' => '328', - 'type' => '629660' - }, - '42' => { - 'name' => 'C_DigestFinal', - 'offset' => '336', - 'type' => '629672' - }, - '43' => { - 'name' => 'C_SignInit', - 'offset' => '344', - 'type' => '629684' - }, - '44' => { - 'name' => 'C_Sign', - 'offset' => '352', - 'type' => '629696' - }, - '45' => { - 'name' => 'C_SignUpdate', - 'offset' => '360', - 'type' => '629708' - }, - '46' => { - 'name' => 'C_SignFinal', - 'offset' => '368', - 'type' => '629720' - }, - '47' => { - 'name' => 'C_SignRecoverInit', - 'offset' => '376', - 'type' => '629732' - }, - '48' => { - 'name' => 'C_SignRecover', - 'offset' => '384', - 'type' => '629744' - }, - '49' => { - 'name' => 'C_VerifyInit', - 'offset' => '392', - 'type' => '629756' - }, - '5' => { - 'name' => 'C_GetSlotList', - 'offset' => '40', - 'type' => '628314' - }, - '50' => { - 'name' => 'C_Verify', - 'offset' => '400', - 'type' => '629768' - }, - '51' => { - 'name' => 'C_VerifyUpdate', - 'offset' => '408', - 'type' => '629780' - }, - '52' => { - 'name' => 'C_VerifyFinal', - 'offset' => '416', - 'type' => '629792' - }, - '53' => { - 'name' => 'C_VerifyRecoverInit', - 'offset' => '424', - 'type' => '629804' - }, - '54' => { - 'name' => 'C_VerifyRecover', - 'offset' => '432', - 'type' => '629816' - }, - '55' => { - 'name' => 'C_DigestEncryptUpdate', - 'offset' => '440', - 'type' => '629828' - }, - '56' => { - 'name' => 'C_DecryptDigestUpdate', - 'offset' => '448', - 'type' => '629840' - }, - '57' => { - 'name' => 'C_SignEncryptUpdate', - 'offset' => '456', - 'type' => '629852' - }, - '58' => { - 'name' => 'C_DecryptVerifyUpdate', - 'offset' => '464', - 'type' => '629864' - }, - '59' => { - 'name' => 'C_GenerateKey', - 'offset' => '472', - 'type' => '629876' - }, - '6' => { - 'name' => 'C_GetSlotInfo', - 'offset' => '48', - 'type' => '628369' - }, - '60' => { - 'name' => 'C_GenerateKeyPair', - 'offset' => '480', - 'type' => '629929' - }, - '61' => { - 'name' => 'C_WrapKey', - 'offset' => '488', - 'type' => '629997' - }, - '62' => { - 'name' => 'C_UnwrapKey', - 'offset' => '496', - 'type' => '630055' - }, - '63' => { - 'name' => 'C_DeriveKey', - 'offset' => '504', - 'type' => '630123' - }, - '64' => { - 'name' => 'C_SeedRandom', - 'offset' => '512', - 'type' => '630181' - }, - '65' => { - 'name' => 'C_GenerateRandom', - 'offset' => '520', - 'type' => '630193' - }, - '66' => { - 'name' => 'C_GetFunctionStatus', - 'offset' => '528', - 'type' => '630205' - }, - '67' => { - 'name' => 'C_CancelFunction', - 'offset' => '536', - 'type' => '630217' - }, - '68' => { - 'name' => 'C_WaitForSlotEvent', - 'offset' => '544', - 'type' => '628457' - }, - '7' => { - 'name' => 'C_GetTokenInfo', - 'offset' => '56', - 'type' => '628413' - }, - '8' => { - 'name' => 'C_GetMechanismList', - 'offset' => '64', - 'type' => '628500' - }, - '9' => { - 'name' => 'C_GetMechanismInfo', - 'offset' => '72', - 'type' => '628549' - } - }, - 'Name' => 'struct ck_function_list', - 'Size' => '552', - 'Type' => 'Struct' - }, - '628314' => { - 'BaseType' => '628326', - 'Header' => 'pkcs11.h', - 'Line' => '791', - 'Name' => 'CK_C_GetSlotList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628326' => { - 'Name' => 'ck_rv_t(*)(unsigned char, ck_slot_id_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '157' - }, - '1' => { - 'type' => '628357' - }, - '2' => { - 'type' => '628363' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628357' => { - 'BaseType' => '626539', - 'Name' => 'ck_slot_id_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628363' => { - 'BaseType' => '68', - 'Name' => 'unsigned long*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628369' => { - 'BaseType' => '628381', - 'Header' => 'pkcs11.h', - 'Line' => '794', - 'Name' => 'CK_C_GetSlotInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628381' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_slot_info*)', - 'Param' => { - '0' => { - 'type' => '626539' - }, - '1' => { - 'type' => '628407' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628407' => { - 'BaseType' => '626550', - 'Name' => 'struct ck_slot_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628413' => { - 'BaseType' => '628425', - 'Header' => 'pkcs11.h', - 'Line' => '796', - 'Name' => 'CK_C_GetTokenInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628425' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, struct ck_token_info*)', - 'Param' => { - '0' => { - 'type' => '626539' - }, - '1' => { - 'type' => '628451' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628451' => { - 'BaseType' => '626639', - 'Name' => 'struct ck_token_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628457' => { - 'BaseType' => '628469', - 'Header' => 'pkcs11.h', - 'Line' => '798', - 'Name' => 'CK_C_WaitForSlotEvent', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628469' => { - 'Name' => 'ck_rv_t(*)(ck_flags_t, ck_slot_id_t*, void*)', - 'Param' => { - '0' => { - 'type' => '626391' - }, - '1' => { - 'type' => '628357' - }, - '2' => { - 'type' => '211' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628500' => { - 'BaseType' => '628512', - 'Header' => 'pkcs11.h', - 'Line' => '800', - 'Name' => 'CK_C_GetMechanismList', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628512' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '626539' - }, - '1' => { - 'type' => '628543' - }, - '2' => { - 'type' => '628363' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628543' => { - 'BaseType' => '627063', - 'Name' => 'ck_mechanism_type_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628549' => { - 'BaseType' => '628561', - 'Header' => 'pkcs11.h', - 'Line' => '804', - 'Name' => 'CK_C_GetMechanismInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628561' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_mechanism_type_t, struct ck_mechanism_info*)', - 'Param' => { - '0' => { - 'type' => '626539' - }, - '1' => { - 'type' => '627063' - }, - '2' => { - 'type' => '628592' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628592' => { - 'BaseType' => '627128', - 'Name' => 'struct ck_mechanism_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628598' => { - 'BaseType' => '628610', - 'Header' => 'pkcs11.h', - 'Line' => '807', - 'Name' => 'CK_C_InitToken', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628610' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, unsigned char*, unsigned long, unsigned char*)', - 'Param' => { - '0' => { - 'type' => '626539' - }, - '1' => { - 'type' => '3994' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3994' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628646' => { - 'BaseType' => '628658', - 'Header' => 'pkcs11.h', - 'Line' => '810', - 'Name' => 'CK_C_InitPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628658' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '3994' - }, - '2' => { - 'type' => '68' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628689' => { - 'BaseType' => '628701', - 'Header' => 'pkcs11.h', - 'Line' => '813', - 'Name' => 'CK_C_SetPIN', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628701' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '3994' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3994' - }, - '4' => { - 'type' => '68' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628742' => { - 'BaseType' => '628754', - 'Header' => 'pkcs11.h', - 'Line' => '818', - 'Name' => 'CK_C_OpenSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628754' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t, ck_flags_t, void*, ck_notify_t, ck_session_handle_t*)', - 'Param' => { - '0' => { - 'type' => '626539' - }, - '1' => { - 'type' => '626391' - }, - '2' => { - 'type' => '211' - }, - '3' => { - 'type' => '627193' - }, - '4' => { - 'type' => '628795' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628795' => { - 'BaseType' => '626884', - 'Name' => 'ck_session_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628801' => { - 'BaseType' => '628813', - 'Header' => 'pkcs11.h', - 'Line' => '822', - 'Name' => 'CK_C_CloseSession', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628813' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t)', - 'Param' => { - '0' => { - 'type' => '626884' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628834' => { - 'BaseType' => '628846', - 'Header' => 'pkcs11.h', - 'Line' => '823', - 'Name' => 'CK_C_CloseAllSessions', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628846' => { - 'Name' => 'ck_rv_t(*)(ck_slot_id_t)', - 'Param' => { - '0' => { - 'type' => '626539' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628867' => { - 'BaseType' => '628879', - 'Header' => 'pkcs11.h', - 'Line' => '824', - 'Name' => 'CK_C_GetSessionInfo', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628879' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_session_info*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '628905' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628905' => { - 'BaseType' => '626920', - 'Name' => 'struct ck_session_info*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '628911' => { - 'BaseType' => '628923', - 'Header' => 'pkcs11.h', - 'Line' => '827', - 'Name' => 'CK_C_GetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628923' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '3994' - }, - '2' => { - 'type' => '628363' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '628954' => { - 'BaseType' => '628966', - 'Header' => 'pkcs11.h', - 'Line' => '831', - 'Name' => 'CK_C_SetOperationState', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '628966' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, ck_object_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '3994' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '626986' - }, - '4' => { - 'type' => '626986' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629007' => { - 'BaseType' => '629019', - 'Header' => 'pkcs11.h', - 'Line' => '837', - 'Name' => 'CK_C_Login', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629019' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_user_type_t, unsigned char*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '626896' - }, - '2' => { - 'type' => '3994' - }, - '3' => { - 'type' => '68' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629055' => { - 'BaseType' => '628813', - 'Header' => 'pkcs11.h', - 'Line' => '840', - 'Name' => 'CK_C_Logout', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629067' => { - 'BaseType' => '629079', - 'Header' => 'pkcs11.h', - 'Line' => '842', - 'Name' => 'CK_C_CreateObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629079' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629115' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '629121' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629115' => { - 'BaseType' => '627010', - 'Name' => 'struct ck_attribute*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '629121' => { - 'BaseType' => '626986', - 'Name' => 'ck_object_handle_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '629127' => { - 'BaseType' => '629139', - 'Header' => 'pkcs11.h', - 'Line' => '846', - 'Name' => 'CK_C_CopyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629139' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '626986' - }, - '2' => { - 'type' => '629115' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '629121' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629180' => { - 'BaseType' => '629192', - 'Header' => 'pkcs11.h', - 'Line' => '850', - 'Name' => 'CK_C_DestroyObject', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629192' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '626986' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629218' => { - 'BaseType' => '629230', - 'Header' => 'pkcs11.h', - 'Line' => '853', - 'Name' => 'CK_C_GetObjectSize', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629230' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '626986' - }, - '2' => { - 'type' => '628363' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629261' => { - 'BaseType' => '629273', - 'Header' => 'pkcs11.h', - 'Line' => '857', - 'Name' => 'CK_C_GetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629273' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '626986' - }, - '2' => { - 'type' => '629115' - }, - '3' => { - 'type' => '68' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629309' => { - 'BaseType' => '629273', - 'Header' => 'pkcs11.h', - 'Line' => '862', - 'Name' => 'CK_C_SetAttributeValue', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629321' => { - 'BaseType' => '629333', - 'Header' => 'pkcs11.h', - 'Line' => '867', - 'Name' => 'CK_C_FindObjectsInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629333' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_attribute*, unsigned long)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629115' - }, - '2' => { - 'type' => '68' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629364' => { - 'BaseType' => '629376', - 'Header' => 'pkcs11.h', - 'Line' => '871', - 'Name' => 'CK_C_FindObjects', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629376' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, ck_object_handle_t*, unsigned long, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629121' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '628363' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629412' => { - 'BaseType' => '628813', - 'Header' => 'pkcs11.h', - 'Line' => '876', - 'Name' => 'CK_C_FindObjectsFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629424' => { - 'BaseType' => '629436', - 'Header' => 'pkcs11.h', - 'Line' => '879', - 'Name' => 'CK_C_EncryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629436' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629467' - }, - '2' => { - 'type' => '626986' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629467' => { - 'BaseType' => '627075', - 'Name' => 'struct ck_mechanism*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '629473' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '883', - 'Name' => 'CK_C_Encrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629485' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, unsigned char*, unsigned long, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '3994' - }, - '2' => { - 'type' => '68' - }, - '3' => { - 'type' => '3994' - }, - '4' => { - 'type' => '628363' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629526' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '888', - 'Name' => 'CK_C_EncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629538' => { - 'BaseType' => '628923', - 'Header' => 'pkcs11.h', - 'Line' => '893', - 'Name' => 'CK_C_EncryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629550' => { - 'BaseType' => '629436', - 'Header' => 'pkcs11.h', - 'Line' => '898', - 'Name' => 'CK_C_DecryptInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629562' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '902', - 'Name' => 'CK_C_Decrypt', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629574' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '907', - 'Name' => 'CK_C_DecryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629586' => { - 'BaseType' => '628923', - 'Header' => 'pkcs11.h', - 'Line' => '912', - 'Name' => 'CK_C_DecryptFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629598' => { - 'BaseType' => '629610', - 'Header' => 'pkcs11.h', - 'Line' => '917', - 'Name' => 'CK_C_DigestInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629610' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629467' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629636' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '920', - 'Name' => 'CK_C_Digest', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629648' => { - 'BaseType' => '628658', - 'Header' => 'pkcs11.h', - 'Line' => '925', - 'Name' => 'CK_C_DigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629660' => { - 'BaseType' => '629192', - 'Header' => 'pkcs11.h', - 'Line' => '928', - 'Name' => 'CK_C_DigestKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629672' => { - 'BaseType' => '628923', - 'Header' => 'pkcs11.h', - 'Line' => '930', - 'Name' => 'CK_C_DigestFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629684' => { - 'BaseType' => '629436', - 'Header' => 'pkcs11.h', - 'Line' => '935', - 'Name' => 'CK_C_SignInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629696' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '939', - 'Name' => 'CK_C_Sign', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629708' => { - 'BaseType' => '628658', - 'Header' => 'pkcs11.h', - 'Line' => '944', - 'Name' => 'CK_C_SignUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629720' => { - 'BaseType' => '628923', - 'Header' => 'pkcs11.h', - 'Line' => '947', - 'Name' => 'CK_C_SignFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629732' => { - 'BaseType' => '629436', - 'Header' => 'pkcs11.h', - 'Line' => '951', - 'Name' => 'CK_C_SignRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629744' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '955', - 'Name' => 'CK_C_SignRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629756' => { - 'BaseType' => '629436', - 'Header' => 'pkcs11.h', - 'Line' => '961', - 'Name' => 'CK_C_VerifyInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629768' => { - 'BaseType' => '628701', - 'Header' => 'pkcs11.h', - 'Line' => '965', - 'Name' => 'CK_C_Verify', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629780' => { - 'BaseType' => '628658', - 'Header' => 'pkcs11.h', - 'Line' => '970', - 'Name' => 'CK_C_VerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629792' => { - 'BaseType' => '628658', - 'Header' => 'pkcs11.h', - 'Line' => '973', - 'Name' => 'CK_C_VerifyFinal', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629804' => { - 'BaseType' => '629436', - 'Header' => 'pkcs11.h', - 'Line' => '977', - 'Name' => 'CK_C_VerifyRecoverInit', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629816' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '981', - 'Name' => 'CK_C_VerifyRecover', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629828' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '988', - 'Name' => 'CK_C_DigestEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629840' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '993', - 'Name' => 'CK_C_DecryptDigestUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629852' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '999', - 'Name' => 'CK_C_SignEncryptUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629864' => { - 'BaseType' => '629485', - 'Header' => 'pkcs11.h', - 'Line' => '1004', - 'Name' => 'CK_C_DecryptVerifyUpdate', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629876' => { - 'BaseType' => '629888', - 'Header' => 'pkcs11.h', - 'Line' => '1011', - 'Name' => 'CK_C_GenerateKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629888' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629467' - }, - '2' => { - 'type' => '629115' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '629121' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629929' => { - 'BaseType' => '629941', - 'Header' => 'pkcs11.h', - 'Line' => '1017', - 'Name' => 'CK_C_GenerateKeyPair', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '629941' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, struct ck_attribute*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629467' - }, - '2' => { - 'type' => '629115' - }, - '3' => { - 'type' => '68' - }, - '4' => { - 'type' => '629115' - }, - '5' => { - 'type' => '68' - }, - '6' => { - 'type' => '629121' - }, - '7' => { - 'type' => '629121' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '629997' => { - 'BaseType' => '630009', - 'Header' => 'pkcs11.h', - 'Line' => '1026', - 'Name' => 'CK_C_WrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630009' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, ck_object_handle_t, unsigned char*, unsigned long*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629467' - }, - '2' => { - 'type' => '626986' - }, - '3' => { - 'type' => '626986' - }, - '4' => { - 'type' => '3994' - }, - '5' => { - 'type' => '628363' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '630055' => { - 'BaseType' => '630067', - 'Header' => 'pkcs11.h', - 'Line' => '1033', - 'Name' => 'CK_C_UnwrapKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630067' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, unsigned char*, unsigned long, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629467' - }, - '2' => { - 'type' => '626986' - }, - '3' => { - 'type' => '3994' - }, - '4' => { - 'type' => '68' - }, - '5' => { - 'type' => '629115' - }, - '6' => { - 'type' => '68' - }, - '7' => { - 'type' => '629121' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '630123' => { - 'BaseType' => '630135', - 'Header' => 'pkcs11.h', - 'Line' => '1042', - 'Name' => 'CK_C_DeriveKey', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630135' => { - 'Name' => 'ck_rv_t(*)(ck_session_handle_t, struct ck_mechanism*, ck_object_handle_t, struct ck_attribute*, unsigned long, ck_object_handle_t*)', - 'Param' => { - '0' => { - 'type' => '626884' - }, - '1' => { - 'type' => '629467' - }, - '2' => { - 'type' => '626986' - }, - '3' => { - 'type' => '629115' - }, - '4' => { - 'type' => '68' - }, - '5' => { - 'type' => '629121' - } - }, - 'Return' => '627181', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '630181' => { - 'BaseType' => '628658', - 'Header' => 'pkcs11.h', - 'Line' => '1050', - 'Name' => 'CK_C_SeedRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630193' => { - 'BaseType' => '628658', - 'Header' => 'pkcs11.h', - 'Line' => '1053', - 'Name' => 'CK_C_GenerateRandom', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630205' => { - 'BaseType' => '628813', - 'Header' => 'pkcs11.h', - 'Line' => '1058', - 'Name' => 'CK_C_GetFunctionStatus', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630217' => { - 'BaseType' => '628813', - 'Header' => 'pkcs11.h', - 'Line' => '1059', - 'Name' => 'CK_C_CancelFunction', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '630229' => { - 'Name' => 'struct p11_kit_uri', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '630234' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'module', - 'offset' => '0', - 'type' => '627359' - }, - '1' => { - 'name' => 'tinfo', - 'offset' => '8', - 'type' => '626639' - }, - '2' => { - 'name' => 'slot_info', - 'offset' => '216', - 'type' => '626550' - }, - '3' => { - 'name' => 'pks', - 'offset' => '328', - 'type' => '626884' - }, - '4' => { - 'name' => 'sid', - 'offset' => '336', - 'type' => '626539' - }, - '5' => { - 'name' => 'init', - 'offset' => '344', - 'type' => '145' - }, - '6' => { - 'name' => 'trusted', - 'offset' => '348', - 'type' => '145' - } - }, - 'Name' => 'struct pkcs11_session_info', - 'PrivateABI' => 1, - 'Size' => '352', - 'Type' => 'Struct' - }, - '630336' => { - 'BaseType' => '630229', - 'Name' => 'struct p11_kit_uri*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6327' => { - 'BaseType' => '6261', - 'Header' => 'crypto.h', - 'Line' => '164', - 'Name' => 'gnutls_cipher_aead_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6338' => { - 'BaseType' => '4784', - 'Header' => 'crypto.h', - 'Line' => '170', - 'Name' => 'gnutls_cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6349' => { - 'BaseType' => '6360', - 'Header' => 'crypto.h', - 'Line' => '191', - 'Name' => 'gnutls_mac_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6360' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '2429' - }, - '1' => { - 'type' => '4695' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6386' => { - 'BaseType' => '6096', - 'Header' => 'crypto.h', - 'Line' => '192', - 'Name' => 'gnutls_mac_setkey_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6397' => { - 'BaseType' => '6096', - 'Header' => 'crypto.h', - 'Line' => '193', - 'Name' => 'gnutls_mac_setnonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6408' => { - 'BaseType' => '6096', - 'Header' => 'crypto.h', - 'Line' => '194', - 'Name' => 'gnutls_mac_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6419' => { - 'BaseType' => '6430', - 'Header' => 'crypto.h', - 'Line' => '195', - 'Name' => 'gnutls_mac_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6430' => { - 'Name' => 'int(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '211' - }, - '1' => { - 'type' => '211' - }, - '2' => { - 'type' => '52' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6461' => { - 'BaseType' => '4784', - 'Header' => 'crypto.h', - 'Line' => '196', - 'Name' => 'gnutls_mac_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6472' => { - 'BaseType' => '6483', - 'Header' => 'crypto.h', - 'Line' => '197', - 'Name' => 'gnutls_mac_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6483' => { - 'Name' => 'int(*)(gnutls_mac_algorithm_t, void const*, size_t, void const*, size_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '2429' - }, - '1' => { - 'type' => '329' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '329' - }, - '4' => { - 'type' => '52' - }, - '5' => { - 'type' => '329' - }, - '6' => { - 'type' => '52' - }, - '7' => { - 'type' => '211' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6539' => { - 'BaseType' => '6550', - 'Header' => 'crypto.h', - 'Line' => '212', - 'Name' => 'gnutls_digest_init_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6550' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void**)', - 'Param' => { - '0' => { - 'type' => '2545' - }, - '1' => { - 'type' => '4695' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '6576' => { - 'BaseType' => '6096', - 'Header' => 'crypto.h', - 'Line' => '213', - 'Name' => 'gnutls_digest_hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6587' => { - 'BaseType' => '6430', - 'Header' => 'crypto.h', - 'Line' => '214', - 'Name' => 'gnutls_digest_output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6598' => { - 'BaseType' => '4784', - 'Header' => 'crypto.h', - 'Line' => '215', - 'Name' => 'gnutls_digest_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6609' => { - 'BaseType' => '6620', - 'Header' => 'crypto.h', - 'Line' => '216', - 'Name' => 'gnutls_digest_fast_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6620' => { - 'Name' => 'int(*)(gnutls_digest_algorithm_t, void const*, size_t, void*)', - 'Param' => { - '0' => { - 'type' => '2545' - }, - '1' => { - 'type' => '329' - }, - '2' => { - 'type' => '52' - }, - '3' => { - 'type' => '211' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '68' => { - 'Name' => 'unsigned long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '7079' => { - 'BaseType' => '211', - 'Header' => 'crypto-backend.h', - 'Line' => '83', - 'Name' => 'bigint_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '75' => { - 'Name' => 'int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '75708' => { - 'Header' => 'crypto.h', - 'Line' => '131', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_RND_NONCE', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_RND_RANDOM', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_RND_KEY', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_rnd_level', - 'Size' => '4', - 'Type' => 'Enum' - }, - '781489' => { - 'Header' => 'gnutls.h', - 'Line' => '923', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CB_TLS_UNIQUE', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_channel_binding_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '7841' => { - 'BaseType' => '52', - 'Name' => 'size_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7864' => { - 'BaseType' => '5584', - 'Header' => 'crypto-backend.h', - 'Line' => '185', - 'Name' => 'gnutls_x509_spki_st', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '797384' => { - 'BaseType' => '3461', - 'Name' => 'gnutls_session_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8032' => { - 'BaseType' => '7079', - 'Name' => 'bigint_t[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '803911' => { - 'BaseType' => '803923', - 'Header' => 'gnutls.h', - 'Line' => '1647', - 'Name' => 'gnutls_x509_crl_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '803923' => { - 'BaseType' => '803929', - 'Name' => 'struct gnutls_x509_crl_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '803929' => { - 'Header' => 'x509_int.h', - 'Line' => '60', - 'Memb' => { - '0' => { - 'name' => 'crl', - 'offset' => '0', - 'type' => '8455' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'rcache', - 'offset' => '16', - 'type' => '8455' - }, - '3' => { - 'name' => 'rcache_idx', - 'offset' => '24', - 'type' => '145' - }, - '4' => { - 'name' => 'use_extensions', - 'offset' => '28', - 'type' => '75' - }, - '5' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '4000' - }, - '6' => { - 'name' => 'raw_issuer_dn', - 'offset' => '48', - 'type' => '4000' - } - }, - 'Name' => 'struct gnutls_x509_crl_int', - 'PrivateABI' => 1, - 'Size' => '64', - 'Type' => 'Struct' - }, - '8048' => { - 'BaseType' => '957', - 'Name' => 'uint8_t[256]', - 'Size' => '256', - 'Type' => 'Array' - }, - '805438' => { - 'Header' => 'gnutls.h', - 'Line' => '2269', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SAN_DNSNAME', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_SAN_RFC822NAME', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_SAN_URI', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_SAN_IPADDRESS', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_SAN_OTHERNAME', - 'value' => '5' - }, - '5' => { - 'name' => 'GNUTLS_SAN_DN', - 'value' => '6' - }, - '6' => { - 'name' => 'GNUTLS_SAN_MAX', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_SAN_OTHERNAME_XMPP', - 'value' => '1000' - }, - '8' => { - 'name' => 'GNUTLS_SAN_OTHERNAME_KRB5PRINCIPAL', - 'value' => '1001' - } - }, - 'Name' => 'enum gnutls_x509_subject_alt_name_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '806388' => { - 'BaseType' => '806400', - 'Header' => 'x509.h', - 'Line' => '512', - 'Name' => 'gnutls_x509_tlsfeatures_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8064' => { - 'Header' => 'crypto-backend.h', - 'Line' => '205', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '8032' - }, - '1' => { - 'name' => 'params_nr', - 'offset' => '128', - 'type' => '145' - }, - '10' => { - 'name' => 'spki', - 'offset' => '440', - 'type' => '7864' - }, - '11' => { - 'name' => 'algo', - 'offset' => '456', - 'type' => '2896' - }, - '2' => { - 'name' => 'pkflags', - 'offset' => '132', - 'type' => '145' - }, - '3' => { - 'name' => 'qbits', - 'offset' => '136', - 'type' => '145' - }, - '4' => { - 'name' => 'curve', - 'offset' => '140', - 'type' => '3236' - }, - '5' => { - 'name' => 'raw_pub', - 'offset' => '144', - 'type' => '4000' - }, - '6' => { - 'name' => 'raw_priv', - 'offset' => '160', - 'type' => '4000' - }, - '7' => { - 'name' => 'seed_size', - 'offset' => '176', - 'type' => '145' - }, - '8' => { - 'name' => 'seed', - 'offset' => '180', - 'type' => '8048' - }, - '9' => { - 'name' => 'palgo', - 'offset' => '436', - 'type' => '2545' - } - }, - 'Name' => 'struct gnutls_pk_params_st', - 'PrivateABI' => 1, - 'Size' => '464', - 'Type' => 'Struct' - }, - '806400' => { - 'BaseType' => '806406', - 'Name' => 'struct gnutls_x509_tlsfeatures_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '806406' => { - 'Header' => 'x509_int.h', - 'Line' => '526', - 'Memb' => { - '0' => { - 'name' => 'feature', - 'offset' => '0', - 'type' => '817106' - }, - '1' => { - 'name' => 'size', - 'offset' => '64', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_x509_tlsfeatures_st', - 'PrivateABI' => 1, - 'Size' => '68', - 'Type' => 'Struct' - }, - '8097' => { - 'Header' => 'gnutls_int.h', - 'Line' => '236', - 'Memb' => { - '0' => { - 'name' => 'STATE0', - 'value' => '0' - }, - '1' => { - 'name' => 'STATE1', - 'value' => '1' - }, - '10' => { - 'name' => 'STATE10', - 'value' => '10' - }, - '11' => { - 'name' => 'STATE11', - 'value' => '11' - }, - '12' => { - 'name' => 'STATE12', - 'value' => '12' - }, - '13' => { - 'name' => 'STATE13', - 'value' => '13' - }, - '14' => { - 'name' => 'STATE14', - 'value' => '14' - }, - '15' => { - 'name' => 'STATE15', - 'value' => '15' - }, - '16' => { - 'name' => 'STATE16', - 'value' => '16' - }, - '17' => { - 'name' => 'STATE17', - 'value' => '17' - }, - '18' => { - 'name' => 'STATE18', - 'value' => '18' - }, - '19' => { - 'name' => 'STATE19', - 'value' => '19' - }, - '2' => { - 'name' => 'STATE2', - 'value' => '2' - }, - '20' => { - 'name' => 'STATE20', - 'value' => '20' - }, - '21' => { - 'name' => 'STATE21', - 'value' => '21' - }, - '22' => { - 'name' => 'STATE22', - 'value' => '22' - }, - '23' => { - 'name' => 'STATE30', - 'value' => '30' - }, - '24' => { - 'name' => 'STATE31', - 'value' => '31' - }, - '25' => { - 'name' => 'STATE40', - 'value' => '40' - }, - '26' => { - 'name' => 'STATE41', - 'value' => '41' - }, - '27' => { - 'name' => 'STATE50', - 'value' => '50' - }, - '3' => { - 'name' => 'STATE3', - 'value' => '3' - }, - '4' => { - 'name' => 'STATE4', - 'value' => '4' - }, - '5' => { - 'name' => 'STATE5', - 'value' => '5' - }, - '6' => { - 'name' => 'STATE6', - 'value' => '6' - }, - '7' => { - 'name' => 'STATE7', - 'value' => '7' - }, - '8' => { - 'name' => 'STATE8', - 'value' => '8' - }, - '9' => { - 'name' => 'STATE9', - 'value' => '9' - } - }, - 'Name' => 'enum handshake_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '817049' => { - 'BaseType' => '817060', - 'Header' => 'pkcs12.h', - 'Line' => '37', - 'Name' => 'gnutls_pkcs12_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '817060' => { - 'BaseType' => '817066', - 'Name' => 'struct gnutls_pkcs12_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '817066' => { - 'Header' => 'x509_int.h', - 'Line' => '413', - 'Memb' => { - '0' => { - 'name' => 'pkcs12', - 'offset' => '0', - 'type' => '8455' - }, - '1' => { - 'name' => 'expanded', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_pkcs12_int', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '817106' => { - 'BaseType' => '973', - 'Name' => 'uint16_t[32]', - 'Size' => '64', - 'Type' => 'Array' - }, - '817450' => { - 'BaseType' => '817461', - 'Header' => 'ocsp.h', - 'Line' => '192', - 'Name' => 'gnutls_ocsp_resp_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '817461' => { - 'BaseType' => '817467', - 'Name' => 'struct gnutls_ocsp_resp_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '817467' => { - 'Line' => '45', - 'Memb' => { - '0' => { - 'name' => 'resp', - 'offset' => '0', - 'type' => '8455' - }, - '1' => { - 'name' => 'response_type_oid', - 'offset' => '8', - 'type' => '4000' - }, - '2' => { - 'name' => 'basicresp', - 'offset' => '24', - 'type' => '8455' - }, - '3' => { - 'name' => 'der', - 'offset' => '32', - 'type' => '4000' - }, - '4' => { - 'name' => 'init', - 'offset' => '48', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_ocsp_resp_int', - 'PrivateABI' => 1, - 'Size' => '56', - 'Source' => 'ocsp.c', - 'Type' => 'Struct' - }, - '817629' => { - 'BaseType' => '817640', - 'Header' => 'urls.h', - 'Line' => '40', - 'Name' => 'gnutls_privkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '817640' => { - 'Name' => 'int(*)(gnutls_privkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '134413' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '817671' => { - 'BaseType' => '817682', - 'Header' => 'urls.h', - 'Line' => '43', - 'Name' => 'gnutls_x509_crt_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '817682' => { - 'Name' => 'int(*)(gnutls_x509_crt_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '134448' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '817713' => { - 'BaseType' => '817724', - 'Header' => 'urls.h', - 'Line' => '49', - 'Name' => 'gnutls_pubkey_import_url_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '817724' => { - 'Name' => 'int(*)(gnutls_pubkey_t, char const*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '4573' - }, - '1' => { - 'type' => '110' - }, - '2' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '817755' => { - 'BaseType' => '817766', - 'Header' => 'urls.h', - 'Line' => '56', - 'Name' => 'gnutls_get_raw_issuer_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '817766' => { - 'Name' => 'int(*)(char const*, gnutls_x509_crt_t, gnutls_datum_t*, unsigned int)', - 'Param' => { - '0' => { - 'type' => '110' - }, - '1' => { - 'type' => '134448' - }, - '2' => { - 'type' => '4650' - }, - '3' => { - 'type' => '145' - } - }, - 'Return' => '75', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '817802' => { - 'Header' => 'urls.h', - 'Line' => '59', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'name_size', - 'offset' => '8', - 'type' => '145' - }, - '2' => { - 'name' => 'import_key', - 'offset' => '16', - 'type' => '817629' - }, - '3' => { - 'name' => 'import_crt', - 'offset' => '24', - 'type' => '817671' - }, - '4' => { - 'name' => 'import_pubkey', - 'offset' => '32', - 'type' => '817713' - }, - '5' => { - 'name' => 'get_issuer', - 'offset' => '40', - 'type' => '817755' - }, - '6' => { - 'name' => 'future1', - 'offset' => '48', - 'type' => '211' - }, - '7' => { - 'name' => 'future2', - 'offset' => '56', - 'type' => '211' - } - }, - 'Name' => 'struct gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Struct' - }, - '817911' => { - 'BaseType' => '817802', - 'Header' => 'urls.h', - 'Line' => '68', - 'Name' => 'gnutls_custom_url_st', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '817922' => { - 'BaseType' => '817911', - 'Name' => 'gnutls_custom_url_st[]', - 'Size' => '8', - 'Type' => 'Array' - }, - '818803' => { - 'BaseType' => '803911', - 'Name' => 'gnutls_x509_crl_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '819845' => { - 'BaseType' => '136696', - 'Name' => 'gnutls_x509_trust_list_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '820465' => { - 'BaseType' => '135983', - 'Name' => 'gnutls_x509_crt_t**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '820570' => { - 'BaseType' => '134436', - 'Name' => 'gnutls_x509_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8282' => { - 'BaseType' => '8097', - 'Header' => 'gnutls_int.h', - 'Line' => '242', - 'Name' => 'handshake_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8293' => { - 'Header' => 'gnutls_int.h', - 'Line' => '244', - 'Memb' => { - '0' => { - 'name' => 'BYE_STATE0', - 'value' => '0' - }, - '1' => { - 'name' => 'BYE_STATE1', - 'value' => '1' - }, - '2' => { - 'name' => 'BYE_STATE2', - 'value' => '2' - } - }, - 'Name' => 'enum bye_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8328' => { - 'BaseType' => '8293', - 'Header' => 'gnutls_int.h', - 'Line' => '246', - 'Name' => 'bye_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8339' => { - 'Header' => 'gnutls_int.h', - 'Line' => '250', - 'Memb' => { - '0' => { - 'name' => 'SHB_SEND1', - 'value' => '0' - }, - '1' => { - 'name' => 'SHB_SEND2', - 'value' => '1' - }, - '2' => { - 'name' => 'SHB_RECV', - 'value' => '2' - } - }, - 'Name' => 'enum heartbeat_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8374' => { - 'BaseType' => '8339', - 'Header' => 'gnutls_int.h', - 'Line' => '254', - 'Name' => 'heartbeat_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8385' => { - 'Header' => 'gnutls_int.h', - 'Line' => '256', - 'Memb' => { - '0' => { - 'name' => 'RECV_STATE_0', - 'value' => '0' - }, - '1' => { - 'name' => 'RECV_STATE_DTLS_RETRANSMIT', - 'value' => '1' - }, - '2' => { - 'name' => 'RECV_STATE_FALSE_START_HANDLING', - 'value' => '2' - }, - '3' => { - 'name' => 'RECV_STATE_FALSE_START', - 'value' => '3' - } - }, - 'Name' => 'enum recv_state_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8427' => { - 'BaseType' => '8385', - 'Header' => 'gnutls_int.h', - 'Line' => '261', - 'Name' => 'recv_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8439' => { - 'BaseType' => '8450', - 'Header' => 'libtasn1.h', - 'Line' => '128', - 'Name' => 'asn1_node_st', - 'Type' => 'Typedef' - }, - '844534' => { - 'Header' => 'gnutls.h', - 'Line' => '1322', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SUPPLEMENTAL_UNKNOWN', - 'value' => '0' - } - }, - 'Name' => 'enum gnutls_supplemental_data_format_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '8450' => { - 'Name' => 'struct asn1_node_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '8455' => { - 'BaseType' => '8466', - 'Header' => 'libtasn1.h', - 'Line' => '130', - 'Name' => 'asn1_node', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '845978' => { - 'BaseType' => '22110', - 'Header' => 'gnutls.h', - 'Line' => '2693', - 'Name' => 'gnutls_supp_recv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '845990' => { - 'BaseType' => '22159', - 'Header' => 'gnutls.h', - 'Line' => '2695', - 'Name' => 'gnutls_supp_send_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8466' => { - 'BaseType' => '8439', - 'Name' => 'asn1_node_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8527' => { - 'BaseType' => '957', - 'Name' => 'uint8_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8533' => { - 'BaseType' => '5511', - 'Header' => 'str.h', - 'Line' => '80', - 'Name' => 'gnutls_buffer_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '854989' => { - 'BaseType' => '14257', - 'Line' => '57', - 'Name' => 'gnutls_supplemental_entry_st', - 'Size' => '32', - 'Source' => 'supplemental.c', - 'Type' => 'Typedef' - }, - '855047' => { - 'BaseType' => '854989', - 'Name' => 'gnutls_supplemental_entry_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8621' => { - 'Header' => 'gnutls_int.h', - 'Line' => '291', - 'Memb' => { - '0' => { - 'name' => 'CIPHER_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'CIPHER_BLOCK', - 'value' => '1' - }, - '2' => { - 'name' => 'CIPHER_AEAD', - 'value' => '2' - } - }, - 'Name' => 'enum cipher_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8633' => { - 'Header' => 'gnutls_int.h', - 'Line' => '297', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CHANGE_CIPHER_SPEC', - 'value' => '20' - }, - '1' => { - 'name' => 'GNUTLS_ALERT', - 'value' => '21' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE', - 'value' => '22' - }, - '3' => { - 'name' => 'GNUTLS_APPLICATION_DATA', - 'value' => '23' - }, - '4' => { - 'name' => 'GNUTLS_HEARTBEAT', - 'value' => '24' - } - }, - 'Name' => 'enum content_type_t', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8681' => { - 'BaseType' => '8633', - 'Header' => 'gnutls_int.h', - 'Line' => '301', - 'Name' => 'content_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '878949' => { - 'BaseType' => '890215', - 'Header' => 'crypto.h', - 'Line' => '34', - 'Name' => 'gnutls_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '878966' => { - 'Line' => '34', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '10953' - }, - '1' => { - 'name' => 'ctx_dec', - 'offset' => '80', - 'type' => '10953' - } - }, - 'Name' => 'struct api_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '879003' => { - 'BaseType' => '887920', - 'Header' => 'crypto.h', - 'Line' => '67', - 'Name' => 'gnutls_aead_cipher_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '879020' => { - 'Line' => '625', - 'Memb' => { - '0' => { - 'name' => 'ctx_enc', - 'offset' => '0', - 'type' => '10953' - } - }, - 'Name' => 'struct api_aead_cipher_hd_st', - 'PrivateABI' => 1, - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Struct' - }, - '879047' => { - 'BaseType' => '879058', - 'Header' => 'crypto.h', - 'Line' => '91', - 'Name' => 'gnutls_hash_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '879058' => { - 'BaseType' => '879064', - 'Name' => 'struct hash_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '879064' => { - 'Name' => 'struct hash_hd_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '879069' => { - 'BaseType' => '879080', - 'Header' => 'crypto.h', - 'Line' => '92', - 'Name' => 'gnutls_hmac_hd_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '879080' => { - 'BaseType' => '879086', - 'Name' => 'struct hmac_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '879086' => { - 'Name' => 'struct hmac_hd_st', - 'PrivateABI' => 1, - 'Type' => 'Struct' - }, - '8807' => { - 'BaseType' => '957', - 'Name' => 'uint8_t[12]', - 'Size' => '12', - 'Type' => 'Array' - }, - '8823' => { - 'Header' => 'gnutls_int.h', - 'Line' => '333', - 'Memb' => { - '0' => { - 'name' => 'htype', - 'offset' => '0', - 'type' => '2668' - }, - '1' => { - 'name' => 'length', - 'offset' => '4', - 'type' => '984' - }, - '2' => { - 'name' => 'sequence', - 'offset' => '8', - 'type' => '973' - }, - '3' => { - 'name' => 'start_offset', - 'offset' => '12', - 'type' => '984' - }, - '4' => { - 'name' => 'end_offset', - 'offset' => '16', - 'type' => '984' - }, - '5' => { - 'name' => 'header', - 'offset' => '20', - 'type' => '8807' - }, - '6' => { - 'name' => 'header_size', - 'offset' => '32', - 'type' => '75' - }, - '7' => { - 'name' => 'data', - 'offset' => '40', - 'type' => '8533' - } - }, - 'Name' => 'struct handshake_buffer_st', - 'PrivateABI' => 1, - 'Size' => '72', - 'Type' => 'Struct' - }, - '8835' => { - 'BaseType' => '4076', - 'Header' => 'gnutls_int.h', - 'Line' => '374', - 'Name' => 'mbuffer_st', - 'Size' => '80', - 'Type' => 'Typedef' - }, - '8847' => { - 'Header' => 'gnutls_int.h', - 'Line' => '376', - 'Memb' => { - '0' => { - 'name' => 'head', - 'offset' => '0', - 'type' => '8913' - }, - '1' => { - 'name' => 'tail', - 'offset' => '8', - 'type' => '8913' - }, - '2' => { - 'name' => 'length', - 'offset' => '16', - 'type' => '145' - }, - '3' => { - 'name' => 'byte_length', - 'offset' => '24', - 'type' => '52' - } - }, - 'Name' => 'struct mbuffer_head_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '887838' => { - 'BaseType' => '878966', - 'Line' => '37', - 'Name' => 'api_cipher_hd_st', - 'Size' => '160', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '887849' => { - 'BaseType' => '879020', - 'Line' => '627', - 'Name' => 'api_aead_cipher_hd_st', - 'Size' => '80', - 'Source' => 'crypto-api.c', - 'Type' => 'Typedef' - }, - '887920' => { - 'BaseType' => '887849', - 'Name' => 'api_aead_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '888978' => { - 'BaseType' => '879003', - 'Name' => 'gnutls_aead_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '889556' => { - 'BaseType' => '879047', - 'Name' => 'gnutls_hash_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '890150' => { - 'BaseType' => '879069', - 'Name' => 'gnutls_hmac_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '890215' => { - 'BaseType' => '887838', - 'Name' => 'api_cipher_hd_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8913' => { - 'BaseType' => '8835', - 'Name' => 'mbuffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '891302' => { - 'BaseType' => '878949', - 'Name' => 'gnutls_cipher_hd_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8919' => { - 'BaseType' => '8847', - 'Header' => 'gnutls_int.h', - 'Line' => '382', - 'Name' => 'mbuffer_head_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '8931' => { - 'Header' => 'gnutls_int.h', - 'Line' => '387', - 'Memb' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '0', - 'type' => '2296' - }, - '1' => { - 'name' => 'credentials', - 'offset' => '8', - 'type' => '211' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '9298' - } - }, - 'Name' => 'struct auth_cred_st', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '8990' => { - 'BaseType' => '8931', - 'Header' => 'gnutls_int.h', - 'Line' => '394', - 'Name' => 'auth_cred_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '899086' => { - 'BaseType' => '915769', - 'Header' => 'x509.h', - 'Line' => '416', - 'Name' => 'gnutls_x509_spki_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '899098' => { - 'BaseType' => '899086', - 'Name' => 'gnutls_x509_spki_t const', - 'Size' => '8', - 'Type' => 'Const' - }, - '899226' => { - 'Header' => 'x509.h', - 'Line' => '1217', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_KEYGEN_SEED', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_KEYGEN_DIGEST', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_KEYGEN_SPKI', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_keygen_types_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '899287' => { - 'Header' => 'x509.h', - 'Line' => '1223', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '899226' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '3994' - }, - '2' => { - 'name' => 'size', - 'offset' => '16', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_keygen_data_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '899299' => { - 'BaseType' => '899287', - 'Name' => 'gnutls_keygen_data_st const', - 'Size' => '24', - 'Type' => 'Const' - }, - '9002' => { - 'Header' => 'gnutls_int.h', - 'Line' => '396', - 'Memb' => { - '0' => { - 'name' => 'ecdh_params', - 'offset' => '0', - 'type' => '8064' - }, - '1' => { - 'name' => 'ecdh_x', - 'offset' => '464', - 'type' => '7079' - }, - '10' => { - 'name' => 'A', - 'offset' => '1008', - 'type' => '7079' - }, - '11' => { - 'name' => 'B', - 'offset' => '1016', - 'type' => '7079' - }, - '12' => { - 'name' => 'u', - 'offset' => '1024', - 'type' => '7079' - }, - '13' => { - 'name' => 'b', - 'offset' => '1032', - 'type' => '7079' - }, - '14' => { - 'name' => 'a', - 'offset' => '1040', - 'type' => '7079' - }, - '15' => { - 'name' => 'x', - 'offset' => '1048', - 'type' => '7079' - }, - '16' => { - 'name' => 'auth_info', - 'offset' => '1056', - 'type' => '211' - }, - '17' => { - 'name' => 'auth_info_type', - 'offset' => '1064', - 'type' => '2296' - }, - '18' => { - 'name' => 'auth_info_size', - 'offset' => '1068', - 'type' => '75' - }, - '19' => { - 'name' => 'crypt_algo', - 'offset' => '1072', - 'type' => '957' - }, - '2' => { - 'name' => 'ecdh_y', - 'offset' => '472', - 'type' => '7079' - }, - '20' => { - 'name' => 'cred', - 'offset' => '1080', - 'type' => '9298' - }, - '3' => { - 'name' => 'ecdhx', - 'offset' => '480', - 'type' => '4000' - }, - '4' => { - 'name' => 'key', - 'offset' => '496', - 'type' => '4000' - }, - '5' => { - 'name' => 'dh_params', - 'offset' => '512', - 'type' => '8064' - }, - '6' => { - 'name' => 'client_Y', - 'offset' => '976', - 'type' => '7079' - }, - '7' => { - 'name' => 'srp_key', - 'offset' => '984', - 'type' => '7079' - }, - '8' => { - 'name' => 'srp_g', - 'offset' => '992', - 'type' => '7079' - }, - '9' => { - 'name' => 'srp_p', - 'offset' => '1000', - 'type' => '7079' - } - }, - 'Name' => 'struct gnutls_key_st', - 'PrivateABI' => 1, - 'Size' => '1088', - 'Type' => 'Struct' - }, - '915769' => { - 'BaseType' => '7864', - 'Name' => 'gnutls_x509_spki_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '917763' => { - 'BaseType' => '899299', - 'Name' => 'gnutls_keygen_data_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '919646' => { - 'BaseType' => '135876', - 'Name' => 'gnutls_pkcs11_privkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9298' => { - 'BaseType' => '8990', - 'Name' => 'auth_cred_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9304' => { - 'BaseType' => '9002', - 'Header' => 'gnutls_int.h', - 'Line' => '437', - 'Name' => 'gnutls_key_st', - 'Size' => '1088', - 'Type' => 'Typedef' - }, - '9316' => { - 'BaseType' => '9328', - 'Header' => 'gnutls_int.h', - 'Line' => '445', - 'Name' => 'record_state_st', - 'Size' => '208', - 'Type' => 'Typedef' - }, - '9328' => { - 'Header' => 'gnutls_int.h', - 'Line' => '622', - 'Memb' => { - '0' => { - 'name' => 'mac_secret', - 'offset' => '0', - 'type' => '4000' - }, - '1' => { - 'name' => 'IV', - 'offset' => '16', - 'type' => '4000' - }, - '2' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '4000' - }, - '3' => { - 'name' => 'cipher_state', - 'offset' => '48', - 'type' => '11100' - }, - '4' => { - 'name' => 'sequence_number', - 'offset' => '200', - 'type' => '1896' - } - }, - 'Name' => 'struct record_state_st', - 'PrivateABI' => 1, - 'Size' => '208', - 'Type' => 'Struct' - }, - '9406' => { - 'BaseType' => '9418', - 'Header' => 'gnutls_int.h', - 'Line' => '448', - 'Name' => 'record_parameters_st', - 'Size' => '480', - 'Type' => 'Typedef' - }, - '9418' => { - 'Header' => 'gnutls_int.h', - 'Line' => '639', - 'Memb' => { - '0' => { - 'name' => 'epoch', - 'offset' => '0', - 'type' => '973' - }, - '1' => { - 'name' => 'initialized', - 'offset' => '4', - 'type' => '75' - }, - '10' => { - 'name' => 'usage_cnt', - 'offset' => '472', - 'type' => '75' - }, - '2' => { - 'name' => 'cipher', - 'offset' => '8', - 'type' => '10947' - }, - '3' => { - 'name' => 'etm', - 'offset' => '16', - 'type' => '9734' - }, - '4' => { - 'name' => 'mac', - 'offset' => '24', - 'type' => '10591' - }, - '5' => { - 'name' => 'dtls_sw_next', - 'offset' => '32', - 'type' => '995' - }, - '6' => { - 'name' => 'dtls_sw_bits', - 'offset' => '40', - 'type' => '995' - }, - '7' => { - 'name' => 'dtls_sw_have_recv', - 'offset' => '48', - 'type' => '145' - }, - '8' => { - 'name' => 'read', - 'offset' => '56', - 'type' => '9316' - }, - '9' => { - 'name' => 'write', - 'offset' => '264', - 'type' => '9316' - } - }, - 'Name' => 'struct record_parameters_st', - 'PrivateABI' => 1, - 'Size' => '480', - 'Type' => 'Struct' - }, - '944586' => { - 'BaseType' => '944598', - 'Header' => 'gnutls.h', - 'Line' => '1653', - 'Name' => 'gnutls_x509_crq_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '944598' => { - 'BaseType' => '944604', - 'Name' => 'struct gnutls_x509_crq_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '944604' => { - 'Header' => 'x509_int.h', - 'Line' => '106', - 'Memb' => { - '0' => { - 'name' => 'crq', - 'offset' => '0', - 'type' => '8455' - } - }, - 'Name' => 'struct gnutls_x509_crq_int', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '946168' => { - 'BaseType' => '946179', - 'Header' => 'pkcs11.h', - 'Line' => '63', - 'Name' => 'gnutls_pkcs11_obj_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '946179' => { - 'BaseType' => '946185', - 'Name' => 'struct gnutls_pkcs11_obj_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '946185' => { - 'Header' => 'pkcs11_int.h', - 'Line' => '47', - 'Memb' => { - '0' => { - 'name' => 'raw', - 'offset' => '0', - 'type' => '4000' - }, - '1' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '946374' - }, - '2' => { - 'name' => 'class', - 'offset' => '24', - 'type' => '956911' - }, - '3' => { - 'name' => 'flags', - 'offset' => '32', - 'type' => '145' - }, - '4' => { - 'name' => 'info', - 'offset' => '40', - 'type' => '630336' - }, - '5' => { - 'name' => 'pubkey', - 'offset' => '48', - 'type' => '960300' - }, - '6' => { - 'name' => 'pubkey_size', - 'offset' => '112', - 'type' => '145' - }, - '7' => { - 'name' => 'pk_algorithm', - 'offset' => '116', - 'type' => '2896' - }, - '8' => { - 'name' => 'key_usage', - 'offset' => '120', - 'type' => '145' - }, - '9' => { - 'name' => 'pin', - 'offset' => '128', - 'type' => '140685' - } - }, - 'Name' => 'struct gnutls_pkcs11_obj_st', - 'PrivateABI' => 1, - 'Size' => '144', - 'Type' => 'Struct' - }, - '946374' => { - 'Header' => 'pkcs11.h', - 'Line' => '349', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PKCS11_OBJ_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PUBKEY', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PKCS11_OBJ_PRIVKEY', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PKCS11_OBJ_SECRET_KEY', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_PKCS11_OBJ_DATA', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_PKCS11_OBJ_X509_CRT_EXTENSION', - 'value' => '6' - } - }, - 'Name' => 'enum gnutls_pkcs11_obj_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '956911' => { - 'BaseType' => '68', - 'Header' => 'pkcs11.h', - 'Line' => '314', - 'Name' => 'ck_object_class_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '957' => { - 'BaseType' => '157', - 'Header' => 'stdint.h', - 'Line' => '48', - 'Name' => 'uint8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '9578' => { - 'Header' => 'gnutls_int.h', - 'Line' => '451', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2122' - }, - '10' => { - 'name' => 'only_aead', - 'offset' => '29', - 'type' => '9734' - }, - '2' => { - 'name' => 'blocksize', - 'offset' => '12', - 'type' => '973' - }, - '3' => { - 'name' => 'keysize', - 'offset' => '14', - 'type' => '973' - }, - '4' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '8621' - }, - '5' => { - 'name' => 'implicit_iv', - 'offset' => '20', - 'type' => '973' - }, - '6' => { - 'name' => 'explicit_iv', - 'offset' => '22', - 'type' => '973' - }, - '7' => { - 'name' => 'cipher_iv', - 'offset' => '24', - 'type' => '973' - }, - '8' => { - 'name' => 'tagsize', - 'offset' => '26', - 'type' => '973' - }, - '9' => { - 'name' => 'xor_nonce', - 'offset' => '28', - 'type' => '9734' - } - }, - 'Name' => 'struct cipher_entry_st', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '960300' => { - 'BaseType' => '4000', - 'Name' => 'gnutls_datum_t[4]', - 'Size' => '64', - 'Type' => 'Array' - }, - '968' => { - 'BaseType' => '957', - 'Name' => 'uint8_t const', - 'Size' => '1', - 'Type' => 'Const' - }, - '968953' => { - 'BaseType' => '4573', - 'Name' => 'gnutls_pubkey_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '973' => { - 'BaseType' => '103', - 'Header' => 'stdint.h', - 'Line' => '49', - 'Name' => 'uint16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '9734' => { - 'Name' => '_Bool', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '9741' => { - 'BaseType' => '9578', - 'Header' => 'gnutls_int.h', - 'Line' => '463', - 'Name' => 'cipher_entry_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '9753' => { - 'BaseType' => '9741', - 'Name' => 'cipher_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '9758' => { - 'Header' => 'gnutls_int.h', - 'Line' => '465', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '9896' - }, - '2' => { - 'name' => 'block_algorithm', - 'offset' => '12', - 'type' => '2122' - }, - '3' => { - 'name' => 'kx_algorithm', - 'offset' => '16', - 'type' => '2242' - }, - '4' => { - 'name' => 'mac_algorithm', - 'offset' => '20', - 'type' => '2429' - }, - '5' => { - 'name' => 'min_version', - 'offset' => '24', - 'type' => '2766' - }, - '6' => { - 'name' => 'min_dtls_version', - 'offset' => '28', - 'type' => '2766' - }, - '7' => { - 'name' => 'prf', - 'offset' => '32', - 'type' => '2429' - } - }, - 'Name' => 'struct gnutls_cipher_suite_entry_st', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '984' => { - 'BaseType' => '145', - 'Header' => 'stdint.h', - 'Line' => '51', - 'Name' => 'uint32_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '9880' => { - 'BaseType' => '968', - 'Name' => 'uint8_t const[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '9896' => { - 'BaseType' => '9880', - 'Name' => 'uint8_t const[2] const', - 'Size' => '2', - 'Type' => 'Const' - }, - '990038' => { - 'Header' => 'dtls.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'record_seq', - 'offset' => '0', - 'type' => '145' - }, - '1' => { - 'name' => 'hsk_read_seq', - 'offset' => '4', - 'type' => '145' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '8', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_dtls_prestate_st', - 'Size' => '12', - 'Type' => 'Struct' - }, - '9901' => { - 'BaseType' => '9758', - 'Header' => 'gnutls_int.h', - 'Line' => '476', - 'Name' => 'gnutls_cipher_suite_entry_st', - 'Size' => '40', - 'Type' => 'Typedef' - }, - '9913' => { - 'BaseType' => '9901', - 'Name' => 'gnutls_cipher_suite_entry_st const', - 'Size' => '40', - 'Type' => 'Const' - }, - '9918' => { - 'Header' => 'gnutls_int.h', - 'Line' => '479', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '110' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '3339' - }, - '2' => { - 'name' => 'prime', - 'offset' => '16', - 'type' => '4549' - }, - '3' => { - 'name' => 'generator', - 'offset' => '24', - 'type' => '4549' - }, - '4' => { - 'name' => 'q_bits', - 'offset' => '32', - 'type' => '10034' - }, - '5' => { - 'name' => 'curve', - 'offset' => '40', - 'type' => '3236' - }, - '6' => { - 'name' => 'pk', - 'offset' => '44', - 'type' => '2896' - }, - '7' => { - 'name' => 'tls_id', - 'offset' => '48', - 'type' => '145' - } - }, - 'Name' => 'struct gnutls_group_entry_st', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Struct' - }, - '995' => { - 'BaseType' => '68', - 'Header' => 'stdint.h', - 'Line' => '55', - 'Name' => 'uint64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '999121' => { - 'BaseType' => '990038', - 'Name' => 'gnutls_dtls_prestate_st*', - 'Size' => '8', - 'Type' => 'Pointer' - } - }, - 'UndefinedSymbols' => { - 'libgnutls.so.30.23.0' => { - 'UC_CATEGORY_Cc' => 0, - 'UC_CATEGORY_Ll' => 0, - 'UC_CATEGORY_Lm' => 0, - 'UC_CATEGORY_Lo' => 0, - 'UC_CATEGORY_Lt' => 0, - 'UC_CATEGORY_Lu' => 0, - 'UC_CATEGORY_Mc' => 0, - 'UC_CATEGORY_Me' => 0, - 'UC_CATEGORY_Mn' => 0, - 'UC_CATEGORY_Nd' => 0, - 'UC_CATEGORY_Nl' => 0, - 'UC_CATEGORY_No' => 0, - 'UC_CATEGORY_Pc' => 0, - 'UC_CATEGORY_Pd' => 0, - 'UC_CATEGORY_Pe' => 0, - 'UC_CATEGORY_Pf' => 0, - 'UC_CATEGORY_Pi' => 0, - 'UC_CATEGORY_Po' => 0, - 'UC_CATEGORY_Ps' => 0, - 'UC_CATEGORY_Sc' => 0, - 'UC_CATEGORY_Sk' => 0, - 'UC_CATEGORY_Sm' => 0, - 'UC_CATEGORY_So' => 0, - 'UC_CATEGORY_Zs' => 0, - '_ITM_deregisterTMCloneTable' => 0, - '_ITM_registerTMCloneTable' => 0, - '_Jv_RegisterClasses' => 0, - '__assert_fail@GLIBC_2.2.5' => 0, - '__ctype_b_loc@GLIBC_2.3' => 0, - '__cxa_finalize@GLIBC_2.2.5' => 0, - '__errno_location@GLIBC_2.2.5' => 0, - '__fxstat@GLIBC_2.2.5' => 0, - '__gmon_start__' => 0, - '__gmpz_add' => 0, - '__gmpz_add_ui' => 0, - '__gmpz_cdiv_q' => 0, - '__gmpz_clear' => 0, - '__gmpz_cmp' => 0, - '__gmpz_cmp_ui' => 0, - '__gmpz_fdiv_q' => 0, - '__gmpz_fdiv_q_2exp' => 0, - '__gmpz_fdiv_r' => 0, - '__gmpz_fdiv_r_2exp' => 0, - '__gmpz_gcd' => 0, - '__gmpz_init' => 0, - '__gmpz_invert' => 0, - '__gmpz_lcm' => 0, - '__gmpz_mod' => 0, - '__gmpz_mul' => 0, - '__gmpz_mul_2exp' => 0, - '__gmpz_mul_ui' => 0, - '__gmpz_powm' => 0, - '__gmpz_probab_prime_p' => 0, - '__gmpz_set' => 0, - '__gmpz_set_ui' => 0, - '__gmpz_sizeinbase' => 0, - '__gmpz_sqrt' => 0, - '__gmpz_sub' => 0, - '__gmpz_sub_ui' => 0, - '__gmpz_tstbit' => 0, - '__register_atfork@GLIBC_2.3.2' => 0, - '__tls_get_addr@GLIBC_2.3' => 0, - '__xstat@GLIBC_2.2.5' => 0, - '_idn2_punycode_decode@IDN2_0.0.0' => 0, - 'abort@GLIBC_2.2.5' => 0, - 'asn1_array2tree@LIBTASN1_0_3' => 0, - 'asn1_check_version@LIBTASN1_0_3' => 0, - 'asn1_copy_node@LIBTASN1_0_3' => 0, - 'asn1_create_element@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_ber@LIBTASN1_0_3' => 0, - 'asn1_decode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_delete_structure2@LIBTASN1_0_3' => 0, - 'asn1_delete_structure@LIBTASN1_0_3' => 0, - 'asn1_der_coding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding2@LIBTASN1_0_3' => 0, - 'asn1_der_decoding@LIBTASN1_0_3' => 0, - 'asn1_der_decoding_startEnd@LIBTASN1_0_3' => 0, - 'asn1_encode_simple_der@LIBTASN1_0_3' => 0, - 'asn1_find_node@LIBTASN1_0_3' => 0, - 'asn1_get_length_der@LIBTASN1_0_3' => 0, - 'asn1_get_tag_der@LIBTASN1_0_3' => 0, - 'asn1_length_der@LIBTASN1_0_3' => 0, - 'asn1_number_of_elements@LIBTASN1_0_3' => 0, - 'asn1_read_node_value@LIBTASN1_0_3' => 0, - 'asn1_read_value@LIBTASN1_0_3' => 0, - 'asn1_read_value_type@LIBTASN1_0_3' => 0, - 'asn1_write_value@LIBTASN1_0_3' => 0, - 'atoi@GLIBC_2.2.5' => 0, - 'atol@GLIBC_2.2.5' => 0, - 'bindtextdomain@GLIBC_2.2.5' => 0, - 'calloc@GLIBC_2.2.5' => 0, - 'clock_gettime@GLIBC_2.17' => 0, - 'close@GLIBC_2.2.5' => 0, - 'closedir@GLIBC_2.2.5' => 0, - 'connect@GLIBC_2.2.5' => 0, - 'dgettext@GLIBC_2.2.5' => 0, - 'dlclose@GLIBC_2.2.5' => 0, - 'dlopen@GLIBC_2.2.5' => 0, - 'dlsym@GLIBC_2.2.5' => 0, - 'fclose@GLIBC_2.2.5' => 0, - 'fcntl@GLIBC_2.2.5' => 0, - 'ferror@GLIBC_2.2.5' => 0, - 'fgets@GLIBC_2.2.5' => 0, - 'fileno@GLIBC_2.2.5' => 0, - 'fmemopen@GLIBC_2.22' => 0, - 'fopen@GLIBC_2.2.5' => 0, - 'fprintf@GLIBC_2.2.5' => 0, - 'fread@GLIBC_2.2.5' => 0, - 'free@GLIBC_2.2.5' => 0, - 'ftello@GLIBC_2.2.5' => 0, - 'getline@GLIBC_2.2.5' => 0, - 'getpwuid_r@GLIBC_2.2.5' => 0, - 'getuid@GLIBC_2.2.5' => 0, - 'gmtime_r@GLIBC_2.2.5' => 0, - 'idn2_free@IDN2_0.0.0' => 0, - 'idn2_lookup_u8@IDN2_0.0.0' => 0, - 'idn2_strerror@IDN2_0.0.0' => 0, - 'inet_aton@GLIBC_2.2.5' => 0, - 'inet_ntop@GLIBC_2.2.5' => 0, - 'inet_pton@GLIBC_2.2.5' => 0, - 'malloc@GLIBC_2.2.5' => 0, - 'memcmp@GLIBC_2.2.5' => 0, - 'memcpy@GLIBC_2.14' => 0, - 'memmem@GLIBC_2.2.5' => 0, - 'memmove@GLIBC_2.2.5' => 0, - 'memset@GLIBC_2.2.5' => 0, - 'mkdir@GLIBC_2.2.5' => 0, - 'nanosleep@GLIBC_2.2.5' => 0, - 'nettle_aes128_decrypt@NETTLE_6' => 0, - 'nettle_aes128_encrypt@NETTLE_6' => 0, - 'nettle_aes128_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes192_decrypt@NETTLE_6' => 0, - 'nettle_aes192_encrypt@NETTLE_6' => 0, - 'nettle_aes192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes256_decrypt@NETTLE_6' => 0, - 'nettle_aes256_encrypt@NETTLE_6' => 0, - 'nettle_aes256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_decrypt_key@NETTLE_6' => 0, - 'nettle_aes_set_encrypt_key@NETTLE_6' => 0, - 'nettle_arcfour128_set_key@NETTLE_6' => 0, - 'nettle_arcfour_crypt@NETTLE_6' => 0, - 'nettle_arcfour_set_key@NETTLE_6' => 0, - 'nettle_arctwo40_set_key@NETTLE_6' => 0, - 'nettle_arctwo_decrypt@NETTLE_6' => 0, - 'nettle_arctwo_encrypt@NETTLE_6' => 0, - 'nettle_base64_decode_final@NETTLE_6' => 0, - 'nettle_base64_decode_init@NETTLE_6' => 0, - 'nettle_base64_decode_update@NETTLE_6' => 0, - 'nettle_base64_encode_raw@NETTLE_6' => 0, - 'nettle_camellia128_crypt@NETTLE_6' => 0, - 'nettle_camellia128_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia192_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_crypt@NETTLE_6' => 0, - 'nettle_camellia256_set_decrypt_key@NETTLE_6' => 0, - 'nettle_camellia256_set_encrypt_key@NETTLE_6' => 0, - 'nettle_camellia_set_decrypt_key@NETTLE_6' => 0, - 'nettle_cbc_decrypt@NETTLE_6' => 0, - 'nettle_cbc_encrypt@NETTLE_6' => 0, - 'nettle_ccm_decrypt_message@NETTLE_6' => 0, - 'nettle_ccm_encrypt_message@NETTLE_6' => 0, - 'nettle_chacha_crypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_decrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_digest@NETTLE_6' => 0, - 'nettle_chacha_poly1305_encrypt@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_key@NETTLE_6' => 0, - 'nettle_chacha_poly1305_set_nonce@NETTLE_6' => 0, - 'nettle_chacha_poly1305_update@NETTLE_6' => 0, - 'nettle_chacha_set_key@NETTLE_6' => 0, - 'nettle_chacha_set_nonce@NETTLE_6' => 0, - 'nettle_curve25519_mul@HOGWEED_4' => 0, - 'nettle_curve25519_mul_g@HOGWEED_4' => 0, - 'nettle_des3_decrypt@NETTLE_6' => 0, - 'nettle_des3_encrypt@NETTLE_6' => 0, - 'nettle_des3_set_key@NETTLE_6' => 0, - 'nettle_des_decrypt@NETTLE_6' => 0, - 'nettle_des_encrypt@NETTLE_6' => 0, - 'nettle_des_set_key@NETTLE_6' => 0, - 'nettle_dsa_generate_params@HOGWEED_4' => 0, - 'nettle_dsa_params_clear@HOGWEED_4' => 0, - 'nettle_dsa_params_init@HOGWEED_4' => 0, - 'nettle_dsa_sign@HOGWEED_4' => 0, - 'nettle_dsa_signature_clear@HOGWEED_4' => 0, - 'nettle_dsa_signature_init@HOGWEED_4' => 0, - 'nettle_dsa_verify@HOGWEED_4' => 0, - 'nettle_ecc_point_clear@HOGWEED_4' => 0, - 'nettle_ecc_point_get@HOGWEED_4' => 0, - 'nettle_ecc_point_init@HOGWEED_4' => 0, - 'nettle_ecc_point_mul@HOGWEED_4' => 0, - 'nettle_ecc_point_mul_g@HOGWEED_4' => 0, - 'nettle_ecc_point_set@HOGWEED_4' => 0, - 'nettle_ecc_scalar_clear@HOGWEED_4' => 0, - 'nettle_ecc_scalar_get@HOGWEED_4' => 0, - 'nettle_ecc_scalar_init@HOGWEED_4' => 0, - 'nettle_ecc_scalar_set@HOGWEED_4' => 0, - 'nettle_ecc_size@HOGWEED_4' => 0, - 'nettle_ecc_size_a@HOGWEED_4' => 0, - 'nettle_ecdsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_ecdsa_sign@HOGWEED_4' => 0, - 'nettle_ecdsa_verify@HOGWEED_4' => 0, - 'nettle_ed25519_sha512_public_key@HOGWEED_4' => 0, - 'nettle_ed25519_sha512_sign@HOGWEED_4' => 0, - 'nettle_ed25519_sha512_verify@HOGWEED_4' => 0, - 'nettle_gcm_aes128_digest@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes128_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes128_update@NETTLE_6' => 0, - 'nettle_gcm_aes256_digest@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_aes256_set_key@NETTLE_6' => 0, - 'nettle_gcm_aes256_update@NETTLE_6' => 0, - 'nettle_gcm_camellia128_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia128_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia128_update@NETTLE_6' => 0, - 'nettle_gcm_camellia256_digest@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_iv@NETTLE_6' => 0, - 'nettle_gcm_camellia256_set_key@NETTLE_6' => 0, - 'nettle_gcm_camellia256_update@NETTLE_6' => 0, - 'nettle_gcm_decrypt@NETTLE_6' => 0, - 'nettle_gcm_digest@NETTLE_6' => 0, - 'nettle_gcm_encrypt@NETTLE_6' => 0, - 'nettle_gcm_set_iv@NETTLE_6' => 0, - 'nettle_gcm_set_key@NETTLE_6' => 0, - 'nettle_gcm_update@NETTLE_6' => 0, - 'nettle_hmac_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_digest@NETTLE_6' => 0, - 'nettle_hmac_md5_set_key@NETTLE_6' => 0, - 'nettle_hmac_md5_update@NETTLE_6' => 0, - 'nettle_hmac_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_digest@NETTLE_6' => 0, - 'nettle_hmac_sha1_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha1_update@NETTLE_6' => 0, - 'nettle_hmac_sha224_digest@NETTLE_6' => 0, - 'nettle_hmac_sha224_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_digest@NETTLE_6' => 0, - 'nettle_hmac_sha256_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha256_update@NETTLE_6' => 0, - 'nettle_hmac_sha384_digest@NETTLE_6' => 0, - 'nettle_hmac_sha384_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_digest@NETTLE_6' => 0, - 'nettle_hmac_sha512_set_key@NETTLE_6' => 0, - 'nettle_hmac_sha512_update@NETTLE_6' => 0, - 'nettle_md2_digest@NETTLE_6' => 0, - 'nettle_md2_init@NETTLE_6' => 0, - 'nettle_md2_update@NETTLE_6' => 0, - 'nettle_md5_digest@NETTLE_6' => 0, - 'nettle_md5_init@NETTLE_6' => 0, - 'nettle_md5_update@NETTLE_6' => 0, - 'nettle_memxor@NETTLE_6' => 0, - 'nettle_mpz_get_str_256@HOGWEED_4' => 0, - 'nettle_mpz_random@HOGWEED_4' => 0, - 'nettle_mpz_random_size@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_s@HOGWEED_4' => 0, - 'nettle_mpz_set_str_256_u@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_s@HOGWEED_4' => 0, - 'nettle_mpz_sizeinbase_256_u@HOGWEED_4' => 0, - 'nettle_pbkdf2_hmac_sha1@NETTLE_6' => 0, - 'nettle_pbkdf2_hmac_sha256@NETTLE_6' => 0, - 'nettle_rsa_compute_root_tr@HOGWEED_4' => 0, - 'nettle_rsa_decrypt_tr@HOGWEED_4' => 0, - 'nettle_rsa_encrypt@HOGWEED_4' => 0, - 'nettle_rsa_generate_keypair@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_sign_tr@HOGWEED_4' => 0, - 'nettle_rsa_pkcs1_verify@HOGWEED_4' => 0, - 'nettle_rsa_private_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_private_key_init@HOGWEED_4' => 0, - 'nettle_rsa_private_key_prepare@HOGWEED_4' => 0, - 'nettle_rsa_public_key_clear@HOGWEED_4' => 0, - 'nettle_rsa_public_key_init@HOGWEED_4' => 0, - 'nettle_rsa_public_key_prepare@HOGWEED_4' => 0, - 'nettle_salsa20_256_set_key@NETTLE_6' => 0, - 'nettle_salsa20_crypt@NETTLE_6' => 0, - 'nettle_salsa20r12_crypt@NETTLE_6' => 0, - 'nettle_secp_192r1@HOGWEED_4' => 0, - 'nettle_secp_224r1@HOGWEED_4' => 0, - 'nettle_secp_256r1@HOGWEED_4' => 0, - 'nettle_secp_384r1@HOGWEED_4' => 0, - 'nettle_secp_521r1@HOGWEED_4' => 0, - 'nettle_sha1_digest@NETTLE_6' => 0, - 'nettle_sha1_init@NETTLE_6' => 0, - 'nettle_sha1_update@NETTLE_6' => 0, - 'nettle_sha224_digest@NETTLE_6' => 0, - 'nettle_sha224_init@NETTLE_6' => 0, - 'nettle_sha256@NETTLE_6' => 0, - 'nettle_sha256_digest@NETTLE_6' => 0, - 'nettle_sha256_init@NETTLE_6' => 0, - 'nettle_sha256_update@NETTLE_6' => 0, - 'nettle_sha384@NETTLE_6' => 0, - 'nettle_sha384_digest@NETTLE_6' => 0, - 'nettle_sha384_init@NETTLE_6' => 0, - 'nettle_sha3_224_digest@NETTLE_6' => 0, - 'nettle_sha3_224_init@NETTLE_6' => 0, - 'nettle_sha3_224_update@NETTLE_6' => 0, - 'nettle_sha3_256_digest@NETTLE_6' => 0, - 'nettle_sha3_256_init@NETTLE_6' => 0, - 'nettle_sha3_256_update@NETTLE_6' => 0, - 'nettle_sha3_384_digest@NETTLE_6' => 0, - 'nettle_sha3_384_init@NETTLE_6' => 0, - 'nettle_sha3_384_update@NETTLE_6' => 0, - 'nettle_sha3_512_digest@NETTLE_6' => 0, - 'nettle_sha3_512_init@NETTLE_6' => 0, - 'nettle_sha3_512_update@NETTLE_6' => 0, - 'nettle_sha512@NETTLE_6' => 0, - 'nettle_sha512_digest@NETTLE_6' => 0, - 'nettle_sha512_init@NETTLE_6' => 0, - 'nettle_sha512_update@NETTLE_6' => 0, - 'nettle_umac128_digest@NETTLE_6' => 0, - 'nettle_umac128_set_key@NETTLE_6' => 0, - 'nettle_umac128_set_nonce@NETTLE_6' => 0, - 'nettle_umac128_update@NETTLE_6' => 0, - 'nettle_umac96_digest@NETTLE_6' => 0, - 'nettle_umac96_set_key@NETTLE_6' => 0, - 'nettle_umac96_set_nonce@NETTLE_6' => 0, - 'nettle_umac96_update@NETTLE_6' => 0, - 'open@GLIBC_2.2.5' => 0, - 'opendir@GLIBC_2.2.5' => 0, - 'p11_kit_config_option' => 0, - 'p11_kit_message' => 0, - 'p11_kit_module_finalize' => 0, - 'p11_kit_module_get_flags' => 0, - 'p11_kit_module_get_name' => 0, - 'p11_kit_module_initialize' => 0, - 'p11_kit_module_load' => 0, - 'p11_kit_module_release' => 0, - 'p11_kit_modules_load_and_initialize' => 0, - 'p11_kit_pin_file_callback' => 0, - 'p11_kit_pin_get_length' => 0, - 'p11_kit_pin_get_value' => 0, - 'p11_kit_pin_new_for_string' => 0, - 'p11_kit_pin_register_callback' => 0, - 'p11_kit_pin_request' => 0, - 'p11_kit_pin_unref' => 0, - 'p11_kit_pin_unregister_callback' => 0, - 'p11_kit_space_strdup' => 0, - 'p11_kit_space_strlen' => 0, - 'p11_kit_strerror' => 0, - 'p11_kit_uri_format' => 0, - 'p11_kit_uri_free' => 0, - 'p11_kit_uri_get_attribute' => 0, - 'p11_kit_uri_get_attributes' => 0, - 'p11_kit_uri_get_module_info' => 0, - 'p11_kit_uri_get_pin_source' => 0, - 'p11_kit_uri_get_pin_value' => 0, - 'p11_kit_uri_get_token_info' => 0, - 'p11_kit_uri_match_module_info' => 0, - 'p11_kit_uri_match_token_info' => 0, - 'p11_kit_uri_new' => 0, - 'p11_kit_uri_parse' => 0, - 'p11_kit_uri_set_attribute' => 0, - 'poll@GLIBC_2.2.5' => 0, - 'pthread_mutex_destroy@GLIBC_2.2.5' => 0, - 'pthread_mutex_init@GLIBC_2.2.5' => 0, - 'pthread_mutex_lock@GLIBC_2.2.5' => 0, - 'pthread_mutex_unlock@GLIBC_2.2.5' => 0, - 'qsort@GLIBC_2.2.5' => 0, - 'read@GLIBC_2.2.5' => 0, - 'readdir@GLIBC_2.2.5' => 0, - 'realloc@GLIBC_2.2.5' => 0, - 'recv@GLIBC_2.2.5' => 0, - 'secure_getenv@GLIBC_2.17' => 0, - 'sendmsg@GLIBC_2.2.5' => 0, - 'setsockopt@GLIBC_2.2.5' => 0, - 'snprintf@GLIBC_2.2.5' => 0, - 'sprintf@GLIBC_2.2.5' => 0, - 'sscanf@GLIBC_2.2.5' => 0, - 'stderr@GLIBC_2.2.5' => 0, - 'strcasecmp@GLIBC_2.2.5' => 0, - 'strcat@GLIBC_2.2.5' => 0, - 'strchr@GLIBC_2.2.5' => 0, - 'strcmp@GLIBC_2.2.5' => 0, - 'strcpy@GLIBC_2.2.5' => 0, - 'strdup@GLIBC_2.2.5' => 0, - 'strerror@GLIBC_2.2.5' => 0, - 'strftime@GLIBC_2.2.5' => 0, - 'strlen@GLIBC_2.2.5' => 0, - 'strncasecmp@GLIBC_2.2.5' => 0, - 'strncat@GLIBC_2.2.5' => 0, - 'strncmp@GLIBC_2.2.5' => 0, - 'strpbrk@GLIBC_2.2.5' => 0, - 'strrchr@GLIBC_2.2.5' => 0, - 'strstr@GLIBC_2.2.5' => 0, - 'strtok_r@GLIBC_2.2.5' => 0, - 'strtol@GLIBC_2.2.5' => 0, - 'strtoul@GLIBC_2.2.5' => 0, - 'strverscmp@GLIBC_2.2.5' => 0, - 'syscall@GLIBC_2.2.5' => 0, - 'time@GLIBC_2.2.5' => 0, - 'u16_normalize' => 0, - 'u16_to_u8' => 0, - 'u32_normalize' => 0, - 'u32_to_u8' => 0, - 'u8_check' => 0, - 'u8_to_u16' => 0, - 'u8_to_u32' => 0, - 'uc_general_category_and_not' => 0, - 'uc_general_category_or' => 0, - 'uc_is_general_category' => 0, - 'uc_is_property_default_ignorable_code_point' => 0, - 'uc_is_property_join_control' => 0, - 'uc_is_property_not_a_character' => 0, - 'uninorm_nfc' => 0, - 'uninorm_nfkc' => 0, - 'vasprintf@GLIBC_2.2.5' => 0 - } - }, - 'WordSize' => '8' - }; diff --git a/devel/ABI-dane-x86_64.dump b/devel/ABI-dane-x86_64.dump deleted file mode 100644 index fb4614ccf1..0000000000 --- a/devel/ABI-dane-x86_64.dump +++ /dev/null @@ -1,5145 +0,0 @@ -$VAR1 = { - 'ABI_DUMPER_VERSION' => '0.99.14', - 'ABI_DUMP_VERSION' => '3.2', - 'Arch' => 'x86_64', - 'GccVersion' => '5.3.1', - 'Headers' => { - 'abstract.h' => 1, - 'crypto-backend.h' => 1, - 'dane.h' => 1, - 'gnutls.h' => 1, - 'gnutls_auth.h' => 1, - 'gnutls_cipher_int.h' => 1, - 'gnutls_compress.h' => 1, - 'gnutls_hash_int.h' => 1, - 'gnutls_int.h' => 1, - 'gnutls_str.h' => 1, - 'openpgp.h' => 1, - 'stddef.h' => 1, - 'stdint.h' => 1, - 'stdio.h' => 1, - 'time.h' => 1, - 'types.h' => 1, - 'unbound.h' => 1 - }, - 'Language' => 'C', - 'LibraryName' => 'libgnutls-dane.so.0.4.1', - 'LibraryVersion' => '3.4.0', - 'NameSpaces' => {}, - 'Needed' => { - 'libc.so.6' => 1, - 'libgmp.so.10' => 1, - 'libgnutls.so.30' => 1, - 'libhogweed.so.4' => 1, - 'libidn.so.11' => 1, - 'libnettle.so.6' => 1, - 'libp11-kit.so.0' => 1, - 'libtasn1.so.6' => 1, - 'libtspi.so.1' => 1, - 'libunbound.so.2' => 1, - 'libz.so.1' => 1 - }, - 'Sources' => { - 'dane-params.c' => 1, - 'dane.c' => 1, - 'errors.c' => 1 - }, - 'SymbolInfo' => { - '11612' => { - 'Line' => '769', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '4723' - }, - '1' => { - 'name' => 'chain', - 'type' => '3993' - }, - '2' => { - 'name' => 'chain_size', - 'type' => '77' - }, - '3' => { - 'name' => 'chain_type', - 'type' => '2720' - }, - '4' => { - 'name' => 'r', - 'type' => '4777' - }, - '5' => { - 'name' => 'sflags', - 'type' => '77' - }, - '6' => { - 'name' => 'vflags', - 'offset' => '0', - 'type' => '77' - }, - '7' => { - 'name' => 'verify', - 'offset' => '8', - 'type' => '5133' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '98', - 'ShortName' => 'dane_verify_crt_raw', - 'Source' => 'dane.c' - }, - '12358' => { - 'Line' => '82', - 'Param' => { - '0' => { - 'name' => 'q', - 'type' => '4777' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '4712', - 'ShortName' => 'dane_query_status', - 'Source' => 'dane.c' - }, - '12403' => { - 'Line' => '95', - 'Param' => { - '0' => { - 'name' => 'q', - 'type' => '4777' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '77', - 'ShortName' => 'dane_query_entries', - 'Source' => 'dane.c' - }, - '12448' => { - 'Line' => '116', - 'Param' => { - '0' => { - 'name' => 'q', - 'type' => '4777' - }, - '1' => { - 'name' => 'idx', - 'type' => '77' - }, - '2' => { - 'name' => 'usage', - 'type' => '5133' - }, - '3' => { - 'name' => 'type', - 'type' => '5133' - }, - '4' => { - 'name' => 'match', - 'type' => '5133' - }, - '5' => { - 'name' => 'data', - 'type' => '4117' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '98', - 'ShortName' => 'dane_query_data', - 'Source' => 'dane.c' - }, - '12562' => { - 'Line' => '162', - 'Param' => { - '0' => { - 'name' => 'q', - 'type' => '4777' - }, - '1' => { - 'name' => 'data_entries', - 'type' => '5133' - }, - '2' => { - 'name' => 'dane_data', - 'type' => '12793' - }, - '3' => { - 'name' => 'dane_data_len', - 'type' => '12799' - }, - '4' => { - 'name' => 'secure', - 'type' => '781' - }, - '5' => { - 'name' => 'bogus', - 'type' => '781' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '98', - 'ShortName' => 'dane_query_to_raw_tlsa', - 'Source' => 'dane.c' - }, - '12805' => { - 'Line' => '231', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '13098' - }, - '1' => { - 'name' => 'flags', - 'type' => '77' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '98', - 'ShortName' => 'dane_state_init', - 'Source' => 'dane.c' - }, - '13104' => { - 'Line' => '294', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '4723' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'dane_state_deinit', - 'Source' => 'dane.c' - }, - '13183' => { - 'Line' => '309', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '4723' - }, - '1' => { - 'name' => 'file', - 'type' => '679' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi' - }, - 'Return' => '98', - 'ShortName' => 'dane_state_set_dlv_file', - 'Source' => 'dane.c' - }, - '13298' => { - 'Line' => '329', - 'Param' => { - '0' => { - 'name' => 'q', - 'type' => '4777' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '1', - 'ShortName' => 'dane_query_deinit', - 'Source' => 'dane.c' - }, - '13377' => { - 'Line' => '358', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '4723' - }, - '1' => { - 'name' => 'r', - 'type' => '13560' - }, - '2' => { - 'name' => 'dane_data', - 'type' => '13566' - }, - '3' => { - 'name' => 'dane_data_len', - 'type' => '787' - }, - '4' => { - 'name' => 'secure', - 'type' => '98' - }, - '5' => { - 'name' => 'bogus', - 'type' => '98' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '98', - 'ShortName' => 'dane_raw_tlsa', - 'Source' => 'dane.c' - }, - '13577' => { - 'Line' => '424', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '4723' - }, - '1' => { - 'name' => 'r', - 'type' => '13560' - }, - '2' => { - 'name' => 'host', - 'type' => '679' - }, - '3' => { - 'name' => 'proto', - 'type' => '679' - }, - '4' => { - 'name' => 'port', - 'type' => '77' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8' - }, - 'Return' => '98', - 'ShortName' => 'dane_query_tlsa', - 'Source' => 'dane.c' - }, - '15348' => { - 'Line' => '873', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '4723' - }, - '1' => { - 'name' => 'chain', - 'type' => '3993' - }, - '2' => { - 'name' => 'chain_size', - 'type' => '77' - }, - '3' => { - 'name' => 'chain_type', - 'type' => '2720' - }, - '4' => { - 'name' => 'hostname', - 'type' => '679' - }, - '5' => { - 'name' => 'proto', - 'type' => '679' - }, - '6' => { - 'name' => 'port', - 'offset' => '0', - 'type' => '77' - }, - '7' => { - 'name' => 'sflags', - 'offset' => '8', - 'type' => '77' - }, - '8' => { - 'name' => 'vflags', - 'offset' => '16', - 'type' => '77' - }, - '9' => { - 'name' => 'verify', - 'offset' => '24', - 'type' => '5133' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '98', - 'ShortName' => 'dane_verify_crt', - 'Source' => 'dane.c' - }, - '15731' => { - 'Line' => '933', - 'Param' => { - '0' => { - 'name' => 's', - 'type' => '4723' - }, - '1' => { - 'name' => 'session', - 'type' => '3126' - }, - '2' => { - 'name' => 'hostname', - 'type' => '679' - }, - '3' => { - 'name' => 'proto', - 'type' => '679' - }, - '4' => { - 'name' => 'port', - 'type' => '77' - }, - '5' => { - 'name' => 'sflags', - 'type' => '77' - }, - '6' => { - 'name' => 'vflags', - 'offset' => '0', - 'type' => '77' - }, - '7' => { - 'name' => 'verify', - 'offset' => '8', - 'type' => '5133' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx', - '3' => 'rcx', - '4' => 'r8', - '5' => 'r9' - }, - 'Return' => '98', - 'ShortName' => 'dane_verify_session_crt', - 'Source' => 'dane.c' - }, - '16445' => { - 'Line' => '1035', - 'Param' => { - '0' => { - 'name' => 'status', - 'type' => '77' - }, - '1' => { - 'name' => 'out', - 'type' => '4117' - }, - '2' => { - 'name' => 'flags', - 'type' => '77' - } - }, - 'Reg' => { - '0' => 'rdi', - '1' => 'rsi', - '2' => 'rdx' - }, - 'Return' => '98', - 'ShortName' => 'dane_verification_status_print', - 'Source' => 'dane.c' - }, - '19215' => { - 'Line' => '82', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '4614' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '679', - 'ShortName' => 'dane_cert_type_name', - 'Source' => 'dane-params.c' - }, - '19286' => { - 'Line' => '104', - 'Param' => { - '0' => { - 'name' => 'type', - 'type' => '4660' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '679', - 'ShortName' => 'dane_match_type_name', - 'Source' => 'dane-params.c' - }, - '19357' => { - 'Line' => '126', - 'Param' => { - '0' => { - 'name' => 'usage', - 'type' => '4574' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '679', - 'ShortName' => 'dane_cert_usage_name', - 'Source' => 'dane-params.c' - }, - '19897' => { - 'Line' => '86', - 'Param' => { - '0' => { - 'name' => 'error', - 'type' => '98' - } - }, - 'Reg' => { - '0' => 'rdi' - }, - 'Return' => '679', - 'ShortName' => 'dane_strerror', - 'Source' => 'errors.c' - } - }, - 'SymbolVersion' => { - '_ITM_deregisterTMCloneTable' => 'stderr@@GLIBC_2.2.5', - '_ITM_registerTMCloneTable' => 'stderr@@GLIBC_2.2.5', - '_Jv_RegisterClasses' => 'stderr@@GLIBC_2.2.5', - '__gmon_start__' => 'stderr@@GLIBC_2.2.5', - 'dane_cert_type_name' => 'dane_cert_type_name@@DANE_0_0', - 'dane_cert_usage_name' => 'dane_cert_usage_name@@DANE_0_0', - 'dane_match_type_name' => 'dane_match_type_name@@DANE_0_0', - 'dane_query_data' => 'dane_query_data@@DANE_0_0', - 'dane_query_deinit' => 'dane_query_deinit@@DANE_0_0', - 'dane_query_entries' => 'dane_query_entries@@DANE_0_0', - 'dane_query_status' => 'dane_query_status@@DANE_0_0', - 'dane_query_tlsa' => 'dane_query_tlsa@@DANE_0_0', - 'dane_query_to_raw_tlsa' => 'dane_query_to_raw_tlsa@@DANE_0_0', - 'dane_raw_tlsa' => 'dane_raw_tlsa@@DANE_0_0', - 'dane_state_deinit' => 'dane_state_deinit@@DANE_0_0', - 'dane_state_init' => 'dane_state_init@@DANE_0_0', - 'dane_state_set_dlv_file' => 'dane_state_set_dlv_file@@DANE_0_0', - 'dane_strerror' => 'dane_strerror@@DANE_0_0', - 'dane_verification_status_print' => 'dane_verification_status_print@@DANE_0_0', - 'dane_verify_crt' => 'dane_verify_crt@@DANE_0_0', - 'dane_verify_crt_raw' => 'dane_verify_crt_raw@@DANE_0_0', - 'dane_verify_session_crt' => 'dane_verify_session_crt@@DANE_0_0', - 'ub_ctx_add_ta_file' => 'stderr@@GLIBC_2.2.5', - 'ub_ctx_create' => 'stderr@@GLIBC_2.2.5', - 'ub_ctx_debugout' => 'stderr@@GLIBC_2.2.5', - 'ub_ctx_delete' => 'stderr@@GLIBC_2.2.5', - 'ub_ctx_hosts' => 'stderr@@GLIBC_2.2.5', - 'ub_ctx_resolvconf' => 'stderr@@GLIBC_2.2.5', - 'ub_ctx_set_option' => 'stderr@@GLIBC_2.2.5', - 'ub_resolve' => 'stderr@@GLIBC_2.2.5', - 'ub_resolve_free' => 'stderr@@GLIBC_2.2.5' - }, - 'Symbols' => { - 'libgnutls-dane.so.0.4.1' => { - 'dane_cert_type_name@@DANE_0_0' => 1, - 'dane_cert_usage_name@@DANE_0_0' => 1, - 'dane_match_type_name@@DANE_0_0' => 1, - 'dane_query_data@@DANE_0_0' => 1, - 'dane_query_deinit@@DANE_0_0' => 1, - 'dane_query_entries@@DANE_0_0' => 1, - 'dane_query_status@@DANE_0_0' => 1, - 'dane_query_tlsa@@DANE_0_0' => 1, - 'dane_query_to_raw_tlsa@@DANE_0_0' => 1, - 'dane_raw_tlsa@@DANE_0_0' => 1, - 'dane_state_deinit@@DANE_0_0' => 1, - 'dane_state_init@@DANE_0_0' => 1, - 'dane_state_set_dlv_file@@DANE_0_0' => 1, - 'dane_strerror@@DANE_0_0' => 1, - 'dane_verification_status_print@@DANE_0_0' => 1, - 'dane_verify_crt@@DANE_0_0' => 1, - 'dane_verify_crt_raw@@DANE_0_0' => 1, - 'dane_verify_session_crt@@DANE_0_0' => 1 - } - }, - 'Target' => 'unix', - 'TypeInfo' => { - '1' => { - 'Name' => 'void', - 'Type' => 'Intrinsic' - }, - '105' => { - 'Name' => 'long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '11091' => { - 'BaseType' => '6913', - 'Name' => 'handshake_buffer_st[6]', - 'Size' => '432', - 'Type' => 'Array' - }, - '11107' => { - 'Header' => 'gnutls_auth.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '679' - }, - '1' => { - 'name' => 'gnutls_generate_server_certificate', - 'offset' => '8', - 'type' => '11406' - }, - '10' => { - 'name' => 'gnutls_process_client_kx', - 'offset' => '80', - 'type' => '11437' - }, - '11' => { - 'name' => 'gnutls_process_client_crt_vrfy', - 'offset' => '88', - 'type' => '11437' - }, - '12' => { - 'name' => 'gnutls_process_server_crt_request', - 'offset' => '96', - 'type' => '11437' - }, - '2' => { - 'name' => 'gnutls_generate_client_certificate', - 'offset' => '16', - 'type' => '11406' - }, - '3' => { - 'name' => 'gnutls_generate_server_kx', - 'offset' => '24', - 'type' => '11406' - }, - '4' => { - 'name' => 'gnutls_generate_client_kx', - 'offset' => '32', - 'type' => '11406' - }, - '5' => { - 'name' => 'gnutls_generate_client_crt_vrfy', - 'offset' => '40', - 'type' => '11406' - }, - '6' => { - 'name' => 'gnutls_generate_server_crt_request', - 'offset' => '48', - 'type' => '11406' - }, - '7' => { - 'name' => 'gnutls_process_server_certificate', - 'offset' => '56', - 'type' => '11437' - }, - '8' => { - 'name' => 'gnutls_process_client_certificate', - 'offset' => '64', - 'type' => '11437' - }, - '9' => { - 'name' => 'gnutls_process_server_kx', - 'offset' => '72', - 'type' => '11437' - } - }, - 'Name' => 'struct mod_auth_st_int', - 'Size' => '104', - 'Type' => 'Struct' - }, - '11276' => { - 'BaseType' => '11107', - 'Name' => 'struct mod_auth_st_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11282' => { - 'BaseType' => '816', - 'Name' => 'uint16_t[32]', - 'Size' => '64', - 'Type' => 'Array' - }, - '11298' => { - 'BaseType' => '9710', - 'Name' => 'anon-struct-gnutls_int.h-948[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '11314' => { - 'BaseType' => '9759', - 'Name' => 'anon-struct-gnutls_int.h-954[32]', - 'Size' => '768', - 'Type' => 'Array' - }, - '11330' => { - 'BaseType' => '63', - 'Name' => 'unsigned char[36]', - 'Size' => '36', - 'Type' => 'Array' - }, - '11346' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1002', - 'Memb' => { - '0' => { - 'name' => 'record_buffer', - 'offset' => '0', - 'type' => '7009' - }, - '1' => { - 'name' => 'handshake_hash_buffer_prev_len', - 'offset' => '32', - 'type' => '98' - }, - '10' => { - 'name' => 'may_not_write', - 'offset' => '86', - 'type' => '8202' - }, - '11' => { - 'name' => 'read_eof', - 'offset' => '87', - 'type' => '8202' - }, - '12' => { - 'name' => 'last_alert', - 'offset' => '88', - 'type' => '98' - }, - '13' => { - 'name' => 'last_handshake_in', - 'offset' => '92', - 'type' => '98' - }, - '14' => { - 'name' => 'last_handshake_out', - 'offset' => '96', - 'type' => '98' - }, - '15' => { - 'name' => 'priorities', - 'offset' => '100', - 'type' => '3271' - }, - '16' => { - 'name' => 'resumed', - 'offset' => '1188', - 'type' => '8202' - }, - '17' => { - 'name' => 'resumption_requested', - 'offset' => '1189', - 'type' => '8202' - }, - '18' => { - 'name' => 'resumed_security_parameters', - 'offset' => '1192', - 'type' => '9290' - }, - '19' => { - 'name' => 'handshake_send_buffer', - 'offset' => '1416', - 'type' => '7009' - }, - '2' => { - 'name' => 'handshake_hash_buffer_client_kx_len', - 'offset' => '36', - 'type' => '77' - }, - '20' => { - 'name' => 'handshake_recv_buffer', - 'offset' => '1448', - 'type' => '11091' - }, - '21' => { - 'name' => 'handshake_recv_buffer_size', - 'offset' => '1880', - 'type' => '98' - }, - '22' => { - 'name' => 'record_recv_buffer', - 'offset' => '1888', - 'type' => '7009' - }, - '23' => { - 'name' => 'record_send_buffer', - 'offset' => '1920', - 'type' => '7009' - }, - '24' => { - 'name' => 'record_send_buffer_user_size', - 'offset' => '1952', - 'type' => '45' - }, - '25' => { - 'name' => 'record_flush_mode', - 'offset' => '1960', - 'type' => '5482' - }, - '26' => { - 'name' => 'record_presend_buffer', - 'offset' => '1968', - 'type' => '6668' - }, - '27' => { - 'name' => 'expire_time', - 'offset' => '2000', - 'type' => '77' - }, - '28' => { - 'name' => 'auth_struct', - 'offset' => '2008', - 'type' => '11276' - }, - '29' => { - 'name' => 'adv_version_major', - 'offset' => '2016', - 'type' => '805' - }, - '3' => { - 'name' => 'handshake_hash_buffer', - 'offset' => '40', - 'type' => '6668' - }, - '30' => { - 'name' => 'adv_version_minor', - 'offset' => '2017', - 'type' => '805' - }, - '31' => { - 'name' => 'send_cert_req', - 'offset' => '2020', - 'type' => '77' - }, - '32' => { - 'name' => 'max_handshake_data_buffer_size', - 'offset' => '2024', - 'type' => '45' - }, - '33' => { - 'name' => 'pull_timeout_func', - 'offset' => '2032', - 'type' => '4324' - }, - '34' => { - 'name' => 'pull_func', - 'offset' => '2040', - 'type' => '4238' - }, - '35' => { - 'name' => 'push_func', - 'offset' => '2048', - 'type' => '4281' - }, - '36' => { - 'name' => 'vec_push_func', - 'offset' => '2056', - 'type' => '4362' - }, - '37' => { - 'name' => 'errno_func', - 'offset' => '2064', - 'type' => '4416' - }, - '38' => { - 'name' => 'transport_recv_ptr', - 'offset' => '2072', - 'type' => '3114' - }, - '39' => { - 'name' => 'transport_send_ptr', - 'offset' => '2080', - 'type' => '3114' - }, - '4' => { - 'name' => 'resumable', - 'offset' => '72', - 'type' => '8202' - }, - '40' => { - 'name' => 'db_store_func', - 'offset' => '2088', - 'type' => '3821' - }, - '41' => { - 'name' => 'db_retrieve_func', - 'offset' => '2096', - 'type' => '3902' - }, - '42' => { - 'name' => 'db_remove_func', - 'offset' => '2104', - 'type' => '3864' - }, - '43' => { - 'name' => 'db_ptr', - 'offset' => '2112', - 'type' => '152' - }, - '44' => { - 'name' => 'user_hello_func', - 'offset' => '2120', - 'type' => '4004' - }, - '45' => { - 'name' => 'h_hook', - 'offset' => '2128', - 'type' => '3940' - }, - '46' => { - 'name' => 'h_type', - 'offset' => '2136', - 'type' => '77' - }, - '47' => { - 'name' => 'h_post', - 'offset' => '2140', - 'type' => '726' - }, - '48' => { - 'name' => 'selected_cert_list', - 'offset' => '2144', - 'type' => '5127' - }, - '49' => { - 'name' => 'selected_cert_list_length', - 'offset' => '2152', - 'type' => '726' - }, - '5' => { - 'name' => 'ticket_sent', - 'offset' => '73', - 'type' => '8202' - }, - '50' => { - 'name' => 'selected_key', - 'offset' => '2160', - 'type' => '4060' - }, - '51' => { - 'name' => 'selected_need_free', - 'offset' => '2168', - 'type' => '8202' - }, - '52' => { - 'name' => 'extensions_sent', - 'offset' => '2170', - 'type' => '11282' - }, - '53' => { - 'name' => 'extensions_sent_size', - 'offset' => '2234', - 'type' => '816' - }, - '54' => { - 'name' => 'pgp_fingerprint', - 'offset' => '2236', - 'type' => '8202' - }, - '55' => { - 'name' => 'default_record_version', - 'offset' => '2237', - 'type' => '7879' - }, - '56' => { - 'name' => 'default_hello_version', - 'offset' => '2239', - 'type' => '7879' - }, - '57' => { - 'name' => 'user_ptr', - 'offset' => '2248', - 'type' => '152' - }, - '58' => { - 'name' => 'enable_private', - 'offset' => '2256', - 'type' => '8202' - }, - '59' => { - 'name' => 'direction', - 'offset' => '2257', - 'type' => '8202' - }, - '6' => { - 'name' => 'handshake_final_state', - 'offset' => '76', - 'type' => '6565' - }, - '60' => { - 'name' => 'openpgp_recv_key_func', - 'offset' => '2264', - 'type' => '5014' - }, - '61' => { - 'name' => 'ignore_rdn_sequence', - 'offset' => '2272', - 'type' => '8202' - }, - '62' => { - 'name' => 'rsa_pms_version', - 'offset' => '2273', - 'type' => '7879' - }, - '63' => { - 'name' => 'params', - 'offset' => '2280', - 'type' => '9468' - }, - '64' => { - 'name' => 'errnum', - 'offset' => '2296', - 'type' => '98' - }, - '65' => { - 'name' => 'srp_prime_bits', - 'offset' => '2300', - 'type' => '816' - }, - '66' => { - 'name' => 'initial_negotiation_completed', - 'offset' => '2302', - 'type' => '8202' - }, - '67' => { - 'name' => 'extension_int_data', - 'offset' => '2304', - 'type' => '11298' - }, - '68' => { - 'name' => 'resumed_extension_int_data', - 'offset' => '3072', - 'type' => '11314' - }, - '69' => { - 'name' => 'transport', - 'offset' => '3840', - 'type' => '5442' - }, - '7' => { - 'name' => 'handshake_state', - 'offset' => '80', - 'type' => '6565' - }, - '70' => { - 'name' => 'dtls', - 'offset' => '3848', - 'type' => '9698' - }, - '71' => { - 'name' => 'handshake_large_loops', - 'offset' => '3968', - 'type' => '77' - }, - '72' => { - 'name' => 'handshake_in_progress', - 'offset' => '3972', - 'type' => '8202' - }, - '73' => { - 'name' => 'premaster_set', - 'offset' => '3973', - 'type' => '8202' - }, - '74' => { - 'name' => 'cb_tls_unique_len', - 'offset' => '3976', - 'type' => '77' - }, - '75' => { - 'name' => 'cb_tls_unique', - 'offset' => '3980', - 'type' => '11330' - }, - '76' => { - 'name' => 'handshake_endtime', - 'offset' => '4016', - 'type' => '715' - }, - '77' => { - 'name' => 'handshake_timeout_ms', - 'offset' => '4024', - 'type' => '77' - }, - '78' => { - 'name' => 'record_timeout_ms', - 'offset' => '4028', - 'type' => '77' - }, - '79' => { - 'name' => 'hb_local_data', - 'offset' => '4032', - 'type' => '6668' - }, - '8' => { - 'name' => 'invalid_connection', - 'offset' => '84', - 'type' => '8202' - }, - '80' => { - 'name' => 'hb_remote_data', - 'offset' => '4064', - 'type' => '6668' - }, - '81' => { - 'name' => 'hb_ping_start', - 'offset' => '4096', - 'type' => '737' - }, - '82' => { - 'name' => 'hb_ping_sent', - 'offset' => '4112', - 'type' => '737' - }, - '83' => { - 'name' => 'hb_actual_retrans_timeout_ms', - 'offset' => '4128', - 'type' => '77' - }, - '84' => { - 'name' => 'hb_retrans_timeout_ms', - 'offset' => '4132', - 'type' => '77' - }, - '85' => { - 'name' => 'hb_total_timeout_ms', - 'offset' => '4136', - 'type' => '77' - }, - '86' => { - 'name' => 'ocsp_check_ok', - 'offset' => '4140', - 'type' => '8202' - }, - '87' => { - 'name' => 'hb_state', - 'offset' => '4144', - 'type' => '6611' - }, - '88' => { - 'name' => 'recv_state', - 'offset' => '4148', - 'type' => '6651' - }, - '89' => { - 'name' => 'sc_random_set', - 'offset' => '4152', - 'type' => '8202' - }, - '9' => { - 'name' => 'may_not_read', - 'offset' => '85', - 'type' => '8202' - }, - '90' => { - 'name' => 'no_replay_protection', - 'offset' => '4153', - 'type' => '8202' - }, - '91' => { - 'name' => 'try_ext_master_secret', - 'offset' => '4154', - 'type' => '8202' - } - }, - 'Name' => 'struct internals_st', - 'Size' => '4160', - 'Type' => 'Struct' - }, - '11358' => { - 'BaseType' => '11374', - 'Name' => 'record_parameters_st*[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '11374' => { - 'BaseType' => '7535', - 'Name' => 'record_parameters_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11400' => { - 'BaseType' => '6668', - 'Name' => 'gnutls_buffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11406' => { - 'Name' => 'int(*)(gnutls_session_t, gnutls_buffer_st*)', - 'Param' => { - '0' => { - 'type' => '3126' - }, - '1' => { - 'type' => '11400' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '11437' => { - 'Name' => 'int(*)(gnutls_session_t, uint8_t*, size_t)', - 'Param' => { - '0' => { - 'type' => '3126' - }, - '1' => { - 'type' => '6662' - }, - '2' => { - 'type' => '45' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '11443' => { - 'Name' => 'struct ub_ctx', - 'Type' => 'Struct' - }, - '11448' => { - 'BaseType' => '11443', - 'Name' => 'struct ub_ctx*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '11454' => { - 'BaseType' => '4574', - 'Name' => 'dane_cert_usage_t[100]', - 'Size' => '400', - 'Type' => 'Array' - }, - '11470' => { - 'BaseType' => '4614', - 'Name' => 'dane_cert_type_t[100]', - 'Size' => '400', - 'Type' => 'Array' - }, - '11486' => { - 'BaseType' => '4660', - 'Name' => 'dane_match_type_t[100]', - 'Size' => '400', - 'Type' => 'Array' - }, - '11502' => { - 'BaseType' => '3646', - 'Name' => 'gnutls_datum_t[100]', - 'Size' => '1600', - 'Type' => 'Array' - }, - '12793' => { - 'BaseType' => '1822', - 'Name' => 'char***', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '12799' => { - 'BaseType' => '781', - 'Name' => 'int**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13098' => { - 'BaseType' => '4723', - 'Name' => 'dane_state_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13560' => { - 'BaseType' => '4777', - 'Name' => 'dane_query_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13566' => { - 'BaseType' => '13572', - 'Name' => 'char*const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '13572' => { - 'BaseType' => '176', - 'Name' => 'char*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '141' => { - 'BaseType' => '105', - 'Header' => 'types.h', - 'Line' => '139', - 'Name' => '__time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '152' => { - 'BaseType' => '1', - 'Name' => 'void*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '154' => { - 'BaseType' => '105', - 'Header' => 'types.h', - 'Line' => '172', - 'Name' => '__ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1613' => { - 'BaseType' => '63', - 'Name' => 'unsigned char[8]', - 'Size' => '8', - 'Type' => 'Array' - }, - '1629' => { - 'Header' => 'unbound.h', - 'Line' => '123', - 'Memb' => { - '0' => { - 'name' => 'qname', - 'offset' => '0', - 'type' => '176' - }, - '1' => { - 'name' => 'qtype', - 'offset' => '8', - 'type' => '98' - }, - '10' => { - 'name' => 'nxdomain', - 'offset' => '64', - 'type' => '98' - }, - '11' => { - 'name' => 'secure', - 'offset' => '68', - 'type' => '98' - }, - '12' => { - 'name' => 'bogus', - 'offset' => '72', - 'type' => '98' - }, - '13' => { - 'name' => 'why_bogus', - 'offset' => '80', - 'type' => '176' - }, - '14' => { - 'name' => 'ttl', - 'offset' => '88', - 'type' => '98' - }, - '2' => { - 'name' => 'qclass', - 'offset' => '12', - 'type' => '98' - }, - '3' => { - 'name' => 'data', - 'offset' => '16', - 'type' => '1822' - }, - '4' => { - 'name' => 'len', - 'offset' => '24', - 'type' => '781' - }, - '5' => { - 'name' => 'canonname', - 'offset' => '32', - 'type' => '176' - }, - '6' => { - 'name' => 'rcode', - 'offset' => '40', - 'type' => '98' - }, - '7' => { - 'name' => 'answer_packet', - 'offset' => '48', - 'type' => '152' - }, - '8' => { - 'name' => 'answer_len', - 'offset' => '56', - 'type' => '98' - }, - '9' => { - 'name' => 'havedata', - 'offset' => '60', - 'type' => '98' - } - }, - 'Name' => 'struct ub_result', - 'Size' => '96', - 'Type' => 'Struct' - }, - '165' => { - 'BaseType' => '105', - 'Header' => 'types.h', - 'Line' => '175', - 'Name' => '__syscall_slong_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '176' => { - 'BaseType' => '182', - 'Name' => 'char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '182' => { - 'Name' => 'char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '1822' => { - 'BaseType' => '176', - 'Name' => 'char**', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1828' => { - 'BaseType' => '1629', - 'Name' => 'struct ub_result*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '1834' => { - 'Header' => 'gnutls.h', - 'Line' => '114', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CIPHER_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CIPHER_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_CIPHER_AES_128_GCM', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_CIPHER_AES_256_GCM', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_192_CBC', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_CIPHER_SALSA20_256', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_CIPHER_ESTREAM_SALSA20_256', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_GCM', - 'value' => '15' - }, - '16' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_GCM', - 'value' => '16' - }, - '17' => { - 'name' => 'GNUTLS_CIPHER_RC2_40_CBC', - 'value' => '17' - }, - '18' => { - 'name' => 'GNUTLS_CIPHER_DES_CBC', - 'value' => '18' - }, - '19' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM', - 'value' => '19' - }, - '2' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_128', - 'value' => '2' - }, - '20' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM', - 'value' => '20' - }, - '21' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CCM_8', - 'value' => '21' - }, - '22' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CCM_8', - 'value' => '22' - }, - '23' => { - 'name' => 'GNUTLS_CIPHER_CHACHA20_POLY1305', - 'value' => '23' - }, - '24' => { - 'name' => 'GNUTLS_CIPHER_IDEA_PGP_CFB', - 'value' => '200' - }, - '25' => { - 'name' => 'GNUTLS_CIPHER_3DES_PGP_CFB', - 'value' => '201' - }, - '26' => { - 'name' => 'GNUTLS_CIPHER_CAST5_PGP_CFB', - 'value' => '202' - }, - '27' => { - 'name' => 'GNUTLS_CIPHER_BLOWFISH_PGP_CFB', - 'value' => '203' - }, - '28' => { - 'name' => 'GNUTLS_CIPHER_SAFER_SK128_PGP_CFB', - 'value' => '204' - }, - '29' => { - 'name' => 'GNUTLS_CIPHER_AES128_PGP_CFB', - 'value' => '205' - }, - '3' => { - 'name' => 'GNUTLS_CIPHER_3DES_CBC', - 'value' => '3' - }, - '30' => { - 'name' => 'GNUTLS_CIPHER_AES192_PGP_CFB', - 'value' => '206' - }, - '31' => { - 'name' => 'GNUTLS_CIPHER_AES256_PGP_CFB', - 'value' => '207' - }, - '32' => { - 'name' => 'GNUTLS_CIPHER_TWOFISH_PGP_CFB', - 'value' => '208' - }, - '4' => { - 'name' => 'GNUTLS_CIPHER_AES_128_CBC', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_CIPHER_AES_256_CBC', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_CIPHER_ARCFOUR_40', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_128_CBC', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_CIPHER_CAMELLIA_256_CBC', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_CIPHER_AES_192_CBC', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_cipher_algorithm', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2049' => { - 'BaseType' => '1834', - 'Header' => 'gnutls.h', - 'Line' => '151', - 'Name' => 'gnutls_cipher_algorithm_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '2169' => { - 'Header' => 'gnutls.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_KX_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_KX_RSA', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_KX_DHE_PSK', - 'value' => '10' - }, - '11' => { - 'name' => 'GNUTLS_KX_ANON_ECDH', - 'value' => '11' - }, - '12' => { - 'name' => 'GNUTLS_KX_ECDHE_RSA', - 'value' => '12' - }, - '13' => { - 'name' => 'GNUTLS_KX_ECDHE_ECDSA', - 'value' => '13' - }, - '14' => { - 'name' => 'GNUTLS_KX_ECDHE_PSK', - 'value' => '14' - }, - '15' => { - 'name' => 'GNUTLS_KX_RSA_PSK', - 'value' => '15' - }, - '2' => { - 'name' => 'GNUTLS_KX_DHE_DSS', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_KX_DHE_RSA', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_KX_ANON_DH', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_KX_SRP', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_KX_RSA_EXPORT', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_KX_SRP_RSA', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_KX_SRP_DSS', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_KX_PSK', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_kx_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2223' => { - 'Header' => 'gnutls.h', - 'Line' => '223', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRD_CERTIFICATE', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_CRD_ANON', - 'value' => '2' - }, - '2' => { - 'name' => 'GNUTLS_CRD_SRP', - 'value' => '3' - }, - '3' => { - 'name' => 'GNUTLS_CRD_PSK', - 'value' => '4' - }, - '4' => { - 'name' => 'GNUTLS_CRD_IA', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_credentials_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2325' => { - 'Header' => 'gnutls.h', - 'Line' => '263', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_MAC_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_MAC_NULL', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_MAC_AEAD', - 'value' => '200' - }, - '11' => { - 'name' => 'GNUTLS_MAC_UMAC_96', - 'value' => '201' - }, - '12' => { - 'name' => 'GNUTLS_MAC_UMAC_128', - 'value' => '202' - }, - '2' => { - 'name' => 'GNUTLS_MAC_MD5', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_MAC_SHA1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_MAC_RMD160', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_MAC_MD2', - 'value' => '5' - }, - '6' => { - 'name' => 'GNUTLS_MAC_SHA256', - 'value' => '6' - }, - '7' => { - 'name' => 'GNUTLS_MAC_SHA384', - 'value' => '7' - }, - '8' => { - 'name' => 'GNUTLS_MAC_SHA512', - 'value' => '8' - }, - '9' => { - 'name' => 'GNUTLS_MAC_SHA224', - 'value' => '9' - } - }, - 'Name' => 'enum gnutls_mac_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2449' => { - 'Header' => 'gnutls.h', - 'Line' => '316', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_COMP_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_COMP_NULL', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_COMP_DEFLATE', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_COMP_ZLIB', - 'value' => '2' - } - }, - 'Name' => 'enum gnutls_compression_method_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2572' => { - 'Header' => 'gnutls.h', - 'Line' => '457', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_REQUEST', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_KEY_EXCHANGE', - 'value' => '16' - }, - '11' => { - 'name' => 'GNUTLS_HANDSHAKE_FINISHED', - 'value' => '20' - }, - '12' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_STATUS', - 'value' => '22' - }, - '13' => { - 'name' => 'GNUTLS_HANDSHAKE_SUPPLEMENTAL', - 'value' => '23' - }, - '14' => { - 'name' => 'GNUTLS_HANDSHAKE_CHANGE_CIPHER_SPEC', - 'value' => '254' - }, - '15' => { - 'name' => 'GNUTLS_HANDSHAKE_CLIENT_HELLO_V2', - 'value' => '1024' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_HANDSHAKE_HELLO_VERIFY_REQUEST', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_HANDSHAKE_NEW_SESSION_TICKET', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_PKT', - 'value' => '11' - }, - '6' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_KEY_EXCHANGE', - 'value' => '12' - }, - '7' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_REQUEST', - 'value' => '13' - }, - '8' => { - 'name' => 'GNUTLS_HANDSHAKE_SERVER_HELLO_DONE', - 'value' => '14' - }, - '9' => { - 'name' => 'GNUTLS_HANDSHAKE_CERTIFICATE_VERIFY', - 'value' => '15' - } - }, - 'Name' => 'enum gnutls_handshake_description_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2670' => { - 'Header' => 'gnutls.h', - 'Line' => '579', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SSL3', - 'value' => '1' - }, - '1' => { - 'name' => 'GNUTLS_TLS1_0', - 'value' => '2' - }, - '10' => { - 'name' => 'GNUTLS_TLS_VERSION_MAX', - 'value' => '4' - }, - '11' => { - 'name' => 'GNUTLS_VERSION_UNKNOWN', - 'value' => '255' - }, - '2' => { - 'name' => 'GNUTLS_TLS1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_TLS1_1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_TLS1_2', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_DTLS0_9', - 'value' => '200' - }, - '6' => { - 'name' => 'GNUTLS_DTLS1_0', - 'value' => '201' - }, - '7' => { - 'name' => 'GNUTLS_DTLS1_2', - 'value' => '202' - }, - '8' => { - 'name' => 'GNUTLS_DTLS_VERSION_MIN', - 'value' => '200' - }, - '9' => { - 'name' => 'GNUTLS_DTLS_VERSION_MAX', - 'value' => '202' - } - }, - 'Name' => 'enum gnutls_protocol_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2720' => { - 'Header' => 'gnutls.h', - 'Line' => '595', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CRT_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_CRT_X509', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_CRT_OPENPGP', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_CRT_RAW', - 'value' => '3' - } - }, - 'Name' => 'enum gnutls_certificate_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2802' => { - 'Header' => 'gnutls.h', - 'Line' => '644', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_PK_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_PK_RSA', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_PK_DSA', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_PK_DH', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_PK_EC', - 'value' => '4' - } - }, - 'Name' => 'enum gnutls_pk_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '2954' => { - 'Header' => 'gnutls.h', - 'Line' => '696', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SIGN_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA1', - 'value' => '1' - }, - '10' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA512', - 'value' => '8' - }, - '11' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA224', - 'value' => '9' - }, - '12' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA224', - 'value' => '10' - }, - '13' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA256', - 'value' => '11' - }, - '14' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA1', - 'value' => '12' - }, - '15' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA224', - 'value' => '13' - }, - '16' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA256', - 'value' => '14' - }, - '17' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA384', - 'value' => '15' - }, - '18' => { - 'name' => 'GNUTLS_SIGN_ECDSA_SHA512', - 'value' => '16' - }, - '19' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA384', - 'value' => '17' - }, - '2' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA', - 'value' => '1' - }, - '20' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA512', - 'value' => '18' - }, - '3' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA1', - 'value' => '2' - }, - '4' => { - 'name' => 'GNUTLS_SIGN_DSA_SHA', - 'value' => '2' - }, - '5' => { - 'name' => 'GNUTLS_SIGN_RSA_MD5', - 'value' => '3' - }, - '6' => { - 'name' => 'GNUTLS_SIGN_RSA_MD2', - 'value' => '4' - }, - '7' => { - 'name' => 'GNUTLS_SIGN_RSA_RMD160', - 'value' => '5' - }, - '8' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA256', - 'value' => '6' - }, - '9' => { - 'name' => 'GNUTLS_SIGN_RSA_SHA384', - 'value' => '7' - } - }, - 'Name' => 'enum gnutls_sign_algorithm_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3016' => { - 'Header' => 'gnutls.h', - 'Line' => '716', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_ECC_CURVE_INVALID', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP224R1', - 'value' => '1' - }, - '2' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP256R1', - 'value' => '2' - }, - '3' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP384R1', - 'value' => '3' - }, - '4' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP521R1', - 'value' => '4' - }, - '5' => { - 'name' => 'GNUTLS_ECC_CURVE_SECP192R1', - 'value' => '5' - } - }, - 'Name' => 'enum gnutls_ecc_curve_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3102' => { - 'Header' => 'gnutls.h', - 'Line' => '750', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_SEC_PARAM_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_SEC_PARAM_INSECURE', - 'value' => '5' - }, - '2' => { - 'name' => 'GNUTLS_SEC_PARAM_EXPORT', - 'value' => '10' - }, - '3' => { - 'name' => 'GNUTLS_SEC_PARAM_VERY_WEAK', - 'value' => '15' - }, - '4' => { - 'name' => 'GNUTLS_SEC_PARAM_WEAK', - 'value' => '20' - }, - '5' => { - 'name' => 'GNUTLS_SEC_PARAM_LOW', - 'value' => '25' - }, - '6' => { - 'name' => 'GNUTLS_SEC_PARAM_LEGACY', - 'value' => '30' - }, - '7' => { - 'name' => 'GNUTLS_SEC_PARAM_MEDIUM', - 'value' => '35' - }, - '8' => { - 'name' => 'GNUTLS_SEC_PARAM_HIGH', - 'value' => '40' - }, - '9' => { - 'name' => 'GNUTLS_SEC_PARAM_ULTRA', - 'value' => '45' - } - }, - 'Name' => 'enum gnutls_sec_param_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '3114' => { - 'BaseType' => '152', - 'Header' => 'gnutls.h', - 'Line' => '769', - 'Name' => 'gnutls_transport_ptr_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3126' => { - 'BaseType' => '3138', - 'Header' => 'gnutls.h', - 'Line' => '772', - 'Name' => 'gnutls_session_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3138' => { - 'BaseType' => '3144', - 'Name' => 'struct gnutls_session_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3144' => { - 'Header' => 'gnutls_int.h', - 'Line' => '1007', - 'Memb' => { - '0' => { - 'name' => 'security_parameters', - 'offset' => '0', - 'type' => '9290' - }, - '1' => { - 'name' => 'record_parameters', - 'offset' => '224', - 'type' => '11358' - }, - '2' => { - 'name' => 'internals', - 'offset' => '352', - 'type' => '11346' - }, - '3' => { - 'name' => 'key', - 'offset' => '4512', - 'type' => '7420' - } - }, - 'Name' => 'struct gnutls_session_int', - 'Size' => '4968', - 'Type' => 'Struct' - }, - '3213' => { - 'BaseType' => '3225', - 'Header' => 'gnutls.h', - 'Line' => '775', - 'Name' => 'gnutls_dh_params_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3225' => { - 'BaseType' => '3231', - 'Name' => 'struct gnutls_dh_params_int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3231' => { - 'Header' => 'gnutls_int.h', - 'Line' => '696', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '7398' - }, - '1' => { - 'name' => 'q_bits', - 'offset' => '16', - 'type' => '98' - } - }, - 'Name' => 'struct gnutls_dh_params_int', - 'Size' => '24', - 'Type' => 'Struct' - }, - '3271' => { - 'Header' => 'gnutls_int.h', - 'Line' => '648', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '9370' - }, - '1' => { - 'name' => 'mac', - 'offset' => '132', - 'type' => '9370' - }, - '10' => { - 'name' => 'allow_large_records', - 'offset' => '1058', - 'type' => '8202' - }, - '11' => { - 'name' => 'dumbfw', - 'offset' => '1060', - 'type' => '77' - }, - '12' => { - 'name' => 'sr', - 'offset' => '1064', - 'type' => '9420' - }, - '13' => { - 'name' => 'min_record_version', - 'offset' => '1068', - 'type' => '8202' - }, - '14' => { - 'name' => 'server_precedence', - 'offset' => '1069', - 'type' => '8202' - }, - '15' => { - 'name' => 'allow_wrong_pms', - 'offset' => '1070', - 'type' => '8202' - }, - '16' => { - 'name' => 'no_tickets', - 'offset' => '1071', - 'type' => '8202' - }, - '17' => { - 'name' => 'no_etm', - 'offset' => '1072', - 'type' => '8202' - }, - '18' => { - 'name' => 'have_cbc', - 'offset' => '1073', - 'type' => '8202' - }, - '19' => { - 'name' => 'stateless_compression', - 'offset' => '1074', - 'type' => '8202' - }, - '2' => { - 'name' => 'kx', - 'offset' => '264', - 'type' => '9370' - }, - '20' => { - 'name' => 'additional_verify_flags', - 'offset' => '1076', - 'type' => '77' - }, - '21' => { - 'name' => 'level', - 'offset' => '1080', - 'type' => '3102' - }, - '22' => { - 'name' => 'dh_prime_bits', - 'offset' => '1084', - 'type' => '77' - }, - '3' => { - 'name' => 'compression', - 'offset' => '396', - 'type' => '9370' - }, - '4' => { - 'name' => 'protocol', - 'offset' => '528', - 'type' => '9370' - }, - '5' => { - 'name' => 'cert_type', - 'offset' => '660', - 'type' => '9370' - }, - '6' => { - 'name' => 'sign_algo', - 'offset' => '792', - 'type' => '9370' - }, - '7' => { - 'name' => 'supported_ecc', - 'offset' => '924', - 'type' => '9370' - }, - '8' => { - 'name' => 'no_extensions', - 'offset' => '1056', - 'type' => '8202' - }, - '9' => { - 'name' => 'no_ext_master_secret', - 'offset' => '1057', - 'type' => '8202' - } - }, - 'Name' => 'struct gnutls_priority_st', - 'Size' => '1088', - 'Type' => 'Struct' - }, - '3640' => { - 'BaseType' => '63', - 'Name' => 'unsigned char*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3646' => { - 'Header' => 'gnutls.h', - 'Line' => '787', - 'Memb' => { - '0' => { - 'name' => 'data', - 'offset' => '0', - 'type' => '3640' - }, - '1' => { - 'name' => 'size', - 'offset' => '8', - 'type' => '77' - } - }, - 'Name' => 'struct gnutls_datum_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '3664' => { - 'Header' => 'gnutls_int.h', - 'Line' => '310', - 'Memb' => { - '0' => { - 'name' => 'next', - 'offset' => '0', - 'type' => '7003' - }, - '1' => { - 'name' => 'prev', - 'offset' => '8', - 'type' => '7003' - }, - '10' => { - 'name' => 'handshake_sequence', - 'offset' => '72', - 'type' => '816' - }, - '2' => { - 'name' => 'mark', - 'offset' => '16', - 'type' => '45' - }, - '3' => { - 'name' => 'msg', - 'offset' => '24', - 'type' => '3646' - }, - '4' => { - 'name' => 'maximum_size', - 'offset' => '40', - 'type' => '45' - }, - '5' => { - 'name' => 'uhead_mark', - 'offset' => '48', - 'type' => '77' - }, - '6' => { - 'name' => 'type', - 'offset' => '52', - 'type' => '6771' - }, - '7' => { - 'name' => 'record_sequence', - 'offset' => '56', - 'type' => '5354' - }, - '8' => { - 'name' => 'epoch', - 'offset' => '64', - 'type' => '816' - }, - '9' => { - 'name' => 'htype', - 'offset' => '68', - 'type' => '2572' - } - }, - 'Name' => 'struct mbuffer_st', - 'Size' => '80', - 'Type' => 'Struct' - }, - '3821' => { - 'BaseType' => '3833', - 'Header' => 'gnutls.h', - 'Line' => '1229', - 'Name' => 'gnutls_db_store_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3833' => { - 'Name' => 'int(*)(void*, gnutls_datum_t, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '3646' - }, - '2' => { - 'type' => '3646' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3864' => { - 'BaseType' => '3876', - 'Header' => 'gnutls.h', - 'Line' => '1231', - 'Name' => 'gnutls_db_remove_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3876' => { - 'Name' => 'int(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '3646' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3902' => { - 'BaseType' => '3914', - 'Header' => 'gnutls.h', - 'Line' => '1232', - 'Name' => 'gnutls_db_retr_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3914' => { - 'Name' => 'gnutls_datum_t(*)(void*, gnutls_datum_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '3646' - } - }, - 'Return' => '3646', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3940' => { - 'BaseType' => '3952', - 'Header' => 'gnutls.h', - 'Line' => '1267', - 'Name' => 'gnutls_handshake_hook_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '3952' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned int, unsigned int, unsigned int, gnutls_datum_t const*)', - 'Param' => { - '0' => { - 'type' => '3126' - }, - '1' => { - 'type' => '77' - }, - '2' => { - 'type' => '77' - }, - '3' => { - 'type' => '77' - }, - '4' => { - 'type' => '3993' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '3993' => { - 'BaseType' => '3999', - 'Name' => 'gnutls_datum_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3999' => { - 'BaseType' => '3646', - 'Name' => 'gnutls_datum_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '4004' => { - 'BaseType' => '4016', - 'Header' => 'gnutls.h', - 'Line' => '1276', - 'Name' => 'gnutls_handshake_post_client_hello_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4016' => { - 'Name' => 'int(*)(gnutls_session_t)', - 'Param' => { - '0' => { - 'type' => '3126' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4037' => { - 'BaseType' => '4049', - 'Header' => 'gnutls.h', - 'Line' => '1304', - 'Name' => 'gnutls_pubkey_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4049' => { - 'BaseType' => '4055', - 'Name' => 'struct gnutls_pubkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4055' => { - 'Name' => 'struct gnutls_pubkey_st', - 'Type' => 'Struct' - }, - '4060' => { - 'BaseType' => '4066', - 'Name' => 'struct gnutls_privkey_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4066' => { - 'Name' => 'struct gnutls_privkey_st', - 'Type' => 'Struct' - }, - '4117' => { - 'BaseType' => '3646', - 'Name' => 'gnutls_datum_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4173' => { - 'Name' => 'void(*)(void*)', - 'Param' => { - '0' => { - 'type' => '152' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4226' => { - 'Header' => 'gnutls.h', - 'Line' => '1610', - 'Memb' => { - '0' => { - 'name' => 'iov_base', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'iov_len', - 'offset' => '8', - 'type' => '45' - } - }, - 'Name' => 'struct giovec_t', - 'Size' => '16', - 'Type' => 'Struct' - }, - '4238' => { - 'BaseType' => '4250', - 'Header' => 'gnutls.h', - 'Line' => '1612', - 'Name' => 'gnutls_pull_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4250' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '3114' - }, - '1' => { - 'type' => '152' - }, - '2' => { - 'type' => '45' - } - }, - 'Return' => '690', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4281' => { - 'BaseType' => '4293', - 'Header' => 'gnutls.h', - 'Line' => '1614', - 'Name' => 'gnutls_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4293' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '3114' - }, - '1' => { - 'type' => '798' - }, - '2' => { - 'type' => '45' - } - }, - 'Return' => '690', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4324' => { - 'BaseType' => '4336', - 'Header' => 'gnutls.h', - 'Line' => '1618', - 'Name' => 'gnutls_pull_timeout_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4336' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t, unsigned int)', - 'Param' => { - '0' => { - 'type' => '3114' - }, - '1' => { - 'type' => '77' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4362' => { - 'BaseType' => '4374', - 'Header' => 'gnutls.h', - 'Line' => '1621', - 'Name' => 'gnutls_vec_push_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4374' => { - 'Name' => 'ssize_t(*)(gnutls_transport_ptr_t, giovec_t const*, int)', - 'Param' => { - '0' => { - 'type' => '3114' - }, - '1' => { - 'type' => '4405' - }, - '2' => { - 'type' => '98' - } - }, - 'Return' => '690', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4405' => { - 'BaseType' => '4411', - 'Name' => 'giovec_t const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4411' => { - 'BaseType' => '4226', - 'Name' => 'giovec_t const', - 'Size' => '16', - 'Type' => 'Const' - }, - '4416' => { - 'BaseType' => '4428', - 'Header' => 'gnutls.h', - 'Line' => '1624', - 'Name' => 'gnutls_errno_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4428' => { - 'Name' => 'int(*)(gnutls_transport_ptr_t)', - 'Param' => { - '0' => { - 'type' => '3114' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '4449' => { - 'Header' => 'gnutls_str.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => 'allocd', - 'offset' => '0', - 'type' => '6662' - }, - '1' => { - 'name' => 'data', - 'offset' => '8', - 'type' => '6662' - }, - '2' => { - 'name' => 'max_length', - 'offset' => '16', - 'type' => '45' - }, - '3' => { - 'name' => 'length', - 'offset' => '24', - 'type' => '45' - } - }, - 'Name' => 'struct gnutls_buffer_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '45' => { - 'BaseType' => '56', - 'Header' => 'stddef.h', - 'Line' => '216', - 'Name' => 'size_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4510' => { - 'BaseType' => '152', - 'Header' => 'gnutls.h', - 'Line' => '2240', - 'Name' => 'gnutls_ext_priv_data_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4522' => { - 'BaseType' => '4528', - 'Name' => 'unsigned char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4528' => { - 'BaseType' => '63', - 'Name' => 'unsigned char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '4533' => { - 'Header' => 'dane.h', - 'Line' => '39', - 'Memb' => { - '0' => { - 'name' => 'DANE_CERT_USAGE_CA', - 'value' => '0' - }, - '1' => { - 'name' => 'DANE_CERT_USAGE_EE', - 'value' => '1' - }, - '2' => { - 'name' => 'DANE_CERT_USAGE_LOCAL_CA', - 'value' => '2' - }, - '3' => { - 'name' => 'DANE_CERT_USAGE_LOCAL_EE', - 'value' => '3' - } - }, - 'Name' => 'enum dane_cert_usage_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4574' => { - 'BaseType' => '4533', - 'Header' => 'dane.h', - 'Line' => '44', - 'Name' => 'dane_cert_usage_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '4585' => { - 'Header' => 'dane.h', - 'Line' => '53', - 'Memb' => { - '0' => { - 'name' => 'DANE_CERT_X509', - 'value' => '0' - }, - '1' => { - 'name' => 'DANE_CERT_PK', - 'value' => '1' - } - }, - 'Name' => 'enum dane_cert_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4614' => { - 'BaseType' => '4585', - 'Header' => 'dane.h', - 'Line' => '56', - 'Name' => 'dane_cert_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '4625' => { - 'Header' => 'dane.h', - 'Line' => '66', - 'Memb' => { - '0' => { - 'name' => 'DANE_MATCH_EXACT', - 'value' => '0' - }, - '1' => { - 'name' => 'DANE_MATCH_SHA2_256', - 'value' => '1' - }, - '2' => { - 'name' => 'DANE_MATCH_SHA2_512', - 'value' => '2' - } - }, - 'Name' => 'enum dane_match_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4660' => { - 'BaseType' => '4625', - 'Header' => 'dane.h', - 'Line' => '70', - 'Name' => 'dane_match_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '4671' => { - 'Header' => 'dane.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => 'DANE_QUERY_UNKNOWN', - 'value' => '0' - }, - '1' => { - 'name' => 'DANE_QUERY_DNSSEC_VERIFIED', - 'value' => '1' - }, - '2' => { - 'name' => 'DANE_QUERY_BOGUS', - 'value' => '2' - }, - '3' => { - 'name' => 'DANE_QUERY_NO_DNSSEC', - 'value' => '3' - } - }, - 'Name' => 'enum dane_query_status_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '4712' => { - 'BaseType' => '4671', - 'Header' => 'dane.h', - 'Line' => '86', - 'Name' => 'dane_query_status_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '4723' => { - 'BaseType' => '4734', - 'Header' => 'dane.h', - 'Line' => '88', - 'Name' => 'dane_state_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4734' => { - 'BaseType' => '4740', - 'Name' => 'struct dane_state_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4740' => { - 'Line' => '57', - 'Memb' => { - '0' => { - 'name' => 'ctx', - 'offset' => '0', - 'type' => '11448' - }, - '1' => { - 'name' => 'flags', - 'offset' => '8', - 'type' => '77' - } - }, - 'Name' => 'struct dane_state_st', - 'Size' => '16', - 'Source' => 'dane.c', - 'Type' => 'Struct' - }, - '4777' => { - 'BaseType' => '4788', - 'Header' => 'dane.h', - 'Line' => '89', - 'Name' => 'dane_query_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4788' => { - 'BaseType' => '4794', - 'Name' => 'struct dane_query_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '4794' => { - 'Line' => '62', - 'Memb' => { - '0' => { - 'name' => 'result', - 'offset' => '0', - 'type' => '1828' - }, - '1' => { - 'name' => 'data_entries', - 'offset' => '8', - 'type' => '77' - }, - '2' => { - 'name' => 'usage', - 'offset' => '12', - 'type' => '11454' - }, - '3' => { - 'name' => 'type', - 'offset' => '412', - 'type' => '11470' - }, - '4' => { - 'name' => 'match', - 'offset' => '812', - 'type' => '11486' - }, - '5' => { - 'name' => 'data', - 'offset' => '1216', - 'type' => '11502' - }, - '6' => { - 'name' => 'flags', - 'offset' => '2816', - 'type' => '77' - }, - '7' => { - 'name' => 'status', - 'offset' => '2820', - 'type' => '4712' - } - }, - 'Name' => 'struct dane_query_st', - 'Size' => '2824', - 'Source' => 'dane.c', - 'Type' => 'Struct' - }, - '5014' => { - 'BaseType' => '5026', - 'Header' => 'openpgp.h', - 'Line' => '317', - 'Name' => 'gnutls_openpgp_recv_key_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '5026' => { - 'Name' => 'int(*)(gnutls_session_t, unsigned char const*, unsigned int, gnutls_datum_t*)', - 'Param' => { - '0' => { - 'type' => '3126' - }, - '1' => { - 'type' => '4522' - }, - '2' => { - 'type' => '77' - }, - '3' => { - 'type' => '4117' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5062' => { - 'Header' => 'abstract.h', - 'Line' => '451', - 'Memb' => { - '0' => { - 'name' => 'pubkey', - 'offset' => '0', - 'type' => '4037' - }, - '1' => { - 'name' => 'cert', - 'offset' => '8', - 'type' => '3646' - }, - '2' => { - 'name' => 'type', - 'offset' => '24', - 'type' => '2720' - } - }, - 'Name' => 'struct gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '5115' => { - 'BaseType' => '5062', - 'Header' => 'abstract.h', - 'Line' => '455', - 'Name' => 'gnutls_pcert_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '5127' => { - 'BaseType' => '5115', - 'Name' => 'gnutls_pcert_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5133' => { - 'BaseType' => '77', - 'Name' => 'unsigned int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '5139' => { - 'Name' => 'int(*)(void*, void const*, size_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '798' - }, - '2' => { - 'type' => '45' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5170' => { - 'Name' => 'int(*)(void*, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '798' - }, - '2' => { - 'type' => '45' - }, - '3' => { - 'type' => '152' - }, - '4' => { - 'type' => '45' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5211' => { - 'Name' => 'void(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '152' - }, - '2' => { - 'type' => '45' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5238' => { - 'Name' => 'int(*)(void*, void const*, size_t, void const*, size_t, size_t, void const*, size_t, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '798' - }, - '2' => { - 'type' => '45' - }, - '3' => { - 'type' => '798' - }, - '4' => { - 'type' => '45' - }, - '5' => { - 'type' => '45' - }, - '6' => { - 'type' => '798' - }, - '7' => { - 'type' => '45' - }, - '8' => { - 'type' => '152' - }, - '9' => { - 'type' => '45' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5304' => { - 'Name' => 'int(*)(void*, void*, size_t)', - 'Param' => { - '0' => { - 'type' => '152' - }, - '1' => { - 'type' => '152' - }, - '2' => { - 'type' => '45' - } - }, - 'Return' => '98', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '5354' => { - 'Header' => 'gnutls_int.h', - 'Line' => '91', - 'Memb' => { - '0' => { - 'name' => 'i', - 'offset' => '0', - 'type' => '1613' - } - }, - 'Name' => 'struct uint64', - 'Size' => '8', - 'Type' => 'Struct' - }, - '5413' => { - 'Header' => 'gnutls_int.h', - 'Line' => '146', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'GNUTLS_DGRAM', - 'value' => '1' - } - }, - 'Name' => 'enum transport_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '5442' => { - 'BaseType' => '5413', - 'Header' => 'gnutls_int.h', - 'Line' => '149', - 'Name' => 'transport_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5453' => { - 'Header' => 'gnutls_int.h', - 'Line' => '151', - 'Memb' => { - '0' => { - 'name' => 'RECORD_FLUSH', - 'value' => '0' - }, - '1' => { - 'name' => 'RECORD_CORKED', - 'value' => '1' - } - }, - 'Name' => 'enum record_flush_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '5482' => { - 'BaseType' => '5453', - 'Header' => 'gnutls_int.h', - 'Line' => '154', - 'Name' => 'record_flush_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '5493' => { - 'BaseType' => '152', - 'Header' => 'crypto-backend.h', - 'Line' => '84', - 'Name' => 'bigint_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '56' => { - 'Name' => 'unsigned long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '63' => { - 'Name' => 'unsigned char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '6341' => { - 'BaseType' => '5493', - 'Name' => 'bigint_t[16]', - 'Size' => '128', - 'Type' => 'Array' - }, - '6357' => { - 'Header' => 'crypto-backend.h', - 'Line' => '177', - 'Memb' => { - '0' => { - 'name' => 'params', - 'offset' => '0', - 'type' => '6341' - }, - '1' => { - 'name' => 'params_nr', - 'offset' => '128', - 'type' => '77' - }, - '2' => { - 'name' => 'flags', - 'offset' => '132', - 'type' => '77' - }, - '3' => { - 'name' => 'algo', - 'offset' => '136', - 'type' => '2802' - } - }, - 'Name' => 'struct gnutls_pk_params_st', - 'Size' => '144', - 'Type' => 'Struct' - }, - '6368' => { - 'Header' => 'gnutls_int.h', - 'Line' => '220', - 'Memb' => { - '0' => { - 'name' => 'STATE0', - 'value' => '0' - }, - '1' => { - 'name' => 'STATE1', - 'value' => '1' - }, - '10' => { - 'name' => 'STATE10', - 'value' => '10' - }, - '11' => { - 'name' => 'STATE11', - 'value' => '11' - }, - '12' => { - 'name' => 'STATE12', - 'value' => '12' - }, - '13' => { - 'name' => 'STATE13', - 'value' => '13' - }, - '14' => { - 'name' => 'STATE14', - 'value' => '14' - }, - '15' => { - 'name' => 'STATE15', - 'value' => '15' - }, - '16' => { - 'name' => 'STATE16', - 'value' => '16' - }, - '17' => { - 'name' => 'STATE17', - 'value' => '17' - }, - '18' => { - 'name' => 'STATE18', - 'value' => '18' - }, - '19' => { - 'name' => 'STATE20', - 'value' => '20' - }, - '2' => { - 'name' => 'STATE2', - 'value' => '2' - }, - '20' => { - 'name' => 'STATE21', - 'value' => '21' - }, - '21' => { - 'name' => 'STATE22', - 'value' => '22' - }, - '22' => { - 'name' => 'STATE30', - 'value' => '30' - }, - '23' => { - 'name' => 'STATE31', - 'value' => '31' - }, - '24' => { - 'name' => 'STATE40', - 'value' => '40' - }, - '25' => { - 'name' => 'STATE41', - 'value' => '41' - }, - '26' => { - 'name' => 'STATE50', - 'value' => '50' - }, - '27' => { - 'name' => 'STATE60', - 'value' => '60' - }, - '28' => { - 'name' => 'STATE61', - 'value' => '61' - }, - '29' => { - 'name' => 'STATE62', - 'value' => '62' - }, - '3' => { - 'name' => 'STATE3', - 'value' => '3' - }, - '4' => { - 'name' => 'STATE4', - 'value' => '4' - }, - '5' => { - 'name' => 'STATE5', - 'value' => '5' - }, - '6' => { - 'name' => 'STATE6', - 'value' => '6' - }, - '7' => { - 'name' => 'STATE7', - 'value' => '7' - }, - '8' => { - 'name' => 'STATE8', - 'value' => '8' - }, - '9' => { - 'name' => 'STATE9', - 'value' => '9' - } - }, - 'Name' => 'enum handshake_state_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '6565' => { - 'BaseType' => '6368', - 'Header' => 'gnutls_int.h', - 'Line' => '227', - 'Name' => 'handshake_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '6576' => { - 'Header' => 'gnutls_int.h', - 'Line' => '229', - 'Memb' => { - '0' => { - 'name' => 'SHB_SEND1', - 'value' => '0' - }, - '1' => { - 'name' => 'SHB_SEND2', - 'value' => '1' - }, - '2' => { - 'name' => 'SHB_RECV', - 'value' => '2' - } - }, - 'Name' => 'enum heartbeat_state_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '6611' => { - 'BaseType' => '6576', - 'Header' => 'gnutls_int.h', - 'Line' => '233', - 'Name' => 'heartbeat_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '6622' => { - 'Header' => 'gnutls_int.h', - 'Line' => '235', - 'Memb' => { - '0' => { - 'name' => 'RECV_STATE_0', - 'value' => '0' - }, - '1' => { - 'name' => 'RECV_STATE_DTLS_RETRANSMIT', - 'value' => '1' - } - }, - 'Name' => 'enum recv_state_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '6651' => { - 'BaseType' => '6622', - 'Header' => 'gnutls_int.h', - 'Line' => '238', - 'Name' => 'recv_state_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '6662' => { - 'BaseType' => '805', - 'Name' => 'uint8_t*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '6668' => { - 'BaseType' => '4449', - 'Header' => 'gnutls_str.h', - 'Line' => '42', - 'Name' => 'gnutls_buffer_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '6711' => { - 'Header' => 'gnutls_int.h', - 'Line' => '268', - 'Memb' => { - '0' => { - 'name' => 'CIPHER_STREAM', - 'value' => '0' - }, - '1' => { - 'name' => 'CIPHER_BLOCK', - 'value' => '1' - }, - '2' => { - 'name' => 'CIPHER_AEAD', - 'value' => '2' - } - }, - 'Name' => 'enum cipher_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '6723' => { - 'Header' => 'gnutls_int.h', - 'Line' => '274', - 'Memb' => { - '0' => { - 'name' => 'GNUTLS_CHANGE_CIPHER_SPEC', - 'value' => '20' - }, - '1' => { - 'name' => 'GNUTLS_ALERT', - 'value' => '21' - }, - '2' => { - 'name' => 'GNUTLS_HANDSHAKE', - 'value' => '22' - }, - '3' => { - 'name' => 'GNUTLS_APPLICATION_DATA', - 'value' => '23' - }, - '4' => { - 'name' => 'GNUTLS_HEARTBEAT', - 'value' => '24' - } - }, - 'Name' => 'enum content_type_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '6771' => { - 'BaseType' => '6723', - 'Header' => 'gnutls_int.h', - 'Line' => '278', - 'Name' => 'content_type_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '679' => { - 'BaseType' => '685', - 'Name' => 'char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '685' => { - 'BaseType' => '182', - 'Name' => 'char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '6897' => { - 'BaseType' => '805', - 'Name' => 'uint8_t[12]', - 'Size' => '12', - 'Type' => 'Array' - }, - '690' => { - 'BaseType' => '154', - 'Header' => 'stdio.h', - 'Line' => '102', - 'Name' => 'ssize_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '6913' => { - 'Header' => 'gnutls_int.h', - 'Line' => '308', - 'Memb' => { - '0' => { - 'name' => 'htype', - 'offset' => '0', - 'type' => '2572' - }, - '1' => { - 'name' => 'length', - 'offset' => '4', - 'type' => '827' - }, - '2' => { - 'name' => 'sequence', - 'offset' => '8', - 'type' => '816' - }, - '3' => { - 'name' => 'start_offset', - 'offset' => '12', - 'type' => '827' - }, - '4' => { - 'name' => 'end_offset', - 'offset' => '16', - 'type' => '827' - }, - '5' => { - 'name' => 'header', - 'offset' => '20', - 'type' => '6897' - }, - '6' => { - 'name' => 'header_size', - 'offset' => '32', - 'type' => '98' - }, - '7' => { - 'name' => 'data', - 'offset' => '40', - 'type' => '6668' - } - }, - 'Name' => 'struct handshake_buffer_st', - 'Size' => '72', - 'Type' => 'Struct' - }, - '6925' => { - 'BaseType' => '3664', - 'Header' => 'gnutls_int.h', - 'Line' => '349', - 'Name' => 'mbuffer_st', - 'Size' => '80', - 'Type' => 'Typedef' - }, - '6937' => { - 'Header' => 'gnutls_int.h', - 'Line' => '351', - 'Memb' => { - '0' => { - 'name' => 'head', - 'offset' => '0', - 'type' => '7003' - }, - '1' => { - 'name' => 'tail', - 'offset' => '8', - 'type' => '7003' - }, - '2' => { - 'name' => 'length', - 'offset' => '16', - 'type' => '77' - }, - '3' => { - 'name' => 'byte_length', - 'offset' => '24', - 'type' => '45' - } - }, - 'Name' => 'struct mbuffer_head_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '70' => { - 'Name' => 'unsigned short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '7003' => { - 'BaseType' => '6925', - 'Name' => 'mbuffer_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7009' => { - 'BaseType' => '6937', - 'Header' => 'gnutls_int.h', - 'Line' => '357', - 'Name' => 'mbuffer_head_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '7021' => { - 'Header' => 'gnutls_int.h', - 'Line' => '362', - 'Memb' => { - '0' => { - 'name' => 'algorithm', - 'offset' => '0', - 'type' => '2223' - }, - '1' => { - 'name' => 'credentials', - 'offset' => '8', - 'type' => '152' - }, - '2' => { - 'name' => 'next', - 'offset' => '16', - 'type' => '7414' - } - }, - 'Name' => 'struct auth_cred_st', - 'Size' => '24', - 'Type' => 'Struct' - }, - '7080' => { - 'BaseType' => '7021', - 'Header' => 'gnutls_int.h', - 'Line' => '369', - 'Name' => 'auth_cred_st', - 'Size' => '24', - 'Type' => 'Typedef' - }, - '7092' => { - 'Header' => 'gnutls_int.h', - 'Line' => '371', - 'Memb' => { - '0' => { - 'name' => 'ecdh_params', - 'offset' => '0', - 'type' => '6357' - }, - '1' => { - 'name' => 'ecdh_x', - 'offset' => '144', - 'type' => '5493' - }, - '10' => { - 'name' => 'B', - 'offset' => '360', - 'type' => '5493' - }, - '11' => { - 'name' => 'u', - 'offset' => '368', - 'type' => '5493' - }, - '12' => { - 'name' => 'b', - 'offset' => '376', - 'type' => '5493' - }, - '13' => { - 'name' => 'a', - 'offset' => '384', - 'type' => '5493' - }, - '14' => { - 'name' => 'x', - 'offset' => '392', - 'type' => '5493' - }, - '15' => { - 'name' => 'rsa', - 'offset' => '400', - 'type' => '7398' - }, - '16' => { - 'name' => 'auth_info', - 'offset' => '416', - 'type' => '152' - }, - '17' => { - 'name' => 'auth_info_type', - 'offset' => '424', - 'type' => '2223' - }, - '18' => { - 'name' => 'auth_info_size', - 'offset' => '428', - 'type' => '98' - }, - '19' => { - 'name' => 'crypt_algo', - 'offset' => '432', - 'type' => '805' - }, - '2' => { - 'name' => 'ecdh_y', - 'offset' => '152', - 'type' => '5493' - }, - '20' => { - 'name' => 'cred', - 'offset' => '440', - 'type' => '7414' - }, - '21' => { - 'name' => 'crt_requested', - 'offset' => '448', - 'type' => '98' - }, - '3' => { - 'name' => 'key', - 'offset' => '160', - 'type' => '3646' - }, - '4' => { - 'name' => 'dh_params', - 'offset' => '176', - 'type' => '6357' - }, - '5' => { - 'name' => 'client_Y', - 'offset' => '320', - 'type' => '5493' - }, - '6' => { - 'name' => 'srp_key', - 'offset' => '328', - 'type' => '5493' - }, - '7' => { - 'name' => 'srp_g', - 'offset' => '336', - 'type' => '5493' - }, - '8' => { - 'name' => 'srp_p', - 'offset' => '344', - 'type' => '5493' - }, - '9' => { - 'name' => 'A', - 'offset' => '352', - 'type' => '5493' - } - }, - 'Name' => 'struct gnutls_key_st', - 'Size' => '456', - 'Type' => 'Struct' - }, - '715' => { - 'BaseType' => '141', - 'Header' => 'time.h', - 'Line' => '75', - 'Name' => 'time_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '726' => { - 'BaseType' => '91', - 'Header' => 'types.h', - 'Line' => '195', - 'Name' => 'int16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '737' => { - 'Header' => 'time.h', - 'Line' => '120', - 'Memb' => { - '0' => { - 'name' => 'tv_sec', - 'offset' => '0', - 'type' => '141' - }, - '1' => { - 'name' => 'tv_nsec', - 'offset' => '8', - 'type' => '165' - } - }, - 'Name' => 'struct timespec', - 'Size' => '16', - 'Type' => 'Struct' - }, - '7398' => { - 'BaseType' => '5493', - 'Name' => 'bigint_t[2]', - 'Size' => '16', - 'Type' => 'Array' - }, - '7414' => { - 'BaseType' => '7080', - 'Name' => 'auth_cred_st*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7420' => { - 'BaseType' => '7092', - 'Header' => 'gnutls_int.h', - 'Line' => '422', - 'Name' => 'gnutls_key_st', - 'Size' => '456', - 'Type' => 'Typedef' - }, - '7432' => { - 'BaseType' => '7444', - 'Header' => 'gnutls_int.h', - 'Line' => '430', - 'Name' => 'record_state_st', - 'Size' => '224', - 'Type' => 'Typedef' - }, - '7444' => { - 'Header' => 'gnutls_int.h', - 'Line' => '591', - 'Memb' => { - '0' => { - 'name' => 'mac_secret', - 'offset' => '0', - 'type' => '3646' - }, - '1' => { - 'name' => 'IV', - 'offset' => '16', - 'type' => '3646' - }, - '2' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '3646' - }, - '3' => { - 'name' => 'cipher_state', - 'offset' => '48', - 'type' => '8853' - }, - '4' => { - 'name' => 'compression_state', - 'offset' => '200', - 'type' => '8901' - }, - '5' => { - 'name' => 'sequence_number', - 'offset' => '216', - 'type' => '5354' - } - }, - 'Name' => 'struct record_state_st', - 'Size' => '224', - 'Type' => 'Struct' - }, - '7535' => { - 'BaseType' => '7547', - 'Header' => 'gnutls_int.h', - 'Line' => '433', - 'Name' => 'record_parameters_st', - 'Size' => '1016', - 'Type' => 'Typedef' - }, - '7547' => { - 'Header' => 'gnutls_int.h', - 'Line' => '609', - 'Memb' => { - '0' => { - 'name' => 'epoch', - 'offset' => '0', - 'type' => '816' - }, - '1' => { - 'name' => 'initialized', - 'offset' => '4', - 'type' => '98' - }, - '10' => { - 'name' => 'write', - 'offset' => '784', - 'type' => '7432' - }, - '11' => { - 'name' => 'send_nonce', - 'offset' => '1008', - 'type' => '77' - }, - '12' => { - 'name' => 'usage_cnt', - 'offset' => '1012', - 'type' => '98' - }, - '2' => { - 'name' => 'compression_algorithm', - 'offset' => '8', - 'type' => '2449' - }, - '3' => { - 'name' => 'cipher', - 'offset' => '16', - 'type' => '8695' - }, - '4' => { - 'name' => 'etm', - 'offset' => '24', - 'type' => '8202' - }, - '5' => { - 'name' => 'mac', - 'offset' => '32', - 'type' => '8356' - }, - '6' => { - 'name' => 'record_sw', - 'offset' => '40', - 'type' => '9302' - }, - '7' => { - 'name' => 'record_sw_head_idx', - 'offset' => '552', - 'type' => '77' - }, - '8' => { - 'name' => 'record_sw_size', - 'offset' => '556', - 'type' => '77' - }, - '9' => { - 'name' => 'read', - 'offset' => '560', - 'type' => '7432' - } - }, - 'Name' => 'struct record_parameters_st', - 'Size' => '1016', - 'Type' => 'Struct' - }, - '77' => { - 'Name' => 'unsigned int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '7737' => { - 'Header' => 'gnutls_int.h', - 'Line' => '436', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '679' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2049' - }, - '2' => { - 'name' => 'blocksize', - 'offset' => '12', - 'type' => '816' - }, - '3' => { - 'name' => 'keysize', - 'offset' => '14', - 'type' => '816' - }, - '4' => { - 'name' => 'type', - 'offset' => '16', - 'type' => '6711' - }, - '5' => { - 'name' => 'implicit_iv', - 'offset' => '20', - 'type' => '816' - }, - '6' => { - 'name' => 'explicit_iv', - 'offset' => '22', - 'type' => '816' - }, - '7' => { - 'name' => 'cipher_iv', - 'offset' => '24', - 'type' => '816' - }, - '8' => { - 'name' => 'tagsize', - 'offset' => '26', - 'type' => '816' - } - }, - 'Name' => 'struct cipher_entry_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '781' => { - 'BaseType' => '98', - 'Name' => 'int*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7867' => { - 'BaseType' => '7737', - 'Header' => 'gnutls_int.h', - 'Line' => '446', - 'Name' => 'cipher_entry_st', - 'Size' => '32', - 'Type' => 'Typedef' - }, - '787' => { - 'BaseType' => '793', - 'Name' => 'int const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '7879' => { - 'BaseType' => '805', - 'Name' => 'uint8_t[2]', - 'Size' => '2', - 'Type' => 'Array' - }, - '7895' => { - 'Header' => 'gnutls_int.h', - 'Line' => '469', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '679' - }, - '1' => { - 'name' => 'oid', - 'offset' => '8', - 'type' => '679' - }, - '2' => { - 'name' => 'id', - 'offset' => '16', - 'type' => '2325' - }, - '3' => { - 'name' => 'output_size', - 'offset' => '20', - 'type' => '77' - }, - '4' => { - 'name' => 'key_size', - 'offset' => '24', - 'type' => '77' - }, - '5' => { - 'name' => 'nonce_size', - 'offset' => '28', - 'type' => '77' - }, - '6' => { - 'name' => 'placeholder', - 'offset' => '32', - 'type' => '77' - }, - '7' => { - 'name' => 'secure', - 'offset' => '36', - 'type' => '77' - }, - '8' => { - 'name' => 'block_size', - 'offset' => '40', - 'type' => '77' - } - }, - 'Name' => 'struct mac_entry_st', - 'Size' => '48', - 'Type' => 'Struct' - }, - '793' => { - 'BaseType' => '98', - 'Name' => 'int const', - 'Size' => '4', - 'Type' => 'Const' - }, - '798' => { - 'BaseType' => '804', - 'Name' => 'void const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8025' => { - 'BaseType' => '7895', - 'Header' => 'gnutls_int.h', - 'Line' => '479', - 'Name' => 'mac_entry_st', - 'Size' => '48', - 'Type' => 'Typedef' - }, - '804' => { - 'BaseType' => '1', - 'Name' => 'void const', - 'Type' => 'Const' - }, - '805' => { - 'BaseType' => '63', - 'Header' => 'stdint.h', - 'Line' => '48', - 'Name' => 'uint8_t', - 'Size' => '1', - 'Type' => 'Typedef' - }, - '816' => { - 'BaseType' => '70', - 'Header' => 'stdint.h', - 'Line' => '49', - 'Name' => 'uint16_t', - 'Size' => '2', - 'Type' => 'Typedef' - }, - '8202' => { - 'Name' => '_Bool', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '8209' => { - 'Header' => 'gnutls_int.h', - 'Line' => '494', - 'Memb' => { - '0' => { - 'name' => 'name', - 'offset' => '0', - 'type' => '679' - }, - '1' => { - 'name' => 'id', - 'offset' => '8', - 'type' => '2670' - }, - '10' => { - 'name' => 'selectable_prf', - 'offset' => '28', - 'type' => '8202' - }, - '11' => { - 'name' => 'obsolete', - 'offset' => '29', - 'type' => '8202' - }, - '2' => { - 'name' => 'age', - 'offset' => '12', - 'type' => '77' - }, - '3' => { - 'name' => 'major', - 'offset' => '16', - 'type' => '805' - }, - '4' => { - 'name' => 'minor', - 'offset' => '17', - 'type' => '805' - }, - '5' => { - 'name' => 'transport', - 'offset' => '20', - 'type' => '5442' - }, - '6' => { - 'name' => 'supported', - 'offset' => '24', - 'type' => '8202' - }, - '7' => { - 'name' => 'explicit_iv', - 'offset' => '25', - 'type' => '8202' - }, - '8' => { - 'name' => 'extensions', - 'offset' => '26', - 'type' => '8202' - }, - '9' => { - 'name' => 'selectable_sighash', - 'offset' => '27', - 'type' => '8202' - } - }, - 'Name' => 'struct version_entry_st', - 'Size' => '32', - 'Type' => 'Struct' - }, - '8221' => { - 'BaseType' => '5139', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '39', - 'Name' => 'hash_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8232' => { - 'BaseType' => '5139', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '40', - 'Name' => 'nonce_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8243' => { - 'BaseType' => '5304', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '41', - 'Name' => 'output_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8254' => { - 'BaseType' => '4173', - 'Header' => 'gnutls_hash_int.h', - 'Line' => '43', - 'Name' => 'hash_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '827' => { - 'BaseType' => '77', - 'Header' => 'stdint.h', - 'Line' => '51', - 'Name' => 'uint32_t', - 'Size' => '4', - 'Type' => 'Typedef' - }, - '8356' => { - 'BaseType' => '8362', - 'Name' => 'mac_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8362' => { - 'BaseType' => '8025', - 'Name' => 'mac_entry_st const', - 'Size' => '48', - 'Type' => 'Const' - }, - '8367' => { - 'Header' => 'gnutls_hash_int.h', - 'Line' => '55', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '8356' - }, - '1' => { - 'name' => 'hash', - 'offset' => '8', - 'type' => '8221' - }, - '2' => { - 'name' => 'output', - 'offset' => '16', - 'type' => '8243' - }, - '3' => { - 'name' => 'deinit', - 'offset' => '24', - 'type' => '8254' - }, - '4' => { - 'name' => 'key', - 'offset' => '32', - 'type' => '798' - }, - '5' => { - 'name' => 'keysize', - 'offset' => '40', - 'type' => '98' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '152' - } - }, - 'Name' => 'struct digest_hd_st', - 'Size' => '56', - 'Type' => 'Struct' - }, - '838' => { - 'BaseType' => '56', - 'Header' => 'stdint.h', - 'Line' => '55', - 'Name' => 'uint64_t', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8469' => { - 'Header' => 'gnutls_hash_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'e', - 'offset' => '0', - 'type' => '8356' - }, - '1' => { - 'name' => 'mac_len', - 'offset' => '8', - 'type' => '98' - }, - '2' => { - 'name' => 'hash', - 'offset' => '16', - 'type' => '8221' - }, - '3' => { - 'name' => 'setnonce', - 'offset' => '24', - 'type' => '8232' - }, - '4' => { - 'name' => 'output', - 'offset' => '32', - 'type' => '8243' - }, - '5' => { - 'name' => 'deinit', - 'offset' => '40', - 'type' => '8254' - }, - '6' => { - 'name' => 'handle', - 'offset' => '48', - 'type' => '152' - } - }, - 'Name' => 'struct mac_hd_st', - 'Size' => '56', - 'Type' => 'Struct' - }, - '8480' => { - 'BaseType' => '5170', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '33', - 'Name' => 'cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8491' => { - 'BaseType' => '5170', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '35', - 'Name' => 'cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8502' => { - 'BaseType' => '5238', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '37', - 'Name' => 'aead_cipher_encrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8513' => { - 'BaseType' => '5238', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '43', - 'Name' => 'aead_cipher_decrypt_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8524' => { - 'BaseType' => '4173', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '49', - 'Name' => 'cipher_deinit_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8535' => { - 'BaseType' => '5139', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '51', - 'Name' => 'cipher_auth_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8546' => { - 'BaseType' => '5139', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '52', - 'Name' => 'cipher_setiv_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8557' => { - 'BaseType' => '5211', - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '54', - 'Name' => 'cipher_tag_func', - 'Size' => '8', - 'Type' => 'Typedef' - }, - '8695' => { - 'BaseType' => '8701', - 'Name' => 'cipher_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '8701' => { - 'BaseType' => '7867', - 'Name' => 'cipher_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '8706' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '67', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'e', - 'offset' => '8', - 'type' => '8695' - }, - '2' => { - 'name' => 'encrypt', - 'offset' => '16', - 'type' => '8480' - }, - '3' => { - 'name' => 'decrypt', - 'offset' => '24', - 'type' => '8491' - }, - '4' => { - 'name' => 'aead_encrypt', - 'offset' => '32', - 'type' => '8502' - }, - '5' => { - 'name' => 'aead_decrypt', - 'offset' => '40', - 'type' => '8513' - }, - '6' => { - 'name' => 'auth', - 'offset' => '48', - 'type' => '8535' - }, - '7' => { - 'name' => 'tag', - 'offset' => '56', - 'type' => '8557' - }, - '8' => { - 'name' => 'setiv', - 'offset' => '64', - 'type' => '8546' - }, - '9' => { - 'name' => 'deinit', - 'offset' => '72', - 'type' => '8524' - } - }, - 'Name' => 'struct cipher_hd_st', - 'Size' => '80', - 'Type' => 'Struct' - }, - '8717' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '191', - 'Memb' => { - '0' => { - 'name' => 'dig', - 'offset' => '0', - 'type' => '8367' - }, - '1' => { - 'name' => 'mac', - 'offset' => '0', - 'type' => '8469' - } - }, - 'Name' => 'anon-union-gnutls_cipher_int.h-191', - 'Size' => '56', - 'Type' => 'Union' - }, - '8853' => { - 'Header' => 'gnutls_cipher_int.h', - 'Line' => '200', - 'Memb' => { - '0' => { - 'name' => 'cipher', - 'offset' => '0', - 'type' => '8706' - }, - '1' => { - 'name' => 'mac', - 'offset' => '80', - 'type' => '8717' - }, - '2' => { - 'bitfield' => '1', - 'name' => 'is_mac', - 'offset' => '136', - 'type' => '77' - }, - '3' => { - 'bitfield' => '1', - 'name' => 'ssl_hmac', - 'offset' => '136', - 'type' => '77' - }, - '4' => { - 'bitfield' => '1', - 'name' => 'non_null', - 'offset' => '136', - 'type' => '77' - }, - '5' => { - 'bitfield' => '1', - 'name' => 'etm', - 'offset' => '136', - 'type' => '77' - }, - '6' => { - 'name' => 'tag_size', - 'offset' => '144', - 'type' => '45' - } - }, - 'Name' => 'struct auth_cipher_hd_st', - 'Size' => '152', - 'Type' => 'Struct' - }, - '8864' => { - 'Header' => 'gnutls_compress.h', - 'Line' => '38', - 'Memb' => { - '0' => { - 'name' => 'handle', - 'offset' => '0', - 'type' => '152' - }, - '1' => { - 'name' => 'algo', - 'offset' => '8', - 'type' => '2449' - } - }, - 'Name' => 'struct comp_hd_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '8901' => { - 'BaseType' => '8864', - 'Header' => 'gnutls_compress.h', - 'Line' => '41', - 'Name' => 'comp_hd_st', - 'Size' => '16', - 'Type' => 'Typedef' - }, - '91' => { - 'Name' => 'short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '9247' => { - 'BaseType' => '805', - 'Name' => 'uint8_t[48]', - 'Size' => '48', - 'Type' => 'Array' - }, - '9263' => { - 'BaseType' => '805', - 'Name' => 'uint8_t[32]', - 'Size' => '32', - 'Type' => 'Array' - }, - '9279' => { - 'BaseType' => '9285', - 'Name' => 'version_entry_st const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '9285' => { - 'BaseType' => '8209', - 'Name' => 'version_entry_st const', - 'Size' => '32', - 'Type' => 'Const' - }, - '9290' => { - 'Header' => 'gnutls_int.h', - 'Line' => '589', - 'Memb' => { - '0' => { - 'name' => 'entity', - 'offset' => '0', - 'type' => '77' - }, - '1' => { - 'name' => 'kx_algorithm', - 'offset' => '4', - 'type' => '2169' - }, - '10' => { - 'name' => 'server_random', - 'offset' => '104', - 'type' => '9263' - }, - '11' => { - 'name' => 'session_id', - 'offset' => '136', - 'type' => '9263' - }, - '12' => { - 'name' => 'session_id_size', - 'offset' => '168', - 'type' => '805' - }, - '13' => { - 'name' => 'timestamp', - 'offset' => '176', - 'type' => '715' - }, - '14' => { - 'name' => 'max_record_send_size', - 'offset' => '184', - 'type' => '816' - }, - '15' => { - 'name' => 'max_record_recv_size', - 'offset' => '186', - 'type' => '816' - }, - '16' => { - 'name' => 'cert_type', - 'offset' => '188', - 'type' => '2720' - }, - '17' => { - 'name' => 'ecc_curve', - 'offset' => '192', - 'type' => '3016' - }, - '18' => { - 'name' => 'server_sign_algo', - 'offset' => '196', - 'type' => '2954' - }, - '19' => { - 'name' => 'client_sign_algo', - 'offset' => '200', - 'type' => '2954' - }, - '2' => { - 'name' => 'epoch_read', - 'offset' => '8', - 'type' => '816' - }, - '20' => { - 'name' => 'ext_master_secret', - 'offset' => '204', - 'type' => '805' - }, - '21' => { - 'name' => 'etm', - 'offset' => '205', - 'type' => '805' - }, - '22' => { - 'name' => 'do_recv_supplemental', - 'offset' => '208', - 'type' => '98' - }, - '23' => { - 'name' => 'do_send_supplemental', - 'offset' => '212', - 'type' => '98' - }, - '24' => { - 'name' => 'pversion', - 'offset' => '216', - 'type' => '9279' - }, - '3' => { - 'name' => 'epoch_write', - 'offset' => '10', - 'type' => '816' - }, - '4' => { - 'name' => 'epoch_next', - 'offset' => '12', - 'type' => '816' - }, - '5' => { - 'name' => 'epoch_min', - 'offset' => '14', - 'type' => '816' - }, - '6' => { - 'name' => 'cipher_suite', - 'offset' => '16', - 'type' => '7879' - }, - '7' => { - 'name' => 'compression_method', - 'offset' => '20', - 'type' => '2449' - }, - '8' => { - 'name' => 'master_secret', - 'offset' => '24', - 'type' => '9247' - }, - '9' => { - 'name' => 'client_random', - 'offset' => '72', - 'type' => '9263' - } - }, - 'Name' => 'struct security_parameters_st', - 'Size' => '224', - 'Type' => 'Struct' - }, - '9302' => { - 'BaseType' => '838', - 'Name' => 'uint64_t[64]', - 'Size' => '512', - 'Type' => 'Array' - }, - '9354' => { - 'BaseType' => '77', - 'Name' => 'unsigned int[32]', - 'Size' => '128', - 'Type' => 'Array' - }, - '9370' => { - 'Header' => 'gnutls_int.h', - 'Line' => '638', - 'Memb' => { - '0' => { - 'name' => 'priority', - 'offset' => '0', - 'type' => '9354' - }, - '1' => { - 'name' => 'algorithms', - 'offset' => '128', - 'type' => '77' - } - }, - 'Name' => 'struct priority_st', - 'Size' => '132', - 'Type' => 'Struct' - }, - '9420' => { - 'Header' => 'gnutls_int.h', - 'Line' => '645', - 'Memb' => { - '0' => { - 'name' => 'SR_DISABLED', - 'value' => '0' - }, - '1' => { - 'name' => 'SR_UNSAFE', - 'value' => '1' - }, - '2' => { - 'name' => 'SR_PARTIAL', - 'value' => '2' - }, - '3' => { - 'name' => 'SR_SAFE', - 'value' => '3' - } - }, - 'Name' => 'enum safe_renegotiation_t', - 'Size' => '4', - 'Type' => 'Enum' - }, - '9468' => { - 'Header' => 'gnutls_int.h', - 'Line' => '707', - 'Memb' => { - '0' => { - 'name' => 'dh_params', - 'offset' => '0', - 'type' => '3213' - }, - '1' => { - 'name' => 'free_dh_params', - 'offset' => '8', - 'type' => '98' - } - }, - 'Name' => 'struct internal_params_st', - 'Size' => '16', - 'Type' => 'Struct' - }, - '9698' => { - 'Header' => 'gnutls_int.h', - 'Line' => '751', - 'Memb' => { - '0' => { - 'name' => 'cookie', - 'offset' => '0', - 'type' => '9263' - }, - '1' => { - 'name' => 'cookie_len', - 'offset' => '32', - 'type' => '805' - }, - '10' => { - 'name' => 'blocking', - 'offset' => '56', - 'type' => '8202' - }, - '11' => { - 'name' => 'handshake_start_time', - 'offset' => '64', - 'type' => '737' - }, - '12' => { - 'name' => 'actual_retrans_timeout_ms', - 'offset' => '80', - 'type' => '77' - }, - '13' => { - 'name' => 'async_term', - 'offset' => '88', - 'type' => '715' - }, - '14' => { - 'name' => 'last_retransmit', - 'offset' => '96', - 'type' => '737' - }, - '15' => { - 'name' => 'packets_dropped', - 'offset' => '112', - 'type' => '77' - }, - '2' => { - 'name' => 'hsk_write_seq', - 'offset' => '34', - 'type' => '816' - }, - '3' => { - 'name' => 'hsk_read_seq', - 'offset' => '36', - 'type' => '77' - }, - '4' => { - 'name' => 'mtu', - 'offset' => '40', - 'type' => '816' - }, - '5' => { - 'name' => 'flight_init', - 'offset' => '42', - 'type' => '8202' - }, - '6' => { - 'name' => 'last_flight', - 'offset' => '43', - 'type' => '8202' - }, - '7' => { - 'name' => 'retrans_timeout_ms', - 'offset' => '44', - 'type' => '77' - }, - '8' => { - 'name' => 'total_timeout_ms', - 'offset' => '48', - 'type' => '77' - }, - '9' => { - 'name' => 'hsk_hello_verify_requests', - 'offset' => '52', - 'type' => '77' - } - }, - 'Name' => 'struct dtls_st', - 'Size' => '120', - 'Type' => 'Struct' - }, - '9710' => { - 'Header' => 'gnutls_int.h', - 'Line' => '948', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '816' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '4510' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '8202' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-948', - 'Size' => '24', - 'Type' => 'Struct' - }, - '9759' => { - 'Header' => 'gnutls_int.h', - 'Line' => '954', - 'Memb' => { - '0' => { - 'name' => 'type', - 'offset' => '0', - 'type' => '816' - }, - '1' => { - 'name' => 'priv', - 'offset' => '8', - 'type' => '4510' - }, - '2' => { - 'name' => 'set', - 'offset' => '16', - 'type' => '8202' - } - }, - 'Name' => 'anon-struct-gnutls_int.h-954', - 'Size' => '24', - 'Type' => 'Struct' - }, - '98' => { - 'Name' => 'int', - 'Size' => '4', - 'Type' => 'Intrinsic' - } - }, - 'UndefinedSymbols' => { - 'libgnutls-dane.so.0.4.1' => { - '_ITM_deregisterTMCloneTable' => 0, - '_ITM_registerTMCloneTable' => 0, - '_Jv_RegisterClasses' => 0, - '__cxa_finalize@GLIBC_2.2.5' => 0, - '__errno_location@GLIBC_2.2.5' => 0, - '__fxstat@GLIBC_2.2.5' => 0, - '__gmon_start__' => 0, - '_gnutls_buffer_append_str@GNUTLS_PRIVATE' => 0, - '_gnutls_buffer_init@GNUTLS_PRIVATE' => 0, - '_gnutls_buffer_to_datum@GNUTLS_PRIVATE' => 0, - 'abort@GLIBC_2.2.5' => 0, - 'calloc@GLIBC_2.2.5' => 0, - 'dcgettext@GLIBC_2.2.5' => 0, - 'fclose@GLIBC_2.2.5' => 0, - 'ferror@GLIBC_2.2.5' => 0, - 'fileno@GLIBC_2.2.5' => 0, - 'fopen@GLIBC_2.2.5' => 0, - 'fread@GLIBC_2.2.5' => 0, - 'free@GLIBC_2.2.5' => 0, - 'ftello@GLIBC_2.2.5' => 0, - 'gnutls_calloc@GNUTLS_3_4' => 0, - 'gnutls_certificate_get_issuer@GNUTLS_3_4' => 0, - 'gnutls_certificate_get_peers@GNUTLS_3_4' => 0, - 'gnutls_certificate_type_get@GNUTLS_3_4' => 0, - 'gnutls_credentials_get@GNUTLS_3_4' => 0, - 'gnutls_free@GNUTLS_3_4' => 0, - 'gnutls_hash_fast@GNUTLS_3_4' => 0, - 'gnutls_pubkey_deinit@GNUTLS_3_4' => 0, - 'gnutls_pubkey_export2@GNUTLS_3_4' => 0, - 'gnutls_pubkey_import_x509@GNUTLS_3_4' => 0, - 'gnutls_pubkey_init@GNUTLS_3_4' => 0, - 'gnutls_x509_crt_check_issuer@GNUTLS_3_4' => 0, - 'gnutls_x509_crt_deinit@GNUTLS_3_4' => 0, - 'gnutls_x509_crt_export2@GNUTLS_3_4' => 0, - 'gnutls_x509_crt_import@GNUTLS_3_4' => 0, - 'gnutls_x509_crt_init@GNUTLS_3_4' => 0, - 'gnutls_x509_crt_verify@GNUTLS_3_4' => 0, - 'malloc@GLIBC_2.2.5' => 0, - 'memchr@GLIBC_2.2.5' => 0, - 'memcmp@GLIBC_2.2.5' => 0, - 'memcpy@GLIBC_2.14' => 0, - 'realloc@GLIBC_2.2.5' => 0, - 'snprintf@GLIBC_2.2.5' => 0, - 'stderr@GLIBC_2.2.5' => 0, - 'ub_ctx_add_ta_file' => 0, - 'ub_ctx_create' => 0, - 'ub_ctx_debugout' => 0, - 'ub_ctx_delete' => 0, - 'ub_ctx_hosts' => 0, - 'ub_ctx_resolvconf' => 0, - 'ub_ctx_set_option' => 0, - 'ub_resolve' => 0, - 'ub_resolve_free' => 0 - } - }, - 'WordSize' => '8' - }; diff --git a/devel/libdane-3.6.7-x86_64.abi b/devel/libdane-3.6.7-x86_64.abi new file mode 100644 index 0000000000..80492aa6ef --- /dev/null +++ b/devel/libdane-3.6.7-x86_64.abi @@ -0,0 +1,2947 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devel/libdane-latest-x86_64.abi b/devel/libdane-latest-x86_64.abi new file mode 100644 index 0000000000..80492aa6ef --- /dev/null +++ b/devel/libdane-latest-x86_64.abi @@ -0,0 +1,2947 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devel/libgnutls-3.6.7-x86_64.abi b/devel/libgnutls-3.6.7-x86_64.abi new file mode 100644 index 0000000000..9e23e0221c --- /dev/null +++ b/devel/libgnutls-3.6.7-x86_64.abi @@ -0,0 +1,19552 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devel/libgnutls-latest-x86_64.abi b/devel/libgnutls-latest-x86_64.abi new file mode 100644 index 0000000000..9e23e0221c --- /dev/null +++ b/devel/libgnutls-latest-x86_64.abi @@ -0,0 +1,19552 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore new file mode 100644 index 0000000000..68111d660c --- /dev/null +++ b/devel/libgnutls.abignore @@ -0,0 +1,9 @@ +`[suppress_function] +symbol_version = GNUTLS_PRIVATE_3_4 + +[suppress_function] +name_regexp = _gnutls* + +[suppress_variable] +symbol_version = GNUTLS_PRIVATE_3_4 + diff --git a/devel/symbols.last b/devel/symbols.last new file mode 100644 index 0000000000..e5f0e01c69 --- /dev/null +++ b/devel/symbols.last @@ -0,0 +1,1218 @@ +GNUTLS_3_4@GNUTLS_3_4 +GNUTLS_3_6_0@GNUTLS_3_6_0 +GNUTLS_3_6_2@GNUTLS_3_6_2 +GNUTLS_3_6_3@GNUTLS_3_6_3 +GNUTLS_3_6_4@GNUTLS_3_6_4 +GNUTLS_3_6_5@GNUTLS_3_6_5 +GNUTLS_3_6_6@GNUTLS_3_6_6 +_gnutls_global_init_skip@GNUTLS_3_4 +gnutls_aead_cipher_decrypt@GNUTLS_3_4 +gnutls_aead_cipher_deinit@GNUTLS_3_4 +gnutls_aead_cipher_encrypt@GNUTLS_3_4 +gnutls_aead_cipher_encryptv@GNUTLS_3_6_3 +gnutls_aead_cipher_init@GNUTLS_3_4 +gnutls_alert_get@GNUTLS_3_4 +gnutls_alert_get_name@GNUTLS_3_4 +gnutls_alert_get_strname@GNUTLS_3_4 +gnutls_alert_send@GNUTLS_3_4 +gnutls_alert_send_appropriate@GNUTLS_3_4 +gnutls_alpn_get_selected_protocol@GNUTLS_3_4 +gnutls_alpn_set_protocols@GNUTLS_3_4 +gnutls_anon_allocate_client_credentials@GNUTLS_3_4 +gnutls_anon_allocate_server_credentials@GNUTLS_3_4 +gnutls_anon_free_client_credentials@GNUTLS_3_4 +gnutls_anon_free_server_credentials@GNUTLS_3_4 +gnutls_anon_set_params_function@GNUTLS_3_4 +gnutls_anon_set_server_dh_params@GNUTLS_3_4 +gnutls_anon_set_server_known_dh_params@GNUTLS_3_4 +gnutls_anon_set_server_params_function@GNUTLS_3_4 +gnutls_anti_replay_deinit@GNUTLS_3_6_5 +gnutls_anti_replay_enable@GNUTLS_3_6_5 +gnutls_anti_replay_init@GNUTLS_3_6_5 +gnutls_anti_replay_set_add_function@GNUTLS_3_6_5 +gnutls_anti_replay_set_ptr@GNUTLS_3_6_5 +gnutls_anti_replay_set_window@GNUTLS_3_6_5 +gnutls_auth_client_get_type@GNUTLS_3_4 +gnutls_auth_get_type@GNUTLS_3_4 +gnutls_auth_server_get_type@GNUTLS_3_4 +gnutls_base64_decode2@GNUTLS_3_6_0 +gnutls_base64_encode2@GNUTLS_3_6_0 +gnutls_buffer_append_data@GNUTLS_3_4 +gnutls_bye@GNUTLS_3_4 +gnutls_calloc@GNUTLS_3_4 +gnutls_certificate_activation_time_peers@GNUTLS_3_4 +gnutls_certificate_allocate_credentials@GNUTLS_3_4 +gnutls_certificate_client_get_request_status@GNUTLS_3_4 +gnutls_certificate_expiration_time_peers@GNUTLS_3_4 +gnutls_certificate_free_ca_names@GNUTLS_3_4 +gnutls_certificate_free_cas@GNUTLS_3_4 +gnutls_certificate_free_credentials@GNUTLS_3_4 +gnutls_certificate_free_crls@GNUTLS_3_4 +gnutls_certificate_free_keys@GNUTLS_3_4 +gnutls_certificate_get_crt_raw@GNUTLS_3_4 +gnutls_certificate_get_issuer@GNUTLS_3_4 +gnutls_certificate_get_ocsp_expiration@GNUTLS_3_6_3 +gnutls_certificate_get_openpgp_crt@GNUTLS_3_4 +gnutls_certificate_get_openpgp_key@GNUTLS_3_4 +gnutls_certificate_get_ours@GNUTLS_3_4 +gnutls_certificate_get_peers@GNUTLS_3_4 +gnutls_certificate_get_peers_subkey_id@GNUTLS_3_4 +gnutls_certificate_get_trust_list@GNUTLS_3_4 +gnutls_certificate_get_verify_flags@GNUTLS_3_4 +gnutls_certificate_get_x509_crt@GNUTLS_3_4 +gnutls_certificate_get_x509_key@GNUTLS_3_4 +gnutls_certificate_send_x509_rdn_sequence@GNUTLS_3_4 +gnutls_certificate_server_set_request@GNUTLS_3_4 +gnutls_certificate_set_dh_params@GNUTLS_3_4 +gnutls_certificate_set_flags@GNUTLS_3_4 +gnutls_certificate_set_key@GNUTLS_3_4 +gnutls_certificate_set_known_dh_params@GNUTLS_3_4 +gnutls_certificate_set_ocsp_status_request_file2@GNUTLS_3_6_3 +gnutls_certificate_set_ocsp_status_request_file@GNUTLS_3_4 +gnutls_certificate_set_ocsp_status_request_function2@GNUTLS_3_4 +gnutls_certificate_set_ocsp_status_request_function@GNUTLS_3_4 +gnutls_certificate_set_ocsp_status_request_mem@GNUTLS_3_6_3 +gnutls_certificate_set_openpgp_key@GNUTLS_3_4 +gnutls_certificate_set_openpgp_key_file2@GNUTLS_3_4 +gnutls_certificate_set_openpgp_key_file@GNUTLS_3_4 +gnutls_certificate_set_openpgp_key_mem2@GNUTLS_3_4 +gnutls_certificate_set_openpgp_key_mem@GNUTLS_3_4 +gnutls_certificate_set_openpgp_keyring_file@GNUTLS_3_4 +gnutls_certificate_set_openpgp_keyring_mem@GNUTLS_3_4 +gnutls_certificate_set_params_function@GNUTLS_3_4 +gnutls_certificate_set_pin_function@GNUTLS_3_4 +gnutls_certificate_set_rawpk_key_file@GNUTLS_3_6_6 +gnutls_certificate_set_rawpk_key_mem@GNUTLS_3_6_6 +gnutls_certificate_set_retrieve_function2@GNUTLS_3_4 +gnutls_certificate_set_retrieve_function3@GNUTLS_3_6_3 +gnutls_certificate_set_retrieve_function@GNUTLS_3_4 +gnutls_certificate_set_trust_list@GNUTLS_3_4 +gnutls_certificate_set_verify_flags@GNUTLS_3_4 +gnutls_certificate_set_verify_function@GNUTLS_3_4 +gnutls_certificate_set_verify_limits@GNUTLS_3_4 +gnutls_certificate_set_x509_crl@GNUTLS_3_4 +gnutls_certificate_set_x509_crl_file@GNUTLS_3_4 +gnutls_certificate_set_x509_crl_mem@GNUTLS_3_4 +gnutls_certificate_set_x509_key@GNUTLS_3_4 +gnutls_certificate_set_x509_key_file2@GNUTLS_3_4 +gnutls_certificate_set_x509_key_file@GNUTLS_3_4 +gnutls_certificate_set_x509_key_mem2@GNUTLS_3_4 +gnutls_certificate_set_x509_key_mem@GNUTLS_3_4 +gnutls_certificate_set_x509_simple_pkcs12_file@GNUTLS_3_4 +gnutls_certificate_set_x509_simple_pkcs12_mem@GNUTLS_3_4 +gnutls_certificate_set_x509_system_trust@GNUTLS_3_4 +gnutls_certificate_set_x509_trust@GNUTLS_3_4 +gnutls_certificate_set_x509_trust_dir@GNUTLS_3_4 +gnutls_certificate_set_x509_trust_file@GNUTLS_3_4 +gnutls_certificate_set_x509_trust_mem@GNUTLS_3_4 +gnutls_certificate_type_get2@GNUTLS_3_6_4 +gnutls_certificate_type_get@GNUTLS_3_4 +gnutls_certificate_type_get_id@GNUTLS_3_4 +gnutls_certificate_type_get_name@GNUTLS_3_4 +gnutls_certificate_type_list@GNUTLS_3_4 +gnutls_certificate_verification_status_print@GNUTLS_3_4 +gnutls_certificate_verify_peers2@GNUTLS_3_4 +gnutls_certificate_verify_peers3@GNUTLS_3_4 +gnutls_certificate_verify_peers@GNUTLS_3_4 +gnutls_check_version@GNUTLS_3_4 +gnutls_cipher_add_auth@GNUTLS_3_4 +gnutls_cipher_decrypt2@GNUTLS_3_4 +gnutls_cipher_decrypt@GNUTLS_3_4 +gnutls_cipher_deinit@GNUTLS_3_4 +gnutls_cipher_encrypt2@GNUTLS_3_4 +gnutls_cipher_encrypt@GNUTLS_3_4 +gnutls_cipher_get@GNUTLS_3_4 +gnutls_cipher_get_block_size@GNUTLS_3_4 +gnutls_cipher_get_id@GNUTLS_3_4 +gnutls_cipher_get_iv_size@GNUTLS_3_4 +gnutls_cipher_get_key_size@GNUTLS_3_4 +gnutls_cipher_get_name@GNUTLS_3_4 +gnutls_cipher_get_tag_size@GNUTLS_3_4 +gnutls_cipher_init@GNUTLS_3_4 +gnutls_cipher_list@GNUTLS_3_4 +gnutls_cipher_set_iv@GNUTLS_3_4 +gnutls_cipher_suite_get_name@GNUTLS_3_4 +gnutls_cipher_suite_info@GNUTLS_3_4 +gnutls_cipher_tag@GNUTLS_3_4 +gnutls_compression_get@GNUTLS_3_4 +gnutls_compression_get_id@GNUTLS_3_4 +gnutls_compression_get_name@GNUTLS_3_4 +gnutls_compression_list@GNUTLS_3_4 +gnutls_credentials_clear@GNUTLS_3_4 +gnutls_credentials_get@GNUTLS_3_4 +gnutls_credentials_set@GNUTLS_3_4 +gnutls_crypto_register_aead_cipher@GNUTLS_3_4 +gnutls_crypto_register_cipher@GNUTLS_3_4 +gnutls_crypto_register_digest@GNUTLS_3_4 +gnutls_crypto_register_mac@GNUTLS_3_4 +gnutls_db_check_entry@GNUTLS_3_4 +gnutls_db_check_entry_expire_time@GNUTLS_3_6_5 +gnutls_db_check_entry_time@GNUTLS_3_4 +gnutls_db_get_default_cache_expiration@GNUTLS_3_4 +gnutls_db_get_ptr@GNUTLS_3_4 +gnutls_db_remove_session@GNUTLS_3_4 +gnutls_db_set_cache_expiration@GNUTLS_3_4 +gnutls_db_set_ptr@GNUTLS_3_4 +gnutls_db_set_remove_function@GNUTLS_3_4 +gnutls_db_set_retrieve_function@GNUTLS_3_4 +gnutls_db_set_store_function@GNUTLS_3_4 +gnutls_decode_ber_digest_info@GNUTLS_3_4 +gnutls_decode_gost_rs_value@GNUTLS_3_6_3 +gnutls_decode_rs_value@GNUTLS_3_6_0 +gnutls_deinit@GNUTLS_3_4 +gnutls_dh_get_group@GNUTLS_3_4 +gnutls_dh_get_peers_public_bits@GNUTLS_3_4 +gnutls_dh_get_prime_bits@GNUTLS_3_4 +gnutls_dh_get_pubkey@GNUTLS_3_4 +gnutls_dh_get_secret_bits@GNUTLS_3_4 +gnutls_dh_params_cpy@GNUTLS_3_4 +gnutls_dh_params_deinit@GNUTLS_3_4 +gnutls_dh_params_export2_pkcs3@GNUTLS_3_4 +gnutls_dh_params_export_pkcs3@GNUTLS_3_4 +gnutls_dh_params_export_raw@GNUTLS_3_4 +gnutls_dh_params_generate2@GNUTLS_3_4 +gnutls_dh_params_import_dsa@GNUTLS_3_4 +gnutls_dh_params_import_pkcs3@GNUTLS_3_4 +gnutls_dh_params_import_raw2@GNUTLS_3_4 +gnutls_dh_params_import_raw@GNUTLS_3_4 +gnutls_dh_params_init@GNUTLS_3_4 +gnutls_dh_set_prime_bits@GNUTLS_3_4 +gnutls_digest_get_id@GNUTLS_3_4 +gnutls_digest_get_name@GNUTLS_3_4 +gnutls_digest_get_oid@GNUTLS_3_4 +gnutls_digest_list@GNUTLS_3_4 +gnutls_dtls_cookie_send@GNUTLS_3_4 +gnutls_dtls_cookie_verify@GNUTLS_3_4 +gnutls_dtls_get_data_mtu@GNUTLS_3_4 +gnutls_dtls_get_mtu@GNUTLS_3_4 +gnutls_dtls_get_timeout@GNUTLS_3_4 +gnutls_dtls_prestate_set@GNUTLS_3_4 +gnutls_dtls_set_data_mtu@GNUTLS_3_4 +gnutls_dtls_set_mtu@GNUTLS_3_4 +gnutls_dtls_set_timeouts@GNUTLS_3_4 +gnutls_ecc_curve_get@GNUTLS_3_4 +gnutls_ecc_curve_get_id@GNUTLS_3_4 +gnutls_ecc_curve_get_name@GNUTLS_3_4 +gnutls_ecc_curve_get_oid@GNUTLS_3_4 +gnutls_ecc_curve_get_pk@GNUTLS_3_4 +gnutls_ecc_curve_get_size@GNUTLS_3_4 +gnutls_ecc_curve_list@GNUTLS_3_4 +gnutls_encode_ber_digest_info@GNUTLS_3_4 +gnutls_encode_gost_rs_value@GNUTLS_3_6_3 +gnutls_encode_rs_value@GNUTLS_3_6_0 +gnutls_error_is_fatal@GNUTLS_3_4 +gnutls_error_to_alert@GNUTLS_3_4 +gnutls_est_record_overhead_size@GNUTLS_3_4 +gnutls_ext_get_current_msg@GNUTLS_3_6_3 +gnutls_ext_get_data@GNUTLS_3_4 +gnutls_ext_get_name@GNUTLS_3_4 +gnutls_ext_raw_parse@GNUTLS_3_6_3 +gnutls_ext_register@GNUTLS_3_4 +gnutls_ext_set_data@GNUTLS_3_4 +gnutls_ffdhe_2048_group_generator@GNUTLS_3_4 +gnutls_ffdhe_2048_group_prime@GNUTLS_3_4 +gnutls_ffdhe_2048_key_bits@GNUTLS_3_4 +gnutls_ffdhe_3072_group_generator@GNUTLS_3_4 +gnutls_ffdhe_3072_group_prime@GNUTLS_3_4 +gnutls_ffdhe_3072_key_bits@GNUTLS_3_4 +gnutls_ffdhe_4096_group_generator@GNUTLS_3_4 +gnutls_ffdhe_4096_group_prime@GNUTLS_3_4 +gnutls_ffdhe_4096_key_bits@GNUTLS_3_4 +gnutls_ffdhe_6144_group_generator@GNUTLS_3_6_4 +gnutls_ffdhe_6144_group_prime@GNUTLS_3_6_4 +gnutls_ffdhe_6144_key_bits@GNUTLS_3_6_4 +gnutls_ffdhe_8192_group_generator@GNUTLS_3_4 +gnutls_ffdhe_8192_group_prime@GNUTLS_3_4 +gnutls_ffdhe_8192_key_bits@GNUTLS_3_4 +gnutls_fingerprint@GNUTLS_3_4 +gnutls_fips140_mode_enabled@GNUTLS_3_4 +gnutls_fips140_set_mode@GNUTLS_3_6_3 +gnutls_free@GNUTLS_3_4 +gnutls_global_deinit@GNUTLS_3_4 +gnutls_global_init@GNUTLS_3_4 +gnutls_global_set_audit_log_function@GNUTLS_3_4 +gnutls_global_set_log_function@GNUTLS_3_4 +gnutls_global_set_log_level@GNUTLS_3_4 +gnutls_global_set_mem_functions@GNUTLS_3_4 +gnutls_global_set_mutex@GNUTLS_3_4 +gnutls_global_set_time_function@GNUTLS_3_4 +gnutls_gost_paramset_get_name@GNUTLS_3_6_3 +gnutls_gost_paramset_get_oid@GNUTLS_3_6_3 +gnutls_group_get@GNUTLS_3_6_0 +gnutls_group_get_id@GNUTLS_3_6_0 +gnutls_group_get_name@GNUTLS_3_6_0 +gnutls_group_list@GNUTLS_3_6_0 +gnutls_handshake@GNUTLS_3_4 +gnutls_handshake_description_get_name@GNUTLS_3_4 +gnutls_handshake_get_last_in@GNUTLS_3_4 +gnutls_handshake_get_last_out@GNUTLS_3_4 +gnutls_handshake_set_hook_function@GNUTLS_3_4 +gnutls_handshake_set_max_packet_length@GNUTLS_3_4 +gnutls_handshake_set_post_client_hello_function@GNUTLS_3_4 +gnutls_handshake_set_private_extensions@GNUTLS_3_4 +gnutls_handshake_set_random@GNUTLS_3_4 +gnutls_handshake_set_timeout@GNUTLS_3_4 +gnutls_hash@GNUTLS_3_4 +gnutls_hash_deinit@GNUTLS_3_4 +gnutls_hash_fast@GNUTLS_3_4 +gnutls_hash_get_len@GNUTLS_3_4 +gnutls_hash_init@GNUTLS_3_4 +gnutls_hash_output@GNUTLS_3_4 +gnutls_heartbeat_allowed@GNUTLS_3_4 +gnutls_heartbeat_enable@GNUTLS_3_4 +gnutls_heartbeat_get_timeout@GNUTLS_3_4 +gnutls_heartbeat_ping@GNUTLS_3_4 +gnutls_heartbeat_pong@GNUTLS_3_4 +gnutls_heartbeat_set_timeouts@GNUTLS_3_4 +gnutls_hex2bin@GNUTLS_3_4 +gnutls_hex_decode2@GNUTLS_3_4 +gnutls_hex_decode@GNUTLS_3_4 +gnutls_hex_encode2@GNUTLS_3_4 +gnutls_hex_encode@GNUTLS_3_4 +gnutls_hmac@GNUTLS_3_4 +gnutls_hmac_deinit@GNUTLS_3_4 +gnutls_hmac_fast@GNUTLS_3_4 +gnutls_hmac_get_len@GNUTLS_3_4 +gnutls_hmac_init@GNUTLS_3_4 +gnutls_hmac_output@GNUTLS_3_4 +gnutls_hmac_set_nonce@GNUTLS_3_4 +gnutls_idna_map@GNUTLS_3_4 +gnutls_idna_reverse_map@GNUTLS_3_4 +gnutls_init@GNUTLS_3_4 +gnutls_key_generate@GNUTLS_3_4 +gnutls_kx_get@GNUTLS_3_4 +gnutls_kx_get_id@GNUTLS_3_4 +gnutls_kx_get_name@GNUTLS_3_4 +gnutls_kx_list@GNUTLS_3_4 +gnutls_load_file@GNUTLS_3_4 +gnutls_mac_get@GNUTLS_3_4 +gnutls_mac_get_id@GNUTLS_3_4 +gnutls_mac_get_key_size@GNUTLS_3_4 +gnutls_mac_get_name@GNUTLS_3_4 +gnutls_mac_get_nonce_size@GNUTLS_3_4 +gnutls_mac_list@GNUTLS_3_4 +gnutls_malloc@GNUTLS_3_4 +gnutls_memcmp@GNUTLS_3_4 +gnutls_memset@GNUTLS_3_4 +gnutls_ocsp_req_add_cert@GNUTLS_3_4 +gnutls_ocsp_req_add_cert_id@GNUTLS_3_4 +gnutls_ocsp_req_deinit@GNUTLS_3_4 +gnutls_ocsp_req_export@GNUTLS_3_4 +gnutls_ocsp_req_get_cert_id@GNUTLS_3_4 +gnutls_ocsp_req_get_extension@GNUTLS_3_4 +gnutls_ocsp_req_get_nonce@GNUTLS_3_4 +gnutls_ocsp_req_get_version@GNUTLS_3_4 +gnutls_ocsp_req_import@GNUTLS_3_4 +gnutls_ocsp_req_init@GNUTLS_3_4 +gnutls_ocsp_req_print@GNUTLS_3_4 +gnutls_ocsp_req_randomize_nonce@GNUTLS_3_4 +gnutls_ocsp_req_set_extension@GNUTLS_3_4 +gnutls_ocsp_req_set_nonce@GNUTLS_3_4 +gnutls_ocsp_resp_check_crt@GNUTLS_3_4 +gnutls_ocsp_resp_deinit@GNUTLS_3_4 +gnutls_ocsp_resp_export2@GNUTLS_3_6_3 +gnutls_ocsp_resp_export@GNUTLS_3_4 +gnutls_ocsp_resp_get_certs@GNUTLS_3_4 +gnutls_ocsp_resp_get_extension@GNUTLS_3_4 +gnutls_ocsp_resp_get_nonce@GNUTLS_3_4 +gnutls_ocsp_resp_get_produced@GNUTLS_3_4 +gnutls_ocsp_resp_get_responder2@GNUTLS_3_4 +gnutls_ocsp_resp_get_responder@GNUTLS_3_4 +gnutls_ocsp_resp_get_responder_raw_id@GNUTLS_3_4 +gnutls_ocsp_resp_get_response@GNUTLS_3_4 +gnutls_ocsp_resp_get_signature@GNUTLS_3_4 +gnutls_ocsp_resp_get_signature_algorithm@GNUTLS_3_4 +gnutls_ocsp_resp_get_single@GNUTLS_3_4 +gnutls_ocsp_resp_get_status@GNUTLS_3_4 +gnutls_ocsp_resp_get_version@GNUTLS_3_4 +gnutls_ocsp_resp_import2@GNUTLS_3_6_3 +gnutls_ocsp_resp_import@GNUTLS_3_4 +gnutls_ocsp_resp_init@GNUTLS_3_4 +gnutls_ocsp_resp_list_import2@GNUTLS_3_6_3 +gnutls_ocsp_resp_print@GNUTLS_3_4 +gnutls_ocsp_resp_verify@GNUTLS_3_4 +gnutls_ocsp_resp_verify_direct@GNUTLS_3_4 +gnutls_ocsp_status_request_enable_client@GNUTLS_3_4 +gnutls_ocsp_status_request_get2@GNUTLS_3_6_3 +gnutls_ocsp_status_request_get@GNUTLS_3_4 +gnutls_ocsp_status_request_is_checked@GNUTLS_3_4 +gnutls_oid_to_digest@GNUTLS_3_4 +gnutls_oid_to_ecc_curve@GNUTLS_3_4 +gnutls_oid_to_gost_paramset@GNUTLS_3_6_3 +gnutls_oid_to_mac@GNUTLS_3_4 +gnutls_oid_to_pk@GNUTLS_3_4 +gnutls_oid_to_sign@GNUTLS_3_4 +gnutls_openpgp_crt_check_email@GNUTLS_3_4 +gnutls_openpgp_crt_check_hostname2@GNUTLS_3_4 +gnutls_openpgp_crt_check_hostname@GNUTLS_3_4 +gnutls_openpgp_crt_deinit@GNUTLS_3_4 +gnutls_openpgp_crt_export2@GNUTLS_3_4 +gnutls_openpgp_crt_export@GNUTLS_3_4 +gnutls_openpgp_crt_get_auth_subkey@GNUTLS_3_4 +gnutls_openpgp_crt_get_creation_time@GNUTLS_3_4 +gnutls_openpgp_crt_get_expiration_time@GNUTLS_3_4 +gnutls_openpgp_crt_get_fingerprint@GNUTLS_3_4 +gnutls_openpgp_crt_get_key_id@GNUTLS_3_4 +gnutls_openpgp_crt_get_key_usage@GNUTLS_3_4 +gnutls_openpgp_crt_get_name@GNUTLS_3_4 +gnutls_openpgp_crt_get_pk_algorithm@GNUTLS_3_4 +gnutls_openpgp_crt_get_pk_dsa_raw@GNUTLS_3_4 +gnutls_openpgp_crt_get_pk_rsa_raw@GNUTLS_3_4 +gnutls_openpgp_crt_get_preferred_key_id@GNUTLS_3_4 +gnutls_openpgp_crt_get_revoked_status@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_count@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_creation_time@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_expiration_time@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_fingerprint@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_id@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_idx@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_pk_algorithm@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_pk_dsa_raw@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_pk_rsa_raw@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_revoked_status@GNUTLS_3_4 +gnutls_openpgp_crt_get_subkey_usage@GNUTLS_3_4 +gnutls_openpgp_crt_get_version@GNUTLS_3_4 +gnutls_openpgp_crt_import@GNUTLS_3_4 +gnutls_openpgp_crt_init@GNUTLS_3_4 +gnutls_openpgp_crt_print@GNUTLS_3_4 +gnutls_openpgp_crt_set_preferred_key_id@GNUTLS_3_4 +gnutls_openpgp_crt_verify_ring@GNUTLS_3_4 +gnutls_openpgp_crt_verify_self@GNUTLS_3_4 +gnutls_openpgp_keyring_check_id@GNUTLS_3_4 +gnutls_openpgp_keyring_deinit@GNUTLS_3_4 +gnutls_openpgp_keyring_get_crt@GNUTLS_3_4 +gnutls_openpgp_keyring_get_crt_count@GNUTLS_3_4 +gnutls_openpgp_keyring_import@GNUTLS_3_4 +gnutls_openpgp_keyring_init@GNUTLS_3_4 +gnutls_openpgp_privkey_deinit@GNUTLS_3_4 +gnutls_openpgp_privkey_export2@GNUTLS_3_4 +gnutls_openpgp_privkey_export@GNUTLS_3_4 +gnutls_openpgp_privkey_export_dsa_raw@GNUTLS_3_4 +gnutls_openpgp_privkey_export_rsa_raw@GNUTLS_3_4 +gnutls_openpgp_privkey_export_subkey_dsa_raw@GNUTLS_3_4 +gnutls_openpgp_privkey_export_subkey_rsa_raw@GNUTLS_3_4 +gnutls_openpgp_privkey_get_fingerprint@GNUTLS_3_4 +gnutls_openpgp_privkey_get_key_id@GNUTLS_3_4 +gnutls_openpgp_privkey_get_pk_algorithm@GNUTLS_3_4 +gnutls_openpgp_privkey_get_preferred_key_id@GNUTLS_3_4 +gnutls_openpgp_privkey_get_revoked_status@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_count@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_creation_time@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_expiration_time@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_fingerprint@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_id@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_idx@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_pk_algorithm@GNUTLS_3_4 +gnutls_openpgp_privkey_get_subkey_revoked_status@GNUTLS_3_4 +gnutls_openpgp_privkey_import@GNUTLS_3_4 +gnutls_openpgp_privkey_init@GNUTLS_3_4 +gnutls_openpgp_privkey_sec_param@GNUTLS_3_4 +gnutls_openpgp_privkey_set_preferred_key_id@GNUTLS_3_4 +gnutls_openpgp_privkey_sign_hash@GNUTLS_3_4 +gnutls_openpgp_send_cert@GNUTLS_3_4 +gnutls_openpgp_set_recv_key_function@GNUTLS_3_4 +gnutls_packet_deinit@GNUTLS_3_4 +gnutls_packet_get@GNUTLS_3_4 +gnutls_pcert_deinit@GNUTLS_3_4 +gnutls_pcert_export_openpgp@GNUTLS_3_4 +gnutls_pcert_export_x509@GNUTLS_3_4 +gnutls_pcert_import_openpgp@GNUTLS_3_4 +gnutls_pcert_import_openpgp_raw@GNUTLS_3_4 +gnutls_pcert_import_rawpk@GNUTLS_3_6_6 +gnutls_pcert_import_rawpk_raw@GNUTLS_3_6_6 +gnutls_pcert_import_x509@GNUTLS_3_4 +gnutls_pcert_import_x509_list@GNUTLS_3_4 +gnutls_pcert_import_x509_raw@GNUTLS_3_4 +gnutls_pcert_list_import_x509_file@GNUTLS_3_6_3 +gnutls_pcert_list_import_x509_raw@GNUTLS_3_4 +gnutls_pem_base64_decode2@GNUTLS_3_4 +gnutls_pem_base64_decode@GNUTLS_3_4 +gnutls_pem_base64_encode2@GNUTLS_3_4 +gnutls_pem_base64_encode@GNUTLS_3_4 +gnutls_perror@GNUTLS_3_4 +gnutls_pk_algorithm_get_name@GNUTLS_3_4 +gnutls_pk_bits_to_sec_param@GNUTLS_3_4 +gnutls_pk_get_id@GNUTLS_3_4 +gnutls_pk_get_name@GNUTLS_3_4 +gnutls_pk_get_oid@GNUTLS_3_4 +gnutls_pk_list@GNUTLS_3_4 +gnutls_pk_to_sign@GNUTLS_3_4 +gnutls_pkcs11_add_provider@GNUTLS_3_4 +gnutls_pkcs11_copy_attached_extension@GNUTLS_3_4 +gnutls_pkcs11_copy_pubkey@GNUTLS_3_4 +gnutls_pkcs11_copy_secret_key@GNUTLS_3_4 +gnutls_pkcs11_copy_x509_crt2@GNUTLS_3_4 +gnutls_pkcs11_copy_x509_privkey2@GNUTLS_3_4 +gnutls_pkcs11_crt_is_known@GNUTLS_3_4 +gnutls_pkcs11_deinit@GNUTLS_3_4 +gnutls_pkcs11_delete_url@GNUTLS_3_4 +gnutls_pkcs11_get_pin_function@GNUTLS_3_4 +gnutls_pkcs11_get_raw_issuer@GNUTLS_3_4 +gnutls_pkcs11_get_raw_issuer_by_dn@GNUTLS_3_4 +gnutls_pkcs11_get_raw_issuer_by_subject_key_id@GNUTLS_3_4 +gnutls_pkcs11_init@GNUTLS_3_4 +gnutls_pkcs11_obj_deinit@GNUTLS_3_4 +gnutls_pkcs11_obj_export2@GNUTLS_3_4 +gnutls_pkcs11_obj_export3@GNUTLS_3_4 +gnutls_pkcs11_obj_export@GNUTLS_3_4 +gnutls_pkcs11_obj_export_url@GNUTLS_3_4 +gnutls_pkcs11_obj_flags_get_str@GNUTLS_3_4 +gnutls_pkcs11_obj_get_exts@GNUTLS_3_4 +gnutls_pkcs11_obj_get_flags@GNUTLS_3_4 +gnutls_pkcs11_obj_get_info@GNUTLS_3_4 +gnutls_pkcs11_obj_get_ptr@GNUTLS_3_6_3 +gnutls_pkcs11_obj_get_type@GNUTLS_3_4 +gnutls_pkcs11_obj_import_url@GNUTLS_3_4 +gnutls_pkcs11_obj_init@GNUTLS_3_4 +gnutls_pkcs11_obj_list_import_url3@GNUTLS_3_4 +gnutls_pkcs11_obj_list_import_url4@GNUTLS_3_4 +gnutls_pkcs11_obj_set_info@GNUTLS_3_4 +gnutls_pkcs11_obj_set_pin_function@GNUTLS_3_4 +gnutls_pkcs11_privkey_cpy@GNUTLS_3_4 +gnutls_pkcs11_privkey_deinit@GNUTLS_3_4 +gnutls_pkcs11_privkey_export_pubkey@GNUTLS_3_4 +gnutls_pkcs11_privkey_export_url@GNUTLS_3_4 +gnutls_pkcs11_privkey_generate3@GNUTLS_3_4 +gnutls_pkcs11_privkey_get_info@GNUTLS_3_4 +gnutls_pkcs11_privkey_get_pk_algorithm@GNUTLS_3_4 +gnutls_pkcs11_privkey_import_url@GNUTLS_3_4 +gnutls_pkcs11_privkey_init@GNUTLS_3_4 +gnutls_pkcs11_privkey_set_pin_function@GNUTLS_3_4 +gnutls_pkcs11_privkey_status@GNUTLS_3_4 +gnutls_pkcs11_reinit@GNUTLS_3_4 +gnutls_pkcs11_set_pin_function@GNUTLS_3_4 +gnutls_pkcs11_set_token_function@GNUTLS_3_4 +gnutls_pkcs11_token_check_mechanism@GNUTLS_3_6_0 +gnutls_pkcs11_token_get_flags@GNUTLS_3_4 +gnutls_pkcs11_token_get_info@GNUTLS_3_4 +gnutls_pkcs11_token_get_mechanism@GNUTLS_3_4 +gnutls_pkcs11_token_get_ptr@GNUTLS_3_6_3 +gnutls_pkcs11_token_get_random@GNUTLS_3_4 +gnutls_pkcs11_token_get_url@GNUTLS_3_4 +gnutls_pkcs11_token_init@GNUTLS_3_4 +gnutls_pkcs11_token_set_pin@GNUTLS_3_4 +gnutls_pkcs11_type_get_name@GNUTLS_3_4 +gnutls_pkcs12_bag_decrypt@GNUTLS_3_4 +gnutls_pkcs12_bag_deinit@GNUTLS_3_4 +gnutls_pkcs12_bag_enc_info@GNUTLS_3_4 +gnutls_pkcs12_bag_encrypt@GNUTLS_3_4 +gnutls_pkcs12_bag_get_count@GNUTLS_3_4 +gnutls_pkcs12_bag_get_data@GNUTLS_3_4 +gnutls_pkcs12_bag_get_friendly_name@GNUTLS_3_4 +gnutls_pkcs12_bag_get_key_id@GNUTLS_3_4 +gnutls_pkcs12_bag_get_type@GNUTLS_3_4 +gnutls_pkcs12_bag_init@GNUTLS_3_4 +gnutls_pkcs12_bag_set_crl@GNUTLS_3_4 +gnutls_pkcs12_bag_set_crt@GNUTLS_3_4 +gnutls_pkcs12_bag_set_data@GNUTLS_3_4 +gnutls_pkcs12_bag_set_friendly_name@GNUTLS_3_4 +gnutls_pkcs12_bag_set_key_id@GNUTLS_3_4 +gnutls_pkcs12_bag_set_privkey@GNUTLS_3_4 +gnutls_pkcs12_deinit@GNUTLS_3_4 +gnutls_pkcs12_export2@GNUTLS_3_4 +gnutls_pkcs12_export@GNUTLS_3_4 +gnutls_pkcs12_generate_mac2@GNUTLS_3_4 +gnutls_pkcs12_generate_mac@GNUTLS_3_4 +gnutls_pkcs12_get_bag@GNUTLS_3_4 +gnutls_pkcs12_import@GNUTLS_3_4 +gnutls_pkcs12_init@GNUTLS_3_4 +gnutls_pkcs12_mac_info@GNUTLS_3_4 +gnutls_pkcs12_set_bag@GNUTLS_3_4 +gnutls_pkcs12_simple_parse@GNUTLS_3_4 +gnutls_pkcs12_verify_mac@GNUTLS_3_4 +gnutls_pkcs7_add_attr@GNUTLS_3_4 +gnutls_pkcs7_attrs_deinit@GNUTLS_3_4 +gnutls_pkcs7_deinit@GNUTLS_3_4 +gnutls_pkcs7_delete_crl@GNUTLS_3_4 +gnutls_pkcs7_delete_crt@GNUTLS_3_4 +gnutls_pkcs7_export2@GNUTLS_3_4 +gnutls_pkcs7_export@GNUTLS_3_4 +gnutls_pkcs7_get_attr@GNUTLS_3_4 +gnutls_pkcs7_get_crl_count@GNUTLS_3_4 +gnutls_pkcs7_get_crl_raw2@GNUTLS_3_4 +gnutls_pkcs7_get_crl_raw@GNUTLS_3_4 +gnutls_pkcs7_get_crt_count@GNUTLS_3_4 +gnutls_pkcs7_get_crt_raw2@GNUTLS_3_4 +gnutls_pkcs7_get_crt_raw@GNUTLS_3_4 +gnutls_pkcs7_get_embedded_data@GNUTLS_3_4 +gnutls_pkcs7_get_embedded_data_oid@GNUTLS_3_4 +gnutls_pkcs7_get_signature_count@GNUTLS_3_4 +gnutls_pkcs7_get_signature_info@GNUTLS_3_4 +gnutls_pkcs7_import@GNUTLS_3_4 +gnutls_pkcs7_init@GNUTLS_3_4 +gnutls_pkcs7_print@GNUTLS_3_4 +gnutls_pkcs7_set_crl@GNUTLS_3_4 +gnutls_pkcs7_set_crl_raw@GNUTLS_3_4 +gnutls_pkcs7_set_crt@GNUTLS_3_4 +gnutls_pkcs7_set_crt_raw@GNUTLS_3_4 +gnutls_pkcs7_sign@GNUTLS_3_4 +gnutls_pkcs7_signature_info_deinit@GNUTLS_3_4 +gnutls_pkcs7_verify@GNUTLS_3_4 +gnutls_pkcs7_verify_direct@GNUTLS_3_4 +gnutls_pkcs8_info@GNUTLS_3_4 +gnutls_pkcs_schema_get_name@GNUTLS_3_4 +gnutls_pkcs_schema_get_oid@GNUTLS_3_4 +gnutls_prf@GNUTLS_3_4 +gnutls_prf_raw@GNUTLS_3_4 +gnutls_prf_rfc5705@GNUTLS_3_4 +gnutls_priority_certificate_type_list2@GNUTLS_3_6_4 +gnutls_priority_certificate_type_list@GNUTLS_3_4 +gnutls_priority_cipher_list@GNUTLS_3_4 +gnutls_priority_compression_list@GNUTLS_3_4 +gnutls_priority_deinit@GNUTLS_3_4 +gnutls_priority_ecc_curve_list@GNUTLS_3_4 +gnutls_priority_get_cipher_suite_index@GNUTLS_3_4 +gnutls_priority_group_list@GNUTLS_3_6_0 +gnutls_priority_init2@GNUTLS_3_6_3 +gnutls_priority_init@GNUTLS_3_4 +gnutls_priority_kx_list@GNUTLS_3_4 +gnutls_priority_mac_list@GNUTLS_3_4 +gnutls_priority_protocol_list@GNUTLS_3_4 +gnutls_priority_set@GNUTLS_3_4 +gnutls_priority_set_direct@GNUTLS_3_4 +gnutls_priority_sign_list@GNUTLS_3_4 +gnutls_priority_string_list@GNUTLS_3_4 +gnutls_privkey_decrypt_data2@GNUTLS_3_6_5 +gnutls_privkey_decrypt_data@GNUTLS_3_4 +gnutls_privkey_deinit@GNUTLS_3_4 +gnutls_privkey_export_dsa_raw2@GNUTLS_3_6_0 +gnutls_privkey_export_dsa_raw@GNUTLS_3_4 +gnutls_privkey_export_ecc_raw2@GNUTLS_3_6_0 +gnutls_privkey_export_ecc_raw@GNUTLS_3_4 +gnutls_privkey_export_gost_raw2@GNUTLS_3_6_3 +gnutls_privkey_export_openpgp@GNUTLS_3_4 +gnutls_privkey_export_pkcs11@GNUTLS_3_4 +gnutls_privkey_export_rsa_raw2@GNUTLS_3_6_0 +gnutls_privkey_export_rsa_raw@GNUTLS_3_4 +gnutls_privkey_export_x509@GNUTLS_3_4 +gnutls_privkey_generate2@GNUTLS_3_4 +gnutls_privkey_generate@GNUTLS_3_4 +gnutls_privkey_get_pk_algorithm@GNUTLS_3_4 +gnutls_privkey_get_seed@GNUTLS_3_4 +gnutls_privkey_get_spki@GNUTLS_3_6_0 +gnutls_privkey_get_type@GNUTLS_3_4 +gnutls_privkey_import_dsa_raw@GNUTLS_3_4 +gnutls_privkey_import_ecc_raw@GNUTLS_3_4 +gnutls_privkey_import_ext2@GNUTLS_3_4 +gnutls_privkey_import_ext3@GNUTLS_3_4 +gnutls_privkey_import_ext4@GNUTLS_3_6_0 +gnutls_privkey_import_ext@GNUTLS_3_4 +gnutls_privkey_import_gost_raw@GNUTLS_3_6_3 +gnutls_privkey_import_openpgp@GNUTLS_3_4 +gnutls_privkey_import_openpgp_raw@GNUTLS_3_4 +gnutls_privkey_import_pkcs11@GNUTLS_3_4 +gnutls_privkey_import_rsa_raw@GNUTLS_3_4 +gnutls_privkey_import_tpm_raw@GNUTLS_3_4 +gnutls_privkey_import_tpm_url@GNUTLS_3_4 +gnutls_privkey_import_url@GNUTLS_3_4 +gnutls_privkey_import_x509@GNUTLS_3_4 +gnutls_privkey_import_x509_raw@GNUTLS_3_4 +gnutls_privkey_init@GNUTLS_3_4 +gnutls_privkey_set_flags@GNUTLS_3_4 +gnutls_privkey_set_pin_function@GNUTLS_3_4 +gnutls_privkey_set_spki@GNUTLS_3_6_0 +gnutls_privkey_sign_data2@GNUTLS_3_6_0 +gnutls_privkey_sign_data@GNUTLS_3_4 +gnutls_privkey_sign_hash2@GNUTLS_3_6_0 +gnutls_privkey_sign_hash@GNUTLS_3_4 +gnutls_privkey_status@GNUTLS_3_4 +gnutls_privkey_verify_params@GNUTLS_3_4 +gnutls_privkey_verify_seed@GNUTLS_3_4 +gnutls_protocol_get_id@GNUTLS_3_4 +gnutls_protocol_get_name@GNUTLS_3_4 +gnutls_protocol_get_version@GNUTLS_3_4 +gnutls_protocol_list@GNUTLS_3_4 +gnutls_psk_allocate_client_credentials@GNUTLS_3_4 +gnutls_psk_allocate_server_credentials@GNUTLS_3_4 +gnutls_psk_client_get_hint@GNUTLS_3_4 +gnutls_psk_free_client_credentials@GNUTLS_3_4 +gnutls_psk_free_server_credentials@GNUTLS_3_4 +gnutls_psk_server_get_username@GNUTLS_3_4 +gnutls_psk_set_client_credentials@GNUTLS_3_4 +gnutls_psk_set_client_credentials_function@GNUTLS_3_4 +gnutls_psk_set_params_function@GNUTLS_3_4 +gnutls_psk_set_server_credentials_file@GNUTLS_3_4 +gnutls_psk_set_server_credentials_function@GNUTLS_3_4 +gnutls_psk_set_server_credentials_hint@GNUTLS_3_4 +gnutls_psk_set_server_dh_params@GNUTLS_3_4 +gnutls_psk_set_server_known_dh_params@GNUTLS_3_4 +gnutls_psk_set_server_params_function@GNUTLS_3_4 +gnutls_pubkey_deinit@GNUTLS_3_4 +gnutls_pubkey_encrypt_data@GNUTLS_3_4 +gnutls_pubkey_export2@GNUTLS_3_4 +gnutls_pubkey_export@GNUTLS_3_4 +gnutls_pubkey_export_dsa_raw2@GNUTLS_3_6_0 +gnutls_pubkey_export_dsa_raw@GNUTLS_3_4 +gnutls_pubkey_export_ecc_raw2@GNUTLS_3_6_0 +gnutls_pubkey_export_ecc_raw@GNUTLS_3_4 +gnutls_pubkey_export_ecc_x962@GNUTLS_3_4 +gnutls_pubkey_export_gost_raw2@GNUTLS_3_6_3 +gnutls_pubkey_export_rsa_raw2@GNUTLS_3_6_0 +gnutls_pubkey_export_rsa_raw@GNUTLS_3_4 +gnutls_pubkey_get_key_id@GNUTLS_3_4 +gnutls_pubkey_get_key_usage@GNUTLS_3_4 +gnutls_pubkey_get_openpgp_key_id@GNUTLS_3_4 +gnutls_pubkey_get_pk_algorithm@GNUTLS_3_4 +gnutls_pubkey_get_preferred_hash_algorithm@GNUTLS_3_4 +gnutls_pubkey_get_spki@GNUTLS_3_6_0 +gnutls_pubkey_import@GNUTLS_3_4 +gnutls_pubkey_import_dsa_raw@GNUTLS_3_4 +gnutls_pubkey_import_ecc_raw@GNUTLS_3_4 +gnutls_pubkey_import_ecc_x962@GNUTLS_3_4 +gnutls_pubkey_import_gost_raw@GNUTLS_3_6_3 +gnutls_pubkey_import_openpgp@GNUTLS_3_4 +gnutls_pubkey_import_openpgp_raw@GNUTLS_3_4 +gnutls_pubkey_import_pkcs11@GNUTLS_3_4 +gnutls_pubkey_import_privkey@GNUTLS_3_4 +gnutls_pubkey_import_rsa_raw@GNUTLS_3_4 +gnutls_pubkey_import_tpm_raw@GNUTLS_3_4 +gnutls_pubkey_import_tpm_url@GNUTLS_3_4 +gnutls_pubkey_import_url@GNUTLS_3_4 +gnutls_pubkey_import_x509@GNUTLS_3_4 +gnutls_pubkey_import_x509_crq@GNUTLS_3_4 +gnutls_pubkey_import_x509_raw@GNUTLS_3_4 +gnutls_pubkey_init@GNUTLS_3_4 +gnutls_pubkey_print@GNUTLS_3_4 +gnutls_pubkey_set_key_usage@GNUTLS_3_4 +gnutls_pubkey_set_pin_function@GNUTLS_3_4 +gnutls_pubkey_set_spki@GNUTLS_3_6_0 +gnutls_pubkey_verify_data2@GNUTLS_3_4 +gnutls_pubkey_verify_hash2@GNUTLS_3_4 +gnutls_pubkey_verify_params@GNUTLS_3_4 +gnutls_random_art@GNUTLS_3_4 +gnutls_range_split@GNUTLS_3_4 +gnutls_realloc@GNUTLS_3_4 +gnutls_reauth@GNUTLS_3_6_3 +gnutls_record_can_use_length_hiding@GNUTLS_3_4 +gnutls_record_check_corked@GNUTLS_3_4 +gnutls_record_check_pending@GNUTLS_3_4 +gnutls_record_cork@GNUTLS_3_4 +gnutls_record_disable_padding@GNUTLS_3_4 +gnutls_record_discard_queued@GNUTLS_3_4 +gnutls_record_get_direction@GNUTLS_3_4 +gnutls_record_get_discarded@GNUTLS_3_4 +gnutls_record_get_max_early_data_size@GNUTLS_3_6_5 +gnutls_record_get_max_size@GNUTLS_3_4 +gnutls_record_get_state@GNUTLS_3_4 +gnutls_record_overhead_size@GNUTLS_3_4 +gnutls_record_recv@GNUTLS_3_4 +gnutls_record_recv_early_data@GNUTLS_3_6_5 +gnutls_record_recv_packet@GNUTLS_3_4 +gnutls_record_recv_seq@GNUTLS_3_4 +gnutls_record_send2@GNUTLS_3_6_3 +gnutls_record_send@GNUTLS_3_4 +gnutls_record_send_early_data@GNUTLS_3_6_5 +gnutls_record_send_range@GNUTLS_3_4 +gnutls_record_set_max_early_data_size@GNUTLS_3_6_4 +gnutls_record_set_max_size@GNUTLS_3_4 +gnutls_record_set_state@GNUTLS_3_4 +gnutls_record_set_timeout@GNUTLS_3_4 +gnutls_record_uncork@GNUTLS_3_4 +gnutls_register_custom_url@GNUTLS_3_4 +gnutls_rehandshake@GNUTLS_3_4 +gnutls_rnd@GNUTLS_3_4 +gnutls_rnd_refresh@GNUTLS_3_4 +gnutls_safe_renegotiation_status@GNUTLS_3_4 +gnutls_sec_param_get_name@GNUTLS_3_4 +gnutls_sec_param_to_pk_bits@GNUTLS_3_4 +gnutls_sec_param_to_symmetric_bits@GNUTLS_3_4 +gnutls_secure_malloc@GNUTLS_3_4 +gnutls_server_name_get@GNUTLS_3_4 +gnutls_server_name_set@GNUTLS_3_4 +gnutls_session_channel_binding@GNUTLS_3_4 +gnutls_session_enable_compatibility_mode@GNUTLS_3_4 +gnutls_session_etm_status@GNUTLS_3_4 +gnutls_session_ext_master_secret_status@GNUTLS_3_4 +gnutls_session_ext_register@GNUTLS_3_4 +gnutls_session_force_valid@GNUTLS_3_4 +gnutls_session_get_data2@GNUTLS_3_4 +gnutls_session_get_data@GNUTLS_3_4 +gnutls_session_get_desc@GNUTLS_3_4 +gnutls_session_get_flags@GNUTLS_3_4 +gnutls_session_get_id2@GNUTLS_3_4 +gnutls_session_get_id@GNUTLS_3_4 +gnutls_session_get_master_secret@GNUTLS_3_4 +gnutls_session_get_ptr@GNUTLS_3_4 +gnutls_session_get_random@GNUTLS_3_4 +gnutls_session_get_verify_cert_status@GNUTLS_3_4 +gnutls_session_is_resumed@GNUTLS_3_4 +gnutls_session_key_update@GNUTLS_3_6_3 +gnutls_session_resumption_requested@GNUTLS_3_4 +gnutls_session_set_data@GNUTLS_3_4 +gnutls_session_set_id@GNUTLS_3_4 +gnutls_session_set_premaster@GNUTLS_3_4 +gnutls_session_set_ptr@GNUTLS_3_4 +gnutls_session_set_verify_cert2@GNUTLS_3_4 +gnutls_session_set_verify_cert@GNUTLS_3_4 +gnutls_session_set_verify_function@GNUTLS_3_4 +gnutls_session_supplemental_register@GNUTLS_3_4 +gnutls_session_ticket_enable_client@GNUTLS_3_4 +gnutls_session_ticket_enable_server@GNUTLS_3_4 +gnutls_session_ticket_key_generate@GNUTLS_3_4 +gnutls_session_ticket_send@GNUTLS_3_6_3 +gnutls_set_default_priority@GNUTLS_3_4 +gnutls_set_default_priority_append@GNUTLS_3_6_3 +gnutls_sign_algorithm_get@GNUTLS_3_4 +gnutls_sign_algorithm_get_client@GNUTLS_3_4 +gnutls_sign_algorithm_get_requested@GNUTLS_3_4 +gnutls_sign_get_hash_algorithm@GNUTLS_3_4 +gnutls_sign_get_id@GNUTLS_3_4 +gnutls_sign_get_name@GNUTLS_3_4 +gnutls_sign_get_oid@GNUTLS_3_4 +gnutls_sign_get_pk_algorithm@GNUTLS_3_4 +gnutls_sign_is_secure2@GNUTLS_3_6_0 +gnutls_sign_is_secure@GNUTLS_3_4 +gnutls_sign_list@GNUTLS_3_4 +gnutls_sign_supports_pk_algorithm@GNUTLS_3_6_0 +gnutls_srp_1024_group_generator@GNUTLS_3_4 +gnutls_srp_1024_group_prime@GNUTLS_3_4 +gnutls_srp_1536_group_generator@GNUTLS_3_4 +gnutls_srp_1536_group_prime@GNUTLS_3_4 +gnutls_srp_2048_group_generator@GNUTLS_3_4 +gnutls_srp_2048_group_prime@GNUTLS_3_4 +gnutls_srp_3072_group_generator@GNUTLS_3_4 +gnutls_srp_3072_group_prime@GNUTLS_3_4 +gnutls_srp_4096_group_generator@GNUTLS_3_4 +gnutls_srp_4096_group_prime@GNUTLS_3_4 +gnutls_srp_8192_group_generator@GNUTLS_3_6_2 +gnutls_srp_8192_group_prime@GNUTLS_3_6_2 +gnutls_srp_allocate_client_credentials@GNUTLS_3_4 +gnutls_srp_allocate_server_credentials@GNUTLS_3_4 +gnutls_srp_base64_decode2@GNUTLS_3_4 +gnutls_srp_base64_decode@GNUTLS_3_4 +gnutls_srp_base64_encode2@GNUTLS_3_4 +gnutls_srp_base64_encode@GNUTLS_3_4 +gnutls_srp_free_client_credentials@GNUTLS_3_4 +gnutls_srp_free_server_credentials@GNUTLS_3_4 +gnutls_srp_server_get_username@GNUTLS_3_4 +gnutls_srp_set_client_credentials@GNUTLS_3_4 +gnutls_srp_set_client_credentials_function@GNUTLS_3_4 +gnutls_srp_set_prime_bits@GNUTLS_3_4 +gnutls_srp_set_server_credentials_file@GNUTLS_3_4 +gnutls_srp_set_server_credentials_function@GNUTLS_3_4 +gnutls_srp_set_server_fake_salt_seed@GNUTLS_3_4 +gnutls_srp_verifier@GNUTLS_3_4 +gnutls_srtp_get_keys@GNUTLS_3_4 +gnutls_srtp_get_mki@GNUTLS_3_4 +gnutls_srtp_get_profile_id@GNUTLS_3_4 +gnutls_srtp_get_profile_name@GNUTLS_3_4 +gnutls_srtp_get_selected_profile@GNUTLS_3_4 +gnutls_srtp_set_mki@GNUTLS_3_4 +gnutls_srtp_set_profile@GNUTLS_3_4 +gnutls_srtp_set_profile_direct@GNUTLS_3_4 +gnutls_store_commitment@GNUTLS_3_4 +gnutls_store_pubkey@GNUTLS_3_4 +gnutls_strdup@GNUTLS_3_4 +gnutls_strerror@GNUTLS_3_4 +gnutls_strerror_name@GNUTLS_3_4 +gnutls_subject_alt_names_deinit@GNUTLS_3_4 +gnutls_subject_alt_names_get@GNUTLS_3_4 +gnutls_subject_alt_names_init@GNUTLS_3_4 +gnutls_subject_alt_names_set@GNUTLS_3_4 +gnutls_supplemental_get_name@GNUTLS_3_4 +gnutls_supplemental_recv@GNUTLS_3_4 +gnutls_supplemental_register@GNUTLS_3_4 +gnutls_supplemental_send@GNUTLS_3_4 +gnutls_system_key_add_x509@GNUTLS_3_4 +gnutls_system_key_delete@GNUTLS_3_4 +gnutls_system_key_iter_deinit@GNUTLS_3_4 +gnutls_system_key_iter_get_info@GNUTLS_3_4 +gnutls_system_recv_timeout@GNUTLS_3_4 +gnutls_tdb_deinit@GNUTLS_3_4 +gnutls_tdb_init@GNUTLS_3_4 +gnutls_tdb_set_store_commitment_func@GNUTLS_3_4 +gnutls_tdb_set_store_func@GNUTLS_3_4 +gnutls_tdb_set_verify_func@GNUTLS_3_4 +gnutls_tpm_get_registered@GNUTLS_3_4 +gnutls_tpm_key_list_deinit@GNUTLS_3_4 +gnutls_tpm_key_list_get_url@GNUTLS_3_4 +gnutls_tpm_privkey_delete@GNUTLS_3_4 +gnutls_tpm_privkey_generate@GNUTLS_3_4 +gnutls_transport_get_int2@GNUTLS_3_4 +gnutls_transport_get_int@GNUTLS_3_4 +gnutls_transport_get_ptr2@GNUTLS_3_4 +gnutls_transport_get_ptr@GNUTLS_3_4 +gnutls_transport_set_errno@GNUTLS_3_4 +gnutls_transport_set_errno_function@GNUTLS_3_4 +gnutls_transport_set_fastopen@GNUTLS_3_4 +gnutls_transport_set_int2@GNUTLS_3_4 +gnutls_transport_set_ptr2@GNUTLS_3_4 +gnutls_transport_set_ptr@GNUTLS_3_4 +gnutls_transport_set_pull_function@GNUTLS_3_4 +gnutls_transport_set_pull_timeout_function@GNUTLS_3_4 +gnutls_transport_set_push_function@GNUTLS_3_4 +gnutls_transport_set_vec_push_function@GNUTLS_3_4 +gnutls_url_is_supported@GNUTLS_3_4 +gnutls_utf8_password_normalize@GNUTLS_3_4 +gnutls_verify_stored_pubkey@GNUTLS_3_4 +gnutls_x509_aia_deinit@GNUTLS_3_4 +gnutls_x509_aia_get@GNUTLS_3_4 +gnutls_x509_aia_init@GNUTLS_3_4 +gnutls_x509_aia_set@GNUTLS_3_4 +gnutls_x509_aki_deinit@GNUTLS_3_4 +gnutls_x509_aki_get_cert_issuer@GNUTLS_3_4 +gnutls_x509_aki_get_id@GNUTLS_3_4 +gnutls_x509_aki_init@GNUTLS_3_4 +gnutls_x509_aki_set_cert_issuer@GNUTLS_3_4 +gnutls_x509_aki_set_id@GNUTLS_3_4 +gnutls_x509_cidr_to_rfc5280@GNUTLS_3_4 +gnutls_x509_crl_check_issuer@GNUTLS_3_4 +gnutls_x509_crl_deinit@GNUTLS_3_4 +gnutls_x509_crl_dist_points_deinit@GNUTLS_3_4 +gnutls_x509_crl_dist_points_get@GNUTLS_3_4 +gnutls_x509_crl_dist_points_init@GNUTLS_3_4 +gnutls_x509_crl_dist_points_set@GNUTLS_3_4 +gnutls_x509_crl_export2@GNUTLS_3_4 +gnutls_x509_crl_export@GNUTLS_3_4 +gnutls_x509_crl_get_authority_key_gn_serial@GNUTLS_3_4 +gnutls_x509_crl_get_authority_key_id@GNUTLS_3_4 +gnutls_x509_crl_get_crt_count@GNUTLS_3_4 +gnutls_x509_crl_get_crt_serial@GNUTLS_3_4 +gnutls_x509_crl_get_dn_oid@GNUTLS_3_4 +gnutls_x509_crl_get_extension_data2@GNUTLS_3_4 +gnutls_x509_crl_get_extension_data@GNUTLS_3_4 +gnutls_x509_crl_get_extension_info@GNUTLS_3_4 +gnutls_x509_crl_get_extension_oid@GNUTLS_3_4 +gnutls_x509_crl_get_issuer_dn2@GNUTLS_3_4 +gnutls_x509_crl_get_issuer_dn3@GNUTLS_3_4 +gnutls_x509_crl_get_issuer_dn@GNUTLS_3_4 +gnutls_x509_crl_get_issuer_dn_by_oid@GNUTLS_3_4 +gnutls_x509_crl_get_next_update@GNUTLS_3_4 +gnutls_x509_crl_get_number@GNUTLS_3_4 +gnutls_x509_crl_get_raw_issuer_dn@GNUTLS_3_4 +gnutls_x509_crl_get_signature@GNUTLS_3_4 +gnutls_x509_crl_get_signature_algorithm@GNUTLS_3_4 +gnutls_x509_crl_get_signature_oid@GNUTLS_3_4 +gnutls_x509_crl_get_this_update@GNUTLS_3_4 +gnutls_x509_crl_get_version@GNUTLS_3_4 +gnutls_x509_crl_import@GNUTLS_3_4 +gnutls_x509_crl_init@GNUTLS_3_4 +gnutls_x509_crl_iter_crt_serial@GNUTLS_3_4 +gnutls_x509_crl_iter_deinit@GNUTLS_3_4 +gnutls_x509_crl_list_import2@GNUTLS_3_4 +gnutls_x509_crl_list_import@GNUTLS_3_4 +gnutls_x509_crl_print@GNUTLS_3_4 +gnutls_x509_crl_privkey_sign@GNUTLS_3_4 +gnutls_x509_crl_set_authority_key_id@GNUTLS_3_4 +gnutls_x509_crl_set_crt@GNUTLS_3_4 +gnutls_x509_crl_set_crt_serial@GNUTLS_3_4 +gnutls_x509_crl_set_next_update@GNUTLS_3_4 +gnutls_x509_crl_set_number@GNUTLS_3_4 +gnutls_x509_crl_set_this_update@GNUTLS_3_4 +gnutls_x509_crl_set_version@GNUTLS_3_4 +gnutls_x509_crl_sign2@GNUTLS_3_4 +gnutls_x509_crl_sign@GNUTLS_3_4 +gnutls_x509_crl_verify@GNUTLS_3_4 +gnutls_x509_crq_deinit@GNUTLS_3_4 +gnutls_x509_crq_export2@GNUTLS_3_4 +gnutls_x509_crq_export@GNUTLS_3_4 +gnutls_x509_crq_get_attribute_by_oid@GNUTLS_3_4 +gnutls_x509_crq_get_attribute_data@GNUTLS_3_4 +gnutls_x509_crq_get_attribute_info@GNUTLS_3_4 +gnutls_x509_crq_get_basic_constraints@GNUTLS_3_4 +gnutls_x509_crq_get_challenge_password@GNUTLS_3_4 +gnutls_x509_crq_get_dn2@GNUTLS_3_4 +gnutls_x509_crq_get_dn3@GNUTLS_3_4 +gnutls_x509_crq_get_dn@GNUTLS_3_4 +gnutls_x509_crq_get_dn_by_oid@GNUTLS_3_4 +gnutls_x509_crq_get_dn_oid@GNUTLS_3_4 +gnutls_x509_crq_get_extension_by_oid2@GNUTLS_3_4 +gnutls_x509_crq_get_extension_by_oid@GNUTLS_3_4 +gnutls_x509_crq_get_extension_data2@GNUTLS_3_4 +gnutls_x509_crq_get_extension_data@GNUTLS_3_4 +gnutls_x509_crq_get_extension_info@GNUTLS_3_4 +gnutls_x509_crq_get_key_id@GNUTLS_3_4 +gnutls_x509_crq_get_key_purpose_oid@GNUTLS_3_4 +gnutls_x509_crq_get_key_rsa_raw@GNUTLS_3_4 +gnutls_x509_crq_get_key_usage@GNUTLS_3_4 +gnutls_x509_crq_get_pk_algorithm@GNUTLS_3_4 +gnutls_x509_crq_get_pk_oid@GNUTLS_3_4 +gnutls_x509_crq_get_private_key_usage_period@GNUTLS_3_4 +gnutls_x509_crq_get_signature_algorithm@GNUTLS_3_4 +gnutls_x509_crq_get_signature_oid@GNUTLS_3_4 +gnutls_x509_crq_get_spki@GNUTLS_3_6_0 +gnutls_x509_crq_get_subject_alt_name@GNUTLS_3_4 +gnutls_x509_crq_get_subject_alt_othername_oid@GNUTLS_3_4 +gnutls_x509_crq_get_tlsfeatures@GNUTLS_3_4 +gnutls_x509_crq_get_version@GNUTLS_3_4 +gnutls_x509_crq_import@GNUTLS_3_4 +gnutls_x509_crq_init@GNUTLS_3_4 +gnutls_x509_crq_print@GNUTLS_3_4 +gnutls_x509_crq_privkey_sign@GNUTLS_3_4 +gnutls_x509_crq_set_attribute_by_oid@GNUTLS_3_4 +gnutls_x509_crq_set_basic_constraints@GNUTLS_3_4 +gnutls_x509_crq_set_challenge_password@GNUTLS_3_4 +gnutls_x509_crq_set_dn@GNUTLS_3_4 +gnutls_x509_crq_set_dn_by_oid@GNUTLS_3_4 +gnutls_x509_crq_set_extension_by_oid@GNUTLS_3_4 +gnutls_x509_crq_set_key@GNUTLS_3_4 +gnutls_x509_crq_set_key_purpose_oid@GNUTLS_3_4 +gnutls_x509_crq_set_key_rsa_raw@GNUTLS_3_4 +gnutls_x509_crq_set_key_usage@GNUTLS_3_4 +gnutls_x509_crq_set_private_key_usage_period@GNUTLS_3_4 +gnutls_x509_crq_set_pubkey@GNUTLS_3_4 +gnutls_x509_crq_set_spki@GNUTLS_3_6_0 +gnutls_x509_crq_set_subject_alt_name@GNUTLS_3_4 +gnutls_x509_crq_set_subject_alt_othername@GNUTLS_3_4 +gnutls_x509_crq_set_tlsfeatures@GNUTLS_3_4 +gnutls_x509_crq_set_version@GNUTLS_3_4 +gnutls_x509_crq_sign2@GNUTLS_3_4 +gnutls_x509_crq_sign@GNUTLS_3_4 +gnutls_x509_crq_verify@GNUTLS_3_4 +gnutls_x509_crt_check_email@GNUTLS_3_4 +gnutls_x509_crt_check_hostname2@GNUTLS_3_4 +gnutls_x509_crt_check_hostname@GNUTLS_3_4 +gnutls_x509_crt_check_ip@GNUTLS_3_6_0 +gnutls_x509_crt_check_issuer@GNUTLS_3_4 +gnutls_x509_crt_check_key_purpose@GNUTLS_3_4 +gnutls_x509_crt_check_revocation@GNUTLS_3_4 +gnutls_x509_crt_cpy_crl_dist_points@GNUTLS_3_4 +gnutls_x509_crt_deinit@GNUTLS_3_4 +gnutls_x509_crt_equals2@GNUTLS_3_4 +gnutls_x509_crt_equals@GNUTLS_3_4 +gnutls_x509_crt_export2@GNUTLS_3_4 +gnutls_x509_crt_export@GNUTLS_3_4 +gnutls_x509_crt_get_activation_time@GNUTLS_3_4 +gnutls_x509_crt_get_authority_info_access@GNUTLS_3_4 +gnutls_x509_crt_get_authority_key_gn_serial@GNUTLS_3_4 +gnutls_x509_crt_get_authority_key_id@GNUTLS_3_4 +gnutls_x509_crt_get_basic_constraints@GNUTLS_3_4 +gnutls_x509_crt_get_ca_status@GNUTLS_3_4 +gnutls_x509_crt_get_crl_dist_points@GNUTLS_3_4 +gnutls_x509_crt_get_dn2@GNUTLS_3_4 +gnutls_x509_crt_get_dn3@GNUTLS_3_4 +gnutls_x509_crt_get_dn@GNUTLS_3_4 +gnutls_x509_crt_get_dn_by_oid@GNUTLS_3_4 +gnutls_x509_crt_get_dn_oid@GNUTLS_3_4 +gnutls_x509_crt_get_expiration_time@GNUTLS_3_4 +gnutls_x509_crt_get_extension_by_oid2@GNUTLS_3_4 +gnutls_x509_crt_get_extension_by_oid@GNUTLS_3_4 +gnutls_x509_crt_get_extension_data2@GNUTLS_3_4 +gnutls_x509_crt_get_extension_data@GNUTLS_3_4 +gnutls_x509_crt_get_extension_info@GNUTLS_3_4 +gnutls_x509_crt_get_extension_oid@GNUTLS_3_4 +gnutls_x509_crt_get_fingerprint@GNUTLS_3_4 +gnutls_x509_crt_get_inhibit_anypolicy@GNUTLS_3_6_0 +gnutls_x509_crt_get_issuer@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_alt_name2@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_alt_name@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_alt_othername_oid@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_dn2@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_dn3@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_dn@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_dn_by_oid@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_dn_oid@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_unique_id@GNUTLS_3_4 +gnutls_x509_crt_get_key_id@GNUTLS_3_4 +gnutls_x509_crt_get_key_purpose_oid@GNUTLS_3_4 +gnutls_x509_crt_get_key_usage@GNUTLS_3_4 +gnutls_x509_crt_get_name_constraints@GNUTLS_3_4 +gnutls_x509_crt_get_pk_algorithm@GNUTLS_3_4 +gnutls_x509_crt_get_pk_dsa_raw@GNUTLS_3_4 +gnutls_x509_crt_get_pk_ecc_raw@GNUTLS_3_4 +gnutls_x509_crt_get_pk_gost_raw@GNUTLS_3_6_3 +gnutls_x509_crt_get_pk_oid@GNUTLS_3_4 +gnutls_x509_crt_get_pk_rsa_raw@GNUTLS_3_4 +gnutls_x509_crt_get_policy@GNUTLS_3_4 +gnutls_x509_crt_get_preferred_hash_algorithm@GNUTLS_3_4 +gnutls_x509_crt_get_private_key_usage_period@GNUTLS_3_4 +gnutls_x509_crt_get_proxy@GNUTLS_3_4 +gnutls_x509_crt_get_raw_dn@GNUTLS_3_4 +gnutls_x509_crt_get_raw_issuer_dn@GNUTLS_3_4 +gnutls_x509_crt_get_serial@GNUTLS_3_4 +gnutls_x509_crt_get_signature@GNUTLS_3_4 +gnutls_x509_crt_get_signature_algorithm@GNUTLS_3_4 +gnutls_x509_crt_get_signature_oid@GNUTLS_3_4 +gnutls_x509_crt_get_spki@GNUTLS_3_6_0 +gnutls_x509_crt_get_subject@GNUTLS_3_4 +gnutls_x509_crt_get_subject_alt_name2@GNUTLS_3_4 +gnutls_x509_crt_get_subject_alt_name@GNUTLS_3_4 +gnutls_x509_crt_get_subject_alt_othername_oid@GNUTLS_3_4 +gnutls_x509_crt_get_subject_key_id@GNUTLS_3_4 +gnutls_x509_crt_get_subject_unique_id@GNUTLS_3_4 +gnutls_x509_crt_get_tlsfeatures@GNUTLS_3_4 +gnutls_x509_crt_get_version@GNUTLS_3_4 +gnutls_x509_crt_import@GNUTLS_3_4 +gnutls_x509_crt_import_pkcs11@GNUTLS_3_4 +gnutls_x509_crt_import_url@GNUTLS_3_4 +gnutls_x509_crt_init@GNUTLS_3_4 +gnutls_x509_crt_list_import2@GNUTLS_3_4 +gnutls_x509_crt_list_import@GNUTLS_3_4 +gnutls_x509_crt_list_import_pkcs11@GNUTLS_3_4 +gnutls_x509_crt_list_import_url@GNUTLS_3_6_3 +gnutls_x509_crt_list_verify@GNUTLS_3_4 +gnutls_x509_crt_print@GNUTLS_3_4 +gnutls_x509_crt_privkey_sign@GNUTLS_3_4 +gnutls_x509_crt_set_activation_time@GNUTLS_3_4 +gnutls_x509_crt_set_authority_info_access@GNUTLS_3_4 +gnutls_x509_crt_set_authority_key_id@GNUTLS_3_4 +gnutls_x509_crt_set_basic_constraints@GNUTLS_3_4 +gnutls_x509_crt_set_ca_status@GNUTLS_3_4 +gnutls_x509_crt_set_crl_dist_points2@GNUTLS_3_4 +gnutls_x509_crt_set_crl_dist_points@GNUTLS_3_4 +gnutls_x509_crt_set_crq@GNUTLS_3_4 +gnutls_x509_crt_set_crq_extension_by_oid@GNUTLS_3_4 +gnutls_x509_crt_set_crq_extensions@GNUTLS_3_4 +gnutls_x509_crt_set_dn@GNUTLS_3_4 +gnutls_x509_crt_set_dn_by_oid@GNUTLS_3_4 +gnutls_x509_crt_set_expiration_time@GNUTLS_3_4 +gnutls_x509_crt_set_extension_by_oid@GNUTLS_3_4 +gnutls_x509_crt_set_flags@GNUTLS_3_6_0 +gnutls_x509_crt_set_inhibit_anypolicy@GNUTLS_3_6_0 +gnutls_x509_crt_set_issuer_alt_name@GNUTLS_3_4 +gnutls_x509_crt_set_issuer_alt_othername@GNUTLS_3_4 +gnutls_x509_crt_set_issuer_dn@GNUTLS_3_4 +gnutls_x509_crt_set_issuer_dn_by_oid@GNUTLS_3_4 +gnutls_x509_crt_set_issuer_unique_id@GNUTLS_3_4 +gnutls_x509_crt_set_key@GNUTLS_3_4 +gnutls_x509_crt_set_key_purpose_oid@GNUTLS_3_4 +gnutls_x509_crt_set_key_usage@GNUTLS_3_4 +gnutls_x509_crt_set_name_constraints@GNUTLS_3_4 +gnutls_x509_crt_set_pin_function@GNUTLS_3_4 +gnutls_x509_crt_set_policy@GNUTLS_3_4 +gnutls_x509_crt_set_private_key_usage_period@GNUTLS_3_4 +gnutls_x509_crt_set_proxy@GNUTLS_3_4 +gnutls_x509_crt_set_proxy_dn@GNUTLS_3_4 +gnutls_x509_crt_set_pubkey@GNUTLS_3_4 +gnutls_x509_crt_set_serial@GNUTLS_3_4 +gnutls_x509_crt_set_spki@GNUTLS_3_6_0 +gnutls_x509_crt_set_subject_alt_name@GNUTLS_3_4 +gnutls_x509_crt_set_subject_alt_othername@GNUTLS_3_4 +gnutls_x509_crt_set_subject_alternative_name@GNUTLS_3_4 +gnutls_x509_crt_set_subject_key_id@GNUTLS_3_4 +gnutls_x509_crt_set_subject_unique_id@GNUTLS_3_4 +gnutls_x509_crt_set_tlsfeatures@GNUTLS_3_4 +gnutls_x509_crt_set_version@GNUTLS_3_4 +gnutls_x509_crt_sign2@GNUTLS_3_4 +gnutls_x509_crt_sign@GNUTLS_3_4 +gnutls_x509_crt_verify@GNUTLS_3_4 +gnutls_x509_crt_verify_data2@GNUTLS_3_4 +gnutls_x509_dn_deinit@GNUTLS_3_4 +gnutls_x509_dn_export2@GNUTLS_3_4 +gnutls_x509_dn_export@GNUTLS_3_4 +gnutls_x509_dn_get_rdn_ava@GNUTLS_3_4 +gnutls_x509_dn_get_str2@GNUTLS_3_4 +gnutls_x509_dn_get_str@GNUTLS_3_4 +gnutls_x509_dn_import@GNUTLS_3_4 +gnutls_x509_dn_init@GNUTLS_3_4 +gnutls_x509_dn_oid_known@GNUTLS_3_4 +gnutls_x509_dn_oid_name@GNUTLS_3_4 +gnutls_x509_dn_set_str@GNUTLS_3_4 +gnutls_x509_ext_deinit@GNUTLS_3_4 +gnutls_x509_ext_export_aia@GNUTLS_3_4 +gnutls_x509_ext_export_authority_key_id@GNUTLS_3_4 +gnutls_x509_ext_export_basic_constraints@GNUTLS_3_4 +gnutls_x509_ext_export_crl_dist_points@GNUTLS_3_4 +gnutls_x509_ext_export_inhibit_anypolicy@GNUTLS_3_6_0 +gnutls_x509_ext_export_key_purposes@GNUTLS_3_4 +gnutls_x509_ext_export_key_usage@GNUTLS_3_4 +gnutls_x509_ext_export_name_constraints@GNUTLS_3_4 +gnutls_x509_ext_export_policies@GNUTLS_3_4 +gnutls_x509_ext_export_private_key_usage_period@GNUTLS_3_4 +gnutls_x509_ext_export_proxy@GNUTLS_3_4 +gnutls_x509_ext_export_subject_alt_names@GNUTLS_3_4 +gnutls_x509_ext_export_subject_key_id@GNUTLS_3_4 +gnutls_x509_ext_export_tlsfeatures@GNUTLS_3_4 +gnutls_x509_ext_import_aia@GNUTLS_3_4 +gnutls_x509_ext_import_authority_key_id@GNUTLS_3_4 +gnutls_x509_ext_import_basic_constraints@GNUTLS_3_4 +gnutls_x509_ext_import_crl_dist_points@GNUTLS_3_4 +gnutls_x509_ext_import_inhibit_anypolicy@GNUTLS_3_6_0 +gnutls_x509_ext_import_key_purposes@GNUTLS_3_4 +gnutls_x509_ext_import_key_usage@GNUTLS_3_4 +gnutls_x509_ext_import_name_constraints@GNUTLS_3_4 +gnutls_x509_ext_import_policies@GNUTLS_3_4 +gnutls_x509_ext_import_private_key_usage_period@GNUTLS_3_4 +gnutls_x509_ext_import_proxy@GNUTLS_3_4 +gnutls_x509_ext_import_subject_alt_names@GNUTLS_3_4 +gnutls_x509_ext_import_subject_key_id@GNUTLS_3_4 +gnutls_x509_ext_import_tlsfeatures@GNUTLS_3_4 +gnutls_x509_ext_print@GNUTLS_3_4 +gnutls_x509_key_purpose_deinit@GNUTLS_3_4 +gnutls_x509_key_purpose_get@GNUTLS_3_4 +gnutls_x509_key_purpose_init@GNUTLS_3_4 +gnutls_x509_key_purpose_set@GNUTLS_3_4 +gnutls_x509_name_constraints_add_excluded@GNUTLS_3_4 +gnutls_x509_name_constraints_add_permitted@GNUTLS_3_4 +gnutls_x509_name_constraints_check@GNUTLS_3_4 +gnutls_x509_name_constraints_check_crt@GNUTLS_3_4 +gnutls_x509_name_constraints_deinit@GNUTLS_3_4 +gnutls_x509_name_constraints_get_excluded@GNUTLS_3_4 +gnutls_x509_name_constraints_get_permitted@GNUTLS_3_4 +gnutls_x509_name_constraints_init@GNUTLS_3_4 +gnutls_x509_othername_to_virtual@GNUTLS_3_4 +gnutls_x509_policies_deinit@GNUTLS_3_4 +gnutls_x509_policies_get@GNUTLS_3_4 +gnutls_x509_policies_init@GNUTLS_3_4 +gnutls_x509_policies_set@GNUTLS_3_4 +gnutls_x509_policy_release@GNUTLS_3_4 +gnutls_x509_privkey_cpy@GNUTLS_3_4 +gnutls_x509_privkey_deinit@GNUTLS_3_4 +gnutls_x509_privkey_export2@GNUTLS_3_4 +gnutls_x509_privkey_export2_pkcs8@GNUTLS_3_4 +gnutls_x509_privkey_export@GNUTLS_3_4 +gnutls_x509_privkey_export_dsa_raw@GNUTLS_3_4 +gnutls_x509_privkey_export_ecc_raw@GNUTLS_3_4 +gnutls_x509_privkey_export_gost_raw@GNUTLS_3_6_3 +gnutls_x509_privkey_export_pkcs8@GNUTLS_3_4 +gnutls_x509_privkey_export_rsa_raw2@GNUTLS_3_4 +gnutls_x509_privkey_export_rsa_raw@GNUTLS_3_4 +gnutls_x509_privkey_fix@GNUTLS_3_4 +gnutls_x509_privkey_generate2@GNUTLS_3_4 +gnutls_x509_privkey_generate@GNUTLS_3_4 +gnutls_x509_privkey_get_key_id@GNUTLS_3_4 +gnutls_x509_privkey_get_pk_algorithm2@GNUTLS_3_4 +gnutls_x509_privkey_get_pk_algorithm@GNUTLS_3_4 +gnutls_x509_privkey_get_seed@GNUTLS_3_4 +gnutls_x509_privkey_get_spki@GNUTLS_3_6_0 +gnutls_x509_privkey_import2@GNUTLS_3_4 +gnutls_x509_privkey_import@GNUTLS_3_4 +gnutls_x509_privkey_import_dsa_raw@GNUTLS_3_4 +gnutls_x509_privkey_import_ecc_raw@GNUTLS_3_4 +gnutls_x509_privkey_import_gost_raw@GNUTLS_3_6_3 +gnutls_x509_privkey_import_openssl@GNUTLS_3_4 +gnutls_x509_privkey_import_pkcs8@GNUTLS_3_4 +gnutls_x509_privkey_import_rsa_raw2@GNUTLS_3_4 +gnutls_x509_privkey_import_rsa_raw@GNUTLS_3_4 +gnutls_x509_privkey_init@GNUTLS_3_4 +gnutls_x509_privkey_sec_param@GNUTLS_3_4 +gnutls_x509_privkey_set_flags@GNUTLS_3_4 +gnutls_x509_privkey_set_pin_function@GNUTLS_3_4 +gnutls_x509_privkey_set_spki@GNUTLS_3_6_0 +gnutls_x509_privkey_sign_data@GNUTLS_3_4 +gnutls_x509_privkey_sign_hash@GNUTLS_3_4 +gnutls_x509_privkey_verify_params@GNUTLS_3_4 +gnutls_x509_privkey_verify_seed@GNUTLS_3_4 +gnutls_x509_rdn_get2@GNUTLS_3_4 +gnutls_x509_rdn_get@GNUTLS_3_4 +gnutls_x509_rdn_get_by_oid@GNUTLS_3_4 +gnutls_x509_rdn_get_oid@GNUTLS_3_4 +gnutls_x509_spki_deinit@GNUTLS_3_6_0 +gnutls_x509_spki_get_rsa_pss_params@GNUTLS_3_6_0 +gnutls_x509_spki_init@GNUTLS_3_6_0 +gnutls_x509_spki_set_rsa_pss_params@GNUTLS_3_6_0 +gnutls_x509_tlsfeatures_add@GNUTLS_3_4 +gnutls_x509_tlsfeatures_check_crt@GNUTLS_3_4 +gnutls_x509_tlsfeatures_deinit@GNUTLS_3_4 +gnutls_x509_tlsfeatures_get@GNUTLS_3_4 +gnutls_x509_tlsfeatures_init@GNUTLS_3_4 +gnutls_x509_trust_list_add_cas@GNUTLS_3_4 +gnutls_x509_trust_list_add_crls@GNUTLS_3_4 +gnutls_x509_trust_list_add_named_crt@GNUTLS_3_4 +gnutls_x509_trust_list_add_system_trust@GNUTLS_3_4 +gnutls_x509_trust_list_add_trust_dir@GNUTLS_3_4 +gnutls_x509_trust_list_add_trust_file@GNUTLS_3_4 +gnutls_x509_trust_list_add_trust_mem@GNUTLS_3_4 +gnutls_x509_trust_list_deinit@GNUTLS_3_4 +gnutls_x509_trust_list_get_issuer@GNUTLS_3_4 +gnutls_x509_trust_list_get_issuer_by_dn@GNUTLS_3_4 +gnutls_x509_trust_list_get_issuer_by_subject_key_id@GNUTLS_3_4 +gnutls_x509_trust_list_init@GNUTLS_3_4 +gnutls_x509_trust_list_iter_deinit@GNUTLS_3_4 +gnutls_x509_trust_list_iter_get_ca@GNUTLS_3_4 +gnutls_x509_trust_list_remove_cas@GNUTLS_3_4 +gnutls_x509_trust_list_remove_trust_file@GNUTLS_3_4 +gnutls_x509_trust_list_remove_trust_mem@GNUTLS_3_4 +gnutls_x509_trust_list_verify_crt2@GNUTLS_3_4 +gnutls_x509_trust_list_verify_crt@GNUTLS_3_4 +gnutls_x509_trust_list_verify_named_crt@GNUTLS_3_4 diff --git a/symbols.last b/symbols.last deleted file mode 100644 index e5f0e01c69..0000000000 --- a/symbols.last +++ /dev/null @@ -1,1218 +0,0 @@ -GNUTLS_3_4@GNUTLS_3_4 -GNUTLS_3_6_0@GNUTLS_3_6_0 -GNUTLS_3_6_2@GNUTLS_3_6_2 -GNUTLS_3_6_3@GNUTLS_3_6_3 -GNUTLS_3_6_4@GNUTLS_3_6_4 -GNUTLS_3_6_5@GNUTLS_3_6_5 -GNUTLS_3_6_6@GNUTLS_3_6_6 -_gnutls_global_init_skip@GNUTLS_3_4 -gnutls_aead_cipher_decrypt@GNUTLS_3_4 -gnutls_aead_cipher_deinit@GNUTLS_3_4 -gnutls_aead_cipher_encrypt@GNUTLS_3_4 -gnutls_aead_cipher_encryptv@GNUTLS_3_6_3 -gnutls_aead_cipher_init@GNUTLS_3_4 -gnutls_alert_get@GNUTLS_3_4 -gnutls_alert_get_name@GNUTLS_3_4 -gnutls_alert_get_strname@GNUTLS_3_4 -gnutls_alert_send@GNUTLS_3_4 -gnutls_alert_send_appropriate@GNUTLS_3_4 -gnutls_alpn_get_selected_protocol@GNUTLS_3_4 -gnutls_alpn_set_protocols@GNUTLS_3_4 -gnutls_anon_allocate_client_credentials@GNUTLS_3_4 -gnutls_anon_allocate_server_credentials@GNUTLS_3_4 -gnutls_anon_free_client_credentials@GNUTLS_3_4 -gnutls_anon_free_server_credentials@GNUTLS_3_4 -gnutls_anon_set_params_function@GNUTLS_3_4 -gnutls_anon_set_server_dh_params@GNUTLS_3_4 -gnutls_anon_set_server_known_dh_params@GNUTLS_3_4 -gnutls_anon_set_server_params_function@GNUTLS_3_4 -gnutls_anti_replay_deinit@GNUTLS_3_6_5 -gnutls_anti_replay_enable@GNUTLS_3_6_5 -gnutls_anti_replay_init@GNUTLS_3_6_5 -gnutls_anti_replay_set_add_function@GNUTLS_3_6_5 -gnutls_anti_replay_set_ptr@GNUTLS_3_6_5 -gnutls_anti_replay_set_window@GNUTLS_3_6_5 -gnutls_auth_client_get_type@GNUTLS_3_4 -gnutls_auth_get_type@GNUTLS_3_4 -gnutls_auth_server_get_type@GNUTLS_3_4 -gnutls_base64_decode2@GNUTLS_3_6_0 -gnutls_base64_encode2@GNUTLS_3_6_0 -gnutls_buffer_append_data@GNUTLS_3_4 -gnutls_bye@GNUTLS_3_4 -gnutls_calloc@GNUTLS_3_4 -gnutls_certificate_activation_time_peers@GNUTLS_3_4 -gnutls_certificate_allocate_credentials@GNUTLS_3_4 -gnutls_certificate_client_get_request_status@GNUTLS_3_4 -gnutls_certificate_expiration_time_peers@GNUTLS_3_4 -gnutls_certificate_free_ca_names@GNUTLS_3_4 -gnutls_certificate_free_cas@GNUTLS_3_4 -gnutls_certificate_free_credentials@GNUTLS_3_4 -gnutls_certificate_free_crls@GNUTLS_3_4 -gnutls_certificate_free_keys@GNUTLS_3_4 -gnutls_certificate_get_crt_raw@GNUTLS_3_4 -gnutls_certificate_get_issuer@GNUTLS_3_4 -gnutls_certificate_get_ocsp_expiration@GNUTLS_3_6_3 -gnutls_certificate_get_openpgp_crt@GNUTLS_3_4 -gnutls_certificate_get_openpgp_key@GNUTLS_3_4 -gnutls_certificate_get_ours@GNUTLS_3_4 -gnutls_certificate_get_peers@GNUTLS_3_4 -gnutls_certificate_get_peers_subkey_id@GNUTLS_3_4 -gnutls_certificate_get_trust_list@GNUTLS_3_4 -gnutls_certificate_get_verify_flags@GNUTLS_3_4 -gnutls_certificate_get_x509_crt@GNUTLS_3_4 -gnutls_certificate_get_x509_key@GNUTLS_3_4 -gnutls_certificate_send_x509_rdn_sequence@GNUTLS_3_4 -gnutls_certificate_server_set_request@GNUTLS_3_4 -gnutls_certificate_set_dh_params@GNUTLS_3_4 -gnutls_certificate_set_flags@GNUTLS_3_4 -gnutls_certificate_set_key@GNUTLS_3_4 -gnutls_certificate_set_known_dh_params@GNUTLS_3_4 -gnutls_certificate_set_ocsp_status_request_file2@GNUTLS_3_6_3 -gnutls_certificate_set_ocsp_status_request_file@GNUTLS_3_4 -gnutls_certificate_set_ocsp_status_request_function2@GNUTLS_3_4 -gnutls_certificate_set_ocsp_status_request_function@GNUTLS_3_4 -gnutls_certificate_set_ocsp_status_request_mem@GNUTLS_3_6_3 -gnutls_certificate_set_openpgp_key@GNUTLS_3_4 -gnutls_certificate_set_openpgp_key_file2@GNUTLS_3_4 -gnutls_certificate_set_openpgp_key_file@GNUTLS_3_4 -gnutls_certificate_set_openpgp_key_mem2@GNUTLS_3_4 -gnutls_certificate_set_openpgp_key_mem@GNUTLS_3_4 -gnutls_certificate_set_openpgp_keyring_file@GNUTLS_3_4 -gnutls_certificate_set_openpgp_keyring_mem@GNUTLS_3_4 -gnutls_certificate_set_params_function@GNUTLS_3_4 -gnutls_certificate_set_pin_function@GNUTLS_3_4 -gnutls_certificate_set_rawpk_key_file@GNUTLS_3_6_6 -gnutls_certificate_set_rawpk_key_mem@GNUTLS_3_6_6 -gnutls_certificate_set_retrieve_function2@GNUTLS_3_4 -gnutls_certificate_set_retrieve_function3@GNUTLS_3_6_3 -gnutls_certificate_set_retrieve_function@GNUTLS_3_4 -gnutls_certificate_set_trust_list@GNUTLS_3_4 -gnutls_certificate_set_verify_flags@GNUTLS_3_4 -gnutls_certificate_set_verify_function@GNUTLS_3_4 -gnutls_certificate_set_verify_limits@GNUTLS_3_4 -gnutls_certificate_set_x509_crl@GNUTLS_3_4 -gnutls_certificate_set_x509_crl_file@GNUTLS_3_4 -gnutls_certificate_set_x509_crl_mem@GNUTLS_3_4 -gnutls_certificate_set_x509_key@GNUTLS_3_4 -gnutls_certificate_set_x509_key_file2@GNUTLS_3_4 -gnutls_certificate_set_x509_key_file@GNUTLS_3_4 -gnutls_certificate_set_x509_key_mem2@GNUTLS_3_4 -gnutls_certificate_set_x509_key_mem@GNUTLS_3_4 -gnutls_certificate_set_x509_simple_pkcs12_file@GNUTLS_3_4 -gnutls_certificate_set_x509_simple_pkcs12_mem@GNUTLS_3_4 -gnutls_certificate_set_x509_system_trust@GNUTLS_3_4 -gnutls_certificate_set_x509_trust@GNUTLS_3_4 -gnutls_certificate_set_x509_trust_dir@GNUTLS_3_4 -gnutls_certificate_set_x509_trust_file@GNUTLS_3_4 -gnutls_certificate_set_x509_trust_mem@GNUTLS_3_4 -gnutls_certificate_type_get2@GNUTLS_3_6_4 -gnutls_certificate_type_get@GNUTLS_3_4 -gnutls_certificate_type_get_id@GNUTLS_3_4 -gnutls_certificate_type_get_name@GNUTLS_3_4 -gnutls_certificate_type_list@GNUTLS_3_4 -gnutls_certificate_verification_status_print@GNUTLS_3_4 -gnutls_certificate_verify_peers2@GNUTLS_3_4 -gnutls_certificate_verify_peers3@GNUTLS_3_4 -gnutls_certificate_verify_peers@GNUTLS_3_4 -gnutls_check_version@GNUTLS_3_4 -gnutls_cipher_add_auth@GNUTLS_3_4 -gnutls_cipher_decrypt2@GNUTLS_3_4 -gnutls_cipher_decrypt@GNUTLS_3_4 -gnutls_cipher_deinit@GNUTLS_3_4 -gnutls_cipher_encrypt2@GNUTLS_3_4 -gnutls_cipher_encrypt@GNUTLS_3_4 -gnutls_cipher_get@GNUTLS_3_4 -gnutls_cipher_get_block_size@GNUTLS_3_4 -gnutls_cipher_get_id@GNUTLS_3_4 -gnutls_cipher_get_iv_size@GNUTLS_3_4 -gnutls_cipher_get_key_size@GNUTLS_3_4 -gnutls_cipher_get_name@GNUTLS_3_4 -gnutls_cipher_get_tag_size@GNUTLS_3_4 -gnutls_cipher_init@GNUTLS_3_4 -gnutls_cipher_list@GNUTLS_3_4 -gnutls_cipher_set_iv@GNUTLS_3_4 -gnutls_cipher_suite_get_name@GNUTLS_3_4 -gnutls_cipher_suite_info@GNUTLS_3_4 -gnutls_cipher_tag@GNUTLS_3_4 -gnutls_compression_get@GNUTLS_3_4 -gnutls_compression_get_id@GNUTLS_3_4 -gnutls_compression_get_name@GNUTLS_3_4 -gnutls_compression_list@GNUTLS_3_4 -gnutls_credentials_clear@GNUTLS_3_4 -gnutls_credentials_get@GNUTLS_3_4 -gnutls_credentials_set@GNUTLS_3_4 -gnutls_crypto_register_aead_cipher@GNUTLS_3_4 -gnutls_crypto_register_cipher@GNUTLS_3_4 -gnutls_crypto_register_digest@GNUTLS_3_4 -gnutls_crypto_register_mac@GNUTLS_3_4 -gnutls_db_check_entry@GNUTLS_3_4 -gnutls_db_check_entry_expire_time@GNUTLS_3_6_5 -gnutls_db_check_entry_time@GNUTLS_3_4 -gnutls_db_get_default_cache_expiration@GNUTLS_3_4 -gnutls_db_get_ptr@GNUTLS_3_4 -gnutls_db_remove_session@GNUTLS_3_4 -gnutls_db_set_cache_expiration@GNUTLS_3_4 -gnutls_db_set_ptr@GNUTLS_3_4 -gnutls_db_set_remove_function@GNUTLS_3_4 -gnutls_db_set_retrieve_function@GNUTLS_3_4 -gnutls_db_set_store_function@GNUTLS_3_4 -gnutls_decode_ber_digest_info@GNUTLS_3_4 -gnutls_decode_gost_rs_value@GNUTLS_3_6_3 -gnutls_decode_rs_value@GNUTLS_3_6_0 -gnutls_deinit@GNUTLS_3_4 -gnutls_dh_get_group@GNUTLS_3_4 -gnutls_dh_get_peers_public_bits@GNUTLS_3_4 -gnutls_dh_get_prime_bits@GNUTLS_3_4 -gnutls_dh_get_pubkey@GNUTLS_3_4 -gnutls_dh_get_secret_bits@GNUTLS_3_4 -gnutls_dh_params_cpy@GNUTLS_3_4 -gnutls_dh_params_deinit@GNUTLS_3_4 -gnutls_dh_params_export2_pkcs3@GNUTLS_3_4 -gnutls_dh_params_export_pkcs3@GNUTLS_3_4 -gnutls_dh_params_export_raw@GNUTLS_3_4 -gnutls_dh_params_generate2@GNUTLS_3_4 -gnutls_dh_params_import_dsa@GNUTLS_3_4 -gnutls_dh_params_import_pkcs3@GNUTLS_3_4 -gnutls_dh_params_import_raw2@GNUTLS_3_4 -gnutls_dh_params_import_raw@GNUTLS_3_4 -gnutls_dh_params_init@GNUTLS_3_4 -gnutls_dh_set_prime_bits@GNUTLS_3_4 -gnutls_digest_get_id@GNUTLS_3_4 -gnutls_digest_get_name@GNUTLS_3_4 -gnutls_digest_get_oid@GNUTLS_3_4 -gnutls_digest_list@GNUTLS_3_4 -gnutls_dtls_cookie_send@GNUTLS_3_4 -gnutls_dtls_cookie_verify@GNUTLS_3_4 -gnutls_dtls_get_data_mtu@GNUTLS_3_4 -gnutls_dtls_get_mtu@GNUTLS_3_4 -gnutls_dtls_get_timeout@GNUTLS_3_4 -gnutls_dtls_prestate_set@GNUTLS_3_4 -gnutls_dtls_set_data_mtu@GNUTLS_3_4 -gnutls_dtls_set_mtu@GNUTLS_3_4 -gnutls_dtls_set_timeouts@GNUTLS_3_4 -gnutls_ecc_curve_get@GNUTLS_3_4 -gnutls_ecc_curve_get_id@GNUTLS_3_4 -gnutls_ecc_curve_get_name@GNUTLS_3_4 -gnutls_ecc_curve_get_oid@GNUTLS_3_4 -gnutls_ecc_curve_get_pk@GNUTLS_3_4 -gnutls_ecc_curve_get_size@GNUTLS_3_4 -gnutls_ecc_curve_list@GNUTLS_3_4 -gnutls_encode_ber_digest_info@GNUTLS_3_4 -gnutls_encode_gost_rs_value@GNUTLS_3_6_3 -gnutls_encode_rs_value@GNUTLS_3_6_0 -gnutls_error_is_fatal@GNUTLS_3_4 -gnutls_error_to_alert@GNUTLS_3_4 -gnutls_est_record_overhead_size@GNUTLS_3_4 -gnutls_ext_get_current_msg@GNUTLS_3_6_3 -gnutls_ext_get_data@GNUTLS_3_4 -gnutls_ext_get_name@GNUTLS_3_4 -gnutls_ext_raw_parse@GNUTLS_3_6_3 -gnutls_ext_register@GNUTLS_3_4 -gnutls_ext_set_data@GNUTLS_3_4 -gnutls_ffdhe_2048_group_generator@GNUTLS_3_4 -gnutls_ffdhe_2048_group_prime@GNUTLS_3_4 -gnutls_ffdhe_2048_key_bits@GNUTLS_3_4 -gnutls_ffdhe_3072_group_generator@GNUTLS_3_4 -gnutls_ffdhe_3072_group_prime@GNUTLS_3_4 -gnutls_ffdhe_3072_key_bits@GNUTLS_3_4 -gnutls_ffdhe_4096_group_generator@GNUTLS_3_4 -gnutls_ffdhe_4096_group_prime@GNUTLS_3_4 -gnutls_ffdhe_4096_key_bits@GNUTLS_3_4 -gnutls_ffdhe_6144_group_generator@GNUTLS_3_6_4 -gnutls_ffdhe_6144_group_prime@GNUTLS_3_6_4 -gnutls_ffdhe_6144_key_bits@GNUTLS_3_6_4 -gnutls_ffdhe_8192_group_generator@GNUTLS_3_4 -gnutls_ffdhe_8192_group_prime@GNUTLS_3_4 -gnutls_ffdhe_8192_key_bits@GNUTLS_3_4 -gnutls_fingerprint@GNUTLS_3_4 -gnutls_fips140_mode_enabled@GNUTLS_3_4 -gnutls_fips140_set_mode@GNUTLS_3_6_3 -gnutls_free@GNUTLS_3_4 -gnutls_global_deinit@GNUTLS_3_4 -gnutls_global_init@GNUTLS_3_4 -gnutls_global_set_audit_log_function@GNUTLS_3_4 -gnutls_global_set_log_function@GNUTLS_3_4 -gnutls_global_set_log_level@GNUTLS_3_4 -gnutls_global_set_mem_functions@GNUTLS_3_4 -gnutls_global_set_mutex@GNUTLS_3_4 -gnutls_global_set_time_function@GNUTLS_3_4 -gnutls_gost_paramset_get_name@GNUTLS_3_6_3 -gnutls_gost_paramset_get_oid@GNUTLS_3_6_3 -gnutls_group_get@GNUTLS_3_6_0 -gnutls_group_get_id@GNUTLS_3_6_0 -gnutls_group_get_name@GNUTLS_3_6_0 -gnutls_group_list@GNUTLS_3_6_0 -gnutls_handshake@GNUTLS_3_4 -gnutls_handshake_description_get_name@GNUTLS_3_4 -gnutls_handshake_get_last_in@GNUTLS_3_4 -gnutls_handshake_get_last_out@GNUTLS_3_4 -gnutls_handshake_set_hook_function@GNUTLS_3_4 -gnutls_handshake_set_max_packet_length@GNUTLS_3_4 -gnutls_handshake_set_post_client_hello_function@GNUTLS_3_4 -gnutls_handshake_set_private_extensions@GNUTLS_3_4 -gnutls_handshake_set_random@GNUTLS_3_4 -gnutls_handshake_set_timeout@GNUTLS_3_4 -gnutls_hash@GNUTLS_3_4 -gnutls_hash_deinit@GNUTLS_3_4 -gnutls_hash_fast@GNUTLS_3_4 -gnutls_hash_get_len@GNUTLS_3_4 -gnutls_hash_init@GNUTLS_3_4 -gnutls_hash_output@GNUTLS_3_4 -gnutls_heartbeat_allowed@GNUTLS_3_4 -gnutls_heartbeat_enable@GNUTLS_3_4 -gnutls_heartbeat_get_timeout@GNUTLS_3_4 -gnutls_heartbeat_ping@GNUTLS_3_4 -gnutls_heartbeat_pong@GNUTLS_3_4 -gnutls_heartbeat_set_timeouts@GNUTLS_3_4 -gnutls_hex2bin@GNUTLS_3_4 -gnutls_hex_decode2@GNUTLS_3_4 -gnutls_hex_decode@GNUTLS_3_4 -gnutls_hex_encode2@GNUTLS_3_4 -gnutls_hex_encode@GNUTLS_3_4 -gnutls_hmac@GNUTLS_3_4 -gnutls_hmac_deinit@GNUTLS_3_4 -gnutls_hmac_fast@GNUTLS_3_4 -gnutls_hmac_get_len@GNUTLS_3_4 -gnutls_hmac_init@GNUTLS_3_4 -gnutls_hmac_output@GNUTLS_3_4 -gnutls_hmac_set_nonce@GNUTLS_3_4 -gnutls_idna_map@GNUTLS_3_4 -gnutls_idna_reverse_map@GNUTLS_3_4 -gnutls_init@GNUTLS_3_4 -gnutls_key_generate@GNUTLS_3_4 -gnutls_kx_get@GNUTLS_3_4 -gnutls_kx_get_id@GNUTLS_3_4 -gnutls_kx_get_name@GNUTLS_3_4 -gnutls_kx_list@GNUTLS_3_4 -gnutls_load_file@GNUTLS_3_4 -gnutls_mac_get@GNUTLS_3_4 -gnutls_mac_get_id@GNUTLS_3_4 -gnutls_mac_get_key_size@GNUTLS_3_4 -gnutls_mac_get_name@GNUTLS_3_4 -gnutls_mac_get_nonce_size@GNUTLS_3_4 -gnutls_mac_list@GNUTLS_3_4 -gnutls_malloc@GNUTLS_3_4 -gnutls_memcmp@GNUTLS_3_4 -gnutls_memset@GNUTLS_3_4 -gnutls_ocsp_req_add_cert@GNUTLS_3_4 -gnutls_ocsp_req_add_cert_id@GNUTLS_3_4 -gnutls_ocsp_req_deinit@GNUTLS_3_4 -gnutls_ocsp_req_export@GNUTLS_3_4 -gnutls_ocsp_req_get_cert_id@GNUTLS_3_4 -gnutls_ocsp_req_get_extension@GNUTLS_3_4 -gnutls_ocsp_req_get_nonce@GNUTLS_3_4 -gnutls_ocsp_req_get_version@GNUTLS_3_4 -gnutls_ocsp_req_import@GNUTLS_3_4 -gnutls_ocsp_req_init@GNUTLS_3_4 -gnutls_ocsp_req_print@GNUTLS_3_4 -gnutls_ocsp_req_randomize_nonce@GNUTLS_3_4 -gnutls_ocsp_req_set_extension@GNUTLS_3_4 -gnutls_ocsp_req_set_nonce@GNUTLS_3_4 -gnutls_ocsp_resp_check_crt@GNUTLS_3_4 -gnutls_ocsp_resp_deinit@GNUTLS_3_4 -gnutls_ocsp_resp_export2@GNUTLS_3_6_3 -gnutls_ocsp_resp_export@GNUTLS_3_4 -gnutls_ocsp_resp_get_certs@GNUTLS_3_4 -gnutls_ocsp_resp_get_extension@GNUTLS_3_4 -gnutls_ocsp_resp_get_nonce@GNUTLS_3_4 -gnutls_ocsp_resp_get_produced@GNUTLS_3_4 -gnutls_ocsp_resp_get_responder2@GNUTLS_3_4 -gnutls_ocsp_resp_get_responder@GNUTLS_3_4 -gnutls_ocsp_resp_get_responder_raw_id@GNUTLS_3_4 -gnutls_ocsp_resp_get_response@GNUTLS_3_4 -gnutls_ocsp_resp_get_signature@GNUTLS_3_4 -gnutls_ocsp_resp_get_signature_algorithm@GNUTLS_3_4 -gnutls_ocsp_resp_get_single@GNUTLS_3_4 -gnutls_ocsp_resp_get_status@GNUTLS_3_4 -gnutls_ocsp_resp_get_version@GNUTLS_3_4 -gnutls_ocsp_resp_import2@GNUTLS_3_6_3 -gnutls_ocsp_resp_import@GNUTLS_3_4 -gnutls_ocsp_resp_init@GNUTLS_3_4 -gnutls_ocsp_resp_list_import2@GNUTLS_3_6_3 -gnutls_ocsp_resp_print@GNUTLS_3_4 -gnutls_ocsp_resp_verify@GNUTLS_3_4 -gnutls_ocsp_resp_verify_direct@GNUTLS_3_4 -gnutls_ocsp_status_request_enable_client@GNUTLS_3_4 -gnutls_ocsp_status_request_get2@GNUTLS_3_6_3 -gnutls_ocsp_status_request_get@GNUTLS_3_4 -gnutls_ocsp_status_request_is_checked@GNUTLS_3_4 -gnutls_oid_to_digest@GNUTLS_3_4 -gnutls_oid_to_ecc_curve@GNUTLS_3_4 -gnutls_oid_to_gost_paramset@GNUTLS_3_6_3 -gnutls_oid_to_mac@GNUTLS_3_4 -gnutls_oid_to_pk@GNUTLS_3_4 -gnutls_oid_to_sign@GNUTLS_3_4 -gnutls_openpgp_crt_check_email@GNUTLS_3_4 -gnutls_openpgp_crt_check_hostname2@GNUTLS_3_4 -gnutls_openpgp_crt_check_hostname@GNUTLS_3_4 -gnutls_openpgp_crt_deinit@GNUTLS_3_4 -gnutls_openpgp_crt_export2@GNUTLS_3_4 -gnutls_openpgp_crt_export@GNUTLS_3_4 -gnutls_openpgp_crt_get_auth_subkey@GNUTLS_3_4 -gnutls_openpgp_crt_get_creation_time@GNUTLS_3_4 -gnutls_openpgp_crt_get_expiration_time@GNUTLS_3_4 -gnutls_openpgp_crt_get_fingerprint@GNUTLS_3_4 -gnutls_openpgp_crt_get_key_id@GNUTLS_3_4 -gnutls_openpgp_crt_get_key_usage@GNUTLS_3_4 -gnutls_openpgp_crt_get_name@GNUTLS_3_4 -gnutls_openpgp_crt_get_pk_algorithm@GNUTLS_3_4 -gnutls_openpgp_crt_get_pk_dsa_raw@GNUTLS_3_4 -gnutls_openpgp_crt_get_pk_rsa_raw@GNUTLS_3_4 -gnutls_openpgp_crt_get_preferred_key_id@GNUTLS_3_4 -gnutls_openpgp_crt_get_revoked_status@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_count@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_creation_time@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_expiration_time@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_fingerprint@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_id@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_idx@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_pk_algorithm@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_pk_dsa_raw@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_pk_rsa_raw@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_revoked_status@GNUTLS_3_4 -gnutls_openpgp_crt_get_subkey_usage@GNUTLS_3_4 -gnutls_openpgp_crt_get_version@GNUTLS_3_4 -gnutls_openpgp_crt_import@GNUTLS_3_4 -gnutls_openpgp_crt_init@GNUTLS_3_4 -gnutls_openpgp_crt_print@GNUTLS_3_4 -gnutls_openpgp_crt_set_preferred_key_id@GNUTLS_3_4 -gnutls_openpgp_crt_verify_ring@GNUTLS_3_4 -gnutls_openpgp_crt_verify_self@GNUTLS_3_4 -gnutls_openpgp_keyring_check_id@GNUTLS_3_4 -gnutls_openpgp_keyring_deinit@GNUTLS_3_4 -gnutls_openpgp_keyring_get_crt@GNUTLS_3_4 -gnutls_openpgp_keyring_get_crt_count@GNUTLS_3_4 -gnutls_openpgp_keyring_import@GNUTLS_3_4 -gnutls_openpgp_keyring_init@GNUTLS_3_4 -gnutls_openpgp_privkey_deinit@GNUTLS_3_4 -gnutls_openpgp_privkey_export2@GNUTLS_3_4 -gnutls_openpgp_privkey_export@GNUTLS_3_4 -gnutls_openpgp_privkey_export_dsa_raw@GNUTLS_3_4 -gnutls_openpgp_privkey_export_rsa_raw@GNUTLS_3_4 -gnutls_openpgp_privkey_export_subkey_dsa_raw@GNUTLS_3_4 -gnutls_openpgp_privkey_export_subkey_rsa_raw@GNUTLS_3_4 -gnutls_openpgp_privkey_get_fingerprint@GNUTLS_3_4 -gnutls_openpgp_privkey_get_key_id@GNUTLS_3_4 -gnutls_openpgp_privkey_get_pk_algorithm@GNUTLS_3_4 -gnutls_openpgp_privkey_get_preferred_key_id@GNUTLS_3_4 -gnutls_openpgp_privkey_get_revoked_status@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_count@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_creation_time@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_expiration_time@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_fingerprint@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_id@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_idx@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_pk_algorithm@GNUTLS_3_4 -gnutls_openpgp_privkey_get_subkey_revoked_status@GNUTLS_3_4 -gnutls_openpgp_privkey_import@GNUTLS_3_4 -gnutls_openpgp_privkey_init@GNUTLS_3_4 -gnutls_openpgp_privkey_sec_param@GNUTLS_3_4 -gnutls_openpgp_privkey_set_preferred_key_id@GNUTLS_3_4 -gnutls_openpgp_privkey_sign_hash@GNUTLS_3_4 -gnutls_openpgp_send_cert@GNUTLS_3_4 -gnutls_openpgp_set_recv_key_function@GNUTLS_3_4 -gnutls_packet_deinit@GNUTLS_3_4 -gnutls_packet_get@GNUTLS_3_4 -gnutls_pcert_deinit@GNUTLS_3_4 -gnutls_pcert_export_openpgp@GNUTLS_3_4 -gnutls_pcert_export_x509@GNUTLS_3_4 -gnutls_pcert_import_openpgp@GNUTLS_3_4 -gnutls_pcert_import_openpgp_raw@GNUTLS_3_4 -gnutls_pcert_import_rawpk@GNUTLS_3_6_6 -gnutls_pcert_import_rawpk_raw@GNUTLS_3_6_6 -gnutls_pcert_import_x509@GNUTLS_3_4 -gnutls_pcert_import_x509_list@GNUTLS_3_4 -gnutls_pcert_import_x509_raw@GNUTLS_3_4 -gnutls_pcert_list_import_x509_file@GNUTLS_3_6_3 -gnutls_pcert_list_import_x509_raw@GNUTLS_3_4 -gnutls_pem_base64_decode2@GNUTLS_3_4 -gnutls_pem_base64_decode@GNUTLS_3_4 -gnutls_pem_base64_encode2@GNUTLS_3_4 -gnutls_pem_base64_encode@GNUTLS_3_4 -gnutls_perror@GNUTLS_3_4 -gnutls_pk_algorithm_get_name@GNUTLS_3_4 -gnutls_pk_bits_to_sec_param@GNUTLS_3_4 -gnutls_pk_get_id@GNUTLS_3_4 -gnutls_pk_get_name@GNUTLS_3_4 -gnutls_pk_get_oid@GNUTLS_3_4 -gnutls_pk_list@GNUTLS_3_4 -gnutls_pk_to_sign@GNUTLS_3_4 -gnutls_pkcs11_add_provider@GNUTLS_3_4 -gnutls_pkcs11_copy_attached_extension@GNUTLS_3_4 -gnutls_pkcs11_copy_pubkey@GNUTLS_3_4 -gnutls_pkcs11_copy_secret_key@GNUTLS_3_4 -gnutls_pkcs11_copy_x509_crt2@GNUTLS_3_4 -gnutls_pkcs11_copy_x509_privkey2@GNUTLS_3_4 -gnutls_pkcs11_crt_is_known@GNUTLS_3_4 -gnutls_pkcs11_deinit@GNUTLS_3_4 -gnutls_pkcs11_delete_url@GNUTLS_3_4 -gnutls_pkcs11_get_pin_function@GNUTLS_3_4 -gnutls_pkcs11_get_raw_issuer@GNUTLS_3_4 -gnutls_pkcs11_get_raw_issuer_by_dn@GNUTLS_3_4 -gnutls_pkcs11_get_raw_issuer_by_subject_key_id@GNUTLS_3_4 -gnutls_pkcs11_init@GNUTLS_3_4 -gnutls_pkcs11_obj_deinit@GNUTLS_3_4 -gnutls_pkcs11_obj_export2@GNUTLS_3_4 -gnutls_pkcs11_obj_export3@GNUTLS_3_4 -gnutls_pkcs11_obj_export@GNUTLS_3_4 -gnutls_pkcs11_obj_export_url@GNUTLS_3_4 -gnutls_pkcs11_obj_flags_get_str@GNUTLS_3_4 -gnutls_pkcs11_obj_get_exts@GNUTLS_3_4 -gnutls_pkcs11_obj_get_flags@GNUTLS_3_4 -gnutls_pkcs11_obj_get_info@GNUTLS_3_4 -gnutls_pkcs11_obj_get_ptr@GNUTLS_3_6_3 -gnutls_pkcs11_obj_get_type@GNUTLS_3_4 -gnutls_pkcs11_obj_import_url@GNUTLS_3_4 -gnutls_pkcs11_obj_init@GNUTLS_3_4 -gnutls_pkcs11_obj_list_import_url3@GNUTLS_3_4 -gnutls_pkcs11_obj_list_import_url4@GNUTLS_3_4 -gnutls_pkcs11_obj_set_info@GNUTLS_3_4 -gnutls_pkcs11_obj_set_pin_function@GNUTLS_3_4 -gnutls_pkcs11_privkey_cpy@GNUTLS_3_4 -gnutls_pkcs11_privkey_deinit@GNUTLS_3_4 -gnutls_pkcs11_privkey_export_pubkey@GNUTLS_3_4 -gnutls_pkcs11_privkey_export_url@GNUTLS_3_4 -gnutls_pkcs11_privkey_generate3@GNUTLS_3_4 -gnutls_pkcs11_privkey_get_info@GNUTLS_3_4 -gnutls_pkcs11_privkey_get_pk_algorithm@GNUTLS_3_4 -gnutls_pkcs11_privkey_import_url@GNUTLS_3_4 -gnutls_pkcs11_privkey_init@GNUTLS_3_4 -gnutls_pkcs11_privkey_set_pin_function@GNUTLS_3_4 -gnutls_pkcs11_privkey_status@GNUTLS_3_4 -gnutls_pkcs11_reinit@GNUTLS_3_4 -gnutls_pkcs11_set_pin_function@GNUTLS_3_4 -gnutls_pkcs11_set_token_function@GNUTLS_3_4 -gnutls_pkcs11_token_check_mechanism@GNUTLS_3_6_0 -gnutls_pkcs11_token_get_flags@GNUTLS_3_4 -gnutls_pkcs11_token_get_info@GNUTLS_3_4 -gnutls_pkcs11_token_get_mechanism@GNUTLS_3_4 -gnutls_pkcs11_token_get_ptr@GNUTLS_3_6_3 -gnutls_pkcs11_token_get_random@GNUTLS_3_4 -gnutls_pkcs11_token_get_url@GNUTLS_3_4 -gnutls_pkcs11_token_init@GNUTLS_3_4 -gnutls_pkcs11_token_set_pin@GNUTLS_3_4 -gnutls_pkcs11_type_get_name@GNUTLS_3_4 -gnutls_pkcs12_bag_decrypt@GNUTLS_3_4 -gnutls_pkcs12_bag_deinit@GNUTLS_3_4 -gnutls_pkcs12_bag_enc_info@GNUTLS_3_4 -gnutls_pkcs12_bag_encrypt@GNUTLS_3_4 -gnutls_pkcs12_bag_get_count@GNUTLS_3_4 -gnutls_pkcs12_bag_get_data@GNUTLS_3_4 -gnutls_pkcs12_bag_get_friendly_name@GNUTLS_3_4 -gnutls_pkcs12_bag_get_key_id@GNUTLS_3_4 -gnutls_pkcs12_bag_get_type@GNUTLS_3_4 -gnutls_pkcs12_bag_init@GNUTLS_3_4 -gnutls_pkcs12_bag_set_crl@GNUTLS_3_4 -gnutls_pkcs12_bag_set_crt@GNUTLS_3_4 -gnutls_pkcs12_bag_set_data@GNUTLS_3_4 -gnutls_pkcs12_bag_set_friendly_name@GNUTLS_3_4 -gnutls_pkcs12_bag_set_key_id@GNUTLS_3_4 -gnutls_pkcs12_bag_set_privkey@GNUTLS_3_4 -gnutls_pkcs12_deinit@GNUTLS_3_4 -gnutls_pkcs12_export2@GNUTLS_3_4 -gnutls_pkcs12_export@GNUTLS_3_4 -gnutls_pkcs12_generate_mac2@GNUTLS_3_4 -gnutls_pkcs12_generate_mac@GNUTLS_3_4 -gnutls_pkcs12_get_bag@GNUTLS_3_4 -gnutls_pkcs12_import@GNUTLS_3_4 -gnutls_pkcs12_init@GNUTLS_3_4 -gnutls_pkcs12_mac_info@GNUTLS_3_4 -gnutls_pkcs12_set_bag@GNUTLS_3_4 -gnutls_pkcs12_simple_parse@GNUTLS_3_4 -gnutls_pkcs12_verify_mac@GNUTLS_3_4 -gnutls_pkcs7_add_attr@GNUTLS_3_4 -gnutls_pkcs7_attrs_deinit@GNUTLS_3_4 -gnutls_pkcs7_deinit@GNUTLS_3_4 -gnutls_pkcs7_delete_crl@GNUTLS_3_4 -gnutls_pkcs7_delete_crt@GNUTLS_3_4 -gnutls_pkcs7_export2@GNUTLS_3_4 -gnutls_pkcs7_export@GNUTLS_3_4 -gnutls_pkcs7_get_attr@GNUTLS_3_4 -gnutls_pkcs7_get_crl_count@GNUTLS_3_4 -gnutls_pkcs7_get_crl_raw2@GNUTLS_3_4 -gnutls_pkcs7_get_crl_raw@GNUTLS_3_4 -gnutls_pkcs7_get_crt_count@GNUTLS_3_4 -gnutls_pkcs7_get_crt_raw2@GNUTLS_3_4 -gnutls_pkcs7_get_crt_raw@GNUTLS_3_4 -gnutls_pkcs7_get_embedded_data@GNUTLS_3_4 -gnutls_pkcs7_get_embedded_data_oid@GNUTLS_3_4 -gnutls_pkcs7_get_signature_count@GNUTLS_3_4 -gnutls_pkcs7_get_signature_info@GNUTLS_3_4 -gnutls_pkcs7_import@GNUTLS_3_4 -gnutls_pkcs7_init@GNUTLS_3_4 -gnutls_pkcs7_print@GNUTLS_3_4 -gnutls_pkcs7_set_crl@GNUTLS_3_4 -gnutls_pkcs7_set_crl_raw@GNUTLS_3_4 -gnutls_pkcs7_set_crt@GNUTLS_3_4 -gnutls_pkcs7_set_crt_raw@GNUTLS_3_4 -gnutls_pkcs7_sign@GNUTLS_3_4 -gnutls_pkcs7_signature_info_deinit@GNUTLS_3_4 -gnutls_pkcs7_verify@GNUTLS_3_4 -gnutls_pkcs7_verify_direct@GNUTLS_3_4 -gnutls_pkcs8_info@GNUTLS_3_4 -gnutls_pkcs_schema_get_name@GNUTLS_3_4 -gnutls_pkcs_schema_get_oid@GNUTLS_3_4 -gnutls_prf@GNUTLS_3_4 -gnutls_prf_raw@GNUTLS_3_4 -gnutls_prf_rfc5705@GNUTLS_3_4 -gnutls_priority_certificate_type_list2@GNUTLS_3_6_4 -gnutls_priority_certificate_type_list@GNUTLS_3_4 -gnutls_priority_cipher_list@GNUTLS_3_4 -gnutls_priority_compression_list@GNUTLS_3_4 -gnutls_priority_deinit@GNUTLS_3_4 -gnutls_priority_ecc_curve_list@GNUTLS_3_4 -gnutls_priority_get_cipher_suite_index@GNUTLS_3_4 -gnutls_priority_group_list@GNUTLS_3_6_0 -gnutls_priority_init2@GNUTLS_3_6_3 -gnutls_priority_init@GNUTLS_3_4 -gnutls_priority_kx_list@GNUTLS_3_4 -gnutls_priority_mac_list@GNUTLS_3_4 -gnutls_priority_protocol_list@GNUTLS_3_4 -gnutls_priority_set@GNUTLS_3_4 -gnutls_priority_set_direct@GNUTLS_3_4 -gnutls_priority_sign_list@GNUTLS_3_4 -gnutls_priority_string_list@GNUTLS_3_4 -gnutls_privkey_decrypt_data2@GNUTLS_3_6_5 -gnutls_privkey_decrypt_data@GNUTLS_3_4 -gnutls_privkey_deinit@GNUTLS_3_4 -gnutls_privkey_export_dsa_raw2@GNUTLS_3_6_0 -gnutls_privkey_export_dsa_raw@GNUTLS_3_4 -gnutls_privkey_export_ecc_raw2@GNUTLS_3_6_0 -gnutls_privkey_export_ecc_raw@GNUTLS_3_4 -gnutls_privkey_export_gost_raw2@GNUTLS_3_6_3 -gnutls_privkey_export_openpgp@GNUTLS_3_4 -gnutls_privkey_export_pkcs11@GNUTLS_3_4 -gnutls_privkey_export_rsa_raw2@GNUTLS_3_6_0 -gnutls_privkey_export_rsa_raw@GNUTLS_3_4 -gnutls_privkey_export_x509@GNUTLS_3_4 -gnutls_privkey_generate2@GNUTLS_3_4 -gnutls_privkey_generate@GNUTLS_3_4 -gnutls_privkey_get_pk_algorithm@GNUTLS_3_4 -gnutls_privkey_get_seed@GNUTLS_3_4 -gnutls_privkey_get_spki@GNUTLS_3_6_0 -gnutls_privkey_get_type@GNUTLS_3_4 -gnutls_privkey_import_dsa_raw@GNUTLS_3_4 -gnutls_privkey_import_ecc_raw@GNUTLS_3_4 -gnutls_privkey_import_ext2@GNUTLS_3_4 -gnutls_privkey_import_ext3@GNUTLS_3_4 -gnutls_privkey_import_ext4@GNUTLS_3_6_0 -gnutls_privkey_import_ext@GNUTLS_3_4 -gnutls_privkey_import_gost_raw@GNUTLS_3_6_3 -gnutls_privkey_import_openpgp@GNUTLS_3_4 -gnutls_privkey_import_openpgp_raw@GNUTLS_3_4 -gnutls_privkey_import_pkcs11@GNUTLS_3_4 -gnutls_privkey_import_rsa_raw@GNUTLS_3_4 -gnutls_privkey_import_tpm_raw@GNUTLS_3_4 -gnutls_privkey_import_tpm_url@GNUTLS_3_4 -gnutls_privkey_import_url@GNUTLS_3_4 -gnutls_privkey_import_x509@GNUTLS_3_4 -gnutls_privkey_import_x509_raw@GNUTLS_3_4 -gnutls_privkey_init@GNUTLS_3_4 -gnutls_privkey_set_flags@GNUTLS_3_4 -gnutls_privkey_set_pin_function@GNUTLS_3_4 -gnutls_privkey_set_spki@GNUTLS_3_6_0 -gnutls_privkey_sign_data2@GNUTLS_3_6_0 -gnutls_privkey_sign_data@GNUTLS_3_4 -gnutls_privkey_sign_hash2@GNUTLS_3_6_0 -gnutls_privkey_sign_hash@GNUTLS_3_4 -gnutls_privkey_status@GNUTLS_3_4 -gnutls_privkey_verify_params@GNUTLS_3_4 -gnutls_privkey_verify_seed@GNUTLS_3_4 -gnutls_protocol_get_id@GNUTLS_3_4 -gnutls_protocol_get_name@GNUTLS_3_4 -gnutls_protocol_get_version@GNUTLS_3_4 -gnutls_protocol_list@GNUTLS_3_4 -gnutls_psk_allocate_client_credentials@GNUTLS_3_4 -gnutls_psk_allocate_server_credentials@GNUTLS_3_4 -gnutls_psk_client_get_hint@GNUTLS_3_4 -gnutls_psk_free_client_credentials@GNUTLS_3_4 -gnutls_psk_free_server_credentials@GNUTLS_3_4 -gnutls_psk_server_get_username@GNUTLS_3_4 -gnutls_psk_set_client_credentials@GNUTLS_3_4 -gnutls_psk_set_client_credentials_function@GNUTLS_3_4 -gnutls_psk_set_params_function@GNUTLS_3_4 -gnutls_psk_set_server_credentials_file@GNUTLS_3_4 -gnutls_psk_set_server_credentials_function@GNUTLS_3_4 -gnutls_psk_set_server_credentials_hint@GNUTLS_3_4 -gnutls_psk_set_server_dh_params@GNUTLS_3_4 -gnutls_psk_set_server_known_dh_params@GNUTLS_3_4 -gnutls_psk_set_server_params_function@GNUTLS_3_4 -gnutls_pubkey_deinit@GNUTLS_3_4 -gnutls_pubkey_encrypt_data@GNUTLS_3_4 -gnutls_pubkey_export2@GNUTLS_3_4 -gnutls_pubkey_export@GNUTLS_3_4 -gnutls_pubkey_export_dsa_raw2@GNUTLS_3_6_0 -gnutls_pubkey_export_dsa_raw@GNUTLS_3_4 -gnutls_pubkey_export_ecc_raw2@GNUTLS_3_6_0 -gnutls_pubkey_export_ecc_raw@GNUTLS_3_4 -gnutls_pubkey_export_ecc_x962@GNUTLS_3_4 -gnutls_pubkey_export_gost_raw2@GNUTLS_3_6_3 -gnutls_pubkey_export_rsa_raw2@GNUTLS_3_6_0 -gnutls_pubkey_export_rsa_raw@GNUTLS_3_4 -gnutls_pubkey_get_key_id@GNUTLS_3_4 -gnutls_pubkey_get_key_usage@GNUTLS_3_4 -gnutls_pubkey_get_openpgp_key_id@GNUTLS_3_4 -gnutls_pubkey_get_pk_algorithm@GNUTLS_3_4 -gnutls_pubkey_get_preferred_hash_algorithm@GNUTLS_3_4 -gnutls_pubkey_get_spki@GNUTLS_3_6_0 -gnutls_pubkey_import@GNUTLS_3_4 -gnutls_pubkey_import_dsa_raw@GNUTLS_3_4 -gnutls_pubkey_import_ecc_raw@GNUTLS_3_4 -gnutls_pubkey_import_ecc_x962@GNUTLS_3_4 -gnutls_pubkey_import_gost_raw@GNUTLS_3_6_3 -gnutls_pubkey_import_openpgp@GNUTLS_3_4 -gnutls_pubkey_import_openpgp_raw@GNUTLS_3_4 -gnutls_pubkey_import_pkcs11@GNUTLS_3_4 -gnutls_pubkey_import_privkey@GNUTLS_3_4 -gnutls_pubkey_import_rsa_raw@GNUTLS_3_4 -gnutls_pubkey_import_tpm_raw@GNUTLS_3_4 -gnutls_pubkey_import_tpm_url@GNUTLS_3_4 -gnutls_pubkey_import_url@GNUTLS_3_4 -gnutls_pubkey_import_x509@GNUTLS_3_4 -gnutls_pubkey_import_x509_crq@GNUTLS_3_4 -gnutls_pubkey_import_x509_raw@GNUTLS_3_4 -gnutls_pubkey_init@GNUTLS_3_4 -gnutls_pubkey_print@GNUTLS_3_4 -gnutls_pubkey_set_key_usage@GNUTLS_3_4 -gnutls_pubkey_set_pin_function@GNUTLS_3_4 -gnutls_pubkey_set_spki@GNUTLS_3_6_0 -gnutls_pubkey_verify_data2@GNUTLS_3_4 -gnutls_pubkey_verify_hash2@GNUTLS_3_4 -gnutls_pubkey_verify_params@GNUTLS_3_4 -gnutls_random_art@GNUTLS_3_4 -gnutls_range_split@GNUTLS_3_4 -gnutls_realloc@GNUTLS_3_4 -gnutls_reauth@GNUTLS_3_6_3 -gnutls_record_can_use_length_hiding@GNUTLS_3_4 -gnutls_record_check_corked@GNUTLS_3_4 -gnutls_record_check_pending@GNUTLS_3_4 -gnutls_record_cork@GNUTLS_3_4 -gnutls_record_disable_padding@GNUTLS_3_4 -gnutls_record_discard_queued@GNUTLS_3_4 -gnutls_record_get_direction@GNUTLS_3_4 -gnutls_record_get_discarded@GNUTLS_3_4 -gnutls_record_get_max_early_data_size@GNUTLS_3_6_5 -gnutls_record_get_max_size@GNUTLS_3_4 -gnutls_record_get_state@GNUTLS_3_4 -gnutls_record_overhead_size@GNUTLS_3_4 -gnutls_record_recv@GNUTLS_3_4 -gnutls_record_recv_early_data@GNUTLS_3_6_5 -gnutls_record_recv_packet@GNUTLS_3_4 -gnutls_record_recv_seq@GNUTLS_3_4 -gnutls_record_send2@GNUTLS_3_6_3 -gnutls_record_send@GNUTLS_3_4 -gnutls_record_send_early_data@GNUTLS_3_6_5 -gnutls_record_send_range@GNUTLS_3_4 -gnutls_record_set_max_early_data_size@GNUTLS_3_6_4 -gnutls_record_set_max_size@GNUTLS_3_4 -gnutls_record_set_state@GNUTLS_3_4 -gnutls_record_set_timeout@GNUTLS_3_4 -gnutls_record_uncork@GNUTLS_3_4 -gnutls_register_custom_url@GNUTLS_3_4 -gnutls_rehandshake@GNUTLS_3_4 -gnutls_rnd@GNUTLS_3_4 -gnutls_rnd_refresh@GNUTLS_3_4 -gnutls_safe_renegotiation_status@GNUTLS_3_4 -gnutls_sec_param_get_name@GNUTLS_3_4 -gnutls_sec_param_to_pk_bits@GNUTLS_3_4 -gnutls_sec_param_to_symmetric_bits@GNUTLS_3_4 -gnutls_secure_malloc@GNUTLS_3_4 -gnutls_server_name_get@GNUTLS_3_4 -gnutls_server_name_set@GNUTLS_3_4 -gnutls_session_channel_binding@GNUTLS_3_4 -gnutls_session_enable_compatibility_mode@GNUTLS_3_4 -gnutls_session_etm_status@GNUTLS_3_4 -gnutls_session_ext_master_secret_status@GNUTLS_3_4 -gnutls_session_ext_register@GNUTLS_3_4 -gnutls_session_force_valid@GNUTLS_3_4 -gnutls_session_get_data2@GNUTLS_3_4 -gnutls_session_get_data@GNUTLS_3_4 -gnutls_session_get_desc@GNUTLS_3_4 -gnutls_session_get_flags@GNUTLS_3_4 -gnutls_session_get_id2@GNUTLS_3_4 -gnutls_session_get_id@GNUTLS_3_4 -gnutls_session_get_master_secret@GNUTLS_3_4 -gnutls_session_get_ptr@GNUTLS_3_4 -gnutls_session_get_random@GNUTLS_3_4 -gnutls_session_get_verify_cert_status@GNUTLS_3_4 -gnutls_session_is_resumed@GNUTLS_3_4 -gnutls_session_key_update@GNUTLS_3_6_3 -gnutls_session_resumption_requested@GNUTLS_3_4 -gnutls_session_set_data@GNUTLS_3_4 -gnutls_session_set_id@GNUTLS_3_4 -gnutls_session_set_premaster@GNUTLS_3_4 -gnutls_session_set_ptr@GNUTLS_3_4 -gnutls_session_set_verify_cert2@GNUTLS_3_4 -gnutls_session_set_verify_cert@GNUTLS_3_4 -gnutls_session_set_verify_function@GNUTLS_3_4 -gnutls_session_supplemental_register@GNUTLS_3_4 -gnutls_session_ticket_enable_client@GNUTLS_3_4 -gnutls_session_ticket_enable_server@GNUTLS_3_4 -gnutls_session_ticket_key_generate@GNUTLS_3_4 -gnutls_session_ticket_send@GNUTLS_3_6_3 -gnutls_set_default_priority@GNUTLS_3_4 -gnutls_set_default_priority_append@GNUTLS_3_6_3 -gnutls_sign_algorithm_get@GNUTLS_3_4 -gnutls_sign_algorithm_get_client@GNUTLS_3_4 -gnutls_sign_algorithm_get_requested@GNUTLS_3_4 -gnutls_sign_get_hash_algorithm@GNUTLS_3_4 -gnutls_sign_get_id@GNUTLS_3_4 -gnutls_sign_get_name@GNUTLS_3_4 -gnutls_sign_get_oid@GNUTLS_3_4 -gnutls_sign_get_pk_algorithm@GNUTLS_3_4 -gnutls_sign_is_secure2@GNUTLS_3_6_0 -gnutls_sign_is_secure@GNUTLS_3_4 -gnutls_sign_list@GNUTLS_3_4 -gnutls_sign_supports_pk_algorithm@GNUTLS_3_6_0 -gnutls_srp_1024_group_generator@GNUTLS_3_4 -gnutls_srp_1024_group_prime@GNUTLS_3_4 -gnutls_srp_1536_group_generator@GNUTLS_3_4 -gnutls_srp_1536_group_prime@GNUTLS_3_4 -gnutls_srp_2048_group_generator@GNUTLS_3_4 -gnutls_srp_2048_group_prime@GNUTLS_3_4 -gnutls_srp_3072_group_generator@GNUTLS_3_4 -gnutls_srp_3072_group_prime@GNUTLS_3_4 -gnutls_srp_4096_group_generator@GNUTLS_3_4 -gnutls_srp_4096_group_prime@GNUTLS_3_4 -gnutls_srp_8192_group_generator@GNUTLS_3_6_2 -gnutls_srp_8192_group_prime@GNUTLS_3_6_2 -gnutls_srp_allocate_client_credentials@GNUTLS_3_4 -gnutls_srp_allocate_server_credentials@GNUTLS_3_4 -gnutls_srp_base64_decode2@GNUTLS_3_4 -gnutls_srp_base64_decode@GNUTLS_3_4 -gnutls_srp_base64_encode2@GNUTLS_3_4 -gnutls_srp_base64_encode@GNUTLS_3_4 -gnutls_srp_free_client_credentials@GNUTLS_3_4 -gnutls_srp_free_server_credentials@GNUTLS_3_4 -gnutls_srp_server_get_username@GNUTLS_3_4 -gnutls_srp_set_client_credentials@GNUTLS_3_4 -gnutls_srp_set_client_credentials_function@GNUTLS_3_4 -gnutls_srp_set_prime_bits@GNUTLS_3_4 -gnutls_srp_set_server_credentials_file@GNUTLS_3_4 -gnutls_srp_set_server_credentials_function@GNUTLS_3_4 -gnutls_srp_set_server_fake_salt_seed@GNUTLS_3_4 -gnutls_srp_verifier@GNUTLS_3_4 -gnutls_srtp_get_keys@GNUTLS_3_4 -gnutls_srtp_get_mki@GNUTLS_3_4 -gnutls_srtp_get_profile_id@GNUTLS_3_4 -gnutls_srtp_get_profile_name@GNUTLS_3_4 -gnutls_srtp_get_selected_profile@GNUTLS_3_4 -gnutls_srtp_set_mki@GNUTLS_3_4 -gnutls_srtp_set_profile@GNUTLS_3_4 -gnutls_srtp_set_profile_direct@GNUTLS_3_4 -gnutls_store_commitment@GNUTLS_3_4 -gnutls_store_pubkey@GNUTLS_3_4 -gnutls_strdup@GNUTLS_3_4 -gnutls_strerror@GNUTLS_3_4 -gnutls_strerror_name@GNUTLS_3_4 -gnutls_subject_alt_names_deinit@GNUTLS_3_4 -gnutls_subject_alt_names_get@GNUTLS_3_4 -gnutls_subject_alt_names_init@GNUTLS_3_4 -gnutls_subject_alt_names_set@GNUTLS_3_4 -gnutls_supplemental_get_name@GNUTLS_3_4 -gnutls_supplemental_recv@GNUTLS_3_4 -gnutls_supplemental_register@GNUTLS_3_4 -gnutls_supplemental_send@GNUTLS_3_4 -gnutls_system_key_add_x509@GNUTLS_3_4 -gnutls_system_key_delete@GNUTLS_3_4 -gnutls_system_key_iter_deinit@GNUTLS_3_4 -gnutls_system_key_iter_get_info@GNUTLS_3_4 -gnutls_system_recv_timeout@GNUTLS_3_4 -gnutls_tdb_deinit@GNUTLS_3_4 -gnutls_tdb_init@GNUTLS_3_4 -gnutls_tdb_set_store_commitment_func@GNUTLS_3_4 -gnutls_tdb_set_store_func@GNUTLS_3_4 -gnutls_tdb_set_verify_func@GNUTLS_3_4 -gnutls_tpm_get_registered@GNUTLS_3_4 -gnutls_tpm_key_list_deinit@GNUTLS_3_4 -gnutls_tpm_key_list_get_url@GNUTLS_3_4 -gnutls_tpm_privkey_delete@GNUTLS_3_4 -gnutls_tpm_privkey_generate@GNUTLS_3_4 -gnutls_transport_get_int2@GNUTLS_3_4 -gnutls_transport_get_int@GNUTLS_3_4 -gnutls_transport_get_ptr2@GNUTLS_3_4 -gnutls_transport_get_ptr@GNUTLS_3_4 -gnutls_transport_set_errno@GNUTLS_3_4 -gnutls_transport_set_errno_function@GNUTLS_3_4 -gnutls_transport_set_fastopen@GNUTLS_3_4 -gnutls_transport_set_int2@GNUTLS_3_4 -gnutls_transport_set_ptr2@GNUTLS_3_4 -gnutls_transport_set_ptr@GNUTLS_3_4 -gnutls_transport_set_pull_function@GNUTLS_3_4 -gnutls_transport_set_pull_timeout_function@GNUTLS_3_4 -gnutls_transport_set_push_function@GNUTLS_3_4 -gnutls_transport_set_vec_push_function@GNUTLS_3_4 -gnutls_url_is_supported@GNUTLS_3_4 -gnutls_utf8_password_normalize@GNUTLS_3_4 -gnutls_verify_stored_pubkey@GNUTLS_3_4 -gnutls_x509_aia_deinit@GNUTLS_3_4 -gnutls_x509_aia_get@GNUTLS_3_4 -gnutls_x509_aia_init@GNUTLS_3_4 -gnutls_x509_aia_set@GNUTLS_3_4 -gnutls_x509_aki_deinit@GNUTLS_3_4 -gnutls_x509_aki_get_cert_issuer@GNUTLS_3_4 -gnutls_x509_aki_get_id@GNUTLS_3_4 -gnutls_x509_aki_init@GNUTLS_3_4 -gnutls_x509_aki_set_cert_issuer@GNUTLS_3_4 -gnutls_x509_aki_set_id@GNUTLS_3_4 -gnutls_x509_cidr_to_rfc5280@GNUTLS_3_4 -gnutls_x509_crl_check_issuer@GNUTLS_3_4 -gnutls_x509_crl_deinit@GNUTLS_3_4 -gnutls_x509_crl_dist_points_deinit@GNUTLS_3_4 -gnutls_x509_crl_dist_points_get@GNUTLS_3_4 -gnutls_x509_crl_dist_points_init@GNUTLS_3_4 -gnutls_x509_crl_dist_points_set@GNUTLS_3_4 -gnutls_x509_crl_export2@GNUTLS_3_4 -gnutls_x509_crl_export@GNUTLS_3_4 -gnutls_x509_crl_get_authority_key_gn_serial@GNUTLS_3_4 -gnutls_x509_crl_get_authority_key_id@GNUTLS_3_4 -gnutls_x509_crl_get_crt_count@GNUTLS_3_4 -gnutls_x509_crl_get_crt_serial@GNUTLS_3_4 -gnutls_x509_crl_get_dn_oid@GNUTLS_3_4 -gnutls_x509_crl_get_extension_data2@GNUTLS_3_4 -gnutls_x509_crl_get_extension_data@GNUTLS_3_4 -gnutls_x509_crl_get_extension_info@GNUTLS_3_4 -gnutls_x509_crl_get_extension_oid@GNUTLS_3_4 -gnutls_x509_crl_get_issuer_dn2@GNUTLS_3_4 -gnutls_x509_crl_get_issuer_dn3@GNUTLS_3_4 -gnutls_x509_crl_get_issuer_dn@GNUTLS_3_4 -gnutls_x509_crl_get_issuer_dn_by_oid@GNUTLS_3_4 -gnutls_x509_crl_get_next_update@GNUTLS_3_4 -gnutls_x509_crl_get_number@GNUTLS_3_4 -gnutls_x509_crl_get_raw_issuer_dn@GNUTLS_3_4 -gnutls_x509_crl_get_signature@GNUTLS_3_4 -gnutls_x509_crl_get_signature_algorithm@GNUTLS_3_4 -gnutls_x509_crl_get_signature_oid@GNUTLS_3_4 -gnutls_x509_crl_get_this_update@GNUTLS_3_4 -gnutls_x509_crl_get_version@GNUTLS_3_4 -gnutls_x509_crl_import@GNUTLS_3_4 -gnutls_x509_crl_init@GNUTLS_3_4 -gnutls_x509_crl_iter_crt_serial@GNUTLS_3_4 -gnutls_x509_crl_iter_deinit@GNUTLS_3_4 -gnutls_x509_crl_list_import2@GNUTLS_3_4 -gnutls_x509_crl_list_import@GNUTLS_3_4 -gnutls_x509_crl_print@GNUTLS_3_4 -gnutls_x509_crl_privkey_sign@GNUTLS_3_4 -gnutls_x509_crl_set_authority_key_id@GNUTLS_3_4 -gnutls_x509_crl_set_crt@GNUTLS_3_4 -gnutls_x509_crl_set_crt_serial@GNUTLS_3_4 -gnutls_x509_crl_set_next_update@GNUTLS_3_4 -gnutls_x509_crl_set_number@GNUTLS_3_4 -gnutls_x509_crl_set_this_update@GNUTLS_3_4 -gnutls_x509_crl_set_version@GNUTLS_3_4 -gnutls_x509_crl_sign2@GNUTLS_3_4 -gnutls_x509_crl_sign@GNUTLS_3_4 -gnutls_x509_crl_verify@GNUTLS_3_4 -gnutls_x509_crq_deinit@GNUTLS_3_4 -gnutls_x509_crq_export2@GNUTLS_3_4 -gnutls_x509_crq_export@GNUTLS_3_4 -gnutls_x509_crq_get_attribute_by_oid@GNUTLS_3_4 -gnutls_x509_crq_get_attribute_data@GNUTLS_3_4 -gnutls_x509_crq_get_attribute_info@GNUTLS_3_4 -gnutls_x509_crq_get_basic_constraints@GNUTLS_3_4 -gnutls_x509_crq_get_challenge_password@GNUTLS_3_4 -gnutls_x509_crq_get_dn2@GNUTLS_3_4 -gnutls_x509_crq_get_dn3@GNUTLS_3_4 -gnutls_x509_crq_get_dn@GNUTLS_3_4 -gnutls_x509_crq_get_dn_by_oid@GNUTLS_3_4 -gnutls_x509_crq_get_dn_oid@GNUTLS_3_4 -gnutls_x509_crq_get_extension_by_oid2@GNUTLS_3_4 -gnutls_x509_crq_get_extension_by_oid@GNUTLS_3_4 -gnutls_x509_crq_get_extension_data2@GNUTLS_3_4 -gnutls_x509_crq_get_extension_data@GNUTLS_3_4 -gnutls_x509_crq_get_extension_info@GNUTLS_3_4 -gnutls_x509_crq_get_key_id@GNUTLS_3_4 -gnutls_x509_crq_get_key_purpose_oid@GNUTLS_3_4 -gnutls_x509_crq_get_key_rsa_raw@GNUTLS_3_4 -gnutls_x509_crq_get_key_usage@GNUTLS_3_4 -gnutls_x509_crq_get_pk_algorithm@GNUTLS_3_4 -gnutls_x509_crq_get_pk_oid@GNUTLS_3_4 -gnutls_x509_crq_get_private_key_usage_period@GNUTLS_3_4 -gnutls_x509_crq_get_signature_algorithm@GNUTLS_3_4 -gnutls_x509_crq_get_signature_oid@GNUTLS_3_4 -gnutls_x509_crq_get_spki@GNUTLS_3_6_0 -gnutls_x509_crq_get_subject_alt_name@GNUTLS_3_4 -gnutls_x509_crq_get_subject_alt_othername_oid@GNUTLS_3_4 -gnutls_x509_crq_get_tlsfeatures@GNUTLS_3_4 -gnutls_x509_crq_get_version@GNUTLS_3_4 -gnutls_x509_crq_import@GNUTLS_3_4 -gnutls_x509_crq_init@GNUTLS_3_4 -gnutls_x509_crq_print@GNUTLS_3_4 -gnutls_x509_crq_privkey_sign@GNUTLS_3_4 -gnutls_x509_crq_set_attribute_by_oid@GNUTLS_3_4 -gnutls_x509_crq_set_basic_constraints@GNUTLS_3_4 -gnutls_x509_crq_set_challenge_password@GNUTLS_3_4 -gnutls_x509_crq_set_dn@GNUTLS_3_4 -gnutls_x509_crq_set_dn_by_oid@GNUTLS_3_4 -gnutls_x509_crq_set_extension_by_oid@GNUTLS_3_4 -gnutls_x509_crq_set_key@GNUTLS_3_4 -gnutls_x509_crq_set_key_purpose_oid@GNUTLS_3_4 -gnutls_x509_crq_set_key_rsa_raw@GNUTLS_3_4 -gnutls_x509_crq_set_key_usage@GNUTLS_3_4 -gnutls_x509_crq_set_private_key_usage_period@GNUTLS_3_4 -gnutls_x509_crq_set_pubkey@GNUTLS_3_4 -gnutls_x509_crq_set_spki@GNUTLS_3_6_0 -gnutls_x509_crq_set_subject_alt_name@GNUTLS_3_4 -gnutls_x509_crq_set_subject_alt_othername@GNUTLS_3_4 -gnutls_x509_crq_set_tlsfeatures@GNUTLS_3_4 -gnutls_x509_crq_set_version@GNUTLS_3_4 -gnutls_x509_crq_sign2@GNUTLS_3_4 -gnutls_x509_crq_sign@GNUTLS_3_4 -gnutls_x509_crq_verify@GNUTLS_3_4 -gnutls_x509_crt_check_email@GNUTLS_3_4 -gnutls_x509_crt_check_hostname2@GNUTLS_3_4 -gnutls_x509_crt_check_hostname@GNUTLS_3_4 -gnutls_x509_crt_check_ip@GNUTLS_3_6_0 -gnutls_x509_crt_check_issuer@GNUTLS_3_4 -gnutls_x509_crt_check_key_purpose@GNUTLS_3_4 -gnutls_x509_crt_check_revocation@GNUTLS_3_4 -gnutls_x509_crt_cpy_crl_dist_points@GNUTLS_3_4 -gnutls_x509_crt_deinit@GNUTLS_3_4 -gnutls_x509_crt_equals2@GNUTLS_3_4 -gnutls_x509_crt_equals@GNUTLS_3_4 -gnutls_x509_crt_export2@GNUTLS_3_4 -gnutls_x509_crt_export@GNUTLS_3_4 -gnutls_x509_crt_get_activation_time@GNUTLS_3_4 -gnutls_x509_crt_get_authority_info_access@GNUTLS_3_4 -gnutls_x509_crt_get_authority_key_gn_serial@GNUTLS_3_4 -gnutls_x509_crt_get_authority_key_id@GNUTLS_3_4 -gnutls_x509_crt_get_basic_constraints@GNUTLS_3_4 -gnutls_x509_crt_get_ca_status@GNUTLS_3_4 -gnutls_x509_crt_get_crl_dist_points@GNUTLS_3_4 -gnutls_x509_crt_get_dn2@GNUTLS_3_4 -gnutls_x509_crt_get_dn3@GNUTLS_3_4 -gnutls_x509_crt_get_dn@GNUTLS_3_4 -gnutls_x509_crt_get_dn_by_oid@GNUTLS_3_4 -gnutls_x509_crt_get_dn_oid@GNUTLS_3_4 -gnutls_x509_crt_get_expiration_time@GNUTLS_3_4 -gnutls_x509_crt_get_extension_by_oid2@GNUTLS_3_4 -gnutls_x509_crt_get_extension_by_oid@GNUTLS_3_4 -gnutls_x509_crt_get_extension_data2@GNUTLS_3_4 -gnutls_x509_crt_get_extension_data@GNUTLS_3_4 -gnutls_x509_crt_get_extension_info@GNUTLS_3_4 -gnutls_x509_crt_get_extension_oid@GNUTLS_3_4 -gnutls_x509_crt_get_fingerprint@GNUTLS_3_4 -gnutls_x509_crt_get_inhibit_anypolicy@GNUTLS_3_6_0 -gnutls_x509_crt_get_issuer@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_alt_name2@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_alt_name@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_alt_othername_oid@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_dn2@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_dn3@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_dn@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_dn_by_oid@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_dn_oid@GNUTLS_3_4 -gnutls_x509_crt_get_issuer_unique_id@GNUTLS_3_4 -gnutls_x509_crt_get_key_id@GNUTLS_3_4 -gnutls_x509_crt_get_key_purpose_oid@GNUTLS_3_4 -gnutls_x509_crt_get_key_usage@GNUTLS_3_4 -gnutls_x509_crt_get_name_constraints@GNUTLS_3_4 -gnutls_x509_crt_get_pk_algorithm@GNUTLS_3_4 -gnutls_x509_crt_get_pk_dsa_raw@GNUTLS_3_4 -gnutls_x509_crt_get_pk_ecc_raw@GNUTLS_3_4 -gnutls_x509_crt_get_pk_gost_raw@GNUTLS_3_6_3 -gnutls_x509_crt_get_pk_oid@GNUTLS_3_4 -gnutls_x509_crt_get_pk_rsa_raw@GNUTLS_3_4 -gnutls_x509_crt_get_policy@GNUTLS_3_4 -gnutls_x509_crt_get_preferred_hash_algorithm@GNUTLS_3_4 -gnutls_x509_crt_get_private_key_usage_period@GNUTLS_3_4 -gnutls_x509_crt_get_proxy@GNUTLS_3_4 -gnutls_x509_crt_get_raw_dn@GNUTLS_3_4 -gnutls_x509_crt_get_raw_issuer_dn@GNUTLS_3_4 -gnutls_x509_crt_get_serial@GNUTLS_3_4 -gnutls_x509_crt_get_signature@GNUTLS_3_4 -gnutls_x509_crt_get_signature_algorithm@GNUTLS_3_4 -gnutls_x509_crt_get_signature_oid@GNUTLS_3_4 -gnutls_x509_crt_get_spki@GNUTLS_3_6_0 -gnutls_x509_crt_get_subject@GNUTLS_3_4 -gnutls_x509_crt_get_subject_alt_name2@GNUTLS_3_4 -gnutls_x509_crt_get_subject_alt_name@GNUTLS_3_4 -gnutls_x509_crt_get_subject_alt_othername_oid@GNUTLS_3_4 -gnutls_x509_crt_get_subject_key_id@GNUTLS_3_4 -gnutls_x509_crt_get_subject_unique_id@GNUTLS_3_4 -gnutls_x509_crt_get_tlsfeatures@GNUTLS_3_4 -gnutls_x509_crt_get_version@GNUTLS_3_4 -gnutls_x509_crt_import@GNUTLS_3_4 -gnutls_x509_crt_import_pkcs11@GNUTLS_3_4 -gnutls_x509_crt_import_url@GNUTLS_3_4 -gnutls_x509_crt_init@GNUTLS_3_4 -gnutls_x509_crt_list_import2@GNUTLS_3_4 -gnutls_x509_crt_list_import@GNUTLS_3_4 -gnutls_x509_crt_list_import_pkcs11@GNUTLS_3_4 -gnutls_x509_crt_list_import_url@GNUTLS_3_6_3 -gnutls_x509_crt_list_verify@GNUTLS_3_4 -gnutls_x509_crt_print@GNUTLS_3_4 -gnutls_x509_crt_privkey_sign@GNUTLS_3_4 -gnutls_x509_crt_set_activation_time@GNUTLS_3_4 -gnutls_x509_crt_set_authority_info_access@GNUTLS_3_4 -gnutls_x509_crt_set_authority_key_id@GNUTLS_3_4 -gnutls_x509_crt_set_basic_constraints@GNUTLS_3_4 -gnutls_x509_crt_set_ca_status@GNUTLS_3_4 -gnutls_x509_crt_set_crl_dist_points2@GNUTLS_3_4 -gnutls_x509_crt_set_crl_dist_points@GNUTLS_3_4 -gnutls_x509_crt_set_crq@GNUTLS_3_4 -gnutls_x509_crt_set_crq_extension_by_oid@GNUTLS_3_4 -gnutls_x509_crt_set_crq_extensions@GNUTLS_3_4 -gnutls_x509_crt_set_dn@GNUTLS_3_4 -gnutls_x509_crt_set_dn_by_oid@GNUTLS_3_4 -gnutls_x509_crt_set_expiration_time@GNUTLS_3_4 -gnutls_x509_crt_set_extension_by_oid@GNUTLS_3_4 -gnutls_x509_crt_set_flags@GNUTLS_3_6_0 -gnutls_x509_crt_set_inhibit_anypolicy@GNUTLS_3_6_0 -gnutls_x509_crt_set_issuer_alt_name@GNUTLS_3_4 -gnutls_x509_crt_set_issuer_alt_othername@GNUTLS_3_4 -gnutls_x509_crt_set_issuer_dn@GNUTLS_3_4 -gnutls_x509_crt_set_issuer_dn_by_oid@GNUTLS_3_4 -gnutls_x509_crt_set_issuer_unique_id@GNUTLS_3_4 -gnutls_x509_crt_set_key@GNUTLS_3_4 -gnutls_x509_crt_set_key_purpose_oid@GNUTLS_3_4 -gnutls_x509_crt_set_key_usage@GNUTLS_3_4 -gnutls_x509_crt_set_name_constraints@GNUTLS_3_4 -gnutls_x509_crt_set_pin_function@GNUTLS_3_4 -gnutls_x509_crt_set_policy@GNUTLS_3_4 -gnutls_x509_crt_set_private_key_usage_period@GNUTLS_3_4 -gnutls_x509_crt_set_proxy@GNUTLS_3_4 -gnutls_x509_crt_set_proxy_dn@GNUTLS_3_4 -gnutls_x509_crt_set_pubkey@GNUTLS_3_4 -gnutls_x509_crt_set_serial@GNUTLS_3_4 -gnutls_x509_crt_set_spki@GNUTLS_3_6_0 -gnutls_x509_crt_set_subject_alt_name@GNUTLS_3_4 -gnutls_x509_crt_set_subject_alt_othername@GNUTLS_3_4 -gnutls_x509_crt_set_subject_alternative_name@GNUTLS_3_4 -gnutls_x509_crt_set_subject_key_id@GNUTLS_3_4 -gnutls_x509_crt_set_subject_unique_id@GNUTLS_3_4 -gnutls_x509_crt_set_tlsfeatures@GNUTLS_3_4 -gnutls_x509_crt_set_version@GNUTLS_3_4 -gnutls_x509_crt_sign2@GNUTLS_3_4 -gnutls_x509_crt_sign@GNUTLS_3_4 -gnutls_x509_crt_verify@GNUTLS_3_4 -gnutls_x509_crt_verify_data2@GNUTLS_3_4 -gnutls_x509_dn_deinit@GNUTLS_3_4 -gnutls_x509_dn_export2@GNUTLS_3_4 -gnutls_x509_dn_export@GNUTLS_3_4 -gnutls_x509_dn_get_rdn_ava@GNUTLS_3_4 -gnutls_x509_dn_get_str2@GNUTLS_3_4 -gnutls_x509_dn_get_str@GNUTLS_3_4 -gnutls_x509_dn_import@GNUTLS_3_4 -gnutls_x509_dn_init@GNUTLS_3_4 -gnutls_x509_dn_oid_known@GNUTLS_3_4 -gnutls_x509_dn_oid_name@GNUTLS_3_4 -gnutls_x509_dn_set_str@GNUTLS_3_4 -gnutls_x509_ext_deinit@GNUTLS_3_4 -gnutls_x509_ext_export_aia@GNUTLS_3_4 -gnutls_x509_ext_export_authority_key_id@GNUTLS_3_4 -gnutls_x509_ext_export_basic_constraints@GNUTLS_3_4 -gnutls_x509_ext_export_crl_dist_points@GNUTLS_3_4 -gnutls_x509_ext_export_inhibit_anypolicy@GNUTLS_3_6_0 -gnutls_x509_ext_export_key_purposes@GNUTLS_3_4 -gnutls_x509_ext_export_key_usage@GNUTLS_3_4 -gnutls_x509_ext_export_name_constraints@GNUTLS_3_4 -gnutls_x509_ext_export_policies@GNUTLS_3_4 -gnutls_x509_ext_export_private_key_usage_period@GNUTLS_3_4 -gnutls_x509_ext_export_proxy@GNUTLS_3_4 -gnutls_x509_ext_export_subject_alt_names@GNUTLS_3_4 -gnutls_x509_ext_export_subject_key_id@GNUTLS_3_4 -gnutls_x509_ext_export_tlsfeatures@GNUTLS_3_4 -gnutls_x509_ext_import_aia@GNUTLS_3_4 -gnutls_x509_ext_import_authority_key_id@GNUTLS_3_4 -gnutls_x509_ext_import_basic_constraints@GNUTLS_3_4 -gnutls_x509_ext_import_crl_dist_points@GNUTLS_3_4 -gnutls_x509_ext_import_inhibit_anypolicy@GNUTLS_3_6_0 -gnutls_x509_ext_import_key_purposes@GNUTLS_3_4 -gnutls_x509_ext_import_key_usage@GNUTLS_3_4 -gnutls_x509_ext_import_name_constraints@GNUTLS_3_4 -gnutls_x509_ext_import_policies@GNUTLS_3_4 -gnutls_x509_ext_import_private_key_usage_period@GNUTLS_3_4 -gnutls_x509_ext_import_proxy@GNUTLS_3_4 -gnutls_x509_ext_import_subject_alt_names@GNUTLS_3_4 -gnutls_x509_ext_import_subject_key_id@GNUTLS_3_4 -gnutls_x509_ext_import_tlsfeatures@GNUTLS_3_4 -gnutls_x509_ext_print@GNUTLS_3_4 -gnutls_x509_key_purpose_deinit@GNUTLS_3_4 -gnutls_x509_key_purpose_get@GNUTLS_3_4 -gnutls_x509_key_purpose_init@GNUTLS_3_4 -gnutls_x509_key_purpose_set@GNUTLS_3_4 -gnutls_x509_name_constraints_add_excluded@GNUTLS_3_4 -gnutls_x509_name_constraints_add_permitted@GNUTLS_3_4 -gnutls_x509_name_constraints_check@GNUTLS_3_4 -gnutls_x509_name_constraints_check_crt@GNUTLS_3_4 -gnutls_x509_name_constraints_deinit@GNUTLS_3_4 -gnutls_x509_name_constraints_get_excluded@GNUTLS_3_4 -gnutls_x509_name_constraints_get_permitted@GNUTLS_3_4 -gnutls_x509_name_constraints_init@GNUTLS_3_4 -gnutls_x509_othername_to_virtual@GNUTLS_3_4 -gnutls_x509_policies_deinit@GNUTLS_3_4 -gnutls_x509_policies_get@GNUTLS_3_4 -gnutls_x509_policies_init@GNUTLS_3_4 -gnutls_x509_policies_set@GNUTLS_3_4 -gnutls_x509_policy_release@GNUTLS_3_4 -gnutls_x509_privkey_cpy@GNUTLS_3_4 -gnutls_x509_privkey_deinit@GNUTLS_3_4 -gnutls_x509_privkey_export2@GNUTLS_3_4 -gnutls_x509_privkey_export2_pkcs8@GNUTLS_3_4 -gnutls_x509_privkey_export@GNUTLS_3_4 -gnutls_x509_privkey_export_dsa_raw@GNUTLS_3_4 -gnutls_x509_privkey_export_ecc_raw@GNUTLS_3_4 -gnutls_x509_privkey_export_gost_raw@GNUTLS_3_6_3 -gnutls_x509_privkey_export_pkcs8@GNUTLS_3_4 -gnutls_x509_privkey_export_rsa_raw2@GNUTLS_3_4 -gnutls_x509_privkey_export_rsa_raw@GNUTLS_3_4 -gnutls_x509_privkey_fix@GNUTLS_3_4 -gnutls_x509_privkey_generate2@GNUTLS_3_4 -gnutls_x509_privkey_generate@GNUTLS_3_4 -gnutls_x509_privkey_get_key_id@GNUTLS_3_4 -gnutls_x509_privkey_get_pk_algorithm2@GNUTLS_3_4 -gnutls_x509_privkey_get_pk_algorithm@GNUTLS_3_4 -gnutls_x509_privkey_get_seed@GNUTLS_3_4 -gnutls_x509_privkey_get_spki@GNUTLS_3_6_0 -gnutls_x509_privkey_import2@GNUTLS_3_4 -gnutls_x509_privkey_import@GNUTLS_3_4 -gnutls_x509_privkey_import_dsa_raw@GNUTLS_3_4 -gnutls_x509_privkey_import_ecc_raw@GNUTLS_3_4 -gnutls_x509_privkey_import_gost_raw@GNUTLS_3_6_3 -gnutls_x509_privkey_import_openssl@GNUTLS_3_4 -gnutls_x509_privkey_import_pkcs8@GNUTLS_3_4 -gnutls_x509_privkey_import_rsa_raw2@GNUTLS_3_4 -gnutls_x509_privkey_import_rsa_raw@GNUTLS_3_4 -gnutls_x509_privkey_init@GNUTLS_3_4 -gnutls_x509_privkey_sec_param@GNUTLS_3_4 -gnutls_x509_privkey_set_flags@GNUTLS_3_4 -gnutls_x509_privkey_set_pin_function@GNUTLS_3_4 -gnutls_x509_privkey_set_spki@GNUTLS_3_6_0 -gnutls_x509_privkey_sign_data@GNUTLS_3_4 -gnutls_x509_privkey_sign_hash@GNUTLS_3_4 -gnutls_x509_privkey_verify_params@GNUTLS_3_4 -gnutls_x509_privkey_verify_seed@GNUTLS_3_4 -gnutls_x509_rdn_get2@GNUTLS_3_4 -gnutls_x509_rdn_get@GNUTLS_3_4 -gnutls_x509_rdn_get_by_oid@GNUTLS_3_4 -gnutls_x509_rdn_get_oid@GNUTLS_3_4 -gnutls_x509_spki_deinit@GNUTLS_3_6_0 -gnutls_x509_spki_get_rsa_pss_params@GNUTLS_3_6_0 -gnutls_x509_spki_init@GNUTLS_3_6_0 -gnutls_x509_spki_set_rsa_pss_params@GNUTLS_3_6_0 -gnutls_x509_tlsfeatures_add@GNUTLS_3_4 -gnutls_x509_tlsfeatures_check_crt@GNUTLS_3_4 -gnutls_x509_tlsfeatures_deinit@GNUTLS_3_4 -gnutls_x509_tlsfeatures_get@GNUTLS_3_4 -gnutls_x509_tlsfeatures_init@GNUTLS_3_4 -gnutls_x509_trust_list_add_cas@GNUTLS_3_4 -gnutls_x509_trust_list_add_crls@GNUTLS_3_4 -gnutls_x509_trust_list_add_named_crt@GNUTLS_3_4 -gnutls_x509_trust_list_add_system_trust@GNUTLS_3_4 -gnutls_x509_trust_list_add_trust_dir@GNUTLS_3_4 -gnutls_x509_trust_list_add_trust_file@GNUTLS_3_4 -gnutls_x509_trust_list_add_trust_mem@GNUTLS_3_4 -gnutls_x509_trust_list_deinit@GNUTLS_3_4 -gnutls_x509_trust_list_get_issuer@GNUTLS_3_4 -gnutls_x509_trust_list_get_issuer_by_dn@GNUTLS_3_4 -gnutls_x509_trust_list_get_issuer_by_subject_key_id@GNUTLS_3_4 -gnutls_x509_trust_list_init@GNUTLS_3_4 -gnutls_x509_trust_list_iter_deinit@GNUTLS_3_4 -gnutls_x509_trust_list_iter_get_ca@GNUTLS_3_4 -gnutls_x509_trust_list_remove_cas@GNUTLS_3_4 -gnutls_x509_trust_list_remove_trust_file@GNUTLS_3_4 -gnutls_x509_trust_list_remove_trust_mem@GNUTLS_3_4 -gnutls_x509_trust_list_verify_crt2@GNUTLS_3_4 -gnutls_x509_trust_list_verify_crt@GNUTLS_3_4 -gnutls_x509_trust_list_verify_named_crt@GNUTLS_3_4 -- cgit v1.2.1