Home
last modified time | relevance | path

Searched refs:ec_GFp_simple_is_at_infinity (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/ec/
Dinternal.h218 int ec_GFp_simple_is_at_infinity(const EC_GROUP *, const EC_POINT *);
Dec.c739 return ec_GFp_simple_is_at_infinity(group, point); in EC_POINT_is_at_infinity()
Dsimple.c888 int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) { in ec_GFp_simple_is_at_infinity() function