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/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)
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 2892 static void do_hash(CPUPPCState *env, target_ulong ea, target_ulong ra, in do_hash() function 2928 do_hash(env, ea, ra, rb, key, store); \ 2935 do_hash(env, ea, ra, rb, key, store); \
|