Searched refs:hardcoded_key (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 55 static const uint8_t *hardcoded_key = "FFmpeg is the best program ever."; variable 119 av_aes_init(aes, hardcoded_key, 128, 0); in run_lavu_aes128() 129 av_blowfish_init(blowfish, hardcoded_key, 16); in run_lavu_blowfish() 139 av_camellia_init(camellia, hardcoded_key, 128); in run_lavu_camellia() 149 av_cast5_init(cast, hardcoded_key, 128); in run_lavu_cast128() 159 av_des_init(des, hardcoded_key, 64, 0); in run_lavu_des() 169 av_twofish_init(twofish, hardcoded_key, 128); in run_lavu_twofish() 179 av_rc4_init(rc4, hardcoded_key, 128, 0); in run_lavu_rc4() 189 av_xtea_init(xtea, hardcoded_key); in run_lavu_xtea() 229 AES_set_encrypt_key(hardcoded_key, 128, &aes); in DEFINE_CRYPTO_WRAPPER() [all …]
|