Home
last modified time | relevance | path

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

/openssl/crypto/dh/
H A Ddh_local.h43 struct dh_method { struct
44 char *name;
46 int (*generate_key) (DH *dh);
47 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
50 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
53 int (*init) (DH *dh);
54 int (*finish) (DH *dh);
55 int flags;
56 char *app_data;
58 int (*generate_params) (DH *dh, int prime_len, int generator,

Completed in 6 milliseconds