Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa.h155 struct dsa_st { struct
160 int pad;
161 long version;
162 int write_params;
163 BIGNUM *p;
164 BIGNUM *q; /* == 20 */
165 BIGNUM *g;
166 BIGNUM *pub_key; /* y public key */
167 BIGNUM *priv_key; /* x private key */
168 BIGNUM *kinv; /* Signing pre-calc */
[all …]