Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/dsa/
H A Ddsa_locl.h88 struct dsa_st { struct
91 int pad;
92 long version;
93 BIGNUM *p;
94 BIGNUM *q; /* == 20 */
95 BIGNUM *g;
97 BIGNUM *pub_key; /* y public key */
98 BIGNUM *priv_key; /* x private key */
100 BIGNUM *kinv; /* Signing pre-calc */
101 BIGNUM *r; /* Signing pre-calc */
[all …]