|
iPXE
|
A GCM block. More...
#include <gcm.h>
Data Fields | |
| uint8_t | byte [16] |
| Raw bytes. More... | |
| uint16_t | word [8] |
| Raw words. More... | |
| uint32_t | dword [4] |
| Raw dwords. More... | |
| struct gcm_counter | ctr |
| Counter. More... | |
| struct gcm_lengths | len |
| Lengths. More... | |
| uint8_t gcm_block::byte[16] |
Raw bytes.
Definition at line 34 of file gcm.h.
Referenced by gcm_multiply_key(), gcm_multiply_x(), and gcm_multiply_x_8().
| uint16_t gcm_block::word[8] |
| uint32_t gcm_block::dword[4] |
| struct gcm_counter gcm_block::ctr |
Counter.
Definition at line 40 of file gcm.h.
Referenced by gcm_count(), gcm_setiv(), and gcm_setkey().
| struct gcm_lengths gcm_block::len |
Lengths.
Definition at line 42 of file gcm.h.
Referenced by gcm_hash(), gcm_process(), gcm_setiv(), and gcm_tag().
1.8.15