Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dinternal.h222 int ec_GFp_simple_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
Dec.c765 return ec_GFp_simple_make_affine(group, point, ctx); in EC_POINT_make_affine()
Dsimple.c1109 int ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, in ec_GFp_simple_make_affine() function