Home
last modified time | relevance | path

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

/external/python/pyopenssl/doc/api/
Dcrypto.rst21 .. autofunction:: get_elliptic_curve
/external/python/pyopenssl/tests/
Dtest_crypto.py46 get_elliptic_curve,
4360 assert curve.name == get_elliptic_curve(curve.name).name
4368 get_elliptic_curve(u"this curve was just invented")
4417 return get_elliptic_curve(self.curve_factory.curve_name)
4424 return get_elliptic_curve(self.curve_factory.another_curve_name)
4443 curve = get_elliptic_curve(self.curve_factory.curve_name)
4452 curve = get_elliptic_curve(self.curve_factory.curve_name)
4454 [get_elliptic_curve(self.curve_factory.another_curve_name)]
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py502 def get_elliptic_curve(name): function
/external/python/pyopenssl/doc/
DChangeLog_old.txt71 Schlawack, add ``get_elliptic_curve`` and ``get_elliptic_curves``