Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/ec/
HDec_lib.c955 if (group->meth->point_cmp == 0) { in EC_POINT_cmp()
963 return group->meth->point_cmp(group, a, b, ctx); in EC_POINT_cmp()
HDec_local.h111 int (*point_cmp) (const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, member