Lines Matching defs:backend
43 def test_encryption(self, backend, params): argument
49 def encrypt_test(backend, cipher_factory, mode_factory, params): argument
76 def test_aead(self, backend, params): argument
82 def aead_test(backend, cipher_factory, mode_factory, params): argument
131 def test_stream_encryption(self, backend, params): argument
136 def stream_encryption_test(backend, cipher_factory, params): argument
158 def test_hash(self, backend, params): argument
163 def hash_test(backend, algorithm, params): argument
172 def test_base_hash(self, backend): argument
177 def base_hash_test(backend, algorithm, digest_size): argument
192 def test_base_hmac(self, backend): argument
197 def base_hmac_test(backend, algorithm): argument
209 def test_hmac(self, backend, params): argument
214 def hmac_test(backend, algorithm, params): argument
225 def test_pbkdf2(self, backend, params): argument
230 def pbkdf2_test(backend, algorithm, params): argument
246 def test_aead_exception(self, backend): argument
251 def aead_exception_test(backend, cipher_factory, mode_factory): argument
282 def test_aead_tag_exception(self, backend): argument
287 def aead_tag_exception_test(backend, cipher_factory, mode_factory): argument
309 def hkdf_derive_test(backend, algorithm, params): argument
323 def hkdf_extract_test(backend, algorithm, params): argument
337 def hkdf_expand_test(backend, algorithm, params): argument
359 def test_hkdf(self, backend, params, hkdf_test): argument
369 def test_kbkdf(self, backend, params): argument
374 def kbkdf_counter_mode_test(backend, params): argument
423 def test_rsa_verification(self, backend, params): argument
429 def rsa_verification_test(backend, params, hash_alg, pad_factory): argument