Searched refs:CAST_ENCRYPT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/cast/
H A Dcast.h72 # define CAST_ENCRYPT 1 macro
H A Dcasttest.c155 CAST_ecb_encrypt(in, out, &key, CAST_ENCRYPT);
201 CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT);
202 CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT);
204 CAST_ecb_encrypt(&(out_b[0]), &(out_b[0]), &key, CAST_ENCRYPT);
205 CAST_ecb_encrypt(&(out_b[8]), &(out_b[8]), &key, CAST_ENCRYPT);
H A Dcast_spd.c249 CAST_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), CAST_ENCRYPT);
/freebsd-10.1-release/crypto/openssl/apps/
H A Dspeed.c1936 iv, CAST_ENCRYPT);

Completed in 102 milliseconds