#include <openssl/err.h>
#include "ec_lcl.h"
Go to the source code of this file.
|
int | ec_GF2m_simple_set_compressed_coordinates (const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) |
|
size_t | ec_GF2m_simple_point2oct (const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) |
|
int | ec_GF2m_simple_oct2point (const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) |
|
int ec_GF2m_simple_oct2point |
( |
const EC_GROUP * |
group, |
|
|
EC_POINT * |
point, |
|
|
const unsigned char * |
buf, |
|
|
size_t |
len, |
|
|
BN_CTX * |
ctx |
|
) |
| |