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

/openbsd-current/regress/lib/libcrypto/idea/
H A Dideatest.c80 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
175 idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
177 idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
180 if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
185 printf("%s\n",pt(&(cfb_buf1[i])));
189 idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks,
191 idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/openbsd-current/regress/lib/libcrypto/des/
H A Ddestest.c269 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
581 DES_cfb_encrypt(&(plain[i]),&(cfb_buf1[i]),
583 if (memcmp(cfb_cipher8,cfb_buf1,sizeof(plain)) != 0)
591 DES_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]),
794 DES_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),&ks,&cfb_tmp,
796 if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
801 printf("%s\n",pt(&(cfb_buf1[i])));
804 DES_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),&ks,&cfb_tmp,
811 printf("%s\n",pt(&(cfb_buf1[i])));
824 DES_cfb64_encrypt(plain,cfb_buf1,1
[all...]

Completed in 169 milliseconds