PostgreSQL Source Code  git master
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 112 of file px-crypt.c.

Field Documentation

◆ def_rounds

int generator::def_rounds

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

Referenced by px_gen_salt().

◆ gen

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().

◆ input_len

int generator::input_len

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

Referenced by px_gen_salt().

◆ max_rounds

int generator::max_rounds

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

Referenced by px_gen_salt().

◆ min_rounds

int generator::min_rounds

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

Referenced by px_gen_salt().

◆ name

char* generator::name

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

Referenced by px_gen_salt().


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