Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/lib/zstd/
Dcompress.c111 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-v4.19/crypto/
Dcamellia_generic.c983 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local
1011 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local
1039 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
Dzstd.c29 ZSTD_CCtx *cctx; member
/Linux-v4.19/arch/x86/crypto/
Dcamellia_glue.c1246 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-aes.c564 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(ctx); in mtk_aes_ctr_transfer() local
613 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(aes->ctx); in mtk_aes_ctr_start() local
/Linux-v4.19/net/tls/
Dtls_sw.c1151 struct cipher_context *cctx; in tls_set_sw_offload() local