Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dencryption_info.c28 static const uint8_t test_iv[] = {0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18}; variable
79 info = av_encryption_info_alloc(test_subsample_count, sizeof(test_key_id), sizeof(test_iv)); in run_encryption_info_test()
84 av_assert0(info->iv_size == sizeof(test_iv)); in run_encryption_info_test()
92 memcpy(info->iv, test_iv, sizeof(test_iv)); in run_encryption_info_test()
/third_party/openssl/test/
Dmodes_internal_test.c185 const unsigned char *test_iv = cts128_test_iv; in execute_cts128() local
202 memcpy(iv, test_iv, test_iv_len); in execute_cts128()
211 memcpy(iv, test_iv, test_iv_len); in execute_cts128()
221 memcpy(iv, test_iv, test_iv_len); in execute_cts128()
231 memcpy(iv, test_iv, test_iv_len); in execute_cts128()