Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddh.h45 #define DH_METHOD hc_DH_METHOD macro
71 typedef struct DH_METHOD DH_METHOD; typedef
76 struct DH_METHOD { struct
77 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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dossl_typ.h105 typedef struct dh_method DH_METHOD; typedef
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtypes.h135 typedef struct dh_method DH_METHOD; typedef