Tor 0.4.9.2-alpha-dev
|
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_t * | connection_or_compute_authenticate_cell_body (or_connection_t *conn, const int authtype, const struct ed25519_keypair_t *ed_signing_key, int server) |
static int | connection_or_send_authenticate_cell (or_connection_t *conn, int type) |
Header for feature/relay/relay_handshake.c.
Definition in file relay_handshake.h.
#define authchallenge_type_is_better | ( | a, | |
b | |||
) | (0) |
Definition at line 70 of file relay_handshake.h.
#define authchallenge_type_is_supported | ( | t | ) | (0) |
Definition at line 69 of file relay_handshake.h.
|
inlinestatic |
Definition at line 55 of file relay_handshake.h.
|
inlinestatic |
Definition at line 47 of file relay_handshake.h.
|
inlinestatic |
Definition at line 73 of file relay_handshake.h.
|
inlinestatic |
Definition at line 40 of file relay_handshake.h.