Home
last modified time | relevance | path

Searched refs:avb_sha256_update (Results 1 – 6 of 6) sorted by relevance

/external/avb/libavb/
Davb_sha.h72 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len);
Davb_vbmeta_image.c181 avb_sha256_update( in avb_vbmeta_image_verify()
183 avb_sha256_update( in avb_vbmeta_image_verify()
Davb_slot_verify.c187 avb_sha256_update(&sha256_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition()
188 avb_sha256_update(&sha256_ctx, image_buf, hash_desc.image_size); in load_and_verify_hash_partition()
1129 avb_sha256_update(&ctx, in append_options()
Davb_sha256.c323 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha256_update() function
/external/avb/libavb_atx/
Davb_atx_validate.c38 avb_sha256_update(&context, data, length); in sha256()
/external/avb/test/
Davbtool_unittest.cc528 avb_sha256_update(&hasher_ctx, hasher_salt, 4); in AddHashFooterTest()
529 avb_sha256_update(&hasher_ctx, rootfs.data(), rootfs_size); in AddHashFooterTest()