OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_affine
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/ec/
ec_lcl.h
151
int (*
make_affine
)(const EC_GROUP *, EC_POINT *, BN_CTX *);
member in struct:ec_method_st
ec_lib.c
1077
if (group->meth->
make_affine
== 0)
1087
return group->meth->
make_affine
(group, point, ctx);
ec2_smpl.c
1014
if (!group->meth->
make_affine
(group, points[i], ctx)) return 0;
Completed in 47 milliseconds