Searched refs:cfb_iv (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/test/ |
H A D | ideatest.c | 41 static const unsigned char cfb_iv[80] = variable 98 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp)); in test_idea_cfb64() 107 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp)); in test_idea_cfb64()
|
H A D | destest.c | 244 static unsigned char cfb_iv[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() 560 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64() 568 memcpy(cfb_tmp, cfb_iv, sizeo in test_des_cfb64() [all...] |
Completed in 2 milliseconds