Searched refs:EC_POINT_is_on_curve (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_check.c88 if (EC_POINT_is_on_curve(group, group->generator, ctx) <= 0) {
H A Dectest.c306 if (EC_POINT_is_on_curve(group, Q, ctx) <= 0) {
439 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
504 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
575 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
652 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
726 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
803 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
865 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
1007 if (EC_POINT_is_on_curve(group, P, ctx) <= 0) ABORT; \
1025 if (EC_POINT_is_on_curve(grou
[all...]
H A Dec_key.c307 if (EC_POINT_is_on_curve(eckey->group, eckey->pub_key, ctx) <= 0) {
H A Dec.h269 int EC_POINT_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
H A Dec_lib.c1003 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, function
H A Dec2_smpl.c680 if (EC_POINT_is_on_curve(group, point, ctx) <= 0) {
H A Decp_smpl.c988 if (EC_POINT_is_on_curve(group, point, ctx) <= 0) {

Completed in 116 milliseconds