Searched refs:cfb_tmp (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
226 memcpy(cfb_tmp, cfb_iv, 8);
229 cfb_tmp, &n, IDEA_ENCRYPT);
232 cfb_tmp, &n, IDEA_ENCRYPT);
239 memcpy(cfb_tmp, cfb_iv, 8);
242 cfb_tmp, &n, IDEA_DECRYPT);
245 cfb_tmp, &n, IDEA_DECRYPT);
/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
223 memcpy(cfb_tmp,cfb_iv,8);
226 cfb_tmp,&n,IDEA_ENCRYPT);
229 cfb_tmp,&n,IDEA_ENCRYPT);
237 memcpy(cfb_tmp,cfb_iv,8);
240 cfb_tmp,&n,IDEA_DECRYPT);
243 cfb_tmp,&n,IDEA_DECRYPT);
/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
186 memcpy(cfb_tmp,cfb_iv,8);
189 cfb_tmp,&n,IDEA_ENCRYPT);
192 cfb_tmp,&n,IDEA_ENCRYPT);
200 memcpy(cfb_tmp,cfb_iv,8);
203 cfb_tmp,&n,IDEA_DECRYPT);
206 cfb_tmp,&n,IDEA_DECRYPT);
H A Drc2test.c118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
223 memcpy(cfb_tmp,cfb_iv,8);
226 cfb_tmp,&n,IDEA_ENCRYPT);
229 cfb_tmp,&n,IDEA_ENCRYPT);
237 memcpy(cfb_tmp,cfb_iv,8);
240 cfb_tmp,&n,IDEA_DECRYPT);
243 cfb_tmp,&n,IDEA_DECRYPT);
H A Ddestest.c289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
611 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
614 8,1,ks,&cfb_tmp,DES_ENCRYPT);
621 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
624 8,1,ks,&cfb_tmp,DES_DECRYPT);
858 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
868 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
887 memcpy(cfb_tmp,cfb_i
[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
226 memcpy(cfb_tmp, cfb_iv, 8);
229 cfb_tmp, &n, IDEA_ENCRYPT);
232 cfb_tmp, &n, IDEA_ENCRYPT);
239 memcpy(cfb_tmp, cfb_iv, 8);
242 cfb_tmp, &n, IDEA_DECRYPT);
245 cfb_tmp, &n, IDEA_DECRYPT);
/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
186 memcpy(cfb_tmp,cfb_iv,8);
189 cfb_tmp,&n,IDEA_ENCRYPT);
192 cfb_tmp,&n,IDEA_ENCRYPT);
200 memcpy(cfb_tmp,cfb_iv,8);
203 cfb_tmp,&n,IDEA_DECRYPT);
206 cfb_tmp,&n,IDEA_DECRYPT);
/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
186 memcpy(cfb_tmp, cfb_iv, 8);
189 cfb_tmp, &n, IDEA_ENCRYPT);
192 cfb_tmp, &n, IDEA_ENCRYPT);
199 memcpy(cfb_tmp, cfb_iv, 8);
202 cfb_tmp, &n, IDEA_DECRYPT);
205 cfb_tmp, &n, IDEA_DECRYPT);
/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
186 memcpy(cfb_tmp, cfb_iv, 8);
189 cfb_tmp, &n, IDEA_ENCRYPT);
192 cfb_tmp, &n, IDEA_ENCRYPT);
199 memcpy(cfb_tmp, cfb_iv, 8);
202 cfb_tmp, &n, IDEA_DECRYPT);
205 cfb_tmp, &n, IDEA_DECRYPT);
/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
611 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
614 8,1,ks,&cfb_tmp,DES_ENCRYPT);
621 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
624 8,1,ks,&cfb_tmp,DES_DECRYPT);
858 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
868 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
887 memcpy(cfb_tmp,cfb_i
[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
614 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
617 8, 1, ks, &cfb_tmp, DES_ENCRYPT);
623 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
626 8, 1, ks, &cfb_tmp, DES_DECRYPT);
841 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
842 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp,
850 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
851 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
868 memcpy(cfb_tmp, cfb_i
[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
614 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
617 8, 1, ks, &cfb_tmp, DES_ENCRYPT);
623 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
626 8, 1, ks, &cfb_tmp, DES_DECRYPT);
841 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
842 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp,
850 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
851 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
868 memcpy(cfb_tmp, cfb_i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5test.c333 memcpy(cfb_tmp, cfb_iv, 8);
336 cfb_tmp, &n, IDEA_ENCRYPT);
339 cfb_tmp, &n, IDEA_ENCRYPT);
346 memcpy(cfb_tmp, cfb_iv, 8);
349 cfb_tmp, &n, IDEA_DECRYPT);
352 cfb_tmp, &n, IDEA_DECRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5test.c335 memcpy(cfb_tmp,cfb_iv,8);
338 cfb_tmp,&n,IDEA_ENCRYPT);
341 cfb_tmp,&n,IDEA_ENCRYPT);
349 memcpy(cfb_tmp,cfb_iv,8);
352 cfb_tmp,&n,IDEA_DECRYPT);
355 cfb_tmp,&n,IDEA_DECRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5test.c333 memcpy(cfb_tmp, cfb_iv, 8);
336 cfb_tmp, &n, IDEA_ENCRYPT);
339 cfb_tmp, &n, IDEA_ENCRYPT);
346 memcpy(cfb_tmp, cfb_iv, 8);
349 cfb_tmp, &n, IDEA_DECRYPT);
352 cfb_tmp, &n, IDEA_DECRYPT);
/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 359 milliseconds