Home
last modified time | relevance | path

Searched refs:FreeDhCommParamsSpec (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/fuzztest/key/dhkeyutil_fuzzer/
H A Ddhkeyutil_fuzzer.cpp40 FreeDhCommParamsSpec(returnCommonParamSpec); in TestDhKey()
60 FreeDhCommParamsSpec(returnCommonParamSpec); in DhKeyUtilFuzzTest()
/ohos5.0/base/security/crypto_framework/common/src/
H A Dasy_key_params.c63 void FreeDhCommParamsSpec(HcfDhCommParamsSpec *spec) in FreeDhCommParamsSpec() function
111 FreeDhCommParamsSpec(spec); in DestroyDhCommParamsSpec()
120 FreeDhCommParamsSpec(&(spec->base)); in DestroyDhPubKeySpec()
131 FreeDhCommParamsSpec(&(spec->base)); in DestroyDhPriKeySpec()
145 FreeDhCommParamsSpec(&(spec->base)); in DestroyDhKeyPairSpec()
/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Ddh_key_util.c49 FreeDhCommParamsSpec(&(spiInstance->paramsSpec)); in HcfDhKeyUtilCreate()
H A Dkey_utils.c190 FreeDhCommParamsSpec(destSpec); in CopyDhCommonSpec()
197 FreeDhCommParamsSpec(destSpec); in CopyDhCommonSpec()
H A Dasy_key_generator.c752 FreeDhCommParamsSpec(&(spec->base)); in CreateDhPriKeySpecImpl()
778 FreeDhCommParamsSpec(&(spec->base)); in CreateDhKeyPairSpecImpl()
785 FreeDhCommParamsSpec(&(spec->base)); in CreateDhKeyPairSpecImpl()
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/
H A Ddetailed_dh_key_params.h51 void FreeDhCommParamsSpec(HcfDhCommParamsSpec *spec);
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_dh_key_util.cpp69 FreeDhCommParamsSpec(dhCommParamsSpec); in JsGenDHCommonParamsSpec()
H A Dnapi_utils.cpp1310 FreeDhCommParamsSpec(spec); in InitDhCommonAsyKeySpec()
1421 FreeDhCommParamsSpec(reinterpret_cast<HcfDhCommParamsSpec *>(spec)); in GetDhKeyPairAsyKeySpec()
1428 FreeDhCommParamsSpec(reinterpret_cast<HcfDhCommParamsSpec *>(spec)); in GetDhKeyPairAsyKeySpec()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_asy_key_generator_by_spec_test.cpp349 FreeDhCommParamsSpec(returnCommonParamSpec); in HcfDhKeyUtilCreateTest()
356 FreeDhCommParamsSpec(nullptr); in HcfDhKeyUtilErrBranch()
407 FreeDhCommParamsSpec(g_dh1536CommSpec); in TearDownTestCase()
408 FreeDhCommParamsSpec(g_dh2048CommSpec); in TearDownTestCase()
409 FreeDhCommParamsSpec(g_dh3072CommSpec); in TearDownTestCase()
410 FreeDhCommParamsSpec(g_dh4096CommSpec); in TearDownTestCase()
411 FreeDhCommParamsSpec(g_dh6144CommSpec); in TearDownTestCase()
412 FreeDhCommParamsSpec(g_dh8192CommSpec); in TearDownTestCase()
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp1800 FreeDhCommParamsSpec(dhCommParamsSpec); in GenDhKeyBySpec()