Home
last modified time | relevance | path

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

/openssl/test/
H A Dideatest.c43 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
98 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp)); in test_idea_cfb64()
101 cfb_tmp, &n, IDEA_ENCRYPT); in test_idea_cfb64()
104 cfb_tmp, &n, IDEA_ENCRYPT); in test_idea_cfb64()
107 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp)); in test_idea_cfb64()
110 cfb_tmp, &n, IDEA_DECRYPT); in test_idea_cfb64()
113 cfb_tmp, &n, IDEA_DECRYPT); in test_idea_cfb64()
H A Ddestest.c246 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
512 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in cfb_test()
517 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in cfb_test()
553 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
557 &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64()
560 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
568 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
575 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
588 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_ede_cfb64()
596 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_ede_cfb64()
[all …]

Completed in 20 milliseconds