Home
last modified time | relevance | path

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

/external/python/oauth2client/tests/
Dtest__helpers.py102 result = _helpers._urlsafe_b64decode(test_string)
107 result = _helpers._urlsafe_b64decode(test_string)
114 _helpers._urlsafe_b64decode(bad_string)
/external/python/oauth2client/oauth2client/
Dcrypt.py232 signature = _helpers._urlsafe_b64decode(signature)
235 payload_bytes = _helpers._urlsafe_b64decode(payload)
D_helpers.py101 def _urlsafe_b64decode(b64string): function
D_pycrypto_crypt.py67 certDer = _helpers._urlsafe_b64decode(b''.join(pemLines[1:-1]))
Dclient.py1604 _helpers._from_bytes(_helpers._urlsafe_b64decode(segments[1])))