Searched refs:ConstructDHPubKeyParamsSpec (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dh_asy_key_generator_by_spec_test.cpp | 253 static HcfResult ConstructDHPubKeyParamsSpec(const string &algoName, HcfDhCommParamsSpec *comSpec, in ConstructDHPubKeyParamsSpec() function 717 HcfResult res = ConstructDHPubKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 859 res = ConstructDHPubKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 1024 HcfResult res = ConstructDHPubKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 1151 HcfResult res = ConstructDHPubKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 1306 res = ConstructDHPubKeyParamsSpec(g_dh2048AlgoName, g_dh2048CommSpec, ¶mSpec);
|