Eneboo - Documentación para desarrolladores
|
Funciones | |
const EC_METHOD * | EC_GFp_nist_method (void) |
int | ec_GFp_nist_group_copy (EC_GROUP *dest, const EC_GROUP *src) |
int | ec_GFp_nist_group_set_curve (EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) |
int | ec_GFp_nist_field_mul (const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) |
int | ec_GFp_nist_field_sqr (const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) |
int ec_GFp_nist_field_mul | ( | const EC_GROUP * | group, |
BIGNUM * | r, | ||
const BIGNUM * | a, | ||
const BIGNUM * | b, | ||
BN_CTX * | ctx | ||
) |
int ec_GFp_nist_group_set_curve | ( | EC_GROUP * | group, |
const BIGNUM * | p, | ||
const BIGNUM * | a, | ||
const BIGNUM * | b, | ||
BN_CTX * | ctx | ||
) |
const EC_METHOD* EC_GFp_nist_method | ( | void | ) |