Searched refs:xtea_test_pt (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | xtea.c | 45 static const uint8_t xtea_test_pt[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() 104 AV_WL32(&pl[4*j], AV_RB32(&xtea_test_pt[i][4*j])); in main()
|
Completed in 2 milliseconds