Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Decc_openssl_common.h29 HcfResult SetEcKey(const HcfPoint *pubKey, const HcfBigInteger *priKey, EC_KEY *ecKey);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c176 ret = SetEcKey(&(ecParams->pk), NULL, ecKey); in NewSm2PubKeyWithPubSpec()
204 ret = SetEcKey(NULL, &(ecParams->sk), ecKey); in NewSm2PriKeyWithPriSpec()
234 ret = SetEcKey(&(ecParams->pk), &(ecParams->sk), ecKey); in NewSm2KeyWithKeyPairSpec()
236 ret = SetEcKey(&(ecParams->pk), NULL, ecKey); in NewSm2KeyWithKeyPairSpec()
H A Decc_asy_key_generator_openssl.c720 ret = SetEcKey(&(ecParams->pk), NULL, ecKey); in NewEcPubKeyWithPubSpec()
748 ret = SetEcKey(NULL, &(ecParams->sk), ecKey); in NewEcPriKeyWithPriSpec()
778 ret = SetEcKey(&(ecParams->pk), &(ecParams->sk), ecKey); in NewEcKeyWithKeyPairSpec()
780 ret = SetEcKey(&(ecParams->pk), NULL, ecKey); in NewEcKeyWithKeyPairSpec()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c263 HcfResult SetEcKey(const HcfPoint *pubKey, const HcfBigInteger *priKey, EC_KEY *ecKey) in SetEcKey() function