repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Releasing debian version 4.04+dfsg-9.
[syslinux-debian/hramrach.git]
/
com32
/
libutil
/
include
/
xcrypt.h
blob
c9ced46af47673f643225329c2ffc6b7869ec529
1
#ifndef _LIBUTIL_XCRYPT_H
2
#define _LIBUTIL_XCRYPT_H
3
4
/* Extended crypt() implementations */
5
6
char
*
crypt_md5
(
const char
*,
const char
*);
7
char
*
sha256_crypt
(
const char
*,
const char
*);
8
char
*
sha512_crypt
(
const char
*,
const char
*);
9
10
#endif