Tor
0.4.7.0-alpha-dev
|
Data Fields | |
struct crypto_cipher_t * | f_crypto |
struct crypto_cipher_t * | b_crypto |
struct crypto_digest_t * | f_digest |
struct crypto_digest_t * | b_digest |
uint8_t | sendme_digest [DIGEST_LEN] |
Definition at line 19 of file relay_crypto_st.h.
struct crypto_cipher_t* b_crypto |
Encryption key and counter for cells heading back from the OR at this step.
Definition at line 26 of file relay_crypto_st.h.
Referenced by relay_crypto_assert_ok(), and relay_crypto_init().
struct crypto_digest_t* b_digest |
Digest state for cells heading away from the OR at this step.
Definition at line 31 of file relay_crypto_st.h.
Referenced by relay_crypto_assert_ok(), relay_crypto_init(), relay_crypto_record_sendme_digest(), and relay_encrypt_cell_inbound().
struct crypto_cipher_t* f_crypto |
Encryption key and counter for cells heading towards the OR at this step.
Definition at line 23 of file relay_crypto_st.h.
Referenced by relay_crypto_assert_ok(), and relay_crypto_init().
struct crypto_digest_t* f_digest |
Digest state for cells heading towards the OR at this step.
Definition at line 29 of file relay_crypto_st.h.
Referenced by relay_crypto_assert_ok(), relay_crypto_init(), and relay_crypto_record_sendme_digest().
uint8_t sendme_digest[DIGEST_LEN] |
Digest used for the next SENDME cell if any.
Definition at line 34 of file relay_crypto_st.h.
Referenced by relay_crypto_get_sendme_digest(), and relay_crypto_record_sendme_digest().