Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

generator Struct Reference

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

Detailed Description

Definition at line 113 of file px-crypt.c.


Field Documentation

Definition at line 119 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 116 of file px-crypt.c.

Referenced by px_gen_salt().

Definition at line 118 of file px-crypt.c.

Referenced by px_gen_salt().

Definition at line 121 of file px-crypt.c.

Referenced by px_gen_salt().

Definition at line 120 of file px-crypt.c.

Referenced by px_gen_salt().

Definition at line 115 of file px-crypt.c.

Referenced by px_gen_salt().


The documentation for this struct was generated from the following file: