Update syscall lists for Linux 6.2
[glibc.git] / include / rpc / des_crypt.h
blob7a34957df89e66bf6013f249ad646ae72fa56f71
1 #ifndef __DES_CRYPT_H__
2 #include <sunrpc/rpc/des_crypt.h>
4 # ifndef _ISOMAC
6 /* Now define the internal interfaces. */
8 extern int xencrypt (char *secret, char *passwd);
9 extern int xdecrypt (char *secret, char *passwd);
11 libc_hidden_proto (des_setparity)
12 libc_hidden_proto (ecb_crypt)
13 libc_hidden_proto (cbc_crypt)
14 libc_hidden_proto (xencrypt)
15 libc_hidden_proto (xdecrypt)
17 # endif /* !_ISOMAC */
18 #endif