Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dmodes_internal_test.c99 static const SIZED_DATA aes_cts128_vectors[] = { variable
187 const unsigned char *orig_vector = aes_cts128_vectors[num].data; in execute_cts128()
188 size_t len = aes_cts128_vectors[num].size; in execute_cts128()
895 ADD_ALL_TESTS(test_aes_cts128, OSSL_NELEM(aes_cts128_vectors)); in setup_tests()
896 ADD_ALL_TESTS(test_aes_cts128_nist, OSSL_NELEM(aes_cts128_vectors)); in setup_tests()