Searched refs:avb_sha256_update (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/lib/libavb/ |
D | avb_vbmeta_image.c | 162 avb_sha256_update( in avb_vbmeta_image_verify() 164 avb_sha256_update( in avb_vbmeta_image_verify()
|
D | avb_sha.h | 53 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len);
|
D | avb_slot_verify.c | 280 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()
|
D | avb_sha256.c | 296 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha256_update() function
|
/external/avb/libavb/ |
D | avb_vbmeta_image.c | 181 avb_sha256_update( in avb_vbmeta_image_verify() 183 avb_sha256_update( in avb_vbmeta_image_verify()
|
D | avb_sha.h | 72 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);
|
D | avb_slot_verify.c | 392 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()
|
D | avb_sha256.c | 335 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update() function
|
/external/avb/test/ |
D | avb_util_unittest.cc | 555 avb_sha256_update(&ctx, (const uint8_t*)"foobar", 6); in TEST_F() 575 avb_sha256_update(&ctx, megabuf, kMebibyte); in TEST_F()
|
D | avbtool_unittest.cc | 543 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/ |
D | avb_atx_validate.c | 42 avb_sha256_update(&context, data, length); in sha256()
|