Searched refs:tx_frag_num (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/bcm/ | 
| D | cipher.c | 203 			    u8 tx_frag_num, unsigned int chunksize, u32 pad_len)  in spu_ablkcipher_tx_sg_create()  argument 211 	mssg->spu.src = kcalloc(tx_frag_num, sizeof(struct scatterlist),  in spu_ablkcipher_tx_sg_create() 217 	sg_init_table(sg, tx_frag_num);  in spu_ablkcipher_tx_sg_create() 325 	u8 tx_frag_num = 1;	/* request header */  in handle_ablkcipher_req()  local 444 		tx_frag_num++;  in handle_ablkcipher_req() 477 	tx_frag_num += rctx->src_nents;  in handle_ablkcipher_req() 479 		tx_frag_num++;  in handle_ablkcipher_req() 483 		tx_frag_num++;	/* extra sg to insert tweak */  in handle_ablkcipher_req() 485 	err = spu_ablkcipher_tx_sg_create(mssg, rctx, tx_frag_num, chunksize,  in handle_ablkcipher_req() 616 		       u8 tx_frag_num,  in spu_ahash_tx_sg_create()  argument [all …] 
 |