Searched refs:make_affine (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_lib.c1009 if (group->meth->make_affine == 0)
1019 return group->meth->make_affine(group, point, ctx);
H A Dec2_smpl.c692 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
H A Dec_lcl.h156 int (*make_affine)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
/external/openssl/crypto/ec/
H A Dec_lib.c1009 if (group->meth->make_affine == 0)
1019 return group->meth->make_affine(group, point, ctx);
H A Dec2_smpl.c692 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
H A Dec_lcl.h156 int (*make_affine)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st

Completed in 239 milliseconds