Searched refs:cctx (Results 1 - 4 of 4) sorted by relevance

/u-boot/tools/
H A Dmxsimage.c360 struct sb_cmd_ctx *cctx)
363 struct sb_command *cmd = &cctx->payload;
366 (uint8_t *)&cctx->c_payload, sizeof(*cmd));
367 EVP_DigestUpdate(md_ctx, &cctx->c_payload, sizeof(*cmd));
396 struct sb_cmd_ctx *cctx; local
401 cctx = sctx->cmd_head;
405 while (cctx) {
406 ccmd = &cctx->payload;
408 sb_encrypt_tag(ictx, cctx);
413 sb_aes_crypt(ictx, cctx
359 sb_encrypt_tag(struct sb_image_ctx *ictx, struct sb_cmd_ctx *cctx) argument
440 sb_load_file(struct sb_cmd_ctx *cctx, char *filename) argument
789 struct sb_cmd_ctx *cctx; local
824 struct sb_cmd_ctx *cctx; local
868 struct sb_cmd_ctx *cctx; local
1041 struct sb_cmd_ctx *cctx; local
1139 struct sb_cmd_ctx *cctx; local
1241 struct sb_cmd_ctx *cctx; local
1414 struct sb_cmd_ctx *cctx; local
1794 sb_decrypt_tag(struct sb_image_ctx *ictx, struct sb_cmd_ctx *cctx) argument
1805 sb_verify_command(struct sb_image_ctx *ictx, struct sb_cmd_ctx *cctx, FILE *fp, unsigned long *tsize) argument
1904 struct sb_cmd_ctx *cctx; local
2137 struct sb_cmd_ctx *cctx, *c_head; local
2253 struct sb_cmd_ctx *cctx; local
[all...]
/u-boot/include/linux/
H A Dzstd_lib.h194 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx); /* accept NULL pointer */
204 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
461 ZSTDLIB_API size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value);
478 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize);
500 ZSTDLIB_API size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset);
505 * Should cctx hold data from a previously unfinished frame, everything about it is forgotten.
512 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
703 ZSTDLIB_API size_t ZSTD_compressStream2( ZSTD_CCtx* cctx,
861 ZSTDLIB_API size_t ZSTD_compress_usingCDict(ZSTD_CCtx* cctx,
950 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, cons
[all...]
H A Dzstd.h169 * @cctx: The context. Must have been initialized with zstd_init_cctx().
180 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity,
/u-boot/lib/zstd/common/
H A Dzstd_internal.h412 void ZSTD_invalidateRepCodes(ZSTD_CCtx* cctx); /* zstdmt, adaptive_compression (shouldn't get this definition from here) */

Completed in 67 milliseconds