Searched refs:tx_frag_num (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.c | 214 u8 tx_frag_num, unsigned int chunksize, u32 pad_len) in spu_ablkcipher_tx_sg_create() argument 222 mssg->spu.src = kcalloc(tx_frag_num, sizeof(struct scatterlist), in spu_ablkcipher_tx_sg_create() 228 sg_init_table(sg, tx_frag_num); in spu_ablkcipher_tx_sg_create() 336 u8 tx_frag_num = 1; /* request header */ in handle_ablkcipher_req() local 455 tx_frag_num++; in handle_ablkcipher_req() 488 tx_frag_num += rctx->src_nents; in handle_ablkcipher_req() 490 tx_frag_num++; in handle_ablkcipher_req() 494 tx_frag_num++; /* extra sg to insert tweak */ in handle_ablkcipher_req() 496 err = spu_ablkcipher_tx_sg_create(mssg, rctx, tx_frag_num, chunksize, in handle_ablkcipher_req() 627 u8 tx_frag_num, in spu_ahash_tx_sg_create() argument [all …]
|