Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DSalsa20.php78 protected $counter = 0; variable in phpseclib3\\Crypt\\Salsa20
135 * @param int $counter
137 public function setCounter($counter) argument
139 $this->counter = $counter;
164 if ($this->counter == 0) {
165 $this->counter++;
193 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
315 $iv = pack('V', $this->counter) . $this->p2;
324 $i = $this->counter;
DChaCha20.php55 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…
233 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
/dokuwiki/lib/plugins/config/core/
DConfigParser.php45 $counter = count($matches);
47 for ($i = 0; $i < $counter; $i++) {
/dokuwiki/inc/
DTaskRunner.php129 $counter = count($lines);
130 for ($i = 0; $i < $counter; $i++) {
DAjax.php64 $counter = 0;
78 $counter++;
79 if ($counter > $maxnumbersuggestions) {
/dokuwiki/vendor/splitbrain/slika/
DREADME.md81 * `Slika::ROTATE_CCW` counter clockwise rotation
/dokuwiki/lib/scripts/jquery/
Djquery-ui.min.js6counter=this.counter?++this.counter:1;var n=this.counter;this._delay(function(){n===this.counter&&…