Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/ec/
HDec_lib.c961 if (group->meth->is_at_infinity == 0) { in EC_POINT_is_at_infinity()
970 return group->meth->is_at_infinity(group, point); in EC_POINT_is_at_infinity()
HDec_lcl.h162 int (*is_at_infinity) (const EC_GROUP *, const EC_POINT *); member