#include <dh.h>
Data Fields |
|
const char * | name |
int(* | generate_key )(DH *dh) |
int(* | compute_key )(unsigned char *key, const BIGNUM *pub_key, DH *dh) |
int(* | bn_mod_exp )(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) |
int(* | init )(DH *dh) |
int(* | finish )(DH *dh) |
int | flags |
char * | app_data |
int(* | generate_params )(DH *dh, int prime_len, int generator, BN_GENCB *cb) |
|
|
|
|
|
|
|
|
|