FreeBSD kernel CXGBE device code
ccr_session_cipher Struct Reference

Data Fields

unsigned int cipher_mode
 
unsigned int key_len
 
unsigned int iv_len
 
__be32 key_ctx_hdr
 
char enckey [CHCR_AES_MAX_KEY_LEN]
 
char deckey [CHCR_AES_MAX_KEY_LEN]
 

Detailed Description

Definition at line 160 of file t4_crypto.c.

Field Documentation

◆ cipher_mode

unsigned int ccr_session_cipher::cipher_mode

Definition at line 161 of file t4_crypto.c.

Referenced by ccr_aes_setkey(), ccr_cipher(), ccr_eta(), and ccr_newsession().

◆ deckey

char ccr_session_cipher::deckey[CHCR_AES_MAX_KEY_LEN]

Definition at line 166 of file t4_crypto.c.

Referenced by ccr_aes_setkey(), ccr_cipher(), and ccr_eta().

◆ enckey

char ccr_session_cipher::enckey[CHCR_AES_MAX_KEY_LEN]

Definition at line 165 of file t4_crypto.c.

Referenced by ccr_aes_setkey(), ccr_ccm(), ccr_cipher(), ccr_eta(), and ccr_gcm().

◆ iv_len

unsigned int ccr_session_cipher::iv_len

Definition at line 163 of file t4_crypto.c.

Referenced by ccr_cipher(), ccr_eta(), and ccr_newsession().

◆ key_ctx_hdr

__be32 ccr_session_cipher::key_ctx_hdr

Definition at line 164 of file t4_crypto.c.

Referenced by ccr_aes_setkey(), ccr_ccm(), ccr_cipher(), ccr_eta(), and ccr_gcm().

◆ key_len

unsigned int ccr_session_cipher::key_len

Definition at line 162 of file t4_crypto.c.

Referenced by ccr_aes_setkey(), ccr_ccm(), ccr_cipher(), ccr_eta(), and ccr_gcm().


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