Searched refs:reqctx (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 1181 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() 2394 reqctx->scratch_pad = reqctx->iv + IV; in chcr_aead_common_init() 2607 reqctx->iv_dma = dma_map_single(dev, reqctx->iv, (IV + reqctx->b0_len), in chcr_aead_dma_map() 2612 reqctx->b0_dma = reqctx->iv_dma + IV; in chcr_aead_dma_map() 2669 dma_unmap_single(dev, reqctx->iv_dma, (IV + reqctx->b0_len), in chcr_aead_dma_unmap() 2695 memcpy(buf, reqctx->scratch_pad, reqctx->b0_len); in chcr_add_aead_src_ent() 3092 reqctx->b0_len, transhdr_len, reqctx->op)) { in create_aead_ccm_wr() [all …]
|
| /linux-6.15/drivers/crypto/ |
| H A D | s5p-sss.c | 464 struct s5p_aes_reqctx *reqctx = skcipher_request_ctx(req); in s5p_sg_done() local 475 if (reqctx->mode & FLAGS_AES_CBC) in s5p_sg_done() 478 else if (reqctx->mode & FLAGS_AES_CTR) in s5p_sg_done() 1956 struct s5p_aes_reqctx *reqctx; in s5p_tasklet_cb() local 1975 reqctx = skcipher_request_ctx(dev->req); in s5p_tasklet_cb() 1977 s5p_aes_crypt_start(dev, reqctx->mode); in s5p_tasklet_cb() 2004 struct s5p_aes_reqctx *reqctx = skcipher_request_ctx(req); in s5p_aes_crypt() local 2017 reqctx->mode = mode; in s5p_aes_crypt()
|