Searched refs:kctx_len (Results 1 – 4 of 4) sorted by relevance
111 #define TRANSHDR_SIZE(kctx_len)\ argument113 kctx_len)114 #define CIPHER_TRANSHDR_SIZE(kctx_len, sge_pairs) \ argument115 (TRANSHDR_SIZE((kctx_len)) + (sge_pairs) +\117 #define HASH_TRANSHDR_SIZE(kctx_len)\ argument118 (TRANSHDR_SIZE(kctx_len) + DUMMY_BYTES)249 unsigned int kctx_len; member
813 unsigned int kctx_len; in create_cipher_wr() local1623 ((param->kctx_len + in create_hash_wr()1791 params.kctx_len *= 2; in chcr_ahash_final()1867 params.kctx_len *= 2; in chcr_ahash_finup()1877 params.kctx_len /= 2; in chcr_ahash_finup()1971 params.kctx_len *= 2; in chcr_ahash_digest()1977 HASH_SPACE_LEFT(params.kctx_len), 0); in chcr_ahash_digest()1980 params.kctx_len /= 2; in chcr_ahash_digest()2046 params.kctx_len *= 2; in chcr_ahash_continue()2052 HASH_SPACE_LEFT(params.kctx_len), in chcr_ahash_continue()[all …]
218 sa_entry->kctx_len = ((DIV_ROUND_UP(sa_entry->enckey_len, 16)) << 4) + in ch_ipsec_setkey()340 unsigned int kctx_len; in is_eth_imm() local343 kctx_len = sa_entry->kctx_len; in is_eth_imm()345 sizeof(struct chcr_ipsec_req) + kctx_len; in is_eth_imm()360 unsigned int kctx_len; in calc_tx_sec_flits() local365 kctx_len = sa_entry->kctx_len; in calc_tx_sec_flits()393 kctx_len + in calc_tx_sec_flits()513 key_len = sa_entry->kctx_len; in copy_key_cpltx_pktxt()569 unsigned int kctx_len = sa_entry->kctx_len; in ch_ipsec_crypto_wreq() local610 kctx_len + in ch_ipsec_crypto_wreq()
49 unsigned int kctx_len; member
Completed in 19 milliseconds