Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/
D_pure_python_crypt.py49 def _bit_list_to_bytes(bit_list): function
121 key_bytes = _bit_list_to_bytes(cert_info['subjectPublicKey'])
/external/python/google-auth-library-python/google/auth/crypt/
D_python_rsa.py41 def _bit_list_to_bytes(bit_list): function
107 key_bytes = _bit_list_to_bytes(cert_info["subjectPublicKey"])