Lines Matching defs:bn_blinding_st
266 struct bn_blinding_st { struct267 BIGNUM *A;268 BIGNUM *Ai;269 BIGNUM *e;270 BIGNUM *mod; /* just a reference */271 CRYPTO_THREAD_ID tid;272 int counter;273 unsigned long flags;274 BN_MONT_CTX *m_ctx;275 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,277 CRYPTO_RWLOCK *lock;