Home
last modified time | relevance | path

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

/external/python/cryptography/tests/
Ddoubles.py15 class DummyCipherAlgorithm(object): class
/external/python/cryptography/tests/hazmat/primitives/
Dtest_block.py24 from ...doubles import DummyCipherAlgorithm, DummyMode
108 cipher = Cipher(DummyCipherAlgorithm(), mode, backend)
/external/python/cryptography/tests/hazmat/backends/
Dtest_openssl.py29 DummyCipherAlgorithm,
90 DummyCipherAlgorithm,
95 DummyCipherAlgorithm(),
472 backend.create_cmac_ctx(DummyCipherAlgorithm())