Data Fields | |
| struct tkip_tk | tk |
| Temporal key to use. | |
| struct tkip_dir_ctx | enc |
| State for encryption. | |
| struct tkip_dir_ctx | dec |
| State for decryption. | |
Definition at line 57 of file wpa_tkip.c.
struct tkip_tk tkip_ctx::tk [read] |
Temporal key to use.
Definition at line 60 of file wpa_tkip.c.
Referenced by tkip_decrypt(), tkip_encrypt(), and tkip_init().
struct tkip_dir_ctx tkip_ctx::enc [read] |
struct tkip_dir_ctx tkip_ctx::dec [read] |
State for decryption.
Definition at line 66 of file wpa_tkip.c.
Referenced by tkip_decrypt(), and tkip_init().
1.5.7.1