Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_sha.h78 void avb_sha512_init(AvbSHA512Ctx* ctx);
Davb_vbmeta_image.c191 avb_sha512_init(&sha512_ctx); in avb_vbmeta_image_verify()
Davb_sha512.c134 void avb_sha512_init(AvbSHA512Ctx* ctx) { in avb_sha512_init() function
Davb_slot_verify.c193 avb_sha512_init(&sha512_ctx); in load_and_verify_hash_partition()
1152 avb_sha512_init(&ctx); in append_options()
/external/avb/libavb_atx/
Davb_atx_validate.c48 avb_sha512_init(&context); in sha512()