Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
H A Dcrypto_hash_to_point.c27 struct CurveConstPara { struct
102 static void CurveFreeConstPara(struct CurveConstPara *para) in CurveFreeConstPara()
114 static int32_t CurveInitConstPara(struct CurveConstPara *para) in CurveInitConstPara()
159 const struct CurveConstPara *curvePara, BIGNUM *b, BN_CTX *ctx) in CurveHashToPointCalcB()
205 const struct CurveConstPara *curvePara, BIGNUM *a, BN_CTX *ctx) in CurveHashToPointCalcA()
259 const struct CurveConstPara *curvePara, BIGNUM *c, BN_CTX *ctx) in CurveHashToPointCalcC()
295 static int32_t CurveSetConstPara(struct CurveConstPara *para) in CurveSetConstPara()
331 struct CurveConstPara curvePara; in CurveHashToPoint()