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

/external/openssl/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.h88 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
/external/openssl/include/openssl/
H A Drc2.h88 void RC2_encrypt(unsigned long *data,RC2_KEY *key);

Completed in 381 milliseconds