Home
last modified time | relevance | path

Searched refs:ecPoint (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.c296 *ecPoint = OpensslEcPointNew(*ecGroup); in InitEccPoint()
297 if (*ecPoint == NULL) { in InitEccPoint()
309 OpensslEcPointFree(*ecPoint); in InitEccPoint()
310 *ecPoint = NULL; in InitEccPoint()
322 OpensslEcPointFree(*ecPoint); in InitEccPoint()
323 *ecPoint = NULL; in InitEccPoint()
394 EC_POINT *ecPoint = NULL; in HcfEngineConvertPoint() local
401 ret = InitEccPoint(curveNameValue, &ecGroup, &ecPoint, &x, &y); in HcfEngineConvertPoint()
426 OpensslEcPointFree(ecPoint); in HcfEngineConvertPoint()
440 EC_POINT *ecPoint = NULL; in HcfEngineGetEncodedPoint() local
[all …]