OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:point_set_affine_coordinates
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ec_lib.c
846
if (group->meth->
point_set_affine_coordinates
== 0)
856
return group->meth->
point_set_affine_coordinates
(group, point, x, y, ctx);
863
if (group->meth->
point_set_affine_coordinates
== 0)
873
return group->meth->
point_set_affine_coordinates
(group, point, x, y, ctx);
ec_lcl.h
127
int (*
point_set_affine_coordinates
)(const EC_GROUP *, EC_POINT *,
member in struct:ec_method_st
Completed in 647 milliseconds