|
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 60 of file wpa_tkip.c.
| struct tkip_tk tkip_ctx::tk |
Temporal key to use.
Definition at line 63 of file wpa_tkip.c.
| struct tkip_dir_ctx tkip_ctx::enc |
State for encryption.
Definition at line 66 of file wpa_tkip.c.
| struct tkip_dir_ctx tkip_ctx::dec |
State for decryption.
Definition at line 69 of file wpa_tkip.c.
1.8.15