Searched defs:bn_blinding_st (Results 1 – 1 of 1) sorted by relevance
125 struct bn_blinding_st { struct126 BIGNUM *A;127 BIGNUM *Ai;128 BIGNUM *e;129 BIGNUM *mod;130 pthread_t tid;131 int counter;132 BN_MONT_CTX *m_ctx;133 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,