Searched defs:ec_method_st (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | internal.h | 463 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/boringssl/src/crypto/fipsmodule/ec/ |
D | internal.h | 466 struct ec_method_st { struct 467 int (*group_init)(EC_GROUP *); 468 void (*group_finish)(EC_GROUP *); 469 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 475 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_RAW_POINT *p, 479 int (*jacobian_to_affine_batch)(const EC_GROUP *group, EC_AFFINE *out, 483 void (*add)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a, 486 void (*dbl)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *a); 489 void (*mul)(const EC_GROUP *group, EC_RAW_POINT *r, const EC_RAW_POINT *p, 492 void (*mul_base)(const EC_GROUP *group, EC_RAW_POINT *r, [all …]
|