SSL_accept ( SSL* ssl )
Field 'ssl.ciphersuite.kx' in 1st parameter 'ssl' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_CIPHER_description ( SSL_CIPHER* cipher, char* buf, int size )
Field 'cipher.kx' in 1st parameter 'cipher' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_CIPHER_get_bits ( SSL_CIPHER* cipher, int* bits )
Field 'cipher.kx' in 1st parameter 'cipher' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_CIPHER_get_name ( SSL_CIPHER* cipher )
Field 'cipher.kx' in 1st parameter 'cipher' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_CIPHER_get_version ( SSL_CIPHER* cipher )
Field 'cipher.kx' in 1st parameter 'cipher' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_connect ( SSL* ssl )
Field 'ssl.ciphersuite.kx' in 1st parameter 'ssl' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_free ( SSL* ssl )
Field 'ssl.ciphersuite.kx' in 1st parameter 'ssl' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_get_current_cipher ( SSL* ssl )
Field 'ssl.ciphersuite.kx' in 1st parameter 'ssl' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_get_error ( SSL* ssl, int ret )
Field 'ssl.ciphersuite.kx' in 1st parameter 'ssl' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_get_peer_certificate ( SSL* ssl )
Field 'ssl.ciphersuite.kx' in 1st parameter 'ssl' (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_new ( SSL_CTX* ctx )
Field 'retval.ciphersuite.kx' in return value (pointer) has type 'enum gnutls_kx_algorithm_t'.
SSL_pending ( SSL* ssl )
Field 'ssl.ciphersuite.kx' in 1st parameter 'ssl' (pointer) has type 'enum gnutls_kx_algorithm_t'.
...