Home
last modified time | relevance | path

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

/test/
A Dmodes_internal_test.c190 const unsigned char *test_input = cts128_test_input; in execute_cts128() local
204 if (!TEST_size_t_eq(fixture->encrypt_block(test_input, ciphertext, len, in execute_cts128()
217 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128()
223 if (!TEST_size_t_eq(fixture->encrypt_stream(test_input, ciphertext, len, in execute_cts128()
237 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128()

Completed in 8 milliseconds