Lines Matching refs:qop
42 protected $qop = self::QOP_AUTH; variable in Sabre\\HTTP\\Auth\\Digest
82 * @param int $qop
85 function setQOP($qop) { argument
87 $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';
180 $qop = 'auth,auth-int';
184 …dHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop . '",nonce="' . $th…