PostgreSQL Source Code: cipher_info Struct Reference (original) (raw)

Data Fields
const char * name
int code
const char * int_name
int key_len
int block_len

Detailed Description

Definition at line 59 of file pgp.c.

Field Documentation

block_len

int cipher_info::block_len

Definition at line 65 of file pgp.c.

int_name

const char* cipher_info::int_name

Definition at line 63 of file pgp.c.

key_len

Definition at line 64 of file pgp.c.

name

const char* cipher_info::name

Definition at line 61 of file pgp.c.


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