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
83 int pad;
84 int version;
85 BIGNUM *p;
86 BIGNUM *g;
91 int flags;
94 BIGNUM *q;
95 BIGNUM *j;
97 int seedlen;
98 BIGNUM *counter;
[all …]