Go to the documentation of this file.
79 #if defined(__SUNPRO_C)
80 # if __SUNPRO_C >= 0x520
81 # pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
86 #define EC_FLAGS_DEFAULT_OCT 0x1
141 unsigned char *buf,
size_t len,
BN_CTX *);
143 const unsigned char *buf,
size_t len,
BN_CTX *);
184 void *(*dup_func)(
void *);
263 void *(*dup_func)(
void *),
void (*
free_func)(
void *),
void (*clear_free_func)(
void *));
265 void *(*dup_func)(
void *),
void (*
free_func)(
void *),
void (*clear_free_func)(
void *));
267 void *(*dup_func)(
void *),
void (*
free_func)(
void *),
void (*clear_free_func)(
void *));
269 void *(*dup_func)(
void *),
void (*
free_func)(
void *),
void (*clear_free_func)(
void *));
323 unsigned char *buf,
size_t len,
BN_CTX *);
325 const unsigned char *buf,
size_t len,
BN_CTX *);
379 unsigned char *buf,
size_t len,
BN_CTX *);
381 const unsigned char *buf,
size_t len,
BN_CTX *);
407 #ifndef OPENSSL_EC_NISTP_64_GCC_128
437 size_t felem_size,
void *tmp_felems,
438 void (*felem_one)(
void *out),
439 int (*felem_is_zero)(
const void *in),
440 void (*felem_assign)(
void *out,
const void *in),
441 void (*felem_square)(
void *out,
const void *in),
442 void (*felem_mul)(
void *out,
const void *in1,
const void *in2),
443 void (*felem_inv)(
void *out,
const void *in),
444 void (*felem_contract)(
void *out,
const void *in));