Searched refs:rx_frag_num (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/bcm/ |
| D | cipher.c | 135 u8 rx_frag_num, in spu_ablkcipher_rx_sg_create() argument 143 mssg->spu.dst = kcalloc(rx_frag_num, sizeof(struct scatterlist), in spu_ablkcipher_rx_sg_create() 149 sg_init_table(sg, rx_frag_num); in spu_ablkcipher_rx_sg_create() 324 u8 rx_frag_num = 2; /* response header and STATUS */ in handle_ablkcipher_req() local 395 rx_frag_num++; in handle_ablkcipher_req() 441 rx_frag_num++; in handle_ablkcipher_req() 465 rx_frag_num += rctx->dst_nents; in handle_ablkcipher_req() 469 rx_frag_num++; /* extra sg to insert tweak */ in handle_ablkcipher_req() 471 err = spu_ablkcipher_rx_sg_create(mssg, rctx, rx_frag_num, chunksize, in handle_ablkcipher_req() 564 u8 rx_frag_num, unsigned int digestsize, in spu_ahash_rx_sg_create() argument [all …]
|