Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/backends/
Dinterfaces.py195 def elliptic_curve_supported(self, curve): member in EllipticCurveBackend
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py1311 def elliptic_curve_supported(self, curve): member in Backend
1341 return self.elliptic_curve_supported(curve)
1348 if self.elliptic_curve_supported(curve):
1588 self.elliptic_curve_supported(curve) and
/external/python/cryptography/tests/hazmat/primitives/
Dtest_ec.py55 if not backend.elliptic_curve_supported(curve):
/external/python/cryptography/docs/hazmat/backends/
Dinterfaces.rst383 .. method:: elliptic_curve_supported(curve)