des_crypt.h 405 B

123456789101112131415161718
  1. #ifndef __DES_CRYPT_H__
  2. #include <sunrpc/rpc/des_crypt.h>
  3. # ifndef _ISOMAC
  4. /* Now define the internal interfaces. */
  5. extern int xencrypt (char *secret, char *passwd);
  6. extern int xdecrypt (char *secret, char *passwd);
  7. libc_hidden_proto (des_setparity)
  8. libc_hidden_proto (ecb_crypt)
  9. libc_hidden_proto (cbc_crypt)
  10. libc_hidden_proto (xencrypt)
  11. libc_hidden_proto (xdecrypt)
  12. # endif /* !_ISOMAC */
  13. #endif