webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
aead_aes_ctr_hmac_sha256_ctx Struct Reference

Public Attributes

union {
   double   align
 
   AES_KEY   ks
 
ks
 
ctr128_f ctr
 
block128_f block
 
SHA256_CTX inner_init_state
 
SHA256_CTX outer_init_state
 
uint8_t tag_len
 

Member Data Documentation

◆ align

double aead_aes_ctr_hmac_sha256_ctx::align

◆ block

block128_f aead_aes_ctr_hmac_sha256_ctx::block

◆ ctr

ctr128_f aead_aes_ctr_hmac_sha256_ctx::ctr

◆ inner_init_state

SHA256_CTX aead_aes_ctr_hmac_sha256_ctx::inner_init_state

◆ ks [1/2]

AES_KEY aead_aes_ctr_hmac_sha256_ctx::ks

◆ ks [2/2]

union { ... } aead_aes_ctr_hmac_sha256_ctx::ks

◆ outer_init_state

SHA256_CTX aead_aes_ctr_hmac_sha256_ctx::outer_init_state

◆ tag_len

uint8_t aead_aes_ctr_hmac_sha256_ctx::tag_len

The documentation for this struct was generated from the following file: