Header And Logo

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

Data Fields

ossl_cipher Struct Reference

Data Fields

int(* init )(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv)
int(* encrypt )(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res)
int(* decrypt )(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res)
int block_size
int max_key_size
int stream_cipher

Detailed Description

Definition at line 311 of file openssl.c.


Field Documentation

Definition at line 317 of file openssl.c.

Referenced by gen_ossl_block_size(), and gen_ossl_iv_size().

int(* ossl_cipher::decrypt)(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res)

Definition at line 315 of file openssl.c.

Referenced by px_find_cipher().

int(* ossl_cipher::encrypt)(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res)

Definition at line 314 of file openssl.c.

Referenced by px_find_cipher().

int(* ossl_cipher::init)(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv)

Definition at line 313 of file openssl.c.

Referenced by px_find_cipher().

Definition at line 318 of file openssl.c.

Referenced by gen_ossl_key_size().

Definition at line 319 of file openssl.c.


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