Lines Matching refs:event_cb
36 void (*event_cb)(void *ctx, enum tls_event ev, member
122 global->event_cb = conf->event_cb; in tls_init()
937 if (global->event_cb == NULL) in gnutls_tls_fail_event()
949 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in gnutls_tls_fail_event()
1298 if (conn->global->event_cb) { in tls_connection_verify_peer()
1323 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer()
1407 if (conn->global->event_cb != NULL) in tls_connection_verify_peer()
1408 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer()
1488 if (conn->global->event_cb) { in tls_connection_handshake()
1493 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_handshake()
1508 if (conn->global->event_cb != NULL) { in tls_connection_handshake()
1513 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_handshake()