Public Attributes | |
uint8_t | auth_key [16] |
block128_f | enc_block |
union { | |
double align | |
AES_KEY ks | |
} | enc_key |
Definition at line 694 of file e_aesgcmsiv.c.
double gcm_siv_record_keys::align |
Definition at line 697 of file e_aesgcmsiv.c.
uint8_t gcm_siv_record_keys::auth_key[16] |
Definition at line 695 of file e_aesgcmsiv.c.
block128_f gcm_siv_record_keys::enc_block |
Definition at line 700 of file e_aesgcmsiv.c.
union { ... } gcm_siv_record_keys::enc_key |
AES_KEY gcm_siv_record_keys::ks |
Definition at line 698 of file e_aesgcmsiv.c.