OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyCryptoSigner
(Results
1 - 5
of
5
) sorted by null
/external/python/oauth2client/oauth2client/
crypt.py
56
PyCryptoSigner
= _pycrypto_crypt.
PyCryptoSigner
60
PyCryptoSigner
= None
66
elif
PyCryptoSigner
: # pragma: NO COVER
67
Signer =
PyCryptoSigner
_pycrypto_crypt.py
78
class
PyCryptoSigner
(object):
124
return
PyCryptoSigner
(pkey)
/external/python/oauth2client/tests/
test__pycrypto_crypt.py
40
signer = crypt.
PyCryptoSigner
.from_string(
73
crypt.
PyCryptoSigner
.from_string(key_bytes)
test_jwt.py
223
self.signer = crypt.
PyCryptoSigner
322
crypt.Signer = crypt.
PyCryptoSigner
test_service_account.py
204
@mock.patch('oauth2client.crypt.Signer', new=crypt.
PyCryptoSigner
)
Completed in 318 milliseconds