Searched refs:AvbSHA256Ctx (Results 1 – 5 of 5) sorted by relevance
67 } AvbSHA256Ctx; typedef83 void avb_sha256_init(AvbSHA256Ctx* ctx);86 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);89 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
42 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()54 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()59 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()141 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()162 static void SHA256_transform(AvbSHA256Ctx* ctx, in SHA256_transform()361 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()392 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()