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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lib.c420 if (group->meth->group_get_curve == 0)
425 return group->meth->group_get_curve(group, p, a, b, ctx);
442 if (group->meth->group_get_curve == 0)
447 return group->meth->group_get_curve(group, p, a, b, ctx);
511 if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) ||
512 !b->meth->group_get_curve(b, b1, b2, b3, ctx))
H A Dec_lcl.h101 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *); member in struct:ec_method_st

Completed in 95 milliseconds