Searched refs:hre_run_program (Results 1 – 4 of 4) sorted by relevance
718 static int hre_run_program(const uint8_t *code, size_t code_size) in hre_run_program() function946 if (hre_run_program(prg_stage1_prepare, sizeof(prg_stage1_prepare))) in first_stage_actions()951 if (hre_run_program(sd_prg->code, sd_prg->code_size)) in first_stage_actions()1041 if (hre_run_program(prg_stage2_prepare, sizeof(prg_stage2_prepare))) in second_stage_init()1086 hre_run_program(prg_stage2_success, sizeof(prg_stage2_success)); in second_stage_init()1091 hre_run_program(prg_stage_fail, sizeof(prg_stage_fail)); in second_stage_init()
35 int hre_run_program(const uint8_t *code, size_t code_size);
147 if (hre_run_program(prog->code, prog->code_size)) { in load_and_run_keyprog()
488 int hre_run_program(const uint8_t *code, size_t code_size) in hre_run_program() function