Searched refs:challenge (Results 1 – 1 of 1) sorted by relevance
229 private $challenge; variable in phpseclib3\\File\\X5092122 * @param string $challenge2124 public function setChallenge($challenge) argument2126 $this->challenge = $challenge;2806 if (!empty($this->challenge)) {2808 …t['publicKeyAndChallenge']['challenge'] = $this->challenge & str_repeat("\x7F", strlen($this->chal…2820 'challenge' => !empty($this->challenge) ? $this->challenge : ''