Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c810 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local
824 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
829 transhdr_len += temp; in create_cipher_wr()
830 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr()
836 chcr_req = __skb_put_zero(skb, transhdr_len); in create_cipher_wr()
883 transhdr_len, temp, in create_cipher_wr()
1283 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local
1289 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher()
1290 reqctx->imm = (transhdr_len + IV + req->cryptlen) <= in process_cipher()
1571 unsigned int nents = 0, transhdr_len; in create_hash_wr() local
[all …]