Searched refs:sha256_context (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | sha256.h | 21 } 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 D | sha256_ce_glue.c | 14 void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | hash.c | 64 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 D | sha256.c | 52 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 D | avb_sha.h | 64 sha256_context sha256ctx;
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 316 } 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 D | loaderimage.c | 319 sha256_context ctx; in main()
|
| H A D | trust_merger.c | 513 sha256_context ctx; in bl3xHash256()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | rpmb.c | 153 sha256_context ctx; in rpmb_hmac()
|
| /rk3399_rockchip-uboot/cmd/mvebu/ |
| H A D | bubt.c | 533 sha256_context hash256_text; in check_image_header()
|
| /rk3399_rockchip-uboot/lib/avb/rk_avb_user/ |
| H A D | rk_avb_ops_user.c | 684 sha256_context ctx; in rk_avb_write_perm_attr()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | rkcommon.c | 302 sha256_context ctx; in do_sha256_hash()
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | ufs-rockchip-rpmb.c | 157 sha256_context ctx; in ufs_rpmb_hmac()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 1888 sha256_context ctx; in cb_oem_perm_attr() 2250 sha256_context ctx; in cb_oem()
|