Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_lib.c1029 if (group->meth->is_at_infinity == 0) in EC_POINT_is_at_infinity()
1039 return group->meth->is_at_infinity(group, point); in EC_POINT_is_at_infinity()
Dec_lcl.h146 int (*is_at_infinity)(const EC_GROUP *, const EC_POINT *); member