Lines Matching refs:c_ctx
808 struct chcr_context *ctx = c_ctx(tfm); in create_cipher_wr()
889 create_wreq(c_ctx(tfm), chcr_req, &(wrparam->req->base), reqctx->imm, 0, in create_cipher_wr()
924 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(cipher)); in chcr_cipher_fallback_setkey()
937 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(cipher)); in chcr_aes_cbc_setkey()
968 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(cipher)); in chcr_aes_ctr_setkey()
998 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(cipher)); in chcr_aes_rfc3686_setkey()
1065 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(tfm)); in chcr_update_tweak()
1169 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(tfm)); in chcr_handle_cipher_resp()
1170 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_handle_cipher_resp()
1171 struct chcr_dev *dev = c_ctx(tfm)->dev; in chcr_handle_cipher_resp()
1172 struct chcr_context *ctx = c_ctx(tfm); in chcr_handle_cipher_resp()
1181 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, in chcr_handle_cipher_resp()
1204 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, in chcr_handle_cipher_resp()
1237 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, req); in chcr_handle_cipher_resp()
1257 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(tfm)); in process_cipher()
1258 struct adapter *adap = padap(c_ctx(tfm)->dev); in process_cipher()
1281 err = chcr_cipher_dma_map(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, req); in process_cipher()
1335 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, in process_cipher()
1364 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, req); in process_cipher()
1373 struct chcr_dev *dev = c_ctx(tfm)->dev; in chcr_aes_encrypt()
1376 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_encrypt()
1377 struct chcr_context *ctx = c_ctx(tfm); in chcr_aes_encrypt()
1418 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_decrypt()
1419 struct chcr_dev *dev = c_ctx(tfm)->dev; in chcr_aes_decrypt()
1422 struct chcr_context *ctx = c_ctx(tfm); in chcr_aes_decrypt()
2255 struct ablk_ctx *ablkctx = ABLK_CTX(c_ctx(cipher)); in chcr_aes_xts_setkey()
2761 struct chcr_context *ctx = c_ctx(tfm); in chcr_add_cipher_dst_ent()