Searched refs:eccCommParamsSpec (Results 1 – 3 of 3) sorted by relevance
26 HcfEccCommParamsSpec *eccCommParamsSpec = nullptr; in GenECCCommonParamsSpec() local27 *errCode = HcfEccKeyUtilCreate(algName, &eccCommParamsSpec); in GenECCCommonParamsSpec()28 return eccCommParamsSpec; in GenECCCommonParamsSpec()
54 HcfEccCommParamsSpec *eccCommParamsSpec = nullptr; in JsGenECCCommonParamsSpec() local55 if (HcfEccKeyUtilCreate(algName.c_str(), &eccCommParamsSpec) != HCF_SUCCESS) { in JsGenECCCommonParamsSpec()60 napi_value instance = ConvertEccCommParamsSpecToNapiValue(env, eccCommParamsSpec); in JsGenECCCommonParamsSpec()61 FreeEccCommParamsSpec(eccCommParamsSpec); in JsGenECCCommonParamsSpec()62 HcfFree(eccCommParamsSpec); in JsGenECCCommonParamsSpec()
1611 HcfEccCommParamsSpec *eccCommParamsSpec) in GenSm2KeyBySpec() argument1621 res = ConstructSm2256PriKeyParamsSpec(algoName, eccCommParamsSpec, ¶mSpec); in GenSm2KeyBySpec()1624 res = ConstructSm2256PubKeyParamsSpec(algoName, eccCommParamsSpec, ¶mSpec); in GenSm2KeyBySpec()1627 res = ConstructSm2256KeyPairParamsSpec(algoName, eccCommParamsSpec, ¶mSpec); in GenSm2KeyBySpec()1633 FreeEccCommParamsSpec(eccCommParamsSpec); in GenSm2KeyBySpec()