Funciones |
const EC_METHOD * | EC_GFp_mont_method (void) |
int | ec_GFp_mont_group_init (EC_GROUP *group) |
void | ec_GFp_mont_group_finish (EC_GROUP *group) |
void | ec_GFp_mont_group_clear_finish (EC_GROUP *group) |
int | ec_GFp_mont_group_copy (EC_GROUP *dest, const EC_GROUP *src) |
int | ec_GFp_mont_group_set_curve (EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) |
int | ec_GFp_mont_field_mul (const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) |
int | ec_GFp_mont_field_sqr (const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) |
int | ec_GFp_mont_field_encode (const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) |
int | ec_GFp_mont_field_decode (const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) |
int | ec_GFp_mont_field_set_to_one (const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) |