Name Description Size Coverage
ec_apoint.cpp 8414 -
ec_apoint.h 10825 -
ec_group.cpp If both OID and params are the same then we are done, just return the already registered curve obj. First verify that the params match, to catch an application that is attempting to register a EC_Group under the same OID as another group currently in use 28533 -
ec_group.h This enum indicates the source of the elliptic curve parameters in use. Builtin means the curve is a known standard one which was compiled in the library. ExternalSource means the curve parameters came from either an explicit curve encoding or an application defined curve. 26174 -
ec_inner_data.cpp 20034 -
ec_inner_data.h NOLINT(*-special-member-functions) 12450 -
ec_inner_pc.cpp 8495 -
ec_inner_pc.h 3862 -
ec_named.cpp 24404 -
ec_point_format.h This header is public, but avoid including it directly. Instead get the contents via ec_group.h. 1199 -
ec_scalar.cpp 5919 -
ec_scalar.h Represents an integer modulo the prime group order of an elliptic curve 7542 -
info.txt 375 -
legacy_ec_point -