Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Decc_openssl_common.h26 HcfResult NewEcKeyPair(int32_t curveId, EC_KEY **returnEcKey);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c24 HcfResult NewEcKeyPair(int32_t curveId, EC_KEY **returnEcKey) in NewEcKeyPair() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c1023 HcfResult ret = NewEcKeyPair(impl->curveId, &ecKey); in EngineGenerateKeyPair()
H A Decc_asy_key_generator_openssl.c1854 HcfResult res = NewEcKeyPair(impl->curveId, &ecKey); in EngineGenerateKeyPair()