Searched defs:dh_method (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh_local.h | 43 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,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
H A D | dh_local.h | 40 struct dh_method { struct 41 char *name; 43 int (*generate_key) (DH *dh); 44 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); 47 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a, 50 int (*init) (DH *dh); 51 int (*finish) (DH *dh); 52 int flags; 53 char *app_data; 55 int (*generate_params) (DH *dh, int prime_len, int generator,
|