Lines Matching defs:counter
22 int counter;
68 * Set the counter to the special value -1 to indicate that this is
72 ret->counter = -1;
102 if (b->counter == -1)
103 b->counter = 0;
105 if (++b->counter == BN_BLINDING_COUNTER && b->e != NULL &&
124 if (b->counter == BN_BLINDING_COUNTER)
125 b->counter = 0;
145 if (b->counter == -1)
147 b->counter = 0;