Searched refs:cfb_cipher64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Dideatest.c98 static unsigned char cfb_cipher64[CFB_TEST_SIZE]={ variable
164 if (cfb64_test(cfb_cipher64))
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2test.c127 static unsigned char cfb_cipher64[CFB_TEST_SIZE]={ variable
199 if (cfb64_test(cfb_cipher64))
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A Dcasttest.c123 static unsigned char cfb_cipher64[CFB_TEST_SIZE]={
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Ddestest.c309 static unsigned char cfb_cipher64[24]={ variable
606 err+=cfb_test(64,cfb_cipher64);
609 err+=cfb64_test(cfb_cipher64);
632 err+=ede_cfb64_test(cfb_cipher64);

Completed in 51 milliseconds