tkip_ctx Struct Reference

Context for TKIP encryption and decryption. More...


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.


Detailed Description

Context for TKIP encryption and decryption.

Definition at line 57 of file wpa_tkip.c.


Field Documentation

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]

State for encryption.

Definition at line 63 of file wpa_tkip.c.

Referenced by tkip_encrypt().

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().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1