Searched refs:avb_sha512_update (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/lib/libavb/ |
D | avb_sha.h | 62 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len);
|
D | avb_vbmeta_image.c | 174 avb_sha512_update( in avb_vbmeta_image_verify() 176 avb_sha512_update( in avb_vbmeta_image_verify()
|
D | avb_slot_verify.c | 388 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()
|
D | avb_sha512.c | 294 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha512_update() function
|
/external/avb/libavb/ |
D | avb_sha.h | 81 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len);
|
D | avb_vbmeta_image.c | 193 avb_sha512_update( in avb_vbmeta_image_verify() 195 avb_sha512_update( in avb_vbmeta_image_verify()
|
D | avb_slot_verify.c | 407 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()
|
D | avb_sha512.c | 321 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha512_update() function
|
/external/avb/test/ |
D | avb_util_unittest.cc | 592 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/ |
D | avb_atx_validate.c | 53 avb_sha512_update(&context, data, length); in sha512()
|