Searched refs:des_rounds (Results 1 – 2 of 2) sorted by relevance
123 protected $des_rounds = 1; variable in phpseclib3\\Crypt\\DES710 for ($des_round = 0; $des_round < $this->des_rounds; ++$des_round) {754 …if (isset($this->kl['key']) && $this->key === $this->kl['key'] && $this->des_rounds === $this->kl[…758 $this->kl = ['key' => $this->key, 'des_rounds' => $this->des_rounds];1210 for ($des_round = 0; $des_round < $this->des_rounds; ++$des_round) {1257 switch ($this->des_rounds) {1291 $des_rounds = $this->des_rounds;1345 for ($ki = -1, $des_round = 0; $des_round < $des_rounds; ++$des_round) {
397 $this->des_rounds = 1;402 $this->des_rounds = 3;