Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_sha.h67 } AvbSHA256Ctx; typedef
83 void avb_sha256_init(AvbSHA256Ctx* ctx);
86 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);
89 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sha256.c42 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()
54 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()
59 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()
141 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()
162 static void SHA256_transform(AvbSHA256Ctx* ctx, in SHA256_transform()
361 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()
392 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()
H A Davb_vbmeta_image.c41 AvbSHA256Ctx sha256_ctx; in avb_vbmeta_image_verify()
H A Davb_slot_verify.c399 AvbSHA256Ctx sha256_ctx; in load_and_verify_hash_partition()
1724 AvbSHA256Ctx ctx; in avb_slot_verify_data_calculate_vbmeta_digest()
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c47 AvbSHA256Ctx context; in sha256()