Searched refs:cfb_buf2 (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A Dideatest.c89 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
199 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
201 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
204 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
209 printf("%s\n",pt(&(cfb_buf2[i])));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc2/
H A Drc2test.c118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
236 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
238 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
241 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
246 printf("%s\n",pt(&(cfb_buf2[i])));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dideatest.c89 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
199 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
201 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
204 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
209 printf("%s\n",pt(&(cfb_buf2[i])));
H A Drc2test.c118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
236 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
238 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
241 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
246 printf("%s\n",pt(&(cfb_buf2[i])));
H A Ddestest.c289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
622 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
624 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
865 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
867 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
897 des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT);
898 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
900 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
905 printf("%s\n",pt(&(cfb_buf2[i])));
932 des_ede3_cfb64_encrypt(cfb_buf1,cfb_buf2,(lon
[all...]
H A Drc5test.c351 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
353 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
356 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
361 printf("%s\n",pt(&(cfb_buf2[i])));
H A Dcasttest.c113 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2test.c118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
239 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
241 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
244 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
249 printf("%s\n",pt(&(cfb_buf2[i])));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dideatest.c89 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
202 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
204 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
207 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
212 printf("%s\n",pt(&(cfb_buf2[i])));
H A Drc2test.c118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
239 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
241 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
244 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
249 printf("%s\n",pt(&(cfb_buf2[i])));
H A Ddestest.c289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
623 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
625 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
871 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
901 des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT);
902 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
904 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
909 printf("%s\n",pt(&(cfb_buf2[i])));
936 des_ede3_cfb64_encrypt(cfb_buf1,cfb_buf2,(lon
[all...]
H A Dcasttest.c114 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Dideatest.c89 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
202 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
204 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
207 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
212 printf("%s\n",pt(&(cfb_buf2[i])));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Ddestest.c289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
622 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
624 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
865 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
867 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
897 des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT);
898 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
900 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
905 printf("%s\n",pt(&(cfb_buf2[i])));
932 des_ede3_cfb64_encrypt(cfb_buf1,cfb_buf2,(lon
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddestest.c289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
623 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
625 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
871 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
901 des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT);
902 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
904 if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
909 printf("%s\n",pt(&(cfb_buf2[i])));
936 des_ede3_cfb64_encrypt(cfb_buf1,cfb_buf2,(lon
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc5/
H A Drc5test.c351 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
353 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
356 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
361 printf("%s\n",pt(&(cfb_buf2[i])));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5test.c351 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
353 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
356 if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
361 printf("%s\n",pt(&(cfb_buf2[i])));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dcasttest.c113 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcasttest.c114 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];

Completed in 69 milliseconds