iPXE
|
Context for CCMP encryption and decryption. More...
Data Fields | |
u8 | aes_ctx [AES_CTX_SIZE] |
AES context - only ever used for encryption. More... | |
u64 | tx_seq |
Most recently sent packet number. More... | |
u64 | rx_seq |
Most recently received packet number. More... | |
Context for CCMP encryption and decryption.
Definition at line 38 of file wpa_ccmp.c.
u8 ccmp_ctx::aes_ctx[AES_CTX_SIZE] |
AES context - only ever used for encryption.
Definition at line 41 of file wpa_ccmp.c.
Referenced by ccmp_feed_cbc_mac().
u64 ccmp_ctx::tx_seq |
Most recently sent packet number.
Definition at line 44 of file wpa_ccmp.c.
u64 ccmp_ctx::rx_seq |
Most recently received packet number.
Definition at line 47 of file wpa_ccmp.c.