Searched refs:cfb_iv (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Dideatest.c90 static unsigned char cfb_iv[80] = variable
186 memcpy(cfb_tmp, cfb_iv, 8);
199 memcpy(cfb_tmp, cfb_iv, 8);
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2test.c122 static unsigned char cfb_iv[80] = variable
226 memcpy(cfb_tmp, cfb_iv, 8);
239 memcpy(cfb_tmp, cfb_iv, 8);
/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c287 static unsigned char cfb_iv[8] = { variable
390 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
395 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
411 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
418 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
436 memcpy(cfb_tmp, cfb_iv, sizeo
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddestest.c303 static unsigned char cfb_iv[8] = variable
614 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
623 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
841 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
850 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
868 memcpy(cfb_tmp, cfb_iv, sizeo
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcasttest.c122 static unsigned char cfb_iv[80] =
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5test.c333 memcpy(cfb_tmp, cfb_iv, 8);
346 memcpy(cfb_tmp, cfb_iv, 8);

Completed in 182 milliseconds