Searched defs:dsa_st (Results 1 – 5 of 5) sorted by relevance
29 struct dsa_st { struct30 BIGNUM *p;31 BIGNUM *q;32 BIGNUM *g;34 BIGNUM *pub_key;35 BIGNUM *priv_key;38 CRYPTO_MUTEX method_mont_lock;39 BN_MONT_CTX *method_mont_p;40 BN_MONT_CTX *method_mont_q;41 CRYPTO_refcount_t references;[all …]
412 struct dsa_st { struct413 long version;414 BIGNUM *p;415 BIGNUM *q; // == 20416 BIGNUM *g;418 BIGNUM *pub_key; // y public key419 BIGNUM *priv_key; // x private key421 int flags;423 CRYPTO_MUTEX method_mont_lock;424 BN_MONT_CTX *method_mont_p;[all …]
562 class dsa_st(Structure): class