Searched refs:tx_frag_num (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/crypto/bcm/ | 
| D | cipher.c | 200 			    u8 tx_frag_num, unsigned int chunksize, u32 pad_len)  in spu_skcipher_tx_sg_create()  argument 208 	mssg->spu.src = kcalloc(tx_frag_num, sizeof(struct scatterlist),  in spu_skcipher_tx_sg_create() 214 	sg_init_table(sg, tx_frag_num);  in spu_skcipher_tx_sg_create() 321 	u8 tx_frag_num = 1;	/* request header */  in handle_skcipher_req()  local 413 		tx_frag_num++;  in handle_skcipher_req() 446 	tx_frag_num += rctx->src_nents;  in handle_skcipher_req() 448 		tx_frag_num++;  in handle_skcipher_req() 452 		tx_frag_num++;	/* extra sg to insert tweak */  in handle_skcipher_req() 454 	err = spu_skcipher_tx_sg_create(mssg, rctx, tx_frag_num, chunksize,  in handle_skcipher_req() 580 		       u8 tx_frag_num,  in spu_ahash_tx_sg_create()  argument [all …] 
 |