Searched defs:dh_method (Results 1 – 1 of 1) sorted by relevance
117 struct dh_method { struct118 const char *name;120 int (*generate_key) (DH *dh);121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,126 int (*init) (DH *dh);127 int (*finish) (DH *dh);128 int flags;129 char *app_data;131 int (*generate_params) (DH *dh, int prime_len, int generator,
Completed in 3 milliseconds