Searched refs:cfb_buf1 (Results 1 - 2 of 2) sorted by relevance
/external/openssl/crypto/rc2/ |
H A D | rc2test.c | 118 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]),
|
/external/openssl/crypto/des/ |
H A D | destest.c | 289 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...] |
Completed in 12 milliseconds