Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c134 static inline void chcr_init_hctx_per_wr(struct chcr_ahash_req_ctx *reqctx) in chcr_init_hctx_per_wr() argument
136 memset(&reqctx->hctx_wr, 0, sizeof(struct chcr_hctx_per_wr)); in chcr_init_hctx_per_wr()
205 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_handle_aead_resp() local
208 if (reqctx->verify == VERIFY_SW) { in chcr_handle_aead_resp()
210 reqctx->verify = VERIFY_HW; in chcr_handle_aead_resp()
748 struct chcr_blkcipher_req_ctx *reqctx = in create_cipher_wr() local
758 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE, in create_cipher_wr()
759 reqctx->dst_ofst); in create_cipher_wr()
763 nents = sg_nents_xlen(reqctx->srcsg, wrparam->bytes, in create_cipher_wr()
764 CHCR_SRC_SG_SIZE, reqctx->src_ofst); in create_cipher_wr()
[all …]
/Linux-v4.19/drivers/crypto/
Ds5p-sss.c1993 struct s5p_aes_reqctx *reqctx; in s5p_tasklet_cb() local
2012 reqctx = ablkcipher_request_ctx(dev->req); in s5p_tasklet_cb()
2014 s5p_aes_crypt_start(dev, reqctx->mode); in s5p_tasklet_cb()
2042 struct s5p_aes_reqctx *reqctx = ablkcipher_request_ctx(req); in s5p_aes_crypt() local
2051 reqctx->mode = mode; in s5p_aes_crypt()