Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dssh.py55 e, rest = _ssh_read_next_mpint(decoded_data)
56 n, rest = _ssh_read_next_mpint(rest)
65 p, rest = _ssh_read_next_mpint(decoded_data)
66 q, rest = _ssh_read_next_mpint(rest)
67 g, rest = _ssh_read_next_mpint(rest)
68 y, rest = _ssh_read_next_mpint(rest)
121 def _ssh_read_next_mpint(data): function