Searched refs:cfb_buf1 (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
185 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
187 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
190 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
195 printf("%s\n",pt(&(cfb_buf1[i])));
199 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
201 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/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
222 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
224 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
227 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
232 printf("%s\n",pt(&(cfb_buf1[i])));
236 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
238 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/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
185 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
187 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
190 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
195 printf("%s\n",pt(&(cfb_buf1[i])));
199 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
201 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
H A Drc2test.c118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
222 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
224 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
227 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
232 printf("%s\n",pt(&(cfb_buf1[i])));
236 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
238 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
H A Ddestest.c289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
612 des_cfb_encrypt(&(plain[i]),&(cfb_buf1[i]),
614 if (memcmp(cfb_cipher8,cfb_buf1,sizeof(plain)) != 0)
622 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
855 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
857 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
862 printf("%s\n",pt(&(cfb_buf1[i])));
865 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
872 printf("%s\n",pt(&(cfb_buf1[i])));
885 des_cfb64_encrypt(plain,cfb_buf1,1
[all...]
H A Drc5test.c337 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
339 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
342 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
347 printf("%s\n",pt(&(cfb_buf1[i])));
351 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
353 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
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
225 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
227 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
230 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
235 printf("%s\n",pt(&(cfb_buf1[i])));
239 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
241 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/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
188 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
190 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
193 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
198 printf("%s\n",pt(&(cfb_buf1[i])));
202 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
204 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
H A Drc2test.c118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
225 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
227 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
230 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
235 printf("%s\n",pt(&(cfb_buf1[i])));
239 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
241 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
H A Ddestest.c289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
613 des_cfb_encrypt(&(plain[i]),&(cfb_buf1[i]),
615 if (memcmp(cfb_cipher8,cfb_buf1,sizeof(plain)) != 0)
623 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
861 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
866 printf("%s\n",pt(&(cfb_buf1[i])));
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
876 printf("%s\n",pt(&(cfb_buf1[i])));
889 des_cfb64_encrypt(plain,cfb_buf1,1
[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
188 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
190 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
193 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
198 printf("%s\n",pt(&(cfb_buf1[i])));
202 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
204 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/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
612 des_cfb_encrypt(&(plain[i]),&(cfb_buf1[i]),
614 if (memcmp(cfb_cipher8,cfb_buf1,sizeof(plain)) != 0)
622 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
855 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
857 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
862 printf("%s\n",pt(&(cfb_buf1[i])));
865 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
872 printf("%s\n",pt(&(cfb_buf1[i])));
885 des_cfb64_encrypt(plain,cfb_buf1,1
[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
613 des_cfb_encrypt(&(plain[i]),&(cfb_buf1[i]),
615 if (memcmp(cfb_cipher8,cfb_buf1,sizeof(plain)) != 0)
623 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
861 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
866 printf("%s\n",pt(&(cfb_buf1[i])));
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
876 printf("%s\n",pt(&(cfb_buf1[i])));
889 des_cfb64_encrypt(plain,cfb_buf1,1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc5/
H A Drc5test.c337 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
339 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
342 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
347 printf("%s\n",pt(&(cfb_buf1[i])));
351 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
353 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5test.c337 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
339 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
342 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
347 printf("%s\n",pt(&(cfb_buf1[i])));
351 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
353 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/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 80 milliseconds