Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dmxsimage.c323 struct sb_section_ctx *sctx = ictx->sect_head; in sb_encrypt_sb_sections_header() local
328 while (sctx) { in sb_encrypt_sb_sections_header()
329 shdr = &sctx->payload; in sb_encrypt_sb_sections_header()
336 sctx = sctx->sect; in sb_encrypt_sb_sections_header()
397 struct sb_section_ctx *sctx = ictx->sect_head; in sb_encrypt_image() local
399 while (sctx) { in sb_encrypt_image()
400 cctx = sctx->cmd_head; in sb_encrypt_image()
421 sctx = sctx->sect; in sb_encrypt_image()
712 struct sb_section_ctx *sctx; in sb_build_section() local
719 sctx = calloc(1, sizeof(*sctx)); in sb_build_section()
[all …]