Searched refs:cfb_buf1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/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)13,&eks,
204 idea_cfb64_encrypt(&(cfb_buf1[13]),&(cfb_buf2[13]),
/freebsd-10.0-release/crypto/openssl/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]),
/freebsd-10.0-release/crypto/openssl/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...]
/freebsd-10.0-release/crypto/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]),
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A Dcasttest.c114 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];

Completed in 174 milliseconds