Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_sha.h38 } AvbSHA256Ctx; typedef
50 void avb_sha256_init(AvbSHA256Ctx* ctx);
53 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len);
56 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
H A Davb_sha256.c76 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()
97 static void SHA256_transform(AvbSHA256Ctx* ctx, in SHA256_transform()
296 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha256_update()
327 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()
H A Davb_vbmeta_image.c22 AvbSHA256Ctx sha256_ctx; in avb_vbmeta_image_verify()
H A Davb_slot_verify.c278 AvbSHA256Ctx sha256_ctx; in load_and_verify_hash_partition()
1337 AvbSHA256Ctx ctx; in avb_slot_verify_data_calculate_vbmeta_digest()