Home
last modified time | relevance | path

Searched refs:AvbSHA512Ctx (Results 1 – 7 of 7) sorted by relevance

/external/avb/libavb/
Davb_sha.h66 } AvbSHA512Ctx; typedef
78 void avb_sha512_init(AvbSHA512Ctx* ctx);
81 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len);
84 uint8_t* avb_sha512_final(AvbSHA512Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
Davb_vbmeta_image.c42 AvbSHA512Ctx sha512_ctx; in avb_vbmeta_image_verify()
Davb_slot_verify.c392 AvbSHA512Ctx sha512_ctx; in load_and_verify_hash_partition()
1729 AvbSHA512Ctx ctx; in avb_slot_verify_data_calculate_vbmeta_digest()
/external/avb/libavb/boringssl/
Dsha.c47 void avb_sha512_init(AvbSHA512Ctx* ctx) { in avb_sha512_init()
52 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha512_update()
57 uint8_t* avb_sha512_final(AvbSHA512Ctx* ctx) { in avb_sha512_final()
/external/avb/test/
Davb_crypto_ops_unittest.cc77 AvbSHA512Ctx ctx; in TEST()
95 AvbSHA512Ctx ctx; in TEST()
/external/avb/libavb/sha/
Dsha512_impl.c136 void avb_sha512_init(AvbSHA512Ctx* avb_ctx) { in avb_sha512_init()
324 void avb_sha512_update(AvbSHA512Ctx* avb_ctx, const uint8_t* data, size_t len) { in avb_sha512_update()
356 uint8_t* avb_sha512_final(AvbSHA512Ctx* avb_ctx) { in avb_sha512_final()
/external/avb/libavb_atx/
Davb_atx_validate.c51 AvbSHA512Ctx context; in sha512()