iPXE
|
Context for TKIP encryption and decryption. More...
Data Fields | |
struct tkip_tk | tk |
Temporal key to use. More... | |
struct tkip_dir_ctx | enc |
State for encryption. More... | |
struct tkip_dir_ctx | dec |
State for decryption. More... | |
Context for TKIP encryption and decryption.
Definition at line 59 of file wpa_tkip.c.
struct tkip_tk tkip_ctx::tk |
Temporal key to use.
Definition at line 62 of file wpa_tkip.c.
struct tkip_dir_ctx tkip_ctx::enc |
State for encryption.
Definition at line 65 of file wpa_tkip.c.
struct tkip_dir_ctx tkip_ctx::dec |
State for decryption.
Definition at line 68 of file wpa_tkip.c.