Searched defs:SetCounter (Results 1 – 3 of 3) sorted by relevance
83 bool Encryptor::SetCounter(std::string_view counter) { in SetCounter() function in crypto::Encryptor87 bool Encryptor::SetCounter(base::span<const uint8_t> counter) { in SetCounter() function in crypto::Encryptor
158 void Stats::SetCounter(Counters counter, int64_t value) { in SetCounter() function in disk_cache::Stats
152 func (s *Cipher) SetCounter(counter uint32) { func