Home
last modified time | relevance | path

Searched refs:AvbSHA512Ctx (Results 1 – 5 of 5) 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, uint32_t len);
84 uint8_t* avb_sha512_final(AvbSHA512Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
Davb_sha512.c134 void avb_sha512_init(AvbSHA512Ctx* ctx) { in avb_sha512_init()
155 static void SHA512_transform(AvbSHA512Ctx* ctx, in SHA512_transform()
321 void avb_sha512_update(AvbSHA512Ctx* ctx, const uint8_t* data, uint32_t len) { in avb_sha512_update()
352 uint8_t* avb_sha512_final(AvbSHA512Ctx* ctx) { in avb_sha512_final()
Davb_vbmeta_image.c42 AvbSHA512Ctx sha512_ctx; in avb_vbmeta_image_verify()
Davb_slot_verify.c192 AvbSHA512Ctx sha512_ctx; in load_and_verify_hash_partition()
1150 AvbSHA512Ctx ctx; in append_options()
/external/avb/libavb_atx/
Davb_atx_validate.c47 AvbSHA512Ctx context; in sha512()