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_lcl.h 151 int (*make_affine)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
ec_lib.c 1077 if (group->meth->make_affine == 0)
1087 return group->meth->make_affine(group, point, ctx);
ec2_smpl.c 948 if (!group->meth->make_affine(group, points[i], ctx)) return 0;

Completed in 31 milliseconds