Searched refs:rx_frag_num (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/crypto/bcm/ ! |
D | cipher.c | 135 u8 rx_frag_num, in spu_skcipher_rx_sg_create() argument 143 mssg->spu.dst = kcalloc(rx_frag_num, sizeof(struct scatterlist), in spu_skcipher_rx_sg_create() 149 sg_init_table(sg, rx_frag_num); in spu_skcipher_rx_sg_create() 319 u8 rx_frag_num = 2; /* response header and STATUS */ in handle_skcipher_req() local 409 rx_frag_num++; in handle_skcipher_req() 433 rx_frag_num += rctx->dst_nents; in handle_skcipher_req() 437 rx_frag_num++; /* extra sg to insert tweak */ in handle_skcipher_req() 439 err = spu_skcipher_rx_sg_create(mssg, rctx, rx_frag_num, chunksize, in handle_skcipher_req() 527 u8 rx_frag_num, unsigned int digestsize, in spu_ahash_rx_sg_create() argument 534 mssg->spu.dst = kcalloc(rx_frag_num, sizeof(struct scatterlist), in spu_ahash_rx_sg_create() [all …]
|