Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c94 static HcfResult GenerateSm2KeyWithParamsSpec(const HcfEccCommParamsSpec *ecParams, EC_KEY **return… in GenerateSm2KeyWithParamsSpec() function
144 HcfResult ret = GenerateSm2KeyWithParamsSpec(ecParams, &ecKey); in NewSm2KeyPairWithCommSpec()
171 HcfResult ret = GenerateSm2KeyWithParamsSpec((HcfEccCommParamsSpec *)ecParams, &ecKey); in NewSm2PubKeyWithPubSpec()
199 HcfResult ret = GenerateSm2KeyWithParamsSpec((HcfEccCommParamsSpec *)ecParams, &ecKey); in NewSm2PriKeyWithPriSpec()
228 HcfResult ret = GenerateSm2KeyWithParamsSpec((HcfEccCommParamsSpec *)ecParams, &ecKey); in NewSm2KeyWithKeyPairSpec()