Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12:Update
libmcrypt
libmcrypt-2.5.8-prototypes.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmcrypt-2.5.8-prototypes.diff of Package libmcrypt
--- modules/algorithms/des.c +++ modules/algorithms/des.c @@ -35,9 +35,12 @@ /* #define NULL 0 */ -static void permute_ip(), permute_fp(), perminit_ip(), spinit(), -perminit_fp(); -static word32 f(); +static void permute_ip(char *, DES_KEY *, char *); +static void permute_fp(char *, DES_KEY *, char *); +static void perminit_ip(DES_KEY *); +static void spinit(DES_KEY *); +static void perminit_fp(DES_KEY *); +static word32 f(DES_KEY *, register word32, register char *); /* Tables defined in the Data Encryption Standard documents */ --- modules/algorithms/tripledes.c +++ modules/algorithms/tripledes.c @@ -36,8 +36,10 @@ /* #define NULL 0 */ -static void permute(), perminit(), spinit(); -static word32 f(); +static void permute(char *, char[16][16][8], char *); +static void perminit(char[16][16][8], char[64]); +static void spinit(TRIPLEDES_KEY *, int); +static word32 f(TRIPLEDES_KEY *, int, register word32, register char *); /* Tables defined in the Data Encryption Standard documents */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor