Searched defs:algo_name (Results 1 - 10 of 10) sorted by relevance

/u-boot/boot/
H A Dimage-cipher.c76 char *algo_name; local
H A Dimage-pre-load.c31 const void *algo_name, *padding_name, *key, *mandatory; local
H A Dimage-fit-sig.c70 const char *algo_name; local
/u-boot/tools/
H A Dfdt_add_pubkey.c7 static const char *algo_name = "sha1,rsa2048"; /* -a <algo> */ variable
H A Dimagetool.h86 const char *algo_name; member in struct:image_tool_params
H A Dimage-host.c115 fit_image_write_sig(void *fit, int noffset, uint8_t *value, int value_len, const char *comment, const char *region_prop, int region_proplen, const char *cmdname, const char *algo_name) argument
166 fit_image_setup_sig(struct image_sign_info *info, const char *keydir, const char *keyfile, void *fit, const char *image_name, int noffset, const char *require_keys, const char *engine_id, const char *algo_name) argument
227 fit_image_process_sig(const char *keydir, const char *keyfile, void *keydest, void *fit, const char *image_name, int noffset, const void *data, size_t size, const char *comment, int require_keys, const char *engine_id, const char *cmdname, const char *algo_name) argument
402 char *algo_name; local
646 fit_image_add_verification_data(const char *keydir, const char *keyfile, void *keydest, void *fit, int image_noffset, const char *comment, int require_keys, const char *engine_id, const char *cmdname, const char* algo_name) argument
1044 fit_config_process_sig(const char *keydir, const char *keyfile, void *keydest, void *fit, const char *conf_name, int conf_noffset, int noffset, const char *comment, int require_keys, const char *engine_id, const char *cmdname, const char *algo_name) argument
1115 fit_config_add_verification_data(const char *keydir, const char *keyfile, void *keydest, void *fit, int conf_noffset, const char *comment, int require_keys, const char *engine_id, const char *cmdname, const char *algo_name, struct image_summary *summary) argument
1222 const void *algo_name; local
1304 fit_add_verification_data(const char *keydir, const char *keyfile, void *keydest, void *fit, const char *comment, int require_keys, const char *engine_id, const char *cmdname, const char *algo_name, struct image_summary *summary) argument
[all...]
/u-boot/common/
H A Dautoboot.c161 const char *algo_name = "sha256"; local
H A Dhash.c330 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) argument
345 int hash_progressive_lookup_algo(const char *algo_name, argument
364 int hash_parse_string(const char *algo_name, const char *str, uint8_t *result) argument
384 int hash_block(const char *algo_name, const void *data, unsigned int len, argument
530 hash_command(const char *algo_name, int flags, struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) argument
[all...]
/u-boot/board/freescale/common/
H A Dfsl_validate.c496 const char *algo_name = "sha256"; local
543 const char *algo_name = "sha256"; local
/u-boot/include/
H A Dimage.h1647 char *algo_name; /* Name of the algo (eg: sha256,rsa2048) */ member in struct:image_sig_info

Completed in 88 milliseconds