OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:point_cmp
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ec_lcl.h
148
int (*
point_cmp
)(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
member in struct:ec_method_st
ec_lib.c
1061
if (group->meth->
point_cmp
== 0)
1071
return group->meth->
point_cmp
(group, a, b, ctx);
Completed in 42 milliseconds