Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/curves/
H A Daff_pt.c139 int is_on_shortw_curve(fp_src_t x, fp_src_t y, ec_shortw_crv_src_t curve, int *on_curve) in is_on_shortw_curve() function
190 ret = is_on_shortw_curve(&(pt->x), &(pt->y), pt->crv, on_curve); in aff_pt_is_on_curve()
/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h42 ATTRIBUTE_WARN_UNUSED_RET int is_on_shortw_curve(fp_src_t x, fp_src_t y, ec_shortw_crv_src_t curve,…
/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_basic_examples.c81 ret = is_on_shortw_curve(&x, &y, &(curve_params->ec_curve), &is_oncurve); EG(ret, err); in get_random_point_on_curve()
/freebsd/crypto/libecc/src/sig/
H A Decfsdsa.c459 ret = is_on_shortw_curve(&rx, &ry, &(ctx->pub_key->params->ec_curve), &on_curve); EG(ret, err); in _ecfsdsa_verify_init()