Home
last modified time | relevance | path

Searched defs:curveNameValue (Results 1 – 2 of 2) 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.c283 static HcfResult InitEccPoint(const int32_t curveNameValue, EC_GROUP **ecGroup, in InitEccPoint()
387 HcfResult HcfEngineConvertPoint(const int32_t curveNameValue, HcfBlob *pointBlob, HcfPoint *returnP… in HcfEngineConvertPoint()
432 HcfResult HcfEngineGetEncodedPoint(const int32_t curveNameValue, HcfPoint *point, in HcfEngineGetEncodedPoint()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c152 HcfResult GetNidByCurveNameValue(int32_t curveNameValue, int32_t *nid) in GetNidByCurveNameValue()