OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:points_make_affine
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ec_lcl.h
152
int (*
points_make_affine
)(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
member in struct:ec_method_st
ec_lib.c
1095
if (group->meth->
points_make_affine
== 0)
1108
return group->meth->
points_make_affine
(group, num, points, ctx);
Completed in 21 milliseconds