BearSSL
Data Fields
br_aes_gen_ctr_keys Union Reference

Aggregate structure large enough to be used as context for subkeys (CTR encryption and decryption) for all AES implementations. More...

Data Fields

const br_block_ctr_class * vtable
 
br_aes_big_ctr_keys c_big
 
br_aes_small_ctr_keys c_small
 
br_aes_ct_ctr_keys c_ct
 
br_aes_ct64_ctr_keys c_ct64
 
br_aes_x86ni_ctr_keys c_x86ni
 
br_aes_pwr8_ctr_keys c_pwr8
 

Detailed Description

Aggregate structure large enough to be used as context for subkeys (CTR encryption and decryption) for all AES implementations.

Field Documentation

◆ c_big

br_aes_big_ctr_keys br_aes_gen_ctr_keys::c_big

◆ c_ct

br_aes_ct_ctr_keys br_aes_gen_ctr_keys::c_ct

◆ c_ct64

br_aes_ct64_ctr_keys br_aes_gen_ctr_keys::c_ct64

◆ c_pwr8

br_aes_pwr8_ctr_keys br_aes_gen_ctr_keys::c_pwr8

◆ c_small

br_aes_small_ctr_keys br_aes_gen_ctr_keys::c_small

◆ c_x86ni

br_aes_x86ni_ctr_keys br_aes_gen_ctr_keys::c_x86ni

◆ vtable

const br_block_ctr_class* br_aes_gen_ctr_keys::vtable

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