Lines Matching defs:counter
197 std::vector<unsigned char> counter(
200 counter[0] &= ~(0xFF << remainder);
202 return BignumPointer(BN_bin2bn(counter.data(), counter.size(), nullptr));
228 unsigned const char* counter,
238 counter,
283 // Just like in chromium's implementation, if the counter will
284 // be incremented more than there are counter values, we fail.
299 // the input without wrapping the counter, we'll do it as a single
327 // Wrap the counter around to zero