pike.git
/
src
/
post_modules
/
Nettle
/
nettle.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/nettle.h:1:
/* nettle.h * * Shared declarations for the various files. */ struct program; extern struct program *nettle_hash_program; extern struct program *hash_instance_program; extern struct program *nettle_hash_program;
-
#define NO_WIDE_STRING(s)
\
-
do
{
if ((s)->size_shift) \
+
#define NO_WIDE_STRING(s)
do
{
\
+
if ((s)->size_shift)
\
Pike_error("Bad argument. Must be 8-bit string.\n"); \ } while(0)
-
void
-
hash
_
init
(
void
);
+
char *pike
_
crypt_md5
(
int pl, const char *pw, int sl, const char *salt
);
-
void
-
hash_
exit
(void);
+
void
hash_
init
(void);
-
void
-
cipher
_
init
(void);
+
void
hash
_
exit
(void);
-
void
-
cipher_
exit
(void);
+
void
cipher_
init
(void);
-
void
-
nt
_
init
(void);
+
void
cipher
_
exit
(void);
-
void
-
nt_exit(void);
+
void
nt_init(void);
+
+
void
nt_exit(void);