#include <gcm.h>
Public Attributes | |
| uint_32t | gf_t8k [32][16][GCM_BLOCK_SIZE/4] |
| buf_type | ctr_val |
| buf_type | enc_ctr |
| buf_type | hdr_ghv |
| buf_type | txt_ghv |
| buf_type | ghash_h |
| aes_encrypt_ctx | aes [1] |
| uint_32t | y0_val |
| uint_32t | hdr_cnt |
| uint_32t | txt_ccnt |
| uint_32t | txt_acnt |
Definition at line 85 of file gcm.h.
| aes_encrypt_ctx gcm_ctx::aes[1] |
| buf_type gcm_ctx::ctr_val |
| buf_type gcm_ctx::enc_ctr |
| uint_32t gcm_ctx::gf_t8k[32][16][GCM_BLOCK_SIZE/4] |
| buf_type gcm_ctx::ghash_h |
| uint_32t gcm_ctx::hdr_cnt |
| buf_type gcm_ctx::hdr_ghv |
| uint_32t gcm_ctx::txt_acnt |
| uint_32t gcm_ctx::txt_ccnt |
| buf_type gcm_ctx::txt_ghv |
| uint_32t gcm_ctx::y0_val |
1.6.3