OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:group_get_curve
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ec_lib.c
420
if (group->meth->
group_get_curve
== 0)
425
return group->meth->
group_get_curve
(group, p, a, b, ctx);
442
if (group->meth->
group_get_curve
== 0)
447
return group->meth->
group_get_curve
(group, p, a, b, ctx);
511
if (!a->meth->
group_get_curve
(a, a1, a2, a3, ctx) ||
512
!b->meth->
group_get_curve
(b, b1, b2, b3, ctx))
ec_lcl.h
101
int (*
group_get_curve
)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
member in struct:ec_method_st
Completed in 979 milliseconds