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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lib.c397 if (group->meth->group_get_curve == 0) {
401 return group->meth->group_get_curve(group, p, a, b, ctx);
418 if (group->meth->group_get_curve == 0) {
423 return group->meth->group_get_curve(group, p, a, b, ctx);
483 if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) ||
484 !b->meth->group_get_curve(b, b1, b2, b3, ctx))
H A Dec_lcl.h104 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, member in struct:ec_method_st

Completed in 55 milliseconds