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_lib.c
961
if (group->meth->
is_at_infinity
== 0)
971
return group->meth->
is_at_infinity
(group, point);
ec_lcl.h
151
int (*
is_at_infinity
)(const EC_GROUP *, const EC_POINT *);
member in struct:ec_method_st
Completed in 152 milliseconds