Searched refs:avb_sha512_update (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_sha.h | 93 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len);
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_vbmeta_image.c | 198 avb_sha512_update( in avb_vbmeta_image_verify() 200 avb_sha512_update( in avb_vbmeta_image_verify()
|
| H A D | avb_slot_verify.c | 417 avb_sha512_update(&sha512_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition() 418 avb_sha512_update(&sha512_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition() 1749 avb_sha512_update(&ctx, in avb_slot_verify_data_calculate_vbmeta_digest()
|
| H A D | avb_sha512.c | 335 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha512_update() function
|
| /rk3399_rockchip-uboot/lib/avb/libavb_atx/ |
| H A D | avb_atx_validate.c | 64 avb_sha512_update(&context, data, length); in sha512()
|