PostgreSQL Source Code
git master
|
Go to the source code of this file.
Typedefs | |
typedef unsigned int | BF_word |
Functions | |
char * | _crypt_gensalt_traditional_rn (unsigned long count, const char *input, int size, char *output, int output_size) |
char * | _crypt_gensalt_extended_rn (unsigned long count, const char *input, int size, char *output, int output_size) |
char * | _crypt_gensalt_md5_rn (unsigned long count, const char *input, int size, char *output, int output_size) |
static void | BF_encode (char *dst, const BF_word *src, int size) |
char * | _crypt_gensalt_blowfish_rn (unsigned long count, const char *input, int size, char *output, int output_size) |
Variables | |
static unsigned char | _crypt_itoa64 [64+1] |
static unsigned char | BF_itoa64 [64+1] |
typedef unsigned int BF_word |
Definition at line 19 of file crypt-gensalt.c.
char* _crypt_gensalt_blowfish_rn | ( | unsigned long | count, |
const char * | input, | ||
int | size, | ||
char * | output, | ||
int | output_size | ||
) |
Definition at line 161 of file crypt-gensalt.c.
References BF_encode(), input, output, and size.
char* _crypt_gensalt_extended_rn | ( | unsigned long | count, |
const char * | input, | ||
int | size, | ||
char * | output, | ||
int | output_size | ||
) |
Definition at line 43 of file crypt-gensalt.c.
References _crypt_itoa64, input, output, size, and value.
char* _crypt_gensalt_md5_rn | ( | unsigned long | count, |
const char * | input, | ||
int | size, | ||
char * | output, | ||
int | output_size | ||
) |
Definition at line 79 of file crypt-gensalt.c.
References _crypt_itoa64, input, output, size, and value.
char* _crypt_gensalt_traditional_rn | ( | unsigned long | count, |
const char * | input, | ||
int | size, | ||
char * | output, | ||
int | output_size | ||
) |
|
static |
Definition at line 124 of file crypt-gensalt.c.
References BF_itoa64, and size.
Referenced by _crypt_gensalt_blowfish_rn().
|
static |
Definition at line 21 of file crypt-gensalt.c.
Referenced by _crypt_gensalt_extended_rn(), _crypt_gensalt_md5_rn(), and _crypt_gensalt_traditional_rn().
|
static |
Definition at line 120 of file crypt-gensalt.c.
Referenced by BF_encode().