Home
last modified time | relevance | path

Searched refs:esnlen (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c576 u32 esnlen = 0; in ch_ipsec_crypto_wreq() local
595 esnlen = sizeof(struct chcr_ipsec_aadiv); in ch_ipsec_crypto_wreq()
624 esnlen + in ch_ipsec_crypto_wreq()
625 (esnlen ? 0 : immdatalen)); in ch_ipsec_crypto_wreq()
638 wr->req.sec_cpl.pldlen = htonl(skb->len + esnlen); in ch_ipsec_crypto_wreq()
645 ciphstart += sa_entry->esn ? esnlen : 0; in ch_ipsec_crypto_wreq()