Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_lib.c420 if (group->meth->group_get_curve == 0) in EC_GROUP_get_curve_GFp()
425 return group->meth->group_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GFp()
442 if (group->meth->group_get_curve == 0) in EC_GROUP_get_curve_GF2m()
447 return group->meth->group_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GF2m()
511 if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) || in EC_GROUP_cmp()
512 !b->meth->group_get_curve(b, b1, b2, b3, ctx)) in EC_GROUP_cmp()
Dec_lcl.h106 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *); member
/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dec.c524 if (group->meth->group_get_curve == 0) { in EC_GROUP_get_curve_GFp()
529 return group->meth->group_get_curve(group, out_p, out_a, out_b, ctx); in EC_GROUP_get_curve_GFp()
Dinternal.h100 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, member