#include <crypto.h>
Collaboration diagram for CryptPeer:

Data Fields | |
| bstring | name |
| CryptNonce | nonce |
| ecc_key | key |
| bstring | session |
| symmetric_key | skey |
Definition at line 123 of file crypto.h.
Definition at line 124 of file crypto.h.
Referenced by ConnectionState_exec(), CryptState_create(), CryptState_initiator_process_response(), CryptState_initiator_start(), CryptState_peer_destroy(), CryptState_receiver_process_response(), CryptState_receiver_send_final(), Proxy_dump_invalid_state(), and Proxy_final_verify().
Definition at line 125 of file crypto.h.
Referenced by CryptState_create_shared_key(), CryptState_decrypt_packet(), CryptState_encrypt_packet(), CryptState_initiator_process_response(), CryptState_initiator_send_final(), CryptState_initiator_start(), CryptState_peer_destroy(), CryptState_receiver_done(), CryptState_receiver_process_response(), CryptState_receiver_send_final(), CryptState_receiver_start(), and CryptState_reset().
| ecc_key CryptPeer::key |
Definition at line 126 of file crypto.h.
Referenced by CryptState_answer_hate_challenge(), CryptState_create_key(), CryptState_create_shared_key(), CryptState_export_key(), CryptState_generate_hate_challenge(), CryptState_import_key(), CryptState_peer_destroy(), and CryptState_validate_hate_challenge().
Definition at line 127 of file crypto.h.
Referenced by CryptState_finalize_session(), CryptState_initiator_process_response(), CryptState_initiator_start(), CryptState_peer_destroy(), CryptState_rand_sess(), CryptState_receiver_process_response(), and CryptState_receiver_send_final().
| symmetric_key CryptPeer::skey |
Definition at line 128 of file crypto.h.
Referenced by CryptState_finalize_session(), CryptState_peer_destroy(), CryptState_reset(), Peer_recv(), Peer_send(), Proxy_hub_recv(), and Proxy_hub_send().
1.5.1