Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
H A Dxtea.c54 static const uint8_t xtea_test_ct[XTEA_NUM_TESTS][8] = { variable
96 test_xtea(ctx, buf, xtea_test_pt[i], xtea_test_ct[i], 1, NULL, 0, "encryption", av_xtea_crypt); in main()
97 test_xtea(ctx, buf, xtea_test_ct[i], xtea_test_pt[i], 1, NULL, 1, "decryption", av_xtea_crypt); in main()
103 AV_WL32(&ct[4*j], AV_RB32(&xtea_test_ct[i][4*j])); in main()

Completed in 1 milliseconds