Searched refs:sd_prg (Results 1 – 1 of 1) sorted by relevance
956 struct key_program *sd_prg = NULL; in first_stage_actions() local971 sd_prg = load_sd_key_program(); in first_stage_actions()972 if (sd_prg) { in first_stage_actions()973 if (hre_run_program(tpm, sd_prg->code, sd_prg->code_size)) in first_stage_actions()984 if (sd_prg) in first_stage_actions()985 free(sd_prg); in first_stage_actions()