Added initial unfs3 sources for version 0.9.22+dfsg-1maemo2
[unfs3] / unfs3 / password.h
1 /*
2  * UNFS3 mount password support routines
3  * (C) 2004, Peter Astrand <astrand@cendio.se>
4  * see file LICENSE for license details
5  */
6
7 int gen_nonce(char *nonce);
8
9 void mnt_cmd_argument(char **dpath, const char *cmd, char *arg, size_t maxlen);
10
11 void otp_digest(char nonce[32], 
12                 char *password, 
13                 char hexdigest[32]);