#include <alts_record_protocol_crypter_common.h>
Public Attributes | |
| alts_crypter | base |
| gsec_aead_crypter * | crypter |
| alts_counter * | ctr |
This file contains common implementation that will be used in both seal and unseal operations. Main struct for alts_record_protocol_crypter that will be used in both seal and unseal operations.
Definition at line 38 of file alts_record_protocol_crypter_common.h.
| alts_crypter alts_record_protocol_crypter::base |
Definition at line 39 of file alts_record_protocol_crypter_common.h.
| gsec_aead_crypter* alts_record_protocol_crypter::crypter |
Definition at line 40 of file alts_record_protocol_crypter_common.h.
| alts_counter* alts_record_protocol_crypter::ctr |
Definition at line 41 of file alts_record_protocol_crypter_common.h.