Searched refs:idea_cbc_encrypt (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Didea.h91 void idea_cbc_encrypt(const unsigned char *in, unsigned char *out,
H A Dideatest.c152 idea_cbc_encrypt((unsigned char *)text, out, strlen(text) + 1, &key, iv,
155 idea_cbc_encrypt(out, out, 8, &dkey, iv, 0);
156 idea_cbc_encrypt(&(out[8]), &(out[8]), strlen(text) + 1 - 8, &dkey, iv,
H A Di_cbc.c62 void idea_cbc_encrypt(const unsigned char *in, unsigned char *out, function
H A Didea_spd.c259 printf("Doing idea_cbc_encrypt on %ld byte blocks for 10 seconds\n",
263 printf("Doing idea_cbc_encrypt %ld times on %ld byte blocks\n", cc,
268 idea_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), IDEA_ENCRYPT);
270 printf("%ld idea_cbc_encrypt's of %ld byte blocks in %.2f second\n",
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2test.c190 idea_cbc_encrypt((unsigned char *)text, out, strlen(text) + 1, &key, iv,
193 idea_cbc_encrypt(out, out, 8, &dkey, iv, 0);
194 idea_cbc_encrypt(&(out[8]), &(out[8]), strlen(text) + 1 - 8, &dkey, iv,
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c1872 idea_cbc_encrypt(buf, buf,

Completed in 73 milliseconds