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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lcl.h126 int (*point_set_to_infinity) (const EC_GROUP *, EC_POINT *); member in struct:ec_method_st
H A Dec_lib.c757 if (group->meth->point_set_to_infinity == 0) {
766 return group->meth->point_set_to_infinity(group, point);

Completed in 129 milliseconds