Searched defs:DH_METHOD (Results 1 – 3 of 3) sorted by relevance
45 #define DH_METHOD hc_DH_METHOD macro71 typedef struct DH_METHOD DH_METHOD; typedef76 struct DH_METHOD { struct77 const char *name;78 int (*generate_key)(DH *);79 int (*compute_key)(unsigned char *,const BIGNUM *,DH *);80 int (*bn_mod_exp)(const DH *, BIGNUM *, const BIGNUM *,83 int (*init)(DH *);84 int (*finish)(DH *);85 int flags;[all …]
105 typedef struct dh_method DH_METHOD; typedef
135 typedef struct dh_method DH_METHOD; typedef