Home
last modified time | relevance | path

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

/external/python/cryptography/tests/hazmat/primitives/
Dtest_dh.py735 serialized = parameters.parameter_bytes(
776 serialized = parameters.parameter_bytes(
856 parameters.parameter_bytes(
864 parameters.parameter_bytes(
872 parameters.parameter_bytes(
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Ddh.py127 def parameter_bytes(self, encoding, format): member in DHParameters
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddh.py62 def parameter_bytes(self, encoding, format): member in _DHParameters
/external/python/cryptography/tests/hazmat/backends/
Dtest_openssl.py574 parameters.parameters(backend).parameter_bytes(
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Ddh.rst172 .. method:: parameter_bytes(encoding, format)
Dserialization.rst557 An enumeration for parameters formats. Used with the ``parameter_bytes``
/external/python/cryptography/
DCHANGELOG.rst315 :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHParameters.parameter_bytes`