Public Attributes | |
| block128_f | block |
| ctr128_f | ctr |
| SHA256_CTX | inner_init_state |
| union { | |
| double align | |
| AES_KEY ks | |
| } | ks |
| SHA256_CTX | outer_init_state |
Definition at line 27 of file e_aesctrhmac.c.
| double aead_aes_ctr_hmac_sha256_ctx::align |
Definition at line 29 of file e_aesctrhmac.c.
| block128_f aead_aes_ctr_hmac_sha256_ctx::block |
Definition at line 33 of file e_aesctrhmac.c.
| ctr128_f aead_aes_ctr_hmac_sha256_ctx::ctr |
Definition at line 32 of file e_aesctrhmac.c.
| SHA256_CTX aead_aes_ctr_hmac_sha256_ctx::inner_init_state |
Definition at line 34 of file e_aesctrhmac.c.
| AES_KEY aead_aes_ctr_hmac_sha256_ctx::ks |
Definition at line 30 of file e_aesctrhmac.c.
| union { ... } aead_aes_ctr_hmac_sha256_ctx::ks |
| SHA256_CTX aead_aes_ctr_hmac_sha256_ctx::outer_init_state |
Definition at line 35 of file e_aesctrhmac.c.