Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/dh/
H A Ddh_local.h80 struct dh_st { struct
83 int pad;
84 int version;
85 BIGNUM *p;
86 BIGNUM *g;
87 long length; /* optional */
88 BIGNUM *pub_key; /* g^x */
89 BIGNUM *priv_key; /* x */
91 int flags;
92 BN_MONT_CTX *method_mont_p;
[all …]