Searched defs:bn_blinding_st (Results 1 – 2 of 2) sorted by relevance
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,[all …]
366 class bn_blinding_st(Structure): class