| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | sha256.h | 16 } sha256_context; typedef 18 void sha256_starts(sha256_context * ctx); 19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length); 20 void sha256_finish(sha256_context * ctx, uint8_t digest[SHA256_SUM_LEN]);
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha256.c | 51 void sha256_starts(sha256_context * ctx) in sha256_starts() 66 static void sha256_process_one(sha256_context *ctx, const uint8_t data[64]) in sha256_process_one() 197 __weak void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process() 209 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update() 248 void sha256_finish(sha256_context * ctx, uint8_t digest[32]) in sha256_finish() 283 sha256_context ctx; in sha256_csum() 297 sha256_context ctx; in sha256_csum_wd()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| 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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | rpmb.c | 166 sha256_context ctx; in rpmb_hmac()
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 533 sha256_context hash256_text; in check_image_header()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkcommon.c | 298 sha256_context ctx; in do_sha256_hash()
|
| /OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/ |
| H A D | rk_avb_ops_user.c | 684 sha256_context ctx; in rk_avb_write_perm_attr()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | compat-1.3.h | 2248 #define sha256_context mbedtls_sha256_context macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2248 #define sha256_context mbedtls_sha256_context macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | compat-1.3.h | 2248 #define sha256_context mbedtls_sha256_context macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2248 #define sha256_context mbedtls_sha256_context macro
|