|
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 126 of file px-crypt.c.
| int generator::def_rounds |
Definition at line 132 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 129 of file px-crypt.c.
Referenced by px_gen_salt().
| int generator::input_len |
Definition at line 131 of file px-crypt.c.
Referenced by px_gen_salt().
| int generator::max_rounds |
Definition at line 134 of file px-crypt.c.
Referenced by px_gen_salt().
| int generator::min_rounds |
Definition at line 133 of file px-crypt.c.
Referenced by px_gen_salt().
| char* generator::name |
Definition at line 128 of file px-crypt.c.
Referenced by px_gen_salt().