Go to the source code of this file.
|
int | EC_KEY_check_fips (const EC_KEY *key) |
|
int | EC_KEY_check_key (const EC_KEY *eckey) |
|
EC_KEY * | EC_KEY_dup (const EC_KEY *src) |
|
void | EC_KEY_free (EC_KEY *r) |
|
int | EC_KEY_generate_key (EC_KEY *key) |
|
int | EC_KEY_generate_key_fips (EC_KEY *eckey) |
|
const EC_GROUP * | EC_KEY_get0_group (const EC_KEY *key) |
|
const BIGNUM * | EC_KEY_get0_private_key (const EC_KEY *key) |
|
const EC_POINT * | EC_KEY_get0_public_key (const EC_KEY *key) |
|
point_conversion_form_t | EC_KEY_get_conv_form (const EC_KEY *key) |
|
unsigned int | EC_KEY_get_enc_flags (const EC_KEY *key) |
|
void * | EC_KEY_get_ex_data (const EC_KEY *d, int idx) |
|
int | EC_KEY_get_ex_new_index (long argl, void *argp, CRYPTO_EX_unused *unused, CRYPTO_EX_dup *dup_unused, CRYPTO_EX_free *free_func) |
|
int | EC_KEY_is_opaque (const EC_KEY *key) |
|
size_t | EC_KEY_key2buf (const EC_KEY *key, point_conversion_form_t form, unsigned char **out_buf, BN_CTX *ctx) |
|
EC_KEY * | EC_KEY_new (void) |
|
EC_KEY * | EC_KEY_new_by_curve_name (int nid) |
|
EC_KEY * | EC_KEY_new_method (const ENGINE *engine) |
|
void | EC_KEY_set_asn1_flag (EC_KEY *key, int flag) |
|
void | EC_KEY_set_conv_form (EC_KEY *key, point_conversion_form_t cform) |
|
void | EC_KEY_set_enc_flags (EC_KEY *key, unsigned int flags) |
|
int | EC_KEY_set_ex_data (EC_KEY *d, int idx, void *arg) |
|
int | EC_KEY_set_group (EC_KEY *key, const EC_GROUP *group) |
|
int | EC_KEY_set_private_key (EC_KEY *key, const BIGNUM *priv_key) |
|
int | EC_KEY_set_public_key (EC_KEY *key, const EC_POINT *pub_key) |
|
int | EC_KEY_set_public_key_affine_coordinates (EC_KEY *key, const BIGNUM *x, const BIGNUM *y) |
|
int | EC_KEY_up_ref (EC_KEY *r) |
|
static void | ec_wrapped_scalar_free (EC_WRAPPED_SCALAR *scalar) |
|
static EC_WRAPPED_SCALAR * | ec_wrapped_scalar_new (const EC_GROUP *group) |
|
◆ EC_KEY_check_fips()
◆ EC_KEY_check_key()
◆ EC_KEY_dup()
◆ EC_KEY_free()
void EC_KEY_free |
( |
EC_KEY * |
r | ) |
|
◆ EC_KEY_generate_key()
◆ EC_KEY_generate_key_fips()
int EC_KEY_generate_key_fips |
( |
EC_KEY * |
eckey | ) |
|
◆ EC_KEY_get0_group()
◆ EC_KEY_get0_private_key()
◆ EC_KEY_get0_public_key()
◆ EC_KEY_get_conv_form()
◆ EC_KEY_get_enc_flags()
◆ EC_KEY_get_ex_data()
◆ EC_KEY_get_ex_new_index()
◆ EC_KEY_is_opaque()
◆ EC_KEY_key2buf()
◆ EC_KEY_new()
◆ EC_KEY_new_by_curve_name()
◆ EC_KEY_new_method()
◆ EC_KEY_set_asn1_flag()
void EC_KEY_set_asn1_flag |
( |
EC_KEY * |
key, |
|
|
int |
flag |
|
) |
| |
◆ EC_KEY_set_conv_form()
◆ EC_KEY_set_enc_flags()
void EC_KEY_set_enc_flags |
( |
EC_KEY * |
key, |
|
|
unsigned int |
flags |
|
) |
| |
◆ EC_KEY_set_ex_data()
◆ EC_KEY_set_group()
◆ EC_KEY_set_private_key()
◆ EC_KEY_set_public_key()
◆ EC_KEY_set_public_key_affine_coordinates()
◆ EC_KEY_up_ref()
◆ ec_wrapped_scalar_free()
◆ ec_wrapped_scalar_new()