Lines Matching refs:cbc_iv
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()
513 &cbc_iv, DES_DECRYPT); in test_des_pcbc()
686 &cbc_iv); in test_des_cbc_cksum()
698 (DES_cblock *)cbc_iv); in test_des_quad_cksum()