HomeSort by relevance Sort by last modified time
    Searched refs:make_affine (Results 1 - 3 of 3) sorted by null

  /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

Completed in 25 milliseconds