Home
last modified time | relevance | path

Searched refs:_urlsafe_b64encode (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dservice_account.py78 assertion_input = (_urlsafe_b64encode(header) + b'.' +
79 _urlsafe_b64encode(payload))
125 def _urlsafe_b64encode(data): function
Dcrypt.py342 def _urlsafe_b64encode(raw_bytes): function
375 _urlsafe_b64encode(_json_encode(header)),
376 _urlsafe_b64encode(_json_encode(payload)),
381 segments.append(_urlsafe_b64encode(signature))
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_jwt.py146 jwt = 'foo.%s.baz' % crypt._urlsafe_b64encode('{"a":"b"}')