Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py961 chal = parse_keqv_list(parse_http_list(challenge))
962 auth = self.get_authorization(req, chal)
981 def get_authorization(self, req, chal): argument
983 realm = chal['realm']
984 nonce = chal['nonce']
985 qop = chal.get('qop')
986 algorithm = chal.get('algorithm', 'MD5')
989 opaque = chal.get('opaque', None)
1003 entdig = self.get_entity_digest(req.get_data(), chal)
1054 def get_entity_digest(self, data, chal): argument