Lines Matching refs:sb_command
137 struct sb_command payload;
138 struct sb_command c_payload;
363 struct sb_command *cmd = &cctx->payload; in sb_encrypt_tag()
397 struct sb_command *ccmd; in sb_encrypt_image()
493 static uint8_t sb_command_checksum(struct sb_command *inst) in sb_command_checksum()
499 for (i = 0; i < sizeof(struct sb_command); i++) in sb_command_checksum()
790 struct sb_command *ccmd; in sb_build_command_nop()
825 struct sb_command *ccmd; in sb_build_command_tag()
869 struct sb_command *ccmd; in sb_build_command_load()
1042 struct sb_command *ccmd; in sb_build_command_fill()
1140 struct sb_command *ccmd; in sb_build_command_jump_call()
1242 struct sb_command *ccmd; in sb_build_command_mode()
1415 struct sb_command *ccmd; in sb_fixup_sections_and_tags()
1801 struct sb_command *cmd = &cctx->payload; in sb_decrypt_tag()
1812 struct sb_command *ccmd = &cctx->payload; in sb_verify_command()
1995 sizeof(struct sb_command); in sb_verify_sections_cmds()
2257 struct sb_command *ccmd; in sb_build_image()