Home
last modified time | relevance | path

Searched refs:avb_sha512_update (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_sha.h62 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len);
H A Davb_vbmeta_image.c173 avb_sha512_update( in avb_vbmeta_image_verify()
175 avb_sha512_update( in avb_vbmeta_image_verify()
H A Davb_slot_verify.c287 avb_sha512_update(&sha512_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition()
288 avb_sha512_update(&sha512_ctx, image_buf, hash_desc.image_size); in load_and_verify_hash_partition()
1352 avb_sha512_update(&ctx, in avb_slot_verify_data_calculate_vbmeta_digest()
H A Davb_sha512.c294 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha512_update() function