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

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

Completed in 69 milliseconds