Home
last modified time | relevance | path

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

/external/python/oauth2client/tests/
Dtest__pycrypto_crypt.py25 PUBLIC_CERT_FILENAME = os.path.join(os.path.dirname(__file__), variable in TestPyCryptoVerifier
31 with open(self.PUBLIC_CERT_FILENAME, 'rb') as fh:
Dtest__pure_python_crypt.py34 PUBLIC_CERT_FILENAME = os.path.join(os.path.dirname(__file__), variable in TestRsaVerifier
44 with open(self.PUBLIC_CERT_FILENAME, 'rb') as fh: