Searched defs:bn_blinding_st (Results 1 – 1 of 1) sorted by relevance
123 struct bn_blinding_st { struct124 BIGNUM *A;125 BIGNUM *Ai;126 BIGNUM *e;127 BIGNUM *mod; /* just a reference */128 int counter;129 unsigned long flags;132 const BN_MONT_CTX *mont;133 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,