Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c750 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local
762 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
767 transhdr_len += temp; in create_cipher_wr()
768 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr()
774 chcr_req = __skb_put_zero(skb, transhdr_len); in create_cipher_wr()
821 transhdr_len, temp, in create_cipher_wr()
1196 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local
1202 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher()
1203 reqctx->imm = (transhdr_len + IV + req->nbytes) <= in process_cipher()
1478 unsigned int nents = 0, transhdr_len; in create_hash_wr() local
[all …]