Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_lib.c569 if (group->meth->group_get_curve == NULL) { in EC_GROUP_get_curve()
573 return group->meth->group_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve()
666 if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) || in EC_GROUP_cmp()
667 !b->meth->group_get_curve(b, b1, b2, b3, ctx)) in EC_GROUP_cmp()
H A Dec_local.h59 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, member

Completed in 17 milliseconds