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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dxtea.c230 static void test_xtea(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, function
260 test_xtea(&ctx, buf, xtea_test_pt[i], xtea_test_ct[i], 1, NULL, 0, "encryption");
261 test_xtea(&ctx, buf, xtea_test_ct[i], xtea_test_pt[i], 1, NULL, 1, "decryption");
269 test_xtea(&ctx, pl, ct, src, 4, iv, 1, "CBC decryption");
272 test_xtea(&ctx, ct, ct, src, 4, iv, 1, "CBC inplace decryption");

Completed in 69 milliseconds