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

  /external/openssl/crypto/ec/
ec_lib.c 1027 if (group->meth->points_make_affine == 0)
1040 return group->meth->points_make_affine(group, num, points, ctx);
ec_lcl.h 157 int (*points_make_affine)(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *); member in struct:ec_method_st

Completed in 48 milliseconds