Home
last modified time | relevance | path

Searched defs:SetCounter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/crypto/
H A Dencryptor.cc83 bool Encryptor::SetCounter(std::string_view counter) { in SetCounter() function in crypto::Encryptor
87 bool Encryptor::SetCounter(base::span<const uint8_t> counter) { in SetCounter() function in crypto::Encryptor
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dstats.cc158 void Stats::SetCounter(Counters counter, int64_t value) { in SetCounter() function in disk_cache::Stats
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20/
Dchacha_generic.go152 func (s *Cipher) SetCounter(counter uint32) { func