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

/freebsd-10.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.c415 if (EC_POINT_is_on_curve(group, Q, ctx) <= 0) {
547 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
596 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
649 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
708 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
764 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
823 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
867 if (EC_POINT_is_on_curve(group, P, ctx) <= 0)
1011 if (EC_POINT_is_on_curve(group, P, ctx) <= 0) ABORT; \
1029 if (EC_POINT_is_on_curve(grou
[all...]
H A Dec2_oct.c390 if (EC_POINT_is_on_curve(group, point, ctx) <= 0) {
H A Decp_oct.c416 if (EC_POINT_is_on_curve(group, point, ctx) <= 0) {
H A Dec_key.c317 if (EC_POINT_is_on_curve(eckey->group, eckey->pub_key, ctx) <= 0) {
H A Dec.h636 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point,
H A Dec_lib.c944 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, function
/freebsd-10.3-release/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c238 if (!EC_POINT_is_on_curve(grp->group, grp->pwe, NULL)) {

Completed in 209 milliseconds