Home
last modified time | relevance | path

Searched defs:digest_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/
H A Daspeed_hace.c328 uint8_t *digest_buf, in hash_write_digest_and_unmap_iov()
357 g_autofree uint8_t *digest_buf = NULL; in hash_execute_non_acc_mode() local
377 g_autofree uint8_t *digest_buf = NULL; in hash_execute_acc_mode() local
/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.c975 uint8_t digest_buf[AVB_SHA512_DIGEST_SIZE]; in load_and_verify_vbmeta() local
/openbmc/u-boot/cmd/
H A Dotp.c1899 static int otp_verify_image(u8 *src_buf, u32 length, u8 *digest_buf, int version) in otp_verify_image()