Home
last modified time | relevance | path

Searched defs:ec_method_st (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h122 struct ec_method_st { struct
123 int (*group_init)(EC_GROUP *);
124 void (*group_finish)(EC_GROUP *);
125 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
134 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_RAW_POINT *p,
138 void (*add)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a,
141 void (*dbl)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a);
148 void (*mul)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_SCALAR *g_scalar,
153 void (*mul_public)(const EC_GROUP *group, EC_RAW_POINT *r,
168 void (*felem_mul)(const EC_GROUP *, EC_FELEM *r, const EC_FELEM *a,
[all …]