Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Ddsa.h392 struct dsa_st { struct
393 long version;
394 BIGNUM *p;
395 BIGNUM *q; // == 20
396 BIGNUM *g;
398 BIGNUM *pub_key; // y public key
399 BIGNUM *priv_key; // x private key
401 int flags;
403 CRYPTO_MUTEX method_mont_lock;
404 BN_MONT_CTX *method_mont_p;
[all …]
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py562 class dsa_st(Structure): class
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py562 class dsa_st(Structure): class