source:
bootcd/isolinux/syslinux-6.03/com32/libutil/include/xcrypt.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 242 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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 |
Note: See TracBrowser
for help on using the repository browser.