Searched refs:kctx_len (Results 1 – 4 of 4) sorted by relevance
184 sa_entry->kctx_len = ((DIV_ROUND_UP(sa_entry->enckey_len, 16)) << 4) + in chcr_ipsec_setkey()315 unsigned int kctx_len; in is_eth_imm() local318 kctx_len = sa_entry->kctx_len; in is_eth_imm()320 sizeof(struct chcr_ipsec_req) + kctx_len; in is_eth_imm()335 unsigned int kctx_len; in calc_tx_sec_flits() local340 kctx_len = sa_entry->kctx_len; in calc_tx_sec_flits()368 kctx_len + in calc_tx_sec_flits()488 key_len = sa_entry->kctx_len; in copy_key_cpltx_pktxt()544 unsigned int kctx_len = sa_entry->kctx_len; in chcr_crypto_wreq() local585 kctx_len + in chcr_crypto_wreq()
144 #define TRANSHDR_SIZE(kctx_len)\ argument146 kctx_len)147 #define CIPHER_TRANSHDR_SIZE(kctx_len, sge_pairs) \ argument148 (TRANSHDR_SIZE((kctx_len)) + (sge_pairs) +\150 #define HASH_TRANSHDR_SIZE(kctx_len)\ argument151 (TRANSHDR_SIZE(kctx_len) + DUMMY_BYTES)282 unsigned int kctx_len; member
771 unsigned int kctx_len; in create_cipher_wr() local779 kctx_len = roundup(ablkctx->enckey_len, 16); in create_cipher_wr()780 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()830 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_cipher_wr()836 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()1220 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local1225 kctx_len = roundup(ablkctx->enckey_len, 16); in process_cipher()1226 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher()1508 transhdr_len = HASH_TRANSHDR_SIZE(param->kctx_len); in create_hash_wr()1550 ((param->kctx_len + in create_hash_wr()[all …]
188 unsigned int kctx_len; member