Searched refs:qop (Results 1 – 10 of 10) sorted by relevance
42 protected $qop = self::QOP_AUTH; variable in Sabre\\HTTP\\Auth\\Digest82 * @param int $qop85 function setQOP($qop) { argument87 $this->qop = $qop;142 if (!($this->qop & self::QOP_AUTHINT)) return false;150 if (!($this->qop & self::QOP_AUTH)) return false;171 $qop = '';172 switch ($this->qop) {174 $qop = 'auth';177 $qop = 'auth-int';[all …]
110 $qop = isset($options['qop']) ? (string) $options['qop'] : null;116 $response->set('qop', $this->selectQopFromChallenge($challenge, $qop));145 $qop = ['auth'];148 $qop[] = 'auth-int';151 $qop[] = 'auth-conf';154 return $qop;160 protected function selectQopFromChallenge(Message $challenge, ?string $qop): string argument167 $options = $qop !== null ? [$qop] : ['auth-conf', 'auth-int', 'auth'];
104 $qop = $response->get('qop');108 if ($qop === 'auth') {110 } elseif ($qop === 'auth-int' || $qop === 'auth-conf') {
75 $qop = $context->get('qop');77 if ($qop === 'auth-conf') {79 } elseif ($qop === 'auth-int') {82 …row new SaslException(sprintf('The qop option "%s" is not recognized as a security layer.', $qop));95 $qop = $context->get('qop');98 if ($qop === 'auth-conf') {100 } elseif ($qop === 'auth-int') {103 …row new SaslException(sprintf('The qop option "%s" is not recognized as a security layer.', $qop));
204 $qop = $received->get('qop');210 if (!in_array($qop, $this->challenge->get('qop'), true)) {235 if ($qop === 'auth-int' || $qop === 'auth-conf') {
165 private function getServerTokens($qop = Digest::QOP_AUTH) { argument169 switch ($qop) {185 $this->auth->setQOP($qop);
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...