Home
last modified time | relevance | path

Searched refs:dec_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.c60 struct mtk_vcodec_dec_ctx *dec_ctx = priv; in mtk_vcodec_mem_alloc() local
62 plat_dev = dec_ctx->dev->plat_dev; in mtk_vcodec_mem_alloc()
63 id = dec_ctx->id; in mtk_vcodec_mem_alloc()
93 struct mtk_vcodec_dec_ctx *dec_ctx = priv; in mtk_vcodec_mem_free() local
95 plat_dev = dec_ctx->dev->plat_dev; in mtk_vcodec_mem_free()
96 id = dec_ctx->id; in mtk_vcodec_mem_free()
/linux/arch/x86/crypto/
H A Ddes3_ede_glue.c43 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk() local
45 des3_ede_x86_64_crypt_blk(dec_ctx, dst, src); in des3_ede_dec_blk()
51 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk_3way() local
53 des3_ede_x86_64_crypt_blk_3way(dec_ctx, dst, src); in des3_ede_dec_blk_3way()
/linux/drivers/crypto/cavium/zip/
H A Dzip_crypto.c113 struct zip_operation *dec_ctx = &zip_ctx->zip_decomp; in zip_ctx_exit() local
118 zip_data_buf_free(dec_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_exit()
119 zip_data_buf_free(dec_ctx->output, MAX_OUTPUT_BUFFER_SIZE); in zip_ctx_exit()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c324 struct qat_dec *dec_ctx = &ctx->dec_cd->qat_dec_cd; in qat_alg_aead_init_dec_session() local
325 struct icp_qat_hw_auth_algo_blk *hash = &dec_ctx->hash; in qat_alg_aead_init_dec_session()
327 (struct icp_qat_hw_cipher_algo_blk *)((char *)dec_ctx + in qat_alg_aead_init_dec_session()