Searched refs:point_set_to_infinity (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_lcl.h122 int (*point_set_to_infinity)(const EC_GROUP *, EC_POINT *); member in struct:ec_method_st
H A Dec_lib.c795 if (group->meth->point_set_to_infinity == 0)
805 return group->meth->point_set_to_infinity(group, point);

Completed in 30 milliseconds