|
EC_GROUP * | ec_group_new (const EC_METHOD *meth) |
|
int | ec_group_copy (EC_GROUP *dest, const EC_GROUP *src) |
|
const BN_MONT_CTX * | ec_group_get_mont_data (const EC_GROUP *group) |
|
int | ec_wNAF_mul (const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) |
|
int | ec_GFp_simple_group_init (EC_GROUP *) |
|
void | ec_GFp_simple_group_finish (EC_GROUP *) |
|
int | ec_GFp_simple_group_copy (EC_GROUP *, const EC_GROUP *) |
|
int | ec_GFp_simple_group_set_curve (EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *) |
|
int | ec_GFp_simple_group_get_curve (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *) |
|
unsigned | ec_GFp_simple_group_get_degree (const EC_GROUP *) |
|
int | ec_GFp_simple_point_init (EC_POINT *) |
|
void | ec_GFp_simple_point_finish (EC_POINT *) |
|
void | ec_GFp_simple_point_clear_finish (EC_POINT *) |
|
int | ec_GFp_simple_point_copy (EC_POINT *, const EC_POINT *) |
|
int | ec_GFp_simple_point_set_to_infinity (const EC_GROUP *, EC_POINT *) |
|
int | ec_GFp_simple_set_Jprojective_coordinates_GFp (const EC_GROUP *, EC_POINT *, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *) |
|
int | ec_GFp_simple_get_Jprojective_coordinates_GFp (const EC_GROUP *, const EC_POINT *, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *) |
|
int | ec_GFp_simple_point_set_affine_coordinates (const EC_GROUP *, EC_POINT *, const BIGNUM *x, const BIGNUM *y, BN_CTX *) |
|
int | ec_GFp_simple_set_compressed_coordinates (const EC_GROUP *, EC_POINT *, const BIGNUM *x, int y_bit, BN_CTX *) |
|
int | ec_GFp_simple_add (const EC_GROUP *, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *) |
|
int | ec_GFp_simple_dbl (const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *) |
|
int | ec_GFp_simple_invert (const EC_GROUP *, EC_POINT *, BN_CTX *) |
|
int | ec_GFp_simple_is_at_infinity (const EC_GROUP *, const EC_POINT *) |
|
int | ec_GFp_simple_is_on_curve (const EC_GROUP *, const EC_POINT *, BN_CTX *) |
|
int | ec_GFp_simple_cmp (const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *) |
|
int | ec_GFp_simple_make_affine (const EC_GROUP *, EC_POINT *, BN_CTX *) |
|
int | ec_GFp_simple_points_make_affine (const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *) |
|
int | ec_GFp_simple_field_mul (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *) |
|
int | ec_GFp_simple_field_sqr (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *) |
|
int | ec_GFp_mont_group_init (EC_GROUP *) |
|
int | ec_GFp_mont_group_set_curve (EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *) |
|
void | ec_GFp_mont_group_finish (EC_GROUP *) |
|
int | ec_GFp_mont_group_copy (EC_GROUP *, const EC_GROUP *) |
|
int | ec_GFp_mont_field_mul (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *) |
|
int | ec_GFp_mont_field_sqr (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *) |
|
int | ec_GFp_mont_field_encode (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *) |
|
int | ec_GFp_mont_field_decode (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *) |
|
int | ec_point_set_Jprojective_coordinates_GFp (const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) |
|
void | ec_GFp_nistp_recode_scalar_bits (uint8_t *sign, uint8_t *digit, uint8_t in) |
|