PostgreSQL Source Code  git master
PGP_S2K Struct Reference

#include <pgp.h>

Data Fields

uint8 mode
 
uint8 digest_algo
 
uint8 salt [8]
 
uint8 iter
 
uint8 key [PGP_MAX_KEY]
 
uint8 key_len
 

Detailed Description

Definition at line 122 of file pgp.h.

Field Documentation

◆ digest_algo

uint8 PGP_S2K::digest_algo

◆ iter

uint8 PGP_S2K::iter

◆ key

◆ key_len

◆ mode

uint8 PGP_S2K::mode

◆ salt

uint8 PGP_S2K::salt[8]

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