Home
last modified time | relevance | path

Searched refs:avb_sha512_update (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/lib/libavb/
Davb_sha.h62 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len);
Davb_vbmeta_image.c174 avb_sha512_update( in avb_vbmeta_image_verify()
176 avb_sha512_update( in avb_vbmeta_image_verify()
Davb_slot_verify.c388 avb_sha512_update(&sha512_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition()
389 avb_sha512_update(&sha512_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition()
1710 avb_sha512_update(&ctx, in avb_slot_verify_data_calculate_vbmeta_digest()
Davb_sha512.c294 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha512_update() function
/external/avb/libavb/
Davb_sha.h81 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len);
Davb_vbmeta_image.c193 avb_sha512_update( in avb_vbmeta_image_verify()
195 avb_sha512_update( in avb_vbmeta_image_verify()
Davb_slot_verify.c407 avb_sha512_update(&sha512_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition()
408 avb_sha512_update(&sha512_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition()
1729 avb_sha512_update(&ctx, in avb_slot_verify_data_calculate_vbmeta_digest()
Davb_sha512.c321 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha512_update() function
/external/avb/test/
Davb_util_unittest.cc592 avb_sha512_update(&ctx, (const uint8_t*)"foobar", 6); in TEST_F()
615 avb_sha512_update(&ctx, megabuf, kMebibyte); in TEST_F()
/external/avb/libavb_atx/
Davb_atx_validate.c53 avb_sha512_update(&context, data, length); in sha512()