Searched refs:reqctx (Results 1 – 2 of 2) sorted by relevance
134 static inline void chcr_init_hctx_per_wr(struct chcr_ahash_req_ctx *reqctx) in chcr_init_hctx_per_wr() argument136 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() local208 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() local758 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 …]
1993 struct s5p_aes_reqctx *reqctx; in s5p_tasklet_cb() local2012 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() local2051 reqctx->mode = mode; in s5p_aes_crypt()