OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_at_infinity
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ec_lcl.h
146
int (*
is_at_infinity
)(const EC_GROUP *, const EC_POINT *);
member in struct:ec_method_st
ec_lib.c
1029
if (group->meth->
is_at_infinity
== 0)
1039
return group->meth->
is_at_infinity
(group, point);
Completed in 25 milliseconds