Home
last modified time | relevance | path

Searched refs:EC_POINT_set_Jprojective_coordinates_GFp (Results 1 – 6 of 6) sorted by relevance

/external/openssl/include/openssl/
Dsymhacks.h241 #undef EC_POINT_set_Jprojective_coordinates_GFp
242 #define EC_POINT_set_Jprojective_coordinates_GFp \ macro
Dec.h437 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
/external/openssl/crypto/
Dsymhacks.h241 #undef EC_POINT_set_Jprojective_coordinates_GFp
242 #define EC_POINT_set_Jprojective_coordinates_GFp \ macro
/external/openssl/crypto/ec/
Dec.h437 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
Dec_lib.c809 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_Jprojective_coordinates_GFp() function
Decp_smpl.c517 return EC_POINT_set_Jprojective_coordinates_GFp(group, point, x, y, BN_value_one(), ctx); in ec_GFp_simple_point_set_affine_coordinates()