Searched defs:bn_blinding_st (Results 1 – 3 of 3) sorted by relevance
123 struct bn_blinding_st { struct124 BIGNUM *A; // The base blinding factor, Montgomery-encoded.125 BIGNUM *Ai; // The inverse of the blinding factor, Montgomery-encoded.126 unsigned counter;
366 class bn_blinding_st(Structure): class