Searched refs:BF_cbc_encrypt (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dblowfish.h115 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dblowfish.h115 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
H A Dbf_cbc.c62 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
H A Dbfspeed.c254 printf("Doing BF_cbc_encrypt on %ld byte blocks for 10 seconds\n",
258 printf("Doing BF_cbc_encrypt %ld times on %ld byte blocks\n",cc,
263 BF_cbc_encrypt(buf,buf,BUFSIZE,&sch,
266 printf("%ld BF_cbc_encrypt's of %ld byte blocks in %.2f second\n",
H A Dbf_enc.c224 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
H A Dbftest.c466 BF_cbc_encrypt((unsigned char *)cbc_data,cbc_out,len,
471 printf("BF_cbc_encrypt encrypt error\n");
475 BF_cbc_encrypt(cbc_out,cbc_in,len,
479 printf("BF_cbc_encrypt decrypt error\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dblowfish.h116 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
H A Dbf_cbc.c62 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
H A Dbfspeed.c240 printf("Doing BF_cbc_encrypt on %ld byte blocks for 10 seconds\n",
244 printf("Doing BF_cbc_encrypt %ld times on %ld byte blocks\n", cc,
249 BF_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), BF_ENCRYPT);
251 printf("%ld BF_cbc_encrypt's of %ld byte blocks in %.2f second\n",
H A Dbf_enc.c225 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
H A Dbftest.c468 BF_cbc_encrypt((unsigned char *)cbc_data, cbc_out, len,
472 printf("BF_cbc_encrypt encrypt error\n");
477 BF_cbc_encrypt(cbc_out, cbc_in, len, &key, iv, BF_DECRYPT);
479 printf("BF_cbc_encrypt decrypt error\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dblowfish.h116 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
H A Dbf_cbc.c62 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
H A Dbfspeed.c240 printf("Doing BF_cbc_encrypt on %ld byte blocks for 10 seconds\n",
244 printf("Doing BF_cbc_encrypt %ld times on %ld byte blocks\n", cc,
249 BF_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), BF_ENCRYPT);
251 printf("%ld BF_cbc_encrypt's of %ld byte blocks in %.2f second\n",
H A Dbf_enc.c225 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
H A Dbftest.c468 BF_cbc_encrypt((unsigned char *)cbc_data, cbc_out, len,
472 printf("BF_cbc_encrypt encrypt error\n");
477 BF_cbc_encrypt(cbc_out, cbc_in, len, &key, iv, BF_DECRYPT);
479 printf("BF_cbc_encrypt decrypt error\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbftest.c466 BF_cbc_encrypt((unsigned char *)cbc_data,cbc_out,len,
471 printf("BF_cbc_encrypt encrypt error\n");
475 BF_cbc_encrypt(cbc_out,cbc_in,len,
479 printf("BF_cbc_encrypt decrypt error\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c1102 BF_cbc_encrypt(data->v, res->v, data->l,
1122 BF_cbc_encrypt(data->v, res->v, data->l,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dspeed.c1926 BF_cbc_encrypt(buf, buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dspeed.c1926 BF_cbc_encrypt(buf, buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c1904 BF_cbc_encrypt(buf,buf,

Completed in 113 milliseconds