Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dsa/
Ddsa_local.h13 struct dsa_st { struct
18 int pad;
19 int32_t version;
20 BIGNUM *p;
21 BIGNUM *q; /* == 20 */
22 BIGNUM *g;
23 BIGNUM *pub_key; /* y public key */
24 BIGNUM *priv_key; /* x private key */
25 int flags;
27 BN_MONT_CTX *method_mont_p;
[all …]
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py562 class dsa_st(Structure): class