Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dauth.py64 class HmacKeys(object): class
113 class AnonAuthHandler(AuthHandler, HmacKeys):
127 class HmacAuthV1Handler(AuthHandler, HmacKeys):
134 HmacKeys.__init__(self, host, config, provider)
162 class HmacAuthV2Handler(AuthHandler, HmacKeys):
170 HmacKeys.__init__(self, host, config, provider)
192 class HmacAuthV3Handler(AuthHandler, HmacKeys):
199 HmacKeys.__init__(self, host, config, provider)
216 class HmacAuthV3HTTPHandler(AuthHandler, HmacKeys):
225 HmacKeys.__init__(self, host, config, provider)
[all …]