Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dec.py60 def _sn_to_elliptic_curve(backend, sn): function
135 self._curve = _sn_to_elliptic_curve(backend, sn)
237 self._curve = _sn_to_elliptic_curve(backend, sn)
/external/python/cryptography/tests/hazmat/backends/
Dtest_openssl.py23 from cryptography.hazmat.backends.openssl.ec import _sn_to_elliptic_curve
509 _sn_to_elliptic_curve(backend, b"fake")