Searched refs:idea_cfb64_encrypt (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Di_cfb64.c68 void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, function
H A Didea.h94 void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
H A Dideatest.c188 idea_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks,
190 idea_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]),
195 printf("idea_cfb64_encrypt encrypt error\n");
201 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks,
203 idea_cfb64_encrypt(&(cfb_buf1[13]), &(cfb_buf2[13]),
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2test.c228 idea_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks,
230 idea_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]),
235 printf("idea_cfb64_encrypt encrypt error\n");
241 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks,
243 idea_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5test.c335 idea_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks,
337 idea_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]),
342 printf("idea_cfb64_encrypt encrypt error\n");
348 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks,
350 idea_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),

Completed in 183 milliseconds