| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | sha1.h | 37 sha1_context; typedef 44 void sha1_starts( sha1_context *ctx ); 53 void sha1_update(sha1_context *ctx, const unsigned char *input, 62 void sha1_finish( sha1_context *ctx, unsigned char output[20] );
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha1.c | 66 void sha1_starts (sha1_context * ctx) in sha1_starts() 78 static void __maybe_unused sha1_process_one(sha1_context *ctx, const unsigned char data[64]) in sha1_process_one() 232 __weak void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process() 247 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() 292 void sha1_finish (sha1_context * ctx, unsigned char output[20]) in sha1_finish() 324 sha1_context ctx; in sha1_csum() 338 sha1_context ctx; in sha1_csum_wd() 372 sha1_context ctx; in sha1_hmac() 401 memset (&ctx, 0, sizeof (sha1_context)); in sha1_hmac() 431 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()
|
| /OK3568_Linux_fs/u-boot/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 | 422 static sha1_context sha1_ctx;
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | hre.c | 184 sha1_context ctx; in read_common_data() 330 sha1_context ctx; in compute_extend()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| 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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 332 sha1_context ctx; in read_common_data() 559 sha1_context ctx; in compute_extend()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_boot_image.c | 153 sha1_context ctx; in spl_hash_android()
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 532 sha1_context hash1_text; in check_image_header()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | compat-1.3.h | 2237 #define sha1_context mbedtls_sha1_context macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2237 #define sha1_context mbedtls_sha1_context macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | compat-1.3.h | 2237 #define sha1_context mbedtls_sha1_context macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2237 #define sha1_context mbedtls_sha1_context macro
|