Home
last modified time | relevance | path

Searched defs:dh_method (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh.h97 struct dh_method struct
99 const char *name;
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
109 int flags;
110 char *app_data;
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);