Home
last modified time | relevance | path

Searched refs:reqctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/chelsio/
A Dchcr_algo.c1181 bytes = chcr_sg_ent_in_wr(reqctx->srcsg, reqctx->dstsg, 0, in chcr_handle_cipher_resp()
1183 reqctx->src_ofst, reqctx->dst_ofst); in chcr_handle_cipher_resp()
1320 memcpy(reqctx->init_iv, reqctx->iv, IV); in process_cipher()
1353 reqctx->partial_req = !!(req->cryptlen - reqctx->processed); in process_cipher()
2386 reqctx->scratch_pad = reqctx->iv + IV; in chcr_aead_common_init()
2599 reqctx->iv_dma = dma_map_single(dev, reqctx->iv, (IV + reqctx->b0_len), in chcr_aead_dma_map()
2604 reqctx->b0_dma = reqctx->iv_dma + IV; in chcr_aead_dma_map()
2661 dma_unmap_single(dev, reqctx->iv_dma, (IV + reqctx->b0_len), in chcr_aead_dma_unmap()
2687 memcpy(buf, reqctx->scratch_pad, reqctx->b0_len); in chcr_add_aead_src_ent()
3084 reqctx->b0_len, transhdr_len, reqctx->op)) { in create_aead_ccm_wr()
[all …]
/linux/drivers/crypto/
A Ds5p-sss.c481 struct s5p_aes_reqctx *reqctx = skcipher_request_ctx(req); in s5p_sg_done() local
492 if (reqctx->mode & FLAGS_AES_CBC) in s5p_sg_done()
495 else if (reqctx->mode & FLAGS_AES_CTR) in s5p_sg_done()
1979 struct s5p_aes_reqctx *reqctx; in s5p_tasklet_cb() local
1998 reqctx = skcipher_request_ctx(dev->req); in s5p_tasklet_cb()
2000 s5p_aes_crypt_start(dev, reqctx->mode); in s5p_tasklet_cb()
2027 struct s5p_aes_reqctx *reqctx = skcipher_request_ctx(req); in s5p_aes_crypt() local
2040 reqctx->mode = mode; in s5p_aes_crypt()

Completed in 31 milliseconds