Searched refs:cbc_iv (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | destest.c | 189 static unsigned char cbc_iv[8] = { variable 384 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc() 390 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc() 408 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc() 413 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc() 436 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc() 445 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc() 459 memcpy(iv, cbc_iv, sizeof(cbc_iv)); in test_input_align() 474 memcpy(iv, cbc_iv, sizeof(cbc_iv)); in test_output_align() 509 &cbc_iv, DES_ENCRYPT); in test_des_pcbc() [all …]
|
H A D | bftest.c | 166 static unsigned char cbc_iv[8] = { variable 269 printf("%02X", cbc_iv[j]); in print_test_data() 362 memcpy(iv, cbc_iv, sizeof(iv)); in test_bf_cbc() 368 memcpy(iv, cbc_iv, 8); in test_bf_cbc() 388 memcpy(iv, cbc_iv, 8); in test_bf_cfb64() 398 memcpy(iv, cbc_iv, 8); in test_bf_cfb64() 420 memcpy(iv, cbc_iv, 8); in test_bf_ofb64() 430 memcpy(iv, cbc_iv, 8); in test_bf_ofb64()
|
/openssl/demos/cipher/ |
H A D | ariacbc.c | 29 static const unsigned char cbc_iv[] = { variable 79 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_encrypt() 134 if (!EVP_DecryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_decrypt()
|
Completed in 19 milliseconds