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

/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dcast.h72 #define CAST_ENCRYPT 1 macro
H A Dcasttest.c147 CAST_ecb_encrypt(in,out,&key,CAST_ENCRYPT);
194 CAST_ecb_encrypt(&(out_a[0]),&(out_a[0]),&key_b,CAST_ENCRYPT);
195 CAST_ecb_encrypt(&(out_a[8]),&(out_a[8]),&key_b,CAST_ENCRYPT);
197 CAST_ecb_encrypt(&(out_b[0]),&(out_b[0]),&key,CAST_ENCRYPT);
198 CAST_ecb_encrypt(&(out_b[8]),&(out_b[8]),&key,CAST_ENCRYPT);
H A Dcast_spd.c264 &(key[0]),CAST_ENCRYPT);
/barrelfish-master/include/openssl/
H A Dcast.h72 #define CAST_ENCRYPT 1 macro
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dcasttest.c147 CAST_ecb_encrypt(in,out,&key,CAST_ENCRYPT);
194 CAST_ecb_encrypt(&(out_a[0]),&(out_a[0]),&key_b,CAST_ENCRYPT);
195 CAST_ecb_encrypt(&(out_a[8]),&(out_a[8]),&key_b,CAST_ENCRYPT);
197 CAST_ecb_encrypt(&(out_b[0]),&(out_b[0]),&key,CAST_ENCRYPT);
198 CAST_ecb_encrypt(&(out_b[8]),&(out_b[8]),&key,CAST_ENCRYPT);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dspeed.c1894 iv,CAST_ENCRYPT);

Completed in 88 milliseconds