Searched refs:GetHksPubKeyInnerFormat (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/ |
H A D | hks_client_service_adapter_common_test.cpp | 102 int32_t ret = GetHksPubKeyInnerFormat(nullptr, nullptr, nullptr); 108 ret = GetHksPubKeyInnerFormat(nullptr, &key, nullptr);
|
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/ |
H A D | hks_api_adapter.c | 54 ret = GetHksPubKeyInnerFormat(paramSet, key, &innerKey); in HksImportKeyAdapter() 73 int32_t ret = GetHksPubKeyInnerFormat(paramSet, peerPublicKey, &publicKey); in HksAgreeKeyAdapter()
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter_common.h | 29 int32_t GetHksPubKeyInnerFormat(const struct HksParamSet *paramSet, const struct HksBlob *key, stru…
|
H A D | hks_client_service_adapter_common.c | 77 int32_t GetHksPubKeyInnerFormat(const struct HksParamSet *paramSet, in GetHksPubKeyInnerFormat() function
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_sm_import_wrap_key.c | 121 … ret = GetHksPubKeyInnerFormat(keyNode->paramSet, &peerPubKeyPart, &dataParams->peerPublicKey); in GetPublicKeyAndSignDataLength()
|
H A D | hks_core_service_key_generate.c | 402 ret = GetHksPubKeyInnerFormat(wrappingKeyNode->paramSet, &peerPubKeyPart, outPublicKey); in GetPublicKeyInnerFormat()
|
H A D | hks_core_service_three_stage.c | 1611 ret = GetHksPubKeyInnerFormat(keyNode->runtimeParamSet, srcData, &publicKey); in HksCoreAgreeThreeStageUpdate()
|