crypt.h File Reference

API published in:
API deprecated in:


Go to the source code of this file.


Defines

#define  MD4_SIZE   16
#define  MD5_SIZE   16

Functions

char *  crypt_des (const char *pw, const char *salt)
char *  crypt_md5 (const char *pw, const char *salt)
void  _crypt_to64 (char *s, u_long v, int n)

Define Documentation

#define MD4_SIZE   16
 
#define MD5_SIZE   16
 

Function Documentation

void _crypt_to64 char *  s,
u_long  v,
int  n
 
char* crypt_des const char *  pw,
const char *  salt
 
char* crypt_md5 const char *  pw,
const char *  salt
 

Copyright © Nokia Corporation 2001-2008
Back to top