Searched refs:CAST_encrypt (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/times/x86/
H A Dcasts.cpp48 CAST_encrypt(&data[0],&key);
50 CAST_encrypt(&data[0],&key);
51 CAST_encrypt(&data[0],&key);
52 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
56 CAST_encrypt(&data[0],&key);
57 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcasts.cpp51 CAST_encrypt(&data[0],&key);
53 CAST_encrypt(&data[0],&key);
54 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
59 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
61 CAST_encrypt(&data[0],&key);
63 CAST_encrypt(&data[0],&key);
H A Dc_ecb.c73 CAST_encrypt(d,ks);
H A Dc_cfb64.c86 CAST_encrypt((CAST_LONG *)ti,schedule);
106 CAST_encrypt((CAST_LONG *)ti,schedule);
H A Dcast_spd.c204 CAST_encrypt(data,&sch);
234 printf("Doing CAST_encrypt's for 10 seconds\n");
237 printf("Doing CAST_encrypt %ld times\n",cb);
244 CAST_encrypt(data,&sch);
245 CAST_encrypt(data,&sch);
246 CAST_encrypt(data,&sch);
247 CAST_encrypt(data,&sch);
250 printf("%ld CAST_encrypt's in %.2f second\n",count,d);
H A Dcast.h90 void CAST_encrypt(CAST_LONG *data,CAST_KEY *key);
H A Dcastopts.c107 #define CAST_encrypt CAST_encrypt_normal macro
116 #undef CAST_encrypt macro
119 #define CAST_encrypt CAST_encrypt_ptr macro
128 #undef CAST_encrypt macro
131 #define CAST_encrypt CAST_encrypt_ptr2 macro
274 CAST_encrypt(data,&sch);
H A Dc_ofb64.c91 CAST_encrypt((CAST_LONG *)ti,schedule);
H A Dc_enc.c62 void CAST_encrypt(CAST_LONG *data, CAST_KEY *key) function
147 CAST_encrypt(tin,ks);
160 CAST_encrypt(tin,ks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcasts.cpp51 CAST_encrypt(&data[0],&key);
53 CAST_encrypt(&data[0],&key);
54 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
59 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
61 CAST_encrypt(&data[0],&key);
63 CAST_encrypt(&data[0],&key);
H A Dc_ecb.c75 CAST_encrypt(d, ks);
H A Dc_cfb64.c86 CAST_encrypt((CAST_LONG *)ti, schedule);
106 CAST_encrypt((CAST_LONG *)ti, schedule);
H A Dcast_spd.c192 CAST_encrypt(data, &sch);
221 printf("Doing CAST_encrypt's for 10 seconds\n");
224 printf("Doing CAST_encrypt %ld times\n", cb);
230 CAST_encrypt(data, &sch);
231 CAST_encrypt(data, &sch);
232 CAST_encrypt(data, &sch);
233 CAST_encrypt(data, &sch);
236 printf("%ld CAST_encrypt's in %.2f second\n", count, d);
H A Dcast.h91 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
H A Dcastopts.c103 #define CAST_encrypt CAST_encrypt_normal macro
111 #undef CAST_encrypt macro
114 #define CAST_encrypt CAST_encrypt_ptr macro
122 #undef CAST_encrypt macro
125 #define CAST_encrypt CAST_encrypt_ptr2 macro
260 CAST_encrypt(data, &sch);
H A Dc_ofb64.c90 CAST_encrypt((CAST_LONG *)ti, schedule);
H A Dc_enc.c62 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key) function
146 CAST_encrypt(tin, ks);
158 CAST_encrypt(tin, ks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcasts.cpp51 CAST_encrypt(&data[0],&key);
53 CAST_encrypt(&data[0],&key);
54 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
59 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
61 CAST_encrypt(&data[0],&key);
63 CAST_encrypt(&data[0],&key);
H A Dc_ecb.c75 CAST_encrypt(d, ks);
H A Dc_cfb64.c86 CAST_encrypt((CAST_LONG *)ti, schedule);
106 CAST_encrypt((CAST_LONG *)ti, schedule);
H A Dcast_spd.c192 CAST_encrypt(data, &sch);
221 printf("Doing CAST_encrypt's for 10 seconds\n");
224 printf("Doing CAST_encrypt %ld times\n", cb);
230 CAST_encrypt(data, &sch);
231 CAST_encrypt(data, &sch);
232 CAST_encrypt(data, &sch);
233 CAST_encrypt(data, &sch);
236 printf("%ld CAST_encrypt's in %.2f second\n", count, d);
H A Dcast.h91 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
H A Dcastopts.c103 #define CAST_encrypt CAST_encrypt_normal macro
111 #undef CAST_encrypt macro
114 #define CAST_encrypt CAST_encrypt_ptr macro
122 #undef CAST_encrypt macro
125 #define CAST_encrypt CAST_encrypt_ptr2 macro
260 CAST_encrypt(data, &sch);
H A Dc_ofb64.c90 CAST_encrypt((CAST_LONG *)ti, schedule);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcast.h90 void CAST_encrypt(CAST_LONG *data,CAST_KEY *key);

Completed in 111 milliseconds

12