Searched defs:cctx (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/lib/zstd/compress/ |
D | zstd_compress.c | 79 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx() 96 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local 106 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local 130 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts() 146 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent() 154 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() 170 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx() 177 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() 531 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter() 765 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter() [all …]
|
/Linux-v6.1/drivers/misc/ |
D | fastrpc.c | 236 struct fastrpc_channel_ctx *cctx; member 268 struct fastrpc_channel_ctx *cctx; member 279 struct fastrpc_channel_ctx *cctx; member 409 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free() local 416 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get() 421 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put() 429 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free() local 524 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc() local 1040 struct fastrpc_channel_ctx *cctx; in fastrpc_invoke_send() local 1281 struct fastrpc_channel_ctx *cctx) in fastrpc_session_alloc() [all …]
|
/Linux-v6.1/lib/zstd/ |
D | zstd_compress_module.c | 27 static size_t zstd_cctx_init(zstd_cctx *cctx, const zstd_parameters *parameters, in zstd_cctx_init() 96 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, in zstd_compress_cctx()
|
/Linux-v6.1/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 811 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_request_enable() local 1314 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_startup() local 1347 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_set_intr_line() local 1474 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_handler() local 1693 struct intel_community_context *cctx; in chv_pinctrl_probe() local 1792 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_suspend_noirq() local 1822 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_resume_noirq() local
|
/Linux-v6.1/crypto/ |
D | camellia_generic.c | 963 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
|
D | zstd.c | 21 zstd_cctx *cctx; member
|
/Linux-v6.1/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.h | 249 struct bnxt_qplib_chip_ctx *cctx; member 260 static inline bool bnxt_qplib_is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_is_chip_gen_p5() 273 static inline u8 bnxt_qplib_get_ring_type(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_get_ring_type() 435 struct bnxt_qplib_chip_ctx *cctx, in bnxt_qplib_ring_nq_db()
|
D | qplib_res.c | 834 struct bnxt_qplib_chip_ctx *cctx, in bnxt_qplib_alloc_stats_ctx()
|
D | main.c | 88 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_set_drv_mode() local
|
D | qplib_fp.h | 272 struct bnxt_qplib_chip_ctx *cctx; member
|
/Linux-v6.1/arch/x86/crypto/ |
D | camellia_glue.c | 1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
|
/Linux-v6.1/net/tls/ |
D | tls_main.c | 360 struct cipher_context *cctx; in do_tls_getsockopt_conf() local
|
D | tls_sw.c | 2470 struct cipher_context *cctx; in tls_set_sw_offload() local
|