Searched refs:transhdr_len (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 768 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local 780 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr() 785 transhdr_len += temp; in create_cipher_wr() 786 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr() 792 chcr_req = __skb_put_zero(skb, transhdr_len); in create_cipher_wr() 839 transhdr_len, temp, in create_cipher_wr() 1220 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local 1226 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher() 1227 reqctx->imm = (transhdr_len + IV + req->nbytes) <= in process_cipher() 1501 unsigned int nents = 0, transhdr_len; in create_hash_wr() local [all …]
|