PostgreSQL Source Code git master
|
Go to the source code of this file.
Macros | |
#define | MD5_SIZE 16 |
Functions | |
static void | _crypt_to64 (char *s, unsigned long v, int n) |
char * | px_crypt_md5 (const char *pw, const char *salt, char *passwd, unsigned dstlen) |
Variables | |
static const char | _crypt_a64 [] |
#define MD5_SIZE 16 |
Definition at line 14 of file crypt-md5.c.
|
static |
Definition at line 20 of file crypt-md5.c.
References _crypt_a64.
Referenced by px_crypt_md5().
char * px_crypt_md5 | ( | const char * | pw, |
const char * | salt, | ||
char * | passwd, | ||
unsigned | dstlen | ||
) |
Definition at line 34 of file crypt-md5.c.
References _crypt_to64(), err(), i, MD5_SIZE, px_find_digest(), px_md_finish, px_md_free, px_md_reset, px_md_update, and px_memset().
Referenced by run_crypt_md5().
|
static |
Definition at line 16 of file crypt-md5.c.
Referenced by _crypt_to64().