Searched defs:ec_method_st (Results 1 – 1 of 1) sorted by relevance
| /external/boringssl/src/crypto/ec/ |
| D | internal.h | 82 struct ec_method_st { struct 83 int (*group_init)(EC_GROUP *); 84 void (*group_finish)(EC_GROUP *); 85 int (*group_copy)(EC_GROUP *, const EC_GROUP *); 86 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 88 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, 96 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, 102 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, 104 int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); 106 int (*field_encode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, [all …]
|