Tor  0.4.7.0-alpha-dev
Macros | Functions
relay_handshake.h File Reference

Header for feature/relay/relay_handshake.c. More...

Go to the source code of this file.

Macros

#define authchallenge_type_is_supported(t)   (0)
 
#define authchallenge_type_is_better(a, b)   (0)
 

Functions

static int connection_or_send_certs_cell (or_connection_t *conn)
 
static int connection_or_send_auth_challenge_cell (or_connection_t *conn)
 
static var_cell_tconnection_or_compute_authenticate_cell_body (or_connection_t *conn, const int authtype, crypto_pk_t *signing_key, const struct ed25519_keypair_t *ed_signing_key, int server)
 
static int connection_or_send_authenticate_cell (or_connection_t *conn, int type)
 

Detailed Description

Header for feature/relay/relay_handshake.c.

Definition in file relay_handshake.h.