Searched refs:is_at_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.c576 if (group->meth->is_at_infinity == 0)
586 return group->meth->is_at_infinity(group, point);
H A Dec_lcl.h120 int (*is_at_infinity)(const EC_GROUP *, const 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.h146 int (*is_at_infinity)(const EC_GROUP *, const EC_POINT *); member in struct:ec_method_st
H A Dec_lib.c1029 if (group->meth->is_at_infinity == 0)
1039 return group->meth->is_at_infinity(group, point);

Completed in 45 milliseconds