19 const char *key_data,
size_t key_data_len);
28void cpath_sendme_circuit_record_inbound_cell(
crypt_path_t *cpath);
32#if defined(TOR_UNIT_TESTS)
crypt_path_t * cpath_get_next_non_open_hop(crypt_path_t *cpath)
int cpath_append_hop(crypt_path_t **head_ptr, extend_info_t *choice)
void cpath_assert_layer_ok(const crypt_path_t *cp)
int cpath_init_circuit_crypto(relay_crypto_alg_t alg, crypt_path_t *cpath, const char *key_data, size_t key_data_len)
void cpath_assert_ok(const crypt_path_t *cp)
const uint8_t * cpath_get_sendme_tag(crypt_path_t *cpath, size_t *len_out)
void cpath_extend_linked_list(crypt_path_t **head_ptr, crypt_path_t *new_hop)
void cpath_free(crypt_path_t *victim)
Header for relay_crypto.c.