PostgreSQL Source Code  git master
px_crypt_algo Struct Reference

Data Fields

char * id
 
unsigned id_len
 
char *(* crypt )(const char *psw, const char *salt, char *buf, unsigned len)
 

Detailed Description

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

Field Documentation

◆ crypt

char*(* px_crypt_algo::crypt) (const char *psw, const char *salt, char *buf, unsigned len)

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

◆ id

char* px_crypt_algo::id

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

◆ id_len

unsigned px_crypt_algo::id_len

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


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