Home
last modified time | relevance | path

Searched refs:qop (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py985 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:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2_localnet.py79 def set_qop(self, qop): argument
80 self._qop = qop