Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
H A Dxtea.c28 #define XTEA_NUM_TESTS 6 macro
30 static const uint8_t xtea_test_key[XTEA_NUM_TESTS][16] = {
45 static const uint8_t xtea_test_pt[XTEA_NUM_TESTS][8] = {
54 static const uint8_t xtea_test_ct[XTEA_NUM_TESTS][8] = {
93 for (i = 0; i < XTEA_NUM_TESTS; i++) { in main()

Completed in 1 milliseconds