Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Ddsa.h396 struct dsa_st { struct
397 long version;
398 BIGNUM *p;
399 BIGNUM *q; // == 20
400 BIGNUM *g;
402 BIGNUM *pub_key; // y public key
403 BIGNUM *priv_key; // x private key
405 int flags;
407 CRYPTO_MUTEX method_mont_lock;
408 BN_MONT_CTX *method_mont_p;
[all …]
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py562 class dsa_st(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py562 class dsa_st(Structure): class