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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c393 if (group->meth->point_set_to_infinity == 0)
403 return group->meth->point_set_to_infinity(group, point);
H A Dec_lcl.h96 int (*point_set_to_infinity)(const EC_GROUP *, EC_POINT *); member in struct:ec_method_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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 106 milliseconds