Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_sha.h60 } AvbSHA256Ctx; typedef
69 void avb_sha256_init(AvbSHA256Ctx* ctx);
72 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);
75 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
Davb_vbmeta_image.c41 AvbSHA256Ctx sha256_ctx; in avb_vbmeta_image_verify()
Davb_slot_verify.c391 AvbSHA256Ctx sha256_ctx; in load_and_verify_hash_partition()
1717 AvbSHA256Ctx ctx; in avb_slot_verify_data_calculate_vbmeta_digest()
/external/avb/libavb/boringssl/
Dsha.c30 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()
35 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()
40 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()
/external/avb/test/
Davb_crypto_ops_unittest.cc41 AvbSHA256Ctx ctx; in TEST()
56 AvbSHA256Ctx ctx; in TEST()
Davbtool_unittest.cc586 AvbSHA256Ctx hasher_ctx; in AddHashFooterTest()
/external/avb/libavb/sha/
Dsha256_impl.c117 void avb_sha256_init(AvbSHA256Ctx* avb_ctx) { in avb_sha256_init()
338 void avb_sha256_update(AvbSHA256Ctx* avb_ctx, const uint8_t* data, size_t len) { in avb_sha256_update()
370 uint8_t* avb_sha256_final(AvbSHA256Ctx* avb_ctx) { in avb_sha256_final()
/external/avb/libavb_atx/
Davb_atx_validate.c40 AvbSHA256Ctx context; in sha256()
/external/avb/libavb_aftl/
Davb_aftl_util.c38 AvbSHA256Ctx context; in avb_aftl_sha256()