Home
last modified time | relevance | path

Searched defs:cctx (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/crypto/
H A Dzstd.c21 ZSTD_CCtx *cctx; member
H A Dcamellia_generic.c971 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local
996 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local
1024 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dcrypto.c24 struct cipher_context *cctx = NULL; in tls_crypto_set_key() local
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dcrypto.c24 struct cipher_context *cctx = NULL; in tls_crypto_set_key() local
/kernel/linux/linux-6.6/crypto/
H A Dzstd.c21 zstd_cctx *cctx; member
H A Dcamellia_generic.c963 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local
988 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local
1014 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv40.c125 nv40_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in nv40_ectx_bind() argument
H A Dg84.c106 g84_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in g84_ectx_bind() argument
H A Duchan.c70 struct nvkm_cctx *cctx; member
79 struct nvkm_cctx *cctx = uobj->cctx; in nvkm_uchan_object_fini_1() local
102 struct nvkm_cctx *cctx = uobj->cctx; in nvkm_uchan_object_init_0() local
[all...]
H A Dgv100.c92 gv100_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in gv100_ectx_bind() argument
117 gv100_ectx_ce_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in gv100_ectx_ce_bind() argument
H A Dnv50.c150 nv50_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in nv50_ectx_bind() argument
H A Dchan.c42 nvkm_chan_cctx_bind(struct nvkm_chan *chan, struct nvkm_engn *engn, struct nvkm_cctx *cctx) in nvkm_chan_cctx_bind() argument
75 struct nvkm_cctx *cctx = *pcctx; in nvkm_chan_cctx_put() local
98 struct nvkm_cctx *cctx; nvkm_chan_cctx_get() local
[all...]
H A Dgk104.c134 gk104_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in gk104_ectx_bind() argument
H A Dgf100.c161 gf100_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in gf100_ectx_bind() argument
/kernel/linux/linux-6.6/lib/zstd/
H A Dzstd_compress_module.c27 static size_t zstd_cctx_init(zstd_cctx *cctx, const zstd_parameters *parameters, in zstd_cctx_init() argument
96 zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, const void *src, size_t src_size, const zstd_parameters *parameters) zstd_compress_cctx() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_glue.c1229 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_glue.c1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c884 bnxt_qplib_alloc_stats_ctx(struct pci_dev *pdev, struct bnxt_qplib_chip_ctx *cctx, struct bnxt_qplib_stats *stats) bnxt_qplib_alloc_stats_ctx() argument
H A Dmain.c87 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_set_drv_mode() local
H A Dqplib_res.h261 struct bnxt_qplib_chip_ctx *cctx; member
272 static inline bool bnxt_qplib_is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_is_chip_gen_p5() argument
285 static inline u8 bnxt_qplib_get_ring_type(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_get_ring_type() argument
446 bnxt_qplib_ring_nq_db(struct bnxt_qplib_db_info *info, struct bnxt_qplib_chip_ctx *cctx, bool arm) bnxt_qplib_ring_nq_db() argument
[all...]
/kernel/linux/linux-5.10/net/tls/
H A Dtls_main.c342 struct cipher_context *cctx; in do_tls_getsockopt_conf() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c855 bnxt_qplib_alloc_stats_ctx(struct pci_dev *pdev, struct bnxt_qplib_chip_ctx *cctx, struct bnxt_qplib_stats *stats) bnxt_qplib_alloc_stats_ctx() argument
/kernel/linux/linux-6.6/net/tls/
H A Dtls_main.c445 struct cipher_context *cctx; in do_tls_getsockopt_conf() local
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A Dmtk-aes.c556 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(ctx); in mtk_aes_ctr_transfer() local
604 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(aes->ctx); mtk_aes_ctr_start() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/
H A Dfastrpc.c197 struct fastrpc_channel_ctx *cctx; member
225 struct fastrpc_channel_ctx *cctx; member
338 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free() local
345 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get() argument
350 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put() argument
358 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free() local
453 struct fastrpc_channel_ctx *cctx = user->cctx; fastrpc_context_alloc() local
923 struct fastrpc_channel_ctx *cctx; fastrpc_invoke_send() local
1131 fastrpc_session_alloc( struct fastrpc_channel_ctx *cctx) fastrpc_session_alloc() argument
1151 fastrpc_session_free(struct fastrpc_channel_ctx *cctx, struct fastrpc_session_ctx *session) fastrpc_session_free() argument
1181 struct fastrpc_channel_ctx *cctx = fl->cctx; fastrpc_device_release() local
1221 struct fastrpc_channel_ctx *cctx = miscdev_to_cctx(filp->private_data); fastrpc_device_open() local
1539 struct fastrpc_channel_ctx *cctx; fastrpc_cb_probe() local
1589 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(pdev->dev.parent); fastrpc_cb_remove() local
1687 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev); fastrpc_rpmsg_remove() local
1707 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev); fastrpc_rpmsg_callback() local
[all...]

Completed in 31 milliseconds

12