Lines Matching refs:cbc_iv
186 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()
503 &cbc_iv, DES_DECRYPT); in test_des_pcbc()
676 &cbc_iv); in test_des_cbc_cksum()
688 (DES_cblock *)cbc_iv); in test_des_quad_cksum()