Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_sha.h81 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len);
Davb_vbmeta_image.c192 avb_sha512_update( in avb_vbmeta_image_verify()
194 avb_sha512_update( in avb_vbmeta_image_verify()
Davb_slot_verify.c194 avb_sha512_update(&sha512_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition()
195 avb_sha512_update(&sha512_ctx, image_buf, hash_desc.image_size); in load_and_verify_hash_partition()
1154 avb_sha512_update(&ctx, in append_options()
Davb_sha512.c321 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha512_update() function
/external/avb/libavb_atx/
Davb_atx_validate.c49 avb_sha512_update(&context, data, length); in sha512()