Lines Matching defs:rsa_st
665 struct rsa_st { struct
666 RSA_METHOD *meth;
671 BIGNUM *n;
672 BIGNUM *e;
673 BIGNUM *d;
674 BIGNUM *p;
675 BIGNUM *q;
676 BIGNUM *dmp1;
677 BIGNUM *dmq1;
678 BIGNUM *iqmp;
681 CRYPTO_EX_DATA ex_data;
682 CRYPTO_refcount_t references;
683 int flags;
685 CRYPTO_MUTEX lock;
689 BN_MONT_CTX *mont_n;
690 BN_MONT_CTX *mont_p;
691 BN_MONT_CTX *mont_q;
698 BIGNUM *d_fixed, *dmp1_fixed, *dmq1_fixed;
703 BIGNUM *inv_small_mod_large_mont;
708 unsigned num_blindings;
712 BN_BLINDING **blindings;
713 unsigned char *blindings_inuse;
717 unsigned private_key_frozen:1;