Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/dh/
H A Ddh_local.h80 struct dh_st { struct
81 int version;
82 BIGNUM *p;
83 BIGNUM *q;
84 BIGNUM *g;
86 BIGNUM *pub_key; /* g^x */
87 BIGNUM *priv_key; /* x */
89 int flags;
92 int references;
93 CRYPTO_EX_DATA ex_data;
[all …]