Lines Matching defs:conn

157 	struct tls_connection *conn = (struct tls_connection *) ptr;  in tls_pull_func()  local
186 struct tls_connection *conn = (struct tls_connection *) ptr; in tls_push_func() local
199 struct tls_connection *conn) in tls_gnutls_init_session()
242 struct tls_connection *conn; in tls_connection_init() local
276 void tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) in tls_connection_deinit()
292 int tls_connection_established(void *ssl_ctx, struct tls_connection *conn) in tls_connection_established()
299 struct tls_connection *conn) in tls_connection_peer_serial_num()
306 int tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) in tls_connection_shutdown()
353 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
861 int tls_connection_set_verify(void *ssl_ctx, struct tls_connection *conn, in tls_connection_set_verify()
877 int tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, in tls_connection_get_random()
900 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key()
921 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key()
928 static void gnutls_tls_fail_event(struct tls_connection *conn, in gnutls_tls_fail_event()
990 static int check_ocsp(struct tls_connection *conn, gnutls_session_t session, in check_ocsp()
1137 struct tls_connection *conn; in tls_connection_verify_peer() local
1420 static struct wpabuf * gnutls_get_appl_data(struct tls_connection *conn) in gnutls_get_appl_data()
1448 struct tls_connection *conn, in tls_connection_handshake()
1569 struct tls_connection *conn, in tls_connection_server_handshake()
1578 struct tls_connection *conn, in tls_connection_encrypt()
1599 struct tls_connection *conn, in tls_connection_decrypt()
1640 int tls_connection_resumed(void *ssl_ctx, struct tls_connection *conn) in tls_connection_resumed()
1648 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list()
1656 int tls_get_version(void *ssl_ctx, struct tls_connection *conn, in tls_get_version()
1674 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher()
1711 struct tls_connection *conn) in tls_connection_enable_workaround()
1718 int tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, in tls_connection_client_hello_ext()
1727 int tls_connection_get_failed(void *ssl_ctx, struct tls_connection *conn) in tls_connection_get_failed()
1735 int tls_connection_get_read_alerts(void *ssl_ctx, struct tls_connection *conn) in tls_connection_get_read_alerts()
1743 int tls_connection_get_write_alerts(void *ssl_ctx, struct tls_connection *conn) in tls_connection_get_write_alerts()
1752 struct tls_connection *conn, in tls_connection_set_session_ticket_cb()
1766 void tls_connection_set_success_data(struct tls_connection *conn, in tls_connection_set_success_data()
1773 void tls_connection_set_success_data_resumed(struct tls_connection *conn) in tls_connection_set_success_data_resumed()
1779 tls_connection_get_success_data(struct tls_connection *conn) in tls_connection_get_success_data()
1785 void tls_connection_remove_session(struct tls_connection *conn) in tls_connection_remove_session()