/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_lib.c | 1009 if (group->meth->make_affine == 0) 1019 return group->meth->make_affine(group, point, ctx);
|
ec2_smpl.c | 692 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
|
ec_lcl.h | 156 int (*make_affine)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
|
/external/openssl/crypto/ec/ |
ec_lib.c | 1009 if (group->meth->make_affine == 0) 1019 return group->meth->make_affine(group, point, ctx);
|
ec2_smpl.c | 692 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
|
ec_lcl.h | 156 int (*make_affine)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
|