Searched refs:counter (Results 1 – 7 of 7) sorted by relevance
78 protected $counter = 0; variable in phpseclib3\\Crypt\\Salsa20135 * @param int $counter137 public function setCounter($counter) argument139 $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;
55 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…233 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
45 $counter = count($matches);47 for ($i = 0; $i < $counter; $i++) {
129 $counter = count($lines);130 for ($i = 0; $i < $counter; $i++) {
64 $counter = 0;78 $counter++;79 if ($counter > $maxnumbersuggestions) {
81 * `Slika::ROTATE_CCW` counter clockwise rotation
6 …counter=this.counter?++this.counter:1;var n=this.counter;this._delay(function(){n===this.counter&&…