Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c398 HcfBigInteger tmpBigIntY = { .data = NULL, .len = 0 }; in HcfEngineConvertPoint() local
417 ret = ConvertBigNumToEccPoint(x, y, &tmpBigIntX, &tmpBigIntY); in HcfEngineConvertPoint()
423 returnPoint->y = tmpBigIntY; in HcfEngineConvertPoint()