HomeSort by relevance Sort by last modified time
    Searched refs:cfb_buf1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
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]),