Home
last modified time | relevance | path

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

/openssl-master/test/
A Ddestest.c186 static unsigned char cbc_iv[8] = variable
374 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc()
380 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc()
398 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc()
403 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc()
426 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc()
435 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc()
449 memcpy(iv, cbc_iv, sizeof(cbc_iv)); in test_input_align()
464 memcpy(iv, cbc_iv, sizeof(cbc_iv)); in test_output_align()
499 &cbc_iv, DES_ENCRYPT); in test_des_pcbc()
[all …]
A Dbftest.c166 static unsigned char cbc_iv[8] = variable
267 printf("%02X", cbc_iv[j]); in print_test_data()
360 memcpy(iv, cbc_iv, sizeof(iv)); in test_bf_cbc()
366 memcpy(iv, cbc_iv, 8); in test_bf_cbc()
386 memcpy(iv, cbc_iv, 8); in test_bf_cfb64()
396 memcpy(iv, cbc_iv, 8); in test_bf_cfb64()
418 memcpy(iv, cbc_iv, 8); in test_bf_ofb64()
428 memcpy(iv, cbc_iv, 8); in test_bf_ofb64()

Completed in 4 milliseconds