Searched refs:cfb_cipher (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Dideatest.c110 static int cfb64_test(unsigned char *cfb_cipher);
179 static int cfb64_test(unsigned char *cfb_cipher) argument
193 if (memcmp(cfb_cipher, cfb_buf1, CFB_TEST_SIZE) != 0) {
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2test.c143 * static int cfb64_test(unsigned char *cfb_cipher);
219 static int cfb64_test(unsigned char *cfb_cipher) argument
233 if (memcmp(cfb_cipher, cfb_buf1, CFB_TEST_SIZE) != 0) {
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddestest.c358 static int cfb_test(int bits, unsigned char *cfb_cipher);
359 static int cfb64_test(unsigned char *cfb_cipher);
360 static int ede_cfb64_test(unsigned char *cfb_cipher);
835 static int cfb_test(int bits, unsigned char *cfb_cipher) argument
844 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) {
862 static int cfb64_test(unsigned char *cfb_cipher) argument
873 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) {
893 static int ede_cfb64_test(unsigned char *cfb_cipher) argument
906 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c385 cfb_test(int bits, unsigned char *cfb_cipher) argument
393 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0)
405 cfb64_test(unsigned char *cfb_cipher) argument
416 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0)
430 ede_cfb64_test(unsigned char *cfb_cipher) argument
443 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0)
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5test.c326 static int cfb64_test(unsigned char *cfb_cipher) argument
340 if (memcmp(cfb_cipher, cfb_buf1, CFB_TEST_SIZE) != 0) {

Completed in 148 milliseconds