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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dideatest.c108 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)
H A Drc2test.c138 /*static int cfb64_test(unsigned char *cfb_cipher);*/
216 static int cfb64_test(unsigned char *cfb_cipher) argument
230 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
H A Ddestest.c331 static int cfb_test(int bits, unsigned char *cfb_cipher);
332 static int cfb64_test(unsigned char *cfb_cipher);
333 static int ede_cfb64_test(unsigned char *cfb_cipher);
852 static int cfb_test(int bits, unsigned char *cfb_cipher) argument
861 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
881 static int cfb64_test(unsigned char *cfb_cipher) argument
892 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
914 static int ede_cfb64_test(unsigned char *cfb_cipher) argument
927 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Dideatest.c108 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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2test.c138 /*static int cfb64_test(unsigned char *cfb_cipher);*/
216 static int cfb64_test(unsigned char *cfb_cipher) argument
230 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddestest.c331 static int cfb_test(int bits, unsigned char *cfb_cipher);
332 static int cfb64_test(unsigned char *cfb_cipher);
333 static int ede_cfb64_test(unsigned char *cfb_cipher);
852 static int cfb_test(int bits, unsigned char *cfb_cipher) argument
861 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
881 static int cfb64_test(unsigned char *cfb_cipher) argument
892 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
914 static int ede_cfb64_test(unsigned char *cfb_cipher) argument
927 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5test.c328 static int cfb64_test(unsigned char *cfb_cipher) argument
342 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 104 milliseconds