Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_asy_key_generator_by_spec_test.cpp83 HcfDhCommParamsSpec *g_dh4096CommSpec = nullptr; variable
396 res = ConstructDHKeyCommParamsSpec(PLEN_DH4096, SKLEN_DH1024, &g_dh4096CommSpec); in SetUpTestCase()
410 FreeDhCommParamsSpec(g_dh4096CommSpec); in TearDownTestCase()
503 HcfResult res = ConstructDHKeyPairParamsSpec(g_dh4096AlgoName, g_dh4096CommSpec, &paramSpec);