Searched refs:ConstructDHPriKeyParamsSpec (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 | 298 static HcfResult ConstructDHPriKeyParamsSpec(const string &algoName, HcfDhCommParamsSpec *comSpec, in ConstructDHPriKeyParamsSpec() function 760 HcfResult res = ConstructDHPriKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 887 res = ConstructDHPriKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 1081 HcfResult res = ConstructDHPriKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 1178 HcfResult res = ConstructDHPriKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec); 1349 res = ConstructDHPriKeyParamsSpec(g_dh3072AlgoName, g_dh3072CommSpec, ¶mSpec); 1516 HcfResult res = ConstructDHPriKeyParamsSpec(g_dh1536AlgoName, g_dh1536CommSpec, ¶mSpec);
|