Eneboo - Documentación para desarrolladores
|
Funciones | |
BIGNUM * | EC_POINT_point2bn (const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) |
EC_POINT * | EC_POINT_bn2point (const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) |
char * | EC_POINT_point2hex (const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) |
EC_POINT * | EC_POINT_hex2point (const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) |
EC_POINT* EC_POINT_bn2point | ( | const EC_GROUP * | group, |
const BIGNUM * | bn, | ||
EC_POINT * | point, | ||
BN_CTX * | ctx | ||
) |
EC_POINT* EC_POINT_hex2point | ( | const EC_GROUP * | group, |
const char * | buf, | ||
EC_POINT * | point, | ||
BN_CTX * | ctx | ||
) |
BIGNUM* EC_POINT_point2bn | ( | const EC_GROUP * | group, |
const EC_POINT * | point, | ||
point_conversion_form_t | form, | ||
BIGNUM * | ret, | ||
BN_CTX * | ctx | ||
) |
char* EC_POINT_point2hex | ( | const EC_GROUP * | group, |
const EC_POINT * | point, | ||
point_conversion_form_t | form, | ||
BN_CTX * | ctx | ||
) |