• Home
  • Raw
  • Download

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()
298 int tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) in tls_connection_shutdown()
345 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
774 int tls_connection_set_verify(void *ssl_ctx, struct tls_connection *conn, in tls_connection_set_verify()
790 int tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, in tls_connection_get_random()
813 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key()
825 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key()
832 static void gnutls_tls_fail_event(struct tls_connection *conn, in gnutls_tls_fail_event()
894 static int check_ocsp(struct tls_connection *conn, gnutls_session_t session, in check_ocsp()
995 struct tls_connection *conn; in tls_connection_verify_peer() local
1281 static struct wpabuf * gnutls_get_appl_data(struct tls_connection *conn) in gnutls_get_appl_data()
1309 struct tls_connection *conn, in tls_connection_handshake()
1414 struct tls_connection *conn, in tls_connection_server_handshake()
1423 struct tls_connection *conn, in tls_connection_encrypt()
1444 struct tls_connection *conn, in tls_connection_decrypt()
1485 int tls_connection_resumed(void *ssl_ctx, struct tls_connection *conn) in tls_connection_resumed()
1493 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list()
1501 int tls_get_version(void *ssl_ctx, struct tls_connection *conn, in tls_get_version()
1509 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher()
1519 struct tls_connection *conn) in tls_connection_enable_workaround()
1526 int tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, in tls_connection_client_hello_ext()
1535 int tls_connection_get_failed(void *ssl_ctx, struct tls_connection *conn) in tls_connection_get_failed()
1543 int tls_connection_get_read_alerts(void *ssl_ctx, struct tls_connection *conn) in tls_connection_get_read_alerts()
1551 int tls_connection_get_write_alerts(void *ssl_ctx, struct tls_connection *conn) in tls_connection_get_write_alerts()
1560 struct tls_connection *conn, in tls_connection_set_session_ticket_cb()
1574 void tls_connection_set_success_data(struct tls_connection *conn, in tls_connection_set_success_data()
1580 void tls_connection_set_success_data_resumed(struct tls_connection *conn) in tls_connection_set_success_data_resumed()
1586 tls_connection_get_success_data(struct tls_connection *conn) in tls_connection_get_success_data()
1592 void tls_connection_remove_session(struct tls_connection *conn) in tls_connection_remove_session()