1# Copyright (c) 2023 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 141.0 { 15 global: 16 HksGetSdkVersion; 17 HksInitialize; 18 HksRefreshKeyInfo; 19 HksGenerateKey; 20 HksImportKey; 21 HksImportWrappedKey; 22 HksExportPublicKey; 23 HksDeleteKey; 24 HksGetKeyParamSet; 25 HksKeyExist; 26 HksGenerateRandom; 27 HksSign; 28 HksVerify; 29 HksEncrypt; 30 HksDecrypt; 31 HksAgreeKey; 32 HksDeriveKey; 33 HksMac; 34 HksHash; 35 HksGetKeyInfoList; 36 HksAttestKey; 37 HksGetCertificateChain; 38 HksWrapKey; 39 HksUnwrapKey; 40 HksBnExpMod; 41 HcmIsDeviceKeyExist; 42 HksValidateCertChain; 43 HksInit; 44 HksUpdate; 45 HksFinish; 46 HksAbort; 47 HksExportChipsetPlatformPublicKey; 48 HksInitParamSet; 49 HksAddParams; 50 HksBuildParamSet; 51 HksFreeParamSet; 52 HksGetParamSet; 53 HksGetParam; 54 HksFreshParamSet; 55 HksCheckParamSetTag; 56 HksCheckParamSet; 57 HksCheckParamMatch; 58 HksCheckParamSetTag; 59 HksCheckIsTagAlreadyExist; 60 GetTagType; 61 HksConvertErrCode; 62 HksMalloc; 63 local: *; 64};