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

  /external/openssl/crypto/ec/
ec_lib.c 993 if (group->meth->point_cmp == 0)
1003 return group->meth->point_cmp(group, a, b, ctx);
ec_lcl.h 153 int (*point_cmp)(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *); member in struct:ec_method_st

Completed in 1796 milliseconds