Searched refs:test_blowfish (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 Dblowfish.c524 static void test_blowfish(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src, function
552 test_blowfish(&ctx, tmp, plaintext, ciphertext, 1, NULL, 0, "encryption");
553 test_blowfish(&ctx, tmp, ciphertext, plaintext, 1, NULL, 1, "decryption");
554 test_blowfish(&ctx, tmp, tmp, ciphertext, 1, NULL, 0, "Inplace encryption");
555 test_blowfish(&ctx, tmp, tmp, plaintext, 1, NULL, 1, "Inplace decryption");
557 test_blowfish(&ctx, tmp, plaintext2, ciphertext2, 2, iv, 0, "CBC encryption");
559 test_blowfish(&ctx, tmp, ciphertext2, plaintext2, 2, iv, 1, "CBC decryption");
561 test_blowfish(&ctx, tmp, tmp, ciphertext2, 2, iv, 0, "Inplace CBC encryption");
563 test_blowfish(&ctx, tmp, tmp, plaintext2, 2, iv, 1, "Inplace CBC decryption");

Completed in 516 milliseconds