PostgreSQL Source Code
git master
|
Data Fields | |
char * | name |
char *(* | gen )(unsigned long count, const char *input, int size, char *output, int output_size) |
int | input_len |
int | def_rounds |
int | min_rounds |
int | max_rounds |
Definition at line 112 of file px-crypt.c.
int generator::def_rounds |
Definition at line 118 of file px-crypt.c.
Referenced by px_gen_salt().
char*(* generator::gen) (unsigned long count, const char *input, int size, char *output, int output_size) |
Definition at line 115 of file px-crypt.c.
Referenced by px_gen_salt().
int generator::input_len |
Definition at line 117 of file px-crypt.c.
Referenced by px_gen_salt().
int generator::max_rounds |
Definition at line 120 of file px-crypt.c.
Referenced by px_gen_salt().
int generator::min_rounds |
Definition at line 119 of file px-crypt.c.
Referenced by px_gen_salt().
char* generator::name |
Definition at line 114 of file px-crypt.c.
Referenced by px_gen_salt().