Home
last modified time | relevance | path

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 Dhks_client_service_adapter_common_test.cpp102 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 Dhks_api_adapter.c54 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 Dhks_client_service_adapter_common.h29 int32_t GetHksPubKeyInnerFormat(const struct HksParamSet *paramSet, const struct HksBlob *key, stru…
H A Dhks_client_service_adapter_common.c77 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 Dhks_sm_import_wrap_key.c121 … ret = GetHksPubKeyInnerFormat(keyNode->paramSet, &peerPubKeyPart, &dataParams->peerPublicKey); in GetPublicKeyAndSignDataLength()
H A Dhks_core_service_key_generate.c402 ret = GetHksPubKeyInnerFormat(wrappingKeyNode->paramSet, &peerPubKeyPart, outPublicKey); in GetPublicKeyInnerFormat()
H A Dhks_core_service_three_stage.c1611 ret = GetHksPubKeyInnerFormat(keyNode->runtimeParamSet, srcData, &publicKey); in HksCoreAgreeThreeStageUpdate()