Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_sha.h47 } AvbSHA512Ctx; typedef
59 void avb_sha512_init(AvbSHA512Ctx* ctx);
62 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len);
65 uint8_t* avb_sha512_final(AvbSHA512Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
H A Davb_sha512.c107 void avb_sha512_init(AvbSHA512Ctx* ctx) { in avb_sha512_init()
128 static void SHA512_transform(AvbSHA512Ctx* ctx, in SHA512_transform()
294 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha512_update()
325 uint8_t* avb_sha512_final(AvbSHA512Ctx* ctx) { in avb_sha512_final()
H A Davb_vbmeta_image.c23 AvbSHA512Ctx sha512_ctx; in avb_vbmeta_image_verify()
H A Davb_slot_verify.c285 AvbSHA512Ctx sha512_ctx; in load_and_verify_hash_partition()
1349 AvbSHA512Ctx ctx; in avb_slot_verify_data_calculate_vbmeta_digest()