Lines Matching refs:sb_command
136 struct sb_command payload;
137 struct sb_command c_payload;
362 struct sb_command *cmd = &cctx->payload; in sb_encrypt_tag()
396 struct sb_command *ccmd; in sb_encrypt_image()
492 static uint8_t sb_command_checksum(struct sb_command *inst) in sb_command_checksum()
498 for (i = 0; i < sizeof(struct sb_command); i++) in sb_command_checksum()
789 struct sb_command *ccmd; in sb_build_command_nop()
824 struct sb_command *ccmd; in sb_build_command_tag()
868 struct sb_command *ccmd; in sb_build_command_load()
1041 struct sb_command *ccmd; in sb_build_command_fill()
1139 struct sb_command *ccmd; in sb_build_command_jump_call()
1241 struct sb_command *ccmd; in sb_build_command_mode()
1414 struct sb_command *ccmd; in sb_fixup_sections_and_tags()
1800 struct sb_command *cmd = &cctx->payload; in sb_decrypt_tag()
1811 struct sb_command *ccmd = &cctx->payload; in sb_verify_command()
1994 sizeof(struct sb_command); in sb_verify_sections_cmds()
2256 struct sb_command *ccmd; in sb_build_image()