Searched refs:cfb_buf2 (Results 26 - 50 of 60) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/test/
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 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.c114 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/test/
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 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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
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...]
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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
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...]
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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/test/
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 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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
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])));
H A Dcasttest.c124 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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])));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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])));

Completed in 133 milliseconds

123