Searched refs:help_msg (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/tbbr/ |
D | tbb_key.c | 18 .help_msg = "Root Of Trust key (input/output file)", 24 .help_msg = "Trusted World key (input/output file)", 30 .help_msg = "Non Trusted World key (input/output file)", 36 .help_msg = "SCP Firmware Content Certificate key (input/output file)", 42 .help_msg = "SoC Firmware Content Certificate key (input/output file)", 48 .help_msg = "Trusted OS Firmware Content Certificate key (input/output file)", 54 .help_msg = "Non Trusted Firmware Content Certificate key (input/output file)",
|
D | tbb_cert.c | 22 .help_msg = "Trusted Boot FW Certificate (output file)", 36 .help_msg = "Trusted Key Certificate (output file)", 51 .help_msg = "SCP Firmware Key Certificate (output file)", 65 .help_msg = "SCP Firmware Content Certificate (output file)", 79 .help_msg = "SoC Firmware Key Certificate (output file)", 93 .help_msg = "SoC Firmware Content Certificate (output file)", 107 .help_msg = "Trusted OS Firmware Key Certificate (output file)", 121 .help_msg = "Trusted OS Firmware Content Certificate (output file)", 137 .help_msg = "Non-Trusted Firmware Key Certificate (output file)", 151 .help_msg = "Non-Trusted Firmware Content Certificate (output file)", [all …]
|
D | tbb_ext.c | 30 .help_msg = "Trusted Firmware Non-Volatile counter value", 40 .help_msg = "Non-Trusted Firmware Non-Volatile counter value", 50 .help_msg = "Trusted Boot Firmware image file", 83 .help_msg = "SCP Firmware image file", 100 .help_msg = "SoC AP Firmware image file", 117 .help_msg = "Trusted OS image file", 126 .help_msg = "Trusted OS Extra1 image file", 136 .help_msg = "Trusted OS Extra2 image file", 154 .help_msg = "Non-Trusted World Bootloader image file", 163 .help_msg = "SCP Firmware Update Config image file", [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | cmd_opt.c | 16 static const char *help_msg[CMD_OPT_MAX_NUM+1]; variable 33 help_msg[num_reg_opt] = cmd_opt->help_msg; in cmd_opt_add() 58 return help_msg[idx]; in cmd_opt_get_help_msg()
|
D | key.c | 198 cmd_opt.help_msg = key->help_msg; in key_init()
|
D | cert.c | 217 cmd_opt.help_msg = cert->help_msg; in cert_init()
|
D | ext.c | 62 cmd_opt.help_msg = ext->help_msg;
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/ |
D | cmd_opt.h | 24 const char *help_msg; member
|
D | cert.h | 36 const char *help_msg; /* Help message */ member
|
D | key.h | 44 const char *help_msg; /* Help message */ member
|
D | ext.h | 36 const char *help_msg; /* Help message */ member
|