12 #ifndef TOR_ONION_TAP_H
13 #define TOR_ONION_TAP_H
15 #define TAP_ONIONSKIN_CHALLENGE_LEN (PKCS1_OAEP_PADDING_OVERHEAD+\
18 #define TAP_ONIONSKIN_REPLY_LEN (DH1024_KEY_LEN+DIGEST_LEN)
25 char *onion_skin_out);
30 char *handshake_reply_out,
35 const char *handshake_reply,
38 const char **msg_out);
int onion_skin_TAP_server_handshake(const char *onion_skin, struct crypto_pk_t *private_key, struct crypto_pk_t *prev_private_key, char *handshake_reply_out, char *key_out, size_t key_out_len)
int onion_skin_TAP_client_handshake(struct crypto_dh_t *handshake_state, const char *handshake_reply, char *key_out, size_t key_out_len, const char **msg_out)
int onion_skin_TAP_create(struct crypto_pk_t *router_key, struct crypto_dh_t **handshake_state_out, char *onion_skin_out)