[BACK]Return to crypt.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcrypt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libcrypt/crypt.h between version 1.3 and 1.4

version 1.3, 2005/01/12 03:32:52 version 1.4, 2006/10/27 18:22:56
Line 5  char *__md5crypt(const char *pw, const c
Line 5  char *__md5crypt(const char *pw, const c
 char *__bcrypt(const char *, const char *);     /* XXX */  char *__bcrypt(const char *, const char *);     /* XXX */
 char *__crypt_sha1(const char *pw, const char *salt);  char *__crypt_sha1(const char *pw, const char *salt);
 unsigned int __crypt_sha1_iterations (unsigned int hint);  unsigned int __crypt_sha1_iterations (unsigned int hint);
 void __hmac_sha1(unsigned char *, size_t, unsigned char *, size_t, unsigned char *);  void __hmac_sha1(const unsigned char *, size_t, const unsigned char *, size_t,
                    unsigned char *);
 void __crypt_to64(char *s, u_int32_t v, int n);  void __crypt_to64(char *s, u_int32_t v, int n);
   
 int __gensalt_blowfish(char *salt, size_t saltlen, const char *option);  int __gensalt_blowfish(char *salt, size_t saltlen, const char *option);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>