Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
H A Dtea.c62 static void test_tea(struct AVTEA *ctx, uint8_t *dst, const uint8_t *src, in test_tea() function
96 test_tea(ctx, buf, tea_test_pt[i], tea_test_ct[i], 1, NULL, 0, "encryption"); in main()
97 test_tea(ctx, buf, tea_test_ct[i], tea_test_pt[i], 1, NULL, 1, "decryption"); in main()
105 test_tea(ctx, pl, ct, src, 4, iv, 1, "CBC decryption"); in main()
108 test_tea(ctx, ct, ct, src, 4, iv, 1, "CBC inplace decryption"); in main()

Completed in 1 milliseconds