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

  /external/openssl/crypto/ec/
ec_lib.c 977 if (group->meth->is_on_curve == 0)
987 return group->meth->is_on_curve(group, point, ctx);
ec_lcl.h 152 int (*is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *); member in struct:ec_method_st

Completed in 36 milliseconds