Searched refs:sctx (Results 1 – 1 of 1) sorted by relevance
323 struct sb_section_ctx *sctx = ictx->sect_head; in sb_encrypt_sb_sections_header() local328 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() local399 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() local719 sctx = calloc(1, sizeof(*sctx)); in sb_build_section()[all …]