Searched refs:hasher_ctx (Results 1 – 1 of 1) sorted by relevance
456 AvbSHA256Ctx hasher_ctx; in AddHashFooterTest() local458 avb_sha256_init(&hasher_ctx); in AddHashFooterTest()459 avb_sha256_update(&hasher_ctx, hasher_salt, 4); in AddHashFooterTest()460 avb_sha256_update(&hasher_ctx, rootfs.data(), rootfs_size); in AddHashFooterTest()461 uint8_t* hasher_digest = avb_sha256_final(&hasher_ctx); in AddHashFooterTest()