Searched defs:cctx (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/misc/ | 
| D | fastrpc.c | 169 	struct fastrpc_channel_ctx *cctx;  member 196 	struct fastrpc_channel_ctx *cctx;  member 298 	struct fastrpc_channel_ctx *cctx;  in fastrpc_channel_ctx_free()  local 305 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx)  in fastrpc_channel_ctx_get() 310 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx)  in fastrpc_channel_ctx_put() 318 	struct fastrpc_channel_ctx *cctx;  in fastrpc_context_free()  local 413 	struct fastrpc_channel_ctx *cctx = user->cctx;  in fastrpc_context_alloc()  local 886 	struct fastrpc_channel_ctx *cctx;  in fastrpc_invoke_send()  local 1082 					struct fastrpc_channel_ctx *cctx)  in fastrpc_session_alloc() 1101 static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx,  in fastrpc_session_free() [all …] 
 | 
| /Linux-v5.4/lib/zstd/ | 
| D | compress.c | 111 	ZSTD_CCtx *cctx;  in ZSTD_createCCtx_advanced()  local 125 	ZSTD_CCtx *cctx = ZSTD_createCCtx_advanced(stackMem);  in ZSTD_initCCtx()  local 132 size_t ZSTD_freeCCtx(ZSTD_CCtx *cctx)  in ZSTD_freeCCtx() 143 static ZSTD_parameters ZSTD_getParamsFromCCtx(const ZSTD_CCtx *cctx) { return cctx->params; }  in ZSTD_getParamsFromCCtx() 217 static size_t ZSTD_continueCCtx(ZSTD_CCtx *cctx, ZSTD_parameters params, U64 frameContentSize)  in ZSTD_continueCCtx() 337 void ZSTD_invalidateRepCodes(ZSTD_CCtx *cctx)  in ZSTD_invalidateRepCodes() 1008 void ZSTD_compressBlock_fast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const U32 ml…  in ZSTD_compressBlock_fast_generic() 1235 static void ZSTD_fillDoubleHashTable(ZSTD_CCtx *cctx, const void *end, const U32 mls)  in ZSTD_fillDoubleHashTable() 1254 void ZSTD_compressBlock_doubleFast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const …  in ZSTD_compressBlock_doubleFast_generic() 2355 static size_t ZSTD_compress_generic(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity, const void *src…  in ZSTD_compress_generic() [all …] 
 | 
| /Linux-v5.4/crypto/ | 
| D | camellia_generic.c | 971 	struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);  in camellia_set_key()  local 999 	const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);  in camellia_encrypt()  local 1027 	const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);  in camellia_decrypt()  local
  | 
| D | zstd.c | 21 	ZSTD_CCtx *cctx;  member
  | 
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ | 
| D | qplib_res.h | 193 	struct bnxt_qplib_chip_ctx	*cctx;  member 204 static inline bool bnxt_qplib_is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx)  in bnxt_qplib_is_chip_gen_p5() 215 static inline u8 bnxt_qplib_get_ring_type(struct bnxt_qplib_chip_ctx *cctx)  in bnxt_qplib_get_ring_type()
  | 
| D | qplib_fp.h | 256 	struct bnxt_qplib_chip_ctx	*cctx;  member
  | 
| /Linux-v5.4/arch/x86/crypto/ | 
| D | camellia_glue.c | 1231 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key,  in __camellia_setkey()
  | 
| /Linux-v5.4/drivers/crypto/mediatek/ | 
| D | mtk-aes.c | 573 	struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(ctx);  in mtk_aes_ctr_transfer()  local 622 	struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(aes->ctx);  in mtk_aes_ctr_start()  local
  | 
| /Linux-v5.4/net/tls/ | 
| D | tls_sw.c | 2214 	struct cipher_context *cctx;  in tls_set_sw_offload()  local
  |