Searched refs:avb_sha256_update (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_sha.h | 84 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_vbmeta_image.c | 185 avb_sha256_update( in avb_vbmeta_image_verify() 187 avb_sha256_update( in avb_vbmeta_image_verify()
|
| H A D | avb_sha256.c | 48 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update() function 353 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update() function
|
| H A D | avb_slot_verify.c | 410 avb_sha256_update(&sha256_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition() 411 avb_sha256_update(&sha256_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition() 1732 avb_sha256_update(&ctx, in avb_slot_verify_data_calculate_vbmeta_digest()
|
| /rk3399_rockchip-uboot/lib/avb/libavb_atx/ |
| H A D | avb_atx_validate.c | 51 avb_sha256_update(&context, data, length); in sha256()
|