Home
last modified time | relevance | path

Searched refs:TEA_NUM_TESTS (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
H A Dtea.c30 #define TEA_NUM_TESTS 4 macro
33 static const uint8_t tea_test_key[TEA_NUM_TESTS][16] = {
48 static const uint8_t tea_test_pt[TEA_NUM_TESTS][8] = {
55 static const uint8_t tea_test_ct[TEA_NUM_TESTS][8] = {
93 for (i = 0; i < TEA_NUM_TESTS; i++) { in main()

Completed in 1 milliseconds