Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/android_avb/
H A Davb_sha.h65 } AvbSHA256Ctx; typedef
81 void avb_sha256_init(AvbSHA256Ctx* ctx);
84 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);
87 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) AVB_ATTR_WARN_UNUSED_RESULT;
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha256.c42 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()
48 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()
52 uint8_t* avb_sha256_final(AvbSHA256Ctx* ctx) { in avb_sha256_final()
133 void avb_sha256_init(AvbSHA256Ctx* ctx) { in avb_sha256_init()
154 static void SHA256_transform(AvbSHA256Ctx* ctx, in SHA256_transform()
353 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { in avb_sha256_update()
384 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()
/rk3399_rockchip-uboot/lib/avb/libavb_atx/
H A Davb_atx_validate.c47 AvbSHA256Ctx context; in sha256()