Searched defs:kctx_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_ipsec.c | 304 static inline int is_eth_imm(const struct sk_buff *skb, unsigned int kctx_len) in is_eth_imm() 315 unsigned int kctx_len) in calc_tx_sec_flits() 448 unsigned int kctx_len = sa_entry->kctx_len; in chcr_crypto_wreq() local 568 unsigned int flits = 0, ndesc, kctx_len; in chcr_ipsec_xmit() local
|
D | chcr_algo.h | 144 #define TRANSHDR_SIZE(kctx_len)\ argument 147 #define CIPHER_TRANSHDR_SIZE(kctx_len, sge_pairs) \ argument 150 #define HASH_TRANSHDR_SIZE(kctx_len)\ argument 282 unsigned int kctx_len; member
|
D | chcr_algo.c | 753 unsigned int kctx_len; in create_cipher_wr() local 1196 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local 2271 unsigned int kctx_len = 0, dnents; in create_authenc_wr() local 2841 unsigned int dst_size = 0, kctx_len, dnents, temp; in create_aead_ccm_wr() local 2935 unsigned int dst_size = 0, temp = 0, kctx_len, assoclen = req->assoclen; in create_gcm_wr() local
|
D | chcr_core.h | 165 unsigned int kctx_len; member
|