Searched refs:idea_encrypt (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A Di_ecb.c80 idea_encrypt(d,ks);
H A Di_cfb64.c86 idea_encrypt((unsigned long *)ti,schedule);
106 idea_encrypt((unsigned long *)ti,schedule);
H A Di_cbc.c83 idea_encrypt(tin,ks);
94 idea_encrypt(tin,ks);
110 idea_encrypt(tin,ks);
122 idea_encrypt(tin,ks);
136 void idea_encrypt(unsigned long *d, IDEA_KEY_SCHEDULE *key) function
H A Didea.h98 void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
H A Didea_spd.c201 idea_encrypt(data,&sch);
251 printf("Doing idea_encrypt's for 10 seconds\n");
254 printf("Doing idea_encrypt %ld times\n",cb);
261 idea_encrypt(data,&sch);
262 idea_encrypt(data,&sch);
263 idea_encrypt(data,&sch);
264 idea_encrypt(data,&sch);
267 printf("%ld idea_encrypt's in %.2f second\n",count,d);
H A Di_ofb64.c91 idea_encrypt((unsigned long *)ti,schedule);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_ecb.c80 idea_encrypt(d,ks);
H A Di_cfb64.c86 idea_encrypt((unsigned long *)ti,schedule);
106 idea_encrypt((unsigned long *)ti,schedule);
H A Di_cbc.c83 idea_encrypt(tin,ks);
94 idea_encrypt(tin,ks);
110 idea_encrypt(tin,ks);
122 idea_encrypt(tin,ks);
136 void idea_encrypt(unsigned long *d, IDEA_KEY_SCHEDULE *key) function
H A Didea.h95 void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
H A Didea_spd.c204 idea_encrypt(data,&sch);
254 printf("Doing idea_encrypt's for 10 seconds\n");
257 printf("Doing idea_encrypt %ld times\n",cb);
264 idea_encrypt(data,&sch);
265 idea_encrypt(data,&sch);
266 idea_encrypt(data,&sch);
267 idea_encrypt(data,&sch);
270 printf("%ld idea_encrypt's in %.2f second\n",count,d);
H A Di_ofb64.c91 idea_encrypt((unsigned long *)ti,schedule);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Didea.h98 void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Didea.h95 void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);

Completed in 83 milliseconds