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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lcl.h158 int (*is_on_curve) (const EC_GROUP *, const EC_POINT *, BN_CTX *); member in struct:ec_method_st
H A Dec_lib.c1006 if (group->meth->is_on_curve == 0) {
1014 return group->meth->is_on_curve(group, point, ctx);

Completed in 52 milliseconds