From 97210c10d10a58b86ba0b5cd7b76ae767237ec33 Mon Sep 17 00:00:00 2001 From: wuXin Date: Thu, 4 Jan 2024 02:16:01 +0000 Subject: [PATCH 1/5] update security/huks/include/native_huks_api.h. add kit Universal Keystore Kit Signed-off-by: wuXin --- security/huks/include/native_huks_api.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/security/huks/include/native_huks_api.h b/security/huks/include/native_huks_api.h index 867a4756bb5..daf68781487 100644 --- a/security/huks/include/native_huks_api.h +++ b/security/huks/include/native_huks_api.h @@ -12,6 +12,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + + /** + * @file + * @kit Universal Keystore Kit + */ #ifndef NATIVE_HUKS_API_H #define NATIVE_HUKS_API_H -- Gitee From 4dfe06e56f5c1a846323d8b99df862bd8e343d53 Mon Sep 17 00:00:00 2001 From: wuXin Date: Thu, 4 Jan 2024 02:20:14 +0000 Subject: [PATCH 2/5] update security/huks/include/native_huks_api_adapter.h. Signed-off-by: wuXin --- security/huks/include/native_huks_api_adapter.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/security/huks/include/native_huks_api_adapter.h b/security/huks/include/native_huks_api_adapter.h index 25f187cc3ad..408c04e3e02 100644 --- a/security/huks/include/native_huks_api_adapter.h +++ b/security/huks/include/native_huks_api_adapter.h @@ -13,6 +13,11 @@ * limitations under the License. */ +/** + * @file + * @kit Universal Keystore Kit + */ + #ifndef NATIVE_HUKS_API_ADAPTER_H #define NATIVE_HUKS_API_ADAPTER_H -- Gitee From 578df1108460c63c812852132b13b83b40fb4ac9 Mon Sep 17 00:00:00 2001 From: wuXin Date: Thu, 4 Jan 2024 02:20:38 +0000 Subject: [PATCH 3/5] update security/huks/include/native_huks_param.h. Signed-off-by: wuXin --- security/huks/include/native_huks_param.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/security/huks/include/native_huks_param.h b/security/huks/include/native_huks_param.h index 2da107aa9bd..fe4b59aa493 100644 --- a/security/huks/include/native_huks_param.h +++ b/security/huks/include/native_huks_param.h @@ -13,6 +13,11 @@ * limitations under the License. */ + /** + * @file + * @kit Universal Keystore Kit + */ + #ifndef NATIVE_HUKS_PARAM_H #define NATIVE_HUKS_PARAM_H -- Gitee From 0d2a42846ed60b7c609b86b2af10a56bc9552f81 Mon Sep 17 00:00:00 2001 From: wuXin Date: Thu, 4 Jan 2024 02:21:06 +0000 Subject: [PATCH 4/5] update security/huks/include/native_huks_type.h. Signed-off-by: wuXin --- security/huks/include/native_huks_type.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/security/huks/include/native_huks_type.h b/security/huks/include/native_huks_type.h index 5c261751e31..f4c03a85b4c 100644 --- a/security/huks/include/native_huks_type.h +++ b/security/huks/include/native_huks_type.h @@ -13,6 +13,11 @@ * limitations under the License. */ + /** + * @file + * @kit Universal Keystore Kit + */ + #ifndef NATIVE_OH_HUKS_TYPE_H #define NATIVE_OH_HUKS_TYPE_H -- Gitee From 29a96462e3b6abfc0830eb0e9450ad750f271bb8 Mon Sep 17 00:00:00 2001 From: wuXin Date: Thu, 4 Jan 2024 02:29:47 +0000 Subject: [PATCH 5/5] Revert "update security/huks/include/native_huks_api_adapter.h." This reverts commit 4dfe06e56f5c1a846323d8b99df862bd8e343d53. --- security/huks/include/native_huks_api_adapter.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/security/huks/include/native_huks_api_adapter.h b/security/huks/include/native_huks_api_adapter.h index 408c04e3e02..25f187cc3ad 100644 --- a/security/huks/include/native_huks_api_adapter.h +++ b/security/huks/include/native_huks_api_adapter.h @@ -13,11 +13,6 @@ * limitations under the License. */ -/** - * @file - * @kit Universal Keystore Kit - */ - #ifndef NATIVE_HUKS_API_ADAPTER_H #define NATIVE_HUKS_API_ADAPTER_H -- Gitee