Searched refs:SetEcKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | ecc_openssl_common.h | 29 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 D | sm2_asy_key_generator_openssl.c | 176 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 D | ecc_asy_key_generator_openssl.c | 720 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 D | ecc_openssl_common.c | 263 HcfResult SetEcKey(const HcfPoint *pubKey, const HcfBigInteger *priKey, EC_KEY *ecKey) in SetEcKey() function
|