Searched refs:des_rounds (Results 1 – 2 of 2) sorted by relevance
135 protected $des_rounds = 1; variable in phpseclib3\\Crypt\\DES727 for ($des_round = 0; $des_round < $this->des_rounds; ++$des_round) {772 …if (isset($this->kl['key']) && $this->key === $this->kl['key'] && $this->des_rounds === $this->kl[…776 $this->kl = ['key' => $this->key, 'des_rounds' => $this->des_rounds];1228 for ($des_round = 0; $des_round < $this->des_rounds; ++$des_round) {1275 switch ($this->des_rounds) {1310 $des_rounds = $this->des_rounds;1364 for ($ki = -1, $des_round = 0; $des_round < $des_rounds; ++$des_round) {
417 $this->des_rounds = 1;422 $this->des_rounds = 3;