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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2test.c124 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
241 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks,
243 idea_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
246 if (memcmp(plain, cfb_buf2, CFB_TEST_SIZE) != 0) {
250 printf("%s\n", pt(&(cfb_buf2[i])));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc2/
H A Drc2test.c124 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
241 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks,
243 idea_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
246 if (memcmp(plain, cfb_buf2, CFB_TEST_SIZE) != 0) {
250 printf("%s\n", pt(&(cfb_buf2[i])));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Dideatest.c92 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
201 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks,
203 idea_cfb64_encrypt(&(cfb_buf1[13]), &(cfb_buf2[13]),
206 if (memcmp(plain, cfb_buf2, CFB_TEST_SIZE) != 0) {
210 printf("%s\n", pt(&(cfb_buf2[i])));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Dideatest.c92 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
201 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks,
203 idea_cfb64_encrypt(&(cfb_buf1[13]), &(cfb_buf2[13]),
206 if (memcmp(plain, cfb_buf2, CFB_TEST_SIZE) != 0) {
210 printf("%s\n", pt(&(cfb_buf2[i])));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddestest.c305 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
625 des_cfb_encrypt(&(cfb_buf1[i]), &(cfb_buf2[i]),
627 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
851 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
853 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
881 des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp, &n, DES_DECRYPT);
882 des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
884 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
888 printf("%s\n", pt(&(cfb_buf2[i])));
914 des_ede3_cfb64_encrypt(cfb_buf1, cfb_buf2, (lon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddestest.c305 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
625 des_cfb_encrypt(&(cfb_buf1[i]), &(cfb_buf2[i]),
627 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
851 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
853 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
881 des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp, &n, DES_DECRYPT);
882 des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
884 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
888 printf("%s\n", pt(&(cfb_buf2[i])));
914 des_ede3_cfb64_encrypt(cfb_buf1, cfb_buf2, (lon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5test.c348 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks,
350 idea_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
353 if (memcmp(plain, cfb_buf2, CFB_TEST_SIZE) != 0) {
357 printf("%s\n", pt(&(cfb_buf2[i])));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5test.c348 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks,
350 idea_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
353 if (memcmp(plain, cfb_buf2, CFB_TEST_SIZE) != 0) {
357 printf("%s\n", pt(&(cfb_buf2[i])));
/netgear-R7000-V1.0.7.12_1.2.5/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];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcasttest.c124 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcasttest.c124 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8];

Completed in 88 milliseconds