Home
last modified time | relevance | path

Searched defs:algo_name (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/common/
H A Dhash.c318 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop) in hash_lookup_algo()
333 int hash_progressive_lookup_algo(const char *algo_name, in hash_progressive_lookup_algo()
352 int hash_parse_string(const char *algo_name, const char *str, uint8_t *result) in hash_parse_string()
372 int hash_block(const char *algo_name, const void *data, unsigned int len, in hash_block()
516 int hash_command(const char *algo_name, int flags, cmd_tbl_t *cmdtp, int flag,
H A Dautoboot.c57 const char *algo_name = "sha256"; in passwd_abort() local
H A Dimage-sig.c216 char *algo_name; in fit_image_setup_verify() local
H A Dimage-fit.c1138 int calculate_hash(const void *data, int data_len, const char *algo_name, in calculate_hash()
/openbmc/linux/net/batman-adv/
Dbat_algo.c
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c491 const char *algo_name = "sha256"; in calc_img_key_hash() local
539 const char *algo_name = "sha256"; in calc_esbchdr_esbc_hash() local
/openbmc/u-boot/tools/
H A Dimage-host.c159 char *algo_name; in fit_image_setup_sig() local
/openbmc/linux/tools/testing/selftests/net/
Dipsec.c
/openbmc/u-boot/cmd/
H A Dotp.c1887 static void do_hash(const void *data, int data_len, const char *algo_name, uint8_t *value) in do_hash()