Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dinternal.h220 int ec_GFp_simple_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b,
Dec.c757 return ec_GFp_simple_cmp(group, a, b, ctx); in EC_POINT_cmp()
Dsimple.c996 int ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, in ec_GFp_simple_cmp() function