Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dmodes_internal_test.c191 const unsigned char *test_input = cts128_test_input; in execute_cts128() local
205 if (!TEST_size_t_eq(fixture->encrypt_block(test_input, ciphertext, len, in execute_cts128()
219 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128()
225 if (!TEST_size_t_eq(fixture->encrypt_stream(test_input, ciphertext, len, in execute_cts128()
239 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128()
/src/contrib/libedit/TEST/
H A Dtest_filecompletion.c50 } test_input; typedef
52 static test_input inputs[] = {