summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-24 16:28:41 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-25 10:12:22 +0100
commit1b236ea41ee318189c130eb5f14de660ab083726 (patch)
treeec679e3d60964330ae10f040fee573ad47d76f91
parenta71a3ef2fda9bf848a929d564de3c2575435736d (diff)
downloadgnutls-1b236ea41ee318189c130eb5f14de660ab083726.tar.gz
Makefile.am: increased the number of releases to perform ABI checks with
That is added 3.4.0, 3.4.17 and 3.5.8. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--Makefile.am14
-rw-r--r--devel/ABI-3.4.0-x86_64.dump (renamed from devel/ABI-x86_64.dump)0
-rw-r--r--devel/ABI-3.4.17-x86_64.dump42810
-rw-r--r--devel/ABI-3.5.8-x86_64.dump44418
4 files changed, 87239 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index daecb37d72..7d51256b89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,6 +64,12 @@ 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/
+ @echo "*******************************************************************************"
+ @echo "You need to modify Makefile.am abi-check rule if you need to check this release"
+ @echo "*******************************************************************************"
+
abi-check:
@rm -f $(TMPFILE)
@echo "Checking libgnutls ABI"
@@ -71,8 +77,10 @@ abi-check:
@echo "<headers>$(srcdir)/lib/includes/gnutls" >>$(TMPFILE)
@echo "$(builddir)/lib/includes/gnutls</headers>" >>$(TMPFILE)
@echo "<libs>$(builddir)/lib/.libs</libs>" >>$(TMPFILE)
- test ! -f "$(srcdir)/devel/ABI-$$(uname -m).dump" || \
- abi-compliance-checker -abi -lib gnutls -old "$(srcdir)/devel/ABI-$$(uname -m).dump" -new $(TMPFILE) -skip-symbols $(srcdir)/devel/abi-unchecked-symbols
+ for i in 3.4.0 3.4.17 3.5.8;do \
+ test ! -f "$(srcdir)/devel/ABI-$$i-$$(uname -m).dump" || \
+ abi-compliance-checker -abi -lib gnutls -old "$(srcdir)/devel/ABI-$$i-$$(uname -m).dump" -new $(TMPFILE) -skip-symbols $(srcdir)/devel/abi-unchecked-symbols; \
+ done
@echo "Checking libgnutls-dane ABI"
@echo "<version>$(VERSION)</version>" >$(TMPFILE)
@echo "<headers>$(srcdir)/libdane/includes/gnutls" >>$(TMPFILE)
@@ -149,4 +157,4 @@ dist-hook: symbol-check abi-check
test "`autoopts-config libsrc|cut -d '-' -f 2|sed 's/.tar.gz//'`" = "`cat src/libopts/autoopts/options.h |grep OPTIONS_VERSION_STRING|cut -d '"' -f 2|sed 's/:/./g'`"
touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf $(distdir)/doc/*.info
-.PHONY: abi-check
+.PHONY: abi-check abi-dump pic-check
diff --git a/devel/ABI-x86_64.dump b/devel/ABI-3.4.0-x86_64.dump
index db4797e575..db4797e575 100644
--- a/devel/ABI-x86_64.dump
+++ b/devel/ABI-3.4.0-x86_64.dump
diff --git a/devel/ABI-3.4.17-x86_64.dump b/devel/ABI-3.4.17-x86_64.dump
new file mode 100644
index 0000000000..89f5b5cbfb
--- /dev/null
+++ b/devel/ABI-3.4.17-x86_64.dump
@@ -0,0 +1,42810 @@
+$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
new file mode 100644
index 0000000000..50bafe7e00
--- /dev/null
+++ b/devel/ABI-3.5.8-x86_64.dump
@@ -0,0 +1,44418 @@
+$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'
+ };