ccmp_ctx Struct Reference

Context for CCMP encryption and decryption. More...


Data Fields

u8 aes_ctx [AES_CTX_SIZE]
 AES context - only ever used for encryption.
u64 tx_seq
 Most recently sent packet number.
u64 rx_seq
 Most recently received packet number.


Detailed Description

Context for CCMP encryption and decryption.

Definition at line 36 of file wpa_ccmp.c.


Field Documentation

u8 ccmp_ctx::aes_ctx[AES_CTX_SIZE]

AES context - only ever used for encryption.

Definition at line 39 of file wpa_ccmp.c.

Referenced by ccmp_cbc_mac(), ccmp_ctr_xor(), and ccmp_init().

Most recently sent packet number.

Definition at line 42 of file wpa_ccmp.c.

Referenced by ccmp_encrypt().

Most recently received packet number.

Definition at line 45 of file wpa_ccmp.c.

Referenced by ccmp_decrypt(), and ccmp_init().


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

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