iPXE
Data Fields
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. More...
 
u64 tx_seq
 Most recently sent packet number. More...
 
u64 rx_seq
 Most recently received packet number. More...
 

Detailed Description

Context for CCMP encryption and decryption.

Definition at line 38 of file wpa_ccmp.c.

Field Documentation

◆ aes_ctx

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

◆ tx_seq

u64 ccmp_ctx::tx_seq

Most recently sent packet number.

Definition at line 44 of file wpa_ccmp.c.

◆ rx_seq

u64 ccmp_ctx::rx_seq

Most recently received packet number.

Definition at line 47 of file wpa_ccmp.c.


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