Home
last modified time | relevance | path

Searched refs:cctx (Results 1 – 3 of 3) sorted by relevance

/u-boot/tools/
A Dmxsimage.c419 cctx = cctx->cmd; in sb_encrypt_image()
792 cctx = calloc(1, sizeof(*cctx)); in sb_build_command_nop()
828 cctx = calloc(1, sizeof(*cctx)); in sb_build_command_tag()
874 cctx = calloc(1, sizeof(*cctx)); in sb_build_command_load()
1017 cctx->size = sizeof(*ccmd) + cctx->length; in sb_build_command_load()
1047 cctx = calloc(1, sizeof(*cctx)); in sb_build_command_fill()
1147 cctx = calloc(1, sizeof(*cctx)); in sb_build_command_jump_call()
1248 cctx = calloc(1, sizeof(*cctx)); in sb_build_command_mode()
1441 cctx = cctx->cmd; in sb_fixup_sections_and_tags()
1913 cctx = calloc(1, sizeof(*cctx)); in sb_verify_commands()
[all …]
/u-boot/include/linux/
A Dzstd.h396 size_t ZSTD_compress_usingCDict(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity,
995 size_t ZSTD_compressBegin(ZSTD_CCtx *cctx, int compressionLevel);
996 size_t ZSTD_compressBegin_usingDict(ZSTD_CCtx *cctx, const void *dict,
998 size_t ZSTD_compressBegin_advanced(ZSTD_CCtx *cctx, const void *dict,
1001 size_t ZSTD_copyCCtx(ZSTD_CCtx *cctx, const ZSTD_CCtx *preparedCCtx,
1003 size_t ZSTD_compressBegin_usingCDict(ZSTD_CCtx *cctx, const ZSTD_CDict *cdict,
1005 size_t ZSTD_compressContinue(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity,
1007 size_t ZSTD_compressEnd(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity,
1139 size_t ZSTD_getBlockSizeMax(ZSTD_CCtx *cctx);
1140 size_t ZSTD_compressBlock(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity,
/u-boot/lib/zstd/
A Dzstd_internal.h244 void ZSTD_invalidateRepCodes(ZSTD_CCtx *cctx);
246 size_t ZSTD_freeCCtx(ZSTD_CCtx *cctx);

Completed in 451 milliseconds