Searched refs:RC2_encrypt (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2_ecb.c84 RC2_encrypt(d, ks);
H A Drc2cfb64.c86 RC2_encrypt((unsigned long *)ti, schedule);
106 RC2_encrypt((unsigned long *)ti, schedule);
H A Drc2speed.c192 RC2_encrypt(data, &sch);
221 printf("Doing RC2_encrypt's for 10 seconds\n");
224 printf("Doing RC2_encrypt %ld times\n", cb);
230 RC2_encrypt(data, &sch);
231 RC2_encrypt(data, &sch);
232 RC2_encrypt(data, &sch);
233 RC2_encrypt(data, &sch);
236 printf("%ld RC2_encrypt's in %.2f second\n", count, d);
H A Drc2.h88 void RC2_encrypt(unsigned long *data, RC2_KEY *key);
H A Drc2ofb64.c90 RC2_encrypt((unsigned long *)ti, schedule);
H A Drc2_cbc.c81 RC2_encrypt(tin, ks);
93 RC2_encrypt(tin, ks);
137 void RC2_encrypt(unsigned long *d, RC2_KEY *key) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_ecb.c81 RC2_encrypt(d,ks);
H A Drc2cfb64.c86 RC2_encrypt((unsigned long *)ti,schedule);
106 RC2_encrypt((unsigned long *)ti,schedule);
H A Drc2speed.c204 RC2_encrypt(data,&sch);
234 printf("Doing RC2_encrypt's for 10 seconds\n");
237 printf("Doing RC2_encrypt %ld times\n",cb);
244 RC2_encrypt(data,&sch);
245 RC2_encrypt(data,&sch);
246 RC2_encrypt(data,&sch);
247 RC2_encrypt(data,&sch);
250 printf("%ld RC2_encrypt's in %.2f second\n",count,d);
H A Drc2.h86 void RC2_encrypt(unsigned long *data,RC2_KEY *key);
H A Drc2ofb64.c91 RC2_encrypt((unsigned long *)ti,schedule);
H A Drc2_cbc.c83 RC2_encrypt(tin,ks);
94 RC2_encrypt(tin,ks);
136 void RC2_encrypt(unsigned long *d, RC2_KEY *key) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc2/
H A Drc2_ecb.c84 RC2_encrypt(d, ks);
H A Drc2cfb64.c86 RC2_encrypt((unsigned long *)ti, schedule);
106 RC2_encrypt((unsigned long *)ti, schedule);
H A Drc2speed.c192 RC2_encrypt(data, &sch);
221 printf("Doing RC2_encrypt's for 10 seconds\n");
224 printf("Doing RC2_encrypt %ld times\n", cb);
230 RC2_encrypt(data, &sch);
231 RC2_encrypt(data, &sch);
232 RC2_encrypt(data, &sch);
233 RC2_encrypt(data, &sch);
236 printf("%ld RC2_encrypt's in %.2f second\n", count, d);
H A Drc2.h88 void RC2_encrypt(unsigned long *data, RC2_KEY *key);
H A Drc2ofb64.c90 RC2_encrypt((unsigned long *)ti, schedule);
H A Drc2_cbc.c81 RC2_encrypt(tin, ks);
93 RC2_encrypt(tin, ks);
137 void RC2_encrypt(unsigned long *d, RC2_KEY *key) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drc2.h86 void RC2_encrypt(unsigned long *data,RC2_KEY *key);

Completed in 86 milliseconds