Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h476 struct ec_method_st { struct
477 int (*group_init)(EC_GROUP *);
478 void (*group_finish)(EC_GROUP *);
479 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
485 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_RAW_POINT *p,
489 int (*jacobian_to_affine_batch)(const EC_GROUP *group, EC_AFFINE *out,
493 void (*add)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a,
496 void (*dbl)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a);
499 void (*mul)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *p,
502 void (*mul_base)(const EC_GROUP *group, EC_RAW_POINT *r,
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h463 struct ec_method_st { struct
464 int (*group_init)(EC_GROUP *);
465 void (*group_finish)(EC_GROUP *);
466 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
472 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_RAW_POINT *p,
476 int (*jacobian_to_affine_batch)(const EC_GROUP *group, EC_AFFINE *out,
480 void (*add)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a,
483 void (*dbl)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a);
486 void (*mul)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *p,
489 void (*mul_base)(const EC_GROUP *group, EC_RAW_POINT *r,
[all …]
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h476 struct ec_method_st { struct
477 int (*group_init)(EC_GROUP *);
478 void (*group_finish)(EC_GROUP *);
479 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
485 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_RAW_POINT *p,
489 int (*jacobian_to_affine_batch)(const EC_GROUP *group, EC_AFFINE *out,
493 void (*add)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a,
496 void (*dbl)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a);
499 void (*mul)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *p,
502 void (*mul_base)(const EC_GROUP *group, EC_RAW_POINT *r,
[all …]