Searched refs:qop (Results 1 – 2 of 2) sorted by relevance
985 qop = chal.get('qop')1011 if qop == 'auth':1020 noncebit = "%s:%s:%s:%s:%s" % (nonce, ncvalue, cnonce, qop, H(A2))1022 elif qop is None:1026 raise URLError("qop '%s' is not supported." % qop)1038 if qop:
79 def set_qop(self, qop): argument80 self._qop = qop