Home
last modified time | relevance | path

Searched refs:plaintext2 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dblowfish.c114 static const uint8_t plaintext2[16] = "BLOWFISHBLOWFISH"; variable
163 test_blowfish(ctx, tmp, plaintext2, ciphertext2, 2, iv, 0, "CBC encryption"); in main()
165 test_blowfish(ctx, tmp, ciphertext2, plaintext2, 2, iv, 1, "CBC decryption"); in main()
169 test_blowfish(ctx, tmp, tmp, plaintext2, 2, iv, 1, "Inplace CBC decryption"); in main()