Searched refs:group_get_curve (Results 1 – 2 of 2) sorted by relevance
| /crypto/ec/ |
| A D | ec_lib.c | 570 if (group->meth->group_get_curve == NULL) { in EC_GROUP_get_curve() 574 return group->meth->group_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve() 667 if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) || in EC_GROUP_cmp() 668 !b->meth->group_get_curve(b, b1, b2, b3, ctx)) in EC_GROUP_cmp()
|
| A D | ec_local.h | 59 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, member
|
Completed in 9 milliseconds