Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Ddsa.h340 struct dsa_st { struct
341 long version;
342 int write_params;
343 BIGNUM *p;
344 BIGNUM *q; /* == 20 */
345 BIGNUM *g;
347 BIGNUM *pub_key; /* y public key */
348 BIGNUM *priv_key; /* x private key */
350 BIGNUM *kinv; /* Signing pre-calc */
351 BIGNUM *r; /* Signing pre-calc */
[all …]