Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/ec/
H A Dec_lcl.h148 int (*point_cmp)(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *); member
H A Dec_lib.c1061 if (group->meth->point_cmp == 0) in EC_POINT_cmp()
1071 return group->meth->point_cmp(group, a, b, ctx); in EC_POINT_cmp()