Home
last modified time | relevance | path

Searched refs:sha256_context (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/include/u-boot/
H A Dsha256.h21 } sha256_context; typedef
23 void sha256_starts(sha256_context * ctx);
24 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
25 void sha256_finish(sha256_context * ctx, uint8_t digest[SHA256_SUM_LEN]);
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsha256_ce_glue.c14 void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process()
/rk3399_rockchip-uboot/common/
H A Dhash.c64 sha256_context *ctx = malloc(sizeof(sha256_context)); in hash_init_sha256()
73 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
83 sha256_finish((sha256_context *)ctx, dest_buf); in hash_finish_sha256()
/rk3399_rockchip-uboot/lib/
H A Dsha256.c52 void sha256_starts(sha256_context * ctx) in sha256_starts()
84 static void sha256_process_one(sha256_context *ctx, const uint8_t data[64]) in sha256_process_one()
215 __weak void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process()
227 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update()
274 void sha256_finish(sha256_context * ctx, uint8_t digest[32]) in sha256_finish()
321 sha256_context ctx; in sha256_csum()
340 sha256_context ctx; in sha256_csum_wd()
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_sha.h64 sha256_context sha256ctx;
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c316 } sha256_context; typedef
319 void sha256_starts(sha256_context * ctx) in sha256_starts()
334 static void sha256_process(sha256_context *ctx, const uint8_t data[64]) in sha256_process()
477 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update()
519 void sha256_finish(sha256_context * ctx, uint8_t digest[32]) in sha256_finish()
555 sha256_context ctx; in sha256_csum()
H A Dloaderimage.c319 sha256_context ctx; in main()
H A Dtrust_merger.c513 sha256_context ctx; in bl3xHash256()
/rk3399_rockchip-uboot/drivers/mmc/
H A Drpmb.c153 sha256_context ctx; in rpmb_hmac()
/rk3399_rockchip-uboot/cmd/mvebu/
H A Dbubt.c533 sha256_context hash256_text; in check_image_header()
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c684 sha256_context ctx; in rk_avb_write_perm_attr()
/rk3399_rockchip-uboot/tools/
H A Drkcommon.c302 sha256_context ctx; in do_sha256_hash()
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-rpmb.c157 sha256_context ctx; in ufs_rpmb_hmac()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c1888 sha256_context ctx; in cb_oem_perm_attr()
2250 sha256_context ctx; in cb_oem()