Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.h111 #define TRANSHDR_SIZE(kctx_len)\ argument
113 kctx_len)
114 #define CIPHER_TRANSHDR_SIZE(kctx_len, sge_pairs) \ argument
115 (TRANSHDR_SIZE((kctx_len)) + (sge_pairs) +\
117 #define HASH_TRANSHDR_SIZE(kctx_len)\ argument
118 (TRANSHDR_SIZE(kctx_len) + DUMMY_BYTES)
249 unsigned int kctx_len; member
H A Dchcr_algo.c784 unsigned int kctx_len; in create_cipher_wr() local
794 kctx_len = roundup(ablkctx->enckey_len, 16); in create_cipher_wr()
795 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
845 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_cipher_wr()
851 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
1254 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local
1259 kctx_len = roundup(ablkctx->enckey_len, 16); in process_cipher()
1260 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher()
1546 transhdr_len = HASH_TRANSHDR_SIZE(param->kctx_len); in create_hash_wr()
1589 ((param->kctx_len + in create_hash_wr()
[all …]
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c218 sa_entry->kctx_len = ((DIV_ROUND_UP(sa_entry->enckey_len, 16)) << 4) + in ch_ipsec_setkey()
345 unsigned int kctx_len; in is_eth_imm() local
348 kctx_len = sa_entry->kctx_len; in is_eth_imm()
350 sizeof(struct chcr_ipsec_req) + kctx_len; in is_eth_imm()
365 unsigned int kctx_len; in calc_tx_sec_flits() local
370 kctx_len = sa_entry->kctx_len; in calc_tx_sec_flits()
398 kctx_len + in calc_tx_sec_flits()
518 key_len = sa_entry->kctx_len; in copy_key_cpltx_pktxt()
574 unsigned int kctx_len = sa_entry->kctx_len; in ch_ipsec_crypto_wreq() local
615 kctx_len + in ch_ipsec_crypto_wreq()
H A Dchcr_ipsec.h49 unsigned int kctx_len; member