Searched refs:rx_frag_num (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 119 * @rx_frag_num: number of scatterlist elements required to hold the 136 u8 rx_frag_num, in spu_skcipher_rx_sg_create() argument 144 mssg->spu.dst = kmalloc_array(rx_frag_num, sizeof(struct scatterlist), in spu_skcipher_rx_sg_create() 150 sg_init_table(sg, rx_frag_num); in spu_skcipher_rx_sg_create() 320 u8 rx_frag_num = 2; /* response header and STATUS */ in handle_skcipher_req() local 410 rx_frag_num++; in handle_skcipher_req() 434 rx_frag_num += rctx->dst_nents; in handle_skcipher_req() 438 rx_frag_num++; /* extra sg to insert tweak */ in handle_skcipher_req() 440 err = spu_skcipher_rx_sg_create(mssg, rctx, rx_frag_num, chunksize, in handle_skcipher_req() 511 * @rx_frag_num 528 spu_ahash_rx_sg_create(struct brcm_message * mssg,struct iproc_reqctx_s * rctx,u8 rx_frag_num,unsigned int digestsize,u32 stat_pad_len) spu_ahash_rx_sg_create() argument 692 u8 rx_frag_num = 3; handle_ahash_req() local 1045 spu_aead_rx_sg_create(struct brcm_message * mssg,struct aead_request * req,struct iproc_reqctx_s * rctx,u8 rx_frag_num,unsigned int assoc_len,u32 ret_iv_len,unsigned int resp_len,unsigned int digestsize,u32 stat_pad_len) spu_aead_rx_sg_create() argument 1284 u8 rx_frag_num = 2; /* and STATUS */ handle_aead_req() local [all...] |