Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-ima.c181 char *target_metadata_buf = NULL, *target_data_buf = NULL, *digest_buf = NULL; in dm_ima_measure_on_table_load() local
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c161 g_autofree uint8_t *digest_buf = NULL; in do_hash_operation() 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()