Searched refs:input_stream_factory (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tink/python/tink/streaming_aead/ |
H A D | _streaming_aead_wrapper_test.py | 86 def test_slow_encrypt_decrypt_success(self, input_stream_factory): argument 95 ciphertext_src = cast(BinaryIO, input_stream_factory(ciphertext)) 139 def test_encrypt_decrypt_with_key_rotation(self, input_stream_factory): argument 161 cast(BinaryIO, input_stream_factory(ciphertext1)), b'aad1') as ds: 164 cast(BinaryIO, input_stream_factory(ciphertext1)), b'aad1') as ds: 167 cast(BinaryIO, input_stream_factory(ciphertext1)), b'aad1') as ds: 170 cast(BinaryIO, input_stream_factory(ciphertext1)), b'aad1') as ds: 179 cast(BinaryIO, input_stream_factory(ciphertext2)), b'aad2') as ds: 182 cast(BinaryIO, input_stream_factory(ciphertext2)), b'aad2') as ds: 185 cast(BinaryIO, input_stream_factory(ciphertext2)), b'aad2') as ds: [all …]
|