Documentation about Minix.
[gnulib.git] / doc / glibc-headers / crypt.texi
1 @node crypt.h
2 @section @file{crypt.h}
3
4 Defines the type @code{struct crypt_data} and declares the functions
5 @code{crypt}, @code{crypt_r},
6 @code{setkey}, @code{setkey_r},
7 @code{encrypt}, @code{encrypt_r}.
8
9 Documentation:
10 @itemize
11 @item
12 @ifinfo
13 @ref{crypt,,Encrypting Passwords,libc},
14 @ref{DES Encryption,,,libc},
15 @end ifinfo
16 @ifnotinfo
17 @url{http://www.gnu.org/software/libc/manual/html_node/crypt.html},
18 @url{http://www.gnu.org/software/libc/manual/html_node/DES-Encryption.html},
19 @end ifnotinfo
20 @item
21 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/crypt.3.html,,man crypt},
22 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/encrypt.3.html,,man encrypt}.
23 @end itemize
24
25 Gnulib module: ---
26
27 Portability problems fixed by Gnulib:
28 @itemize
29 @end itemize
30
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @item
34 This header file is missing on some platforms:
35 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, mingw, Interix 3.5, BeOS.
36 @item
37 The functions @code{crypt}, @code{setkey}, @code{encrypt} are missing on some
38 platforms:
39 HP-UX 11, OSF/1 5.1.
40 @item
41 The type @code{struct crypt_data} and the functions @code{crypt_r},
42 @code{setkey_r}, @code{encrypt_r} are missing on some platforms:
43 IRIX 6.5, Solaris 11 2010-11, Cygwin.
44 @end itemize