Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_sha.h57 } AvbSHA256Ctx; typedef
69 void avb_sha256_init(AvbSHA256Ctx* ctx);
72 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len);
75 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
Davb_sha256.c103 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()
124 static void SHA256_transform(AvbSHA256Ctx* ctx, in SHA256_transform()
323 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha256_update()
354 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()
Davb_vbmeta_image.c41 AvbSHA256Ctx sha256_ctx; in avb_vbmeta_image_verify()
Davb_slot_verify.c185 AvbSHA256Ctx sha256_ctx; in load_and_verify_hash_partition()
1125 AvbSHA256Ctx ctx; in append_options()
/external/avb/libavb_atx/
Davb_atx_validate.c36 AvbSHA256Ctx context; in sha256()
/external/avb/test/
Davbtool_unittest.cc525 AvbSHA256Ctx hasher_ctx; in AddHashFooterTest()