Home
last modified time | relevance | path

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

/u-boot/board/gdsys/a38x/
A Dhre.h35 int hre_run_program(struct udevice *tpm, const uint8_t *code, size_t code_size);
A Dkeyprogram.c151 if (hre_run_program(tpm, prog->code, prog->code_size)) { in load_and_run_keyprog()
A Dhre.c502 int hre_run_program(struct udevice *tpm, const uint8_t *code, size_t code_size) in hre_run_program() function
/u-boot/board/gdsys/p1022/
A Dcontrolcenterd-id.c745 static int hre_run_program(struct udevice *tpm, const uint8_t *code, in hre_run_program() function
974 if (hre_run_program(tpm, prg_stage1_prepare, in first_stage_actions()
980 if (hre_run_program(tpm, sd_prg->code, sd_prg->code_size)) in first_stage_actions()
1076 if (hre_run_program(tpm, prg_stage2_prepare, in second_stage_init()
1122 hre_run_program(tpm, prg_stage2_success, sizeof(prg_stage2_success)); in second_stage_init()
1127 hre_run_program(tpm, prg_stage_fail, sizeof(prg_stage_fail)); in second_stage_init()

Completed in 12 milliseconds