Searched refs:point_cmp (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_lcl.h148 int (*point_cmp)(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *); member in struct:ec_method_st
H A Dec_lib.c1061 if (group->meth->point_cmp == 0)
1071 return group->meth->point_cmp(group, a, b, ctx);

Completed in 82 milliseconds