Home
last modified time | relevance | path

Searched defs:algo_name (Results 1 – 11 of 11) 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/
H A Dbat_algo.c121 char *algo_name = (char *)val; in batadv_param_set_ra() local
H A Dsoft-interface.c1062 const char *algo_name; in batadv_softif_newlink() local
/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/linux/security/integrity/ima/
H A Dima_api.c394 const char *algo_name = hash_algo_name[iint->ima_hash->algo]; in ima_audit_measurement() 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/
H A Dipsec.c81 char algo_name[35]; member
/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()