HomeSort by relevance Sort by last modified time
    Searched refs:PyCryptoSigner (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
crypt.py 260 class PyCryptoSigner(object):
307 return PyCryptoSigner(pkey)
311 PyCryptoSigner = None
317 elif PyCryptoSigner:
318 Signer = PyCryptoSigner
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_jwt.py 194 self.signer = crypt.PyCryptoSigner
293 crypt.Signer = crypt.PyCryptoSigner
299 crypt.Signer = crypt.PyCryptoSigner

Completed in 442 milliseconds