Searched refs:avb_sha512_update (Results 1 – 4 of 4) sorted by relevance
62 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len);
173 avb_sha512_update( in avb_vbmeta_image_verify()175 avb_sha512_update( in avb_vbmeta_image_verify()
287 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()
294 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha512_update() function