Searched refs:cfb_tmp (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | ideatest.c | 44 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable 99 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp)); in test_idea_cfb64() 102 cfb_tmp, &n, IDEA_ENCRYPT); in test_idea_cfb64() 105 cfb_tmp, &n, IDEA_ENCRYPT); in test_idea_cfb64() 108 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp)); in test_idea_cfb64() 111 cfb_tmp, &n, IDEA_DECRYPT); in test_idea_cfb64() 114 cfb_tmp, &n, IDEA_DECRYPT); in test_idea_cfb64()
|
H A D | destest.c | 253 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable 522 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in cfb_test() 527 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in cfb_test() 563 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64() 567 &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64() 570 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64() 578 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64() 585 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64() 598 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_ede_cfb64() 606 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_ede_cfb64() [all …]
|
Completed in 6 milliseconds