Searched refs:group_set_curve (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | ec.c | 278 if (ret->meth->group_set_curve == 0) { in EC_GROUP_new_curve_GFp() 283 if (!ret->meth->group_set_curve(ret, p, a, b, ctx)) { in EC_GROUP_new_curve_GFp() 358 (!(group->meth->group_set_curve(group, p, a, b, ctx)))) { in ec_group_new_from_data()
|
D | internal.h | 97 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, member
|