Searched refs:do_hash (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | hash.c | 17 static int do_hash(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_hash() function 46 hash, HARGS, 1, do_hash,
|
| 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() function 1906 do_hash(src_buf, length, "sha256", digest_ret); in otp_verify_image() 1910 do_hash(src_buf, length, "sha384", digest_ret); in otp_verify_image() 2536 do_hash(sec_image, sign_image_size, "sha256", digest_ret); in sb_sha() 2539 do_hash(sec_image, sign_image_size, "sha384", digest_ret); in sb_sha() 2542 do_hash(sec_image, sign_image_size, "sha512", digest_ret); in sb_sha()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/ |
| H A D | 0001-AVRO-3960-C-Fix-st-ANYARGS-warning-2798.patch | 10 hash_val = do_hash(key, table); 246 - hash_val = do_hash(key, table); 247 + hash_val = do_hash((void*) key, table); 255 - hash_val = do_hash(key, table); 256 + hash_val = do_hash((void*) key, table); 264 - hash_val = do_hash(key, table); 265 + hash_val = do_hash((void*) key, table);
|
| /openbmc/qemu/target/ppc/translate/ |
| H A D | fixedpoint-impl.c.inc | 1295 static bool do_hash(DisasContext *ctx, arg_X *a, bool priv, 1321 TRANS(HASHST, do_hash, false, gen_helper_HASHST) 1322 TRANS(HASHCHK, do_hash, false, gen_helper_HASHCHK) 1323 TRANS(HASHSTP, do_hash, true, gen_helper_HASHSTP) 1324 TRANS(HASHCHKP, do_hash, true, gen_helper_HASHCHKP)
|