Searched refs:tx_frag_num (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/crypto/bcm/ |
D | cipher.c | 199 u8 tx_frag_num, unsigned int chunksize, u32 pad_len) in spu_skcipher_tx_sg_create() argument 207 mssg->spu.src = kcalloc(tx_frag_num, sizeof(struct scatterlist), in spu_skcipher_tx_sg_create() 213 sg_init_table(sg, tx_frag_num); in spu_skcipher_tx_sg_create() 320 u8 tx_frag_num = 1; /* request header */ in handle_skcipher_req() local 412 tx_frag_num++; in handle_skcipher_req() 445 tx_frag_num += rctx->src_nents; in handle_skcipher_req() 447 tx_frag_num++; in handle_skcipher_req() 451 tx_frag_num++; /* extra sg to insert tweak */ in handle_skcipher_req() 453 err = spu_skcipher_tx_sg_create(mssg, rctx, tx_frag_num, chunksize, in handle_skcipher_req() 579 u8 tx_frag_num, in spu_ahash_tx_sg_create() argument [all …]
|