Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/ec/
Dec_local.h88 int (*point_is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *); member
Decp_methods.c1296 .point_is_on_curve = ec_point_is_on_curve,
1320 .point_is_on_curve = ec_point_is_on_curve,
Dec_lib.c1222 if (group->meth->point_is_on_curve == NULL) { in EC_POINT_is_on_curve()
1230 ret = group->meth->point_is_on_curve(group, point, ctx); in EC_POINT_is_on_curve()