Searched refs:sha1_context (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | sha1.h | 42 sha1_context; typedef 49 void sha1_starts( sha1_context *ctx ); 58 void sha1_update(sha1_context *ctx, const unsigned char *input, 67 void sha1_finish( sha1_context *ctx, unsigned char output[20] );
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha1.c | 67 void sha1_starts (sha1_context * ctx) in sha1_starts() 96 static void __maybe_unused sha1_process_one(sha1_context *ctx, const unsigned char data[64]) in sha1_process_one() 250 __weak void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process() 265 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() 317 void sha1_finish (sha1_context * ctx, unsigned char output[20]) in sha1_finish() 361 sha1_context ctx; in sha1_csum() 380 sha1_context ctx; in sha1_csum_wd() 418 sha1_context ctx; in sha1_hmac() 457 memset (&ctx, 0, sizeof (sha1_context)); in sha1_hmac() 487 sha1_context ctx; in sha1_self_test()
|
| H A D | tpm.c | 709 sha1_context hash_ctx; in create_request_auth() 774 sha1_context hash_ctx; in verify_response_auth()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | sha1_ce_glue.c | 14 void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | hash.c | 36 sha1_context *ctx = malloc(sizeof(sha1_context)); in hash_init_sha1() 45 sha1_update((sha1_context *)ctx, buf, size); in hash_update_sha1() 55 sha1_finish((sha1_context *)ctx, dest_buf); in hash_finish_sha1()
|
| H A D | image-android.c | 417 static sha1_context sha1_ctx;
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 184 sha1_context ctx; in read_common_data() 330 sha1_context ctx; in compute_extend()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 24 sha1_context; typedef 50 void sha1_starts (sha1_context * ctx) in sha1_starts() 62 static void sha1_process(sha1_context *ctx, const unsigned char data[64]) in sha1_process() 224 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() 272 void sha1_finish (sha1_context * ctx, unsigned char output[20]) in sha1_finish() 305 sha1_context ctx; in sha1_csum()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_boot_image.c | 153 sha1_context ctx; in spl_hash_android()
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 332 sha1_context ctx; in read_common_data() 559 sha1_context ctx; in compute_extend()
|
| /rk3399_rockchip-uboot/cmd/mvebu/ |
| H A D | bubt.c | 532 sha1_context hash1_text; in check_image_header()
|