Lines Matching refs:sec_cfg
649 config_t sec_cfg; in parse_sec_config_file() local
656 config_init(&sec_cfg); in parse_sec_config_file()
658 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
661 filename, config_error_text(&sec_cfg), in parse_sec_config_file()
662 config_error_line(&sec_cfg)); in parse_sec_config_file()
674 if (config_lookup_string(&sec_cfg, "kak_key_file", in parse_sec_config_file()
685 if (config_lookup_string(&sec_cfg, "aes_key_file", in parse_sec_config_file()
694 csk_array = config_lookup(&sec_cfg, "csk_key_file"); in parse_sec_config_file()
722 if (config_lookup_bool(&sec_cfg, "jtag.enable", in parse_sec_config_file()
730 if (config_lookup_int(&sec_cfg, "jtag.delay", in parse_sec_config_file()
739 if (config_lookup_bool(&sec_cfg, "efuse_disable", in parse_sec_config_file()
748 if (config_lookup_int(&sec_cfg, "box_id", &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
756 if (config_lookup_int(&sec_cfg, "flash_id", in parse_sec_config_file()
765 if (config_lookup_int(&sec_cfg, "csk_key_index", in parse_sec_config_file()
774 control_array = config_lookup(&sec_cfg, "control"); in parse_sec_config_file()
796 config_destroy(&sec_cfg); in parse_sec_config_file()