Searched refs:PyCryptoSigner (Results 1 – 5 of 5) sorted by relevance
56 PyCryptoSigner = _pycrypto_crypt.PyCryptoSigner variable60 PyCryptoSigner = None variable66 elif PyCryptoSigner: # pragma: NO COVER67 Signer = PyCryptoSigner
78 class PyCryptoSigner(object): class124 return PyCryptoSigner(pkey)
40 signer = crypt.PyCryptoSigner.from_string(73 crypt.PyCryptoSigner.from_string(key_bytes)
223 self.signer = crypt.PyCryptoSigner322 crypt.Signer = crypt.PyCryptoSigner
204 @mock.patch('oauth2client.crypt.Signer', new=crypt.PyCryptoSigner)