Searched defs:algo_name (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/common/ |
H A D | hash.c | 318 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 D | autoboot.c | 57 const char *algo_name = "sha256"; in passwd_abort() local
|
H A D | image-sig.c | 216 char *algo_name; in fit_image_setup_verify() local
|
H A D | image-fit.c | 1138 int calculate_hash(const void *data, int data_len, const char *algo_name, in calculate_hash()
|
/openbmc/linux/net/batman-adv/ |
H A D | bat_algo.c | 121 char *algo_name = (char *)val; in batadv_param_set_ra() local
|
H A D | soft-interface.c | 1062 const char *algo_name; in batadv_softif_newlink() local
|
/openbmc/u-boot/board/freescale/common/ |
H A D | fsl_validate.c | 491 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 D | ima_api.c | 394 const char *algo_name = hash_algo_name[iint->ima_hash->algo]; in ima_audit_measurement() local
|
/openbmc/u-boot/tools/ |
H A D | image-host.c | 159 char *algo_name; in fit_image_setup_sig() local
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 81 char algo_name[35]; member
|
/openbmc/u-boot/cmd/ |
H A D | otp.c | 1887 static void do_hash(const void *data, int data_len, const char *algo_name, uint8_t *value) in do_hash()
|