Searched refs:ciphertext2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | blowfish.c | 121 static const uint8_t ciphertext2[16] = { 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() 167 test_blowfish(ctx, tmp, tmp, ciphertext2, 2, iv, 0, "Inplace CBC encryption"); in main()
|
Completed in 1 milliseconds