Projects
openEuler:Roll:Everything:RVA20
dim
_service:obs_scm:backport-Add-sm3-compile-macro...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:backport-Add-sm3-compile-macro-and-set-the-algo-name.patch of Package dim
From db470817655f80d63592c6550bdaca875dd42120 Mon Sep 17 00:00:00 2001 From: Huaxin Lu <luhuaxin1@huawei.com> Date: Mon, 29 Apr 2024 23:10:50 +0800 Subject: [PATCH 05/28] Add sm3 compile macro and set the algo name --- src/common/dim_hash.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/common/dim_hash.c b/src/common/dim_hash.c index 9f73320..3f6ecb7 100644 --- a/src/common/dim_hash.c +++ b/src/common/dim_hash.c @@ -9,7 +9,9 @@ static const char *allow_hash[] = { "sha256", +#ifdef DIM_HASH_SUPPORT_SM3 "sm3", +#endif }; int dim_hash_init(const char *algo_name, struct dim_hash *hash) @@ -30,6 +32,7 @@ int dim_hash_init(const char *algo_name, struct dim_hash *hash) hash->tfm = NULL; } + hash->name = algo_name; return ret; } @@ -63,4 +66,4 @@ int dim_hash_calculate(const void *data, unsigned int len, return ret; return crypto_shash_final(shash, digest->data); -} \ No newline at end of file +} -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2