Searched refs:AvbSHA256Ctx (Results 1 – 5 of 5) sorted by relevance
65 } AvbSHA256Ctx; typedef81 void avb_sha256_init(AvbSHA256Ctx* ctx);84 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);87 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
42 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()48 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()52 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()133 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()154 static void SHA256_transform(AvbSHA256Ctx* ctx, in SHA256_transform()353 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()384 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()
41 AvbSHA256Ctx sha256_ctx; in avb_vbmeta_image_verify()
399 AvbSHA256Ctx sha256_ctx; in load_and_verify_hash_partition()1724 AvbSHA256Ctx ctx; in avb_slot_verify_data_calculate_vbmeta_digest()
47 AvbSHA256Ctx context; in sha256()