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