Home
last modified time | relevance | path

Searched refs:avb_sha256_init (Results 1 – 6 of 6) sorted by relevance

/external/avb/libavb/
Davb_sha.h69 void avb_sha256_init(AvbSHA256Ctx* ctx);
Davb_vbmeta_image.c180 avb_sha256_init(&sha256_ctx); in avb_vbmeta_image_verify()
Davb_sha256.c103 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init() function
Davb_slot_verify.c186 avb_sha256_init(&sha256_ctx); in load_and_verify_hash_partition()
1127 avb_sha256_init(&ctx); in append_options()
/external/avb/libavb_atx/
Davb_atx_validate.c37 avb_sha256_init(&context); in sha256()
/external/avb/test/
Davbtool_unittest.cc527 avb_sha256_init(&hasher_ctx); in AddHashFooterTest()