Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c649 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()
[all …]