Home
last modified time | relevance | path

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

/external/u-boot/lib/libavb/
Davb_vbmeta_image.c162 avb_sha256_update( in avb_vbmeta_image_verify()
164 avb_sha256_update( in avb_vbmeta_image_verify()
Davb_sha.h53 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len);
Davb_slot_verify.c280 avb_sha256_update(&sha256_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition()
281 avb_sha256_update(&sha256_ctx, image_buf, hash_desc.image_size); in load_and_verify_hash_partition()
1340 avb_sha256_update(&ctx, in avb_slot_verify_data_calculate_vbmeta_digest()
Davb_sha256.c296 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha256_update() function
/external/avb/libavb/
Davb_vbmeta_image.c181 avb_sha256_update( in avb_vbmeta_image_verify()
183 avb_sha256_update( in avb_vbmeta_image_verify()
Davb_sha.h72 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);
Davb_slot_verify.c392 avb_sha256_update(&sha256_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition()
393 avb_sha256_update(&sha256_ctx, image_buf, hash_desc.image_size); in load_and_verify_hash_partition()
1618 avb_sha256_update(&ctx, in avb_slot_verify_data_calculate_vbmeta_digest()
Davb_sha256.c335 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update() function
/external/avb/test/
Davb_util_unittest.cc555 avb_sha256_update(&ctx, (const uint8_t*)"foobar", 6); in TEST_F()
575 avb_sha256_update(&ctx, megabuf, kMebibyte); in TEST_F()
Davbtool_unittest.cc543 avb_sha256_update(&hasher_ctx, hasher_salt, 4); in AddHashFooterTest()
544 avb_sha256_update(&hasher_ctx, rootfs.data(), rootfs_size); in AddHashFooterTest()
/external/avb/libavb_atx/
Davb_atx_validate.c42 avb_sha256_update(&context, data, length); in sha256()