gnutls_x509_crt_get_issuer ( gnutls_x509_crt_t cert, void** dn ) @@ GNUTLS_3_4
2nd parameter 'dn' (pointer) has base type 'gnutls_x509_dn_t'.
gnutls_x509_crt_get_subject ( gnutls_x509_crt_t cert, void** dn ) @@ GNUTLS_3_4
2nd parameter 'dn' (pointer) has base type 'gnutls_x509_dn_t'.
gnutls_x509_dn_deinit ( void* dn ) @@ GNUTLS_3_4
1st parameter 'dn' (pointer) has type 'gnutls_x509_dn_t'.
gnutls_x509_dn_export2 ( void* dn, gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_4
1st parameter 'dn' (pointer) has type 'gnutls_x509_dn_t'.
gnutls_x509_dn_export ( void* dn, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size ) @@ GNUTLS_3_4
1st parameter 'dn' (pointer) has type 'gnutls_x509_dn_t'.
gnutls_x509_dn_get_rdn_ava ( void* dn, int irdn, int iava, gnutls_x509_ava_st* ava ) @@ GNUTLS_3_4
1st parameter 'dn' (pointer) has type 'gnutls_x509_dn_t'.
gnutls_x509_dn_import ( void* dn, gnutls_datum_t const* data ) @@ GNUTLS_3_4
1st parameter 'dn' (pointer) has type 'gnutls_x509_dn_t'.
gnutls_x509_dn_init ( void** dn ) @@ GNUTLS_3_4
1st parameter 'dn' (pointer) has base type 'gnutls_x509_dn_t'.