Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Ddsa.h312 struct dsa_st { struct
313 long version;
314 int write_params;
315 BIGNUM *p;
316 BIGNUM *q; /* == 20 */
317 BIGNUM *g;
319 BIGNUM *pub_key; /* y public key */
320 BIGNUM *priv_key; /* x private key */
322 BIGNUM *kinv; /* Signing pre-calc */
323 BIGNUM *r; /* Signing pre-calc */
[all …]