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

/openbsd-current/regress/lib/libcrypto/idea/
H A Dideatest.c99 static int cfb64_test(unsigned char *cfb_cipher);
166 static int cfb64_test(unsigned char *cfb_cipher) argument
180 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
/openbsd-current/regress/lib/libcrypto/des/
H A Ddestest.c311 static int cfb_test(int bits, unsigned char *cfb_cipher);
312 static int cfb64_test(unsigned char *cfb_cipher);
313 static int ede_cfb64_test(unsigned char *cfb_cipher);
787 static int cfb_test(int bits, unsigned char *cfb_cipher) argument
796 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
816 static int cfb64_test(unsigned char *cfb_cipher) argument
827 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
849 static int ede_cfb64_test(unsigned char *cfb_cipher) argument
862 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)

Completed in 112 milliseconds