Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c781 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local
795 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
800 transhdr_len += temp; in create_cipher_wr()
801 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr()
807 chcr_req = __skb_put_zero(skb, transhdr_len); in create_cipher_wr()
854 transhdr_len, temp, in create_cipher_wr()
1254 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local
1260 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher()
1261 reqctx->imm = (transhdr_len + IV + req->cryptlen) <= in process_cipher()
1537 unsigned int nents = 0, transhdr_len; in create_hash_wr() local
[all …]