Searched refs:point_cmp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ec_lib.c | 955 if (group->meth->point_cmp == 0) { in EC_POINT_cmp() 963 return group->meth->point_cmp(group, a, b, ctx); in EC_POINT_cmp()
|
H A D | ec_local.h | 111 int (*point_cmp) (const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | svalue.cc | 510 if (int point_cmp = function_point::cmp (widening_sval1->get_point (), in cmp_ptr() local 512 return point_cmp; in cmp_ptr()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ec_lib.c | 1016 if (group->meth->point_cmp == 0) { in EC_POINT_cmp() 1024 return group->meth->point_cmp(group, a, b, ctx); in EC_POINT_cmp()
|
H A D | ec_local.h | 107 int (*point_cmp) (const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, member
|