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

/external/openssl/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)
/external/openssl/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)

Completed in 91 milliseconds