Searched refs:tx_frag_num (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/bcm/ |
| H A 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 = kmalloc_objs(struct scatterlist, tx_frag_num, rctx->gfp); in spu_skcipher_tx_sg_create() 212 sg_init_table(sg, tx_frag_num); in spu_skcipher_tx_sg_create() 319 u8 tx_frag_num = 1; /* request header */ in handle_skcipher_req() local 411 tx_frag_num++; in handle_skcipher_req() 444 tx_frag_num += rctx->src_nents; in handle_skcipher_req() 446 tx_frag_num++; in handle_skcipher_req() 450 tx_frag_num++; /* extra sg to insert tweak */ in handle_skcipher_req() 452 err = spu_skcipher_tx_sg_create(mssg, rctx, tx_frag_num, chunksize, in handle_skcipher_req() 577 u8 tx_frag_num, in spu_ahash_tx_sg_create() argument [all …]
|