Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_local.h64 struct dh_method { struct
65 const char *name;
67 int (*generate_key)(DH *dh);
68 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
69 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
71 int (*init)(DH *dh);
72 int (*finish)(DH *dh);
73 int flags;
74 char *app_data;
76 int (*generate_params)(DH *dh, int prime_len, int generator,