From 3b3cdbdf6ac10f6af1dd5ae76163f03db4c6f022 Mon Sep 17 00:00:00 2001 From: lcy_lovebug Date: Mon, 16 Jun 2025 17:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=AF=B9=E5=A4=96?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lcy_lovebug --- .../huks/include/native_huks_api_adapter.h | 43 ------------------- 1 file changed, 43 deletions(-) delete mode 100644 zh-cn/native_sdk/security/huks/include/native_huks_api_adapter.h diff --git a/zh-cn/native_sdk/security/huks/include/native_huks_api_adapter.h b/zh-cn/native_sdk/security/huks/include/native_huks_api_adapter.h deleted file mode 100644 index 9e6eeb30..00000000 --- a/zh-cn/native_sdk/security/huks/include/native_huks_api_adapter.h +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Copyright (c) 2022 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef NATIVE_HUKS_API_ADAPTER_H -#define NATIVE_HUKS_API_ADAPTER_H - -/** - * @file native_huks_api_adapter.h - * - * @brief 声明证明适配器 - * - * @kit UniversalKeystoreKit - * @include - * @since 9 - * @version 1.0 - */ - -#include "native_huks_type.h" - -#ifdef __cplusplus -extern "C" { -#endif - -int32_t HuksAttestAdapter(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_ParamSet *paramSet, - struct OH_Huks_CertChain *certChain); - -#ifdef __cplusplus -} -#endif - -#endif /* NATIVE_HUKS_API_ADAPTER_H */ \ No newline at end of file -- Gitee