Searched refs:cygwin_xcrypt (Results 1 – 4 of 4) sorted by relevance
616 extern char *cygwin_xcrypt(struct passwd *, const char *, const char *);
1590 cygwin_xcrypt(struct passwd *pw, const char *password, const char *expected_pwd) in cygwin_xcrypt() function
732 # define XCRYPT(pw, a, b) cygwin_xcrypt(pw, a, b) in auto_lock()
205 58. Add cygwin_xcrypt() (Corinna Vinschen)