Public Attributes | |
gsec_aead_crypter | crypter |
EVP_CIPHER_CTX * | ctx |
uint8_t * | key |
size_t | key_length |
size_t | nonce_length |
gsec_aes_gcm_aead_rekey_data * | rekey_data |
size_t | tag_length |
Definition at line 45 of file aes_gcm.cc.
gsec_aead_crypter gsec_aes_gcm_aead_crypter::crypter |
Definition at line 46 of file aes_gcm.cc.
EVP_CIPHER_CTX* gsec_aes_gcm_aead_crypter::ctx |
Definition at line 52 of file aes_gcm.cc.
uint8_t* gsec_aes_gcm_aead_crypter::key |
Definition at line 50 of file aes_gcm.cc.
size_t gsec_aes_gcm_aead_crypter::key_length |
Definition at line 47 of file aes_gcm.cc.
size_t gsec_aes_gcm_aead_crypter::nonce_length |
Definition at line 48 of file aes_gcm.cc.
gsec_aes_gcm_aead_rekey_data* gsec_aes_gcm_aead_crypter::rekey_data |
Definition at line 51 of file aes_gcm.cc.
size_t gsec_aes_gcm_aead_crypter::tag_length |
Definition at line 49 of file aes_gcm.cc.