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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lcl.h147 int (*is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *); member in struct:ec_method_st
H A Dec_lib.c1045 if (group->meth->is_on_curve == 0)
1055 return group->meth->is_on_curve(group, point, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c983 if (group->meth->is_on_curve == 0) {
991 return group->meth->is_on_curve(group, point, ctx);
H A Dec_lcl.h163 int (*is_on_curve) (const EC_GROUP *, const EC_POINT *, BN_CTX *); member in struct:ec_method_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lib.c983 if (group->meth->is_on_curve == 0) {
991 return group->meth->is_on_curve(group, point, ctx);
H A Dec_lcl.h163 int (*is_on_curve) (const EC_GROUP *, const EC_POINT *, BN_CTX *); member in struct:ec_method_st

Completed in 109 milliseconds