PostgreSQL Source Code  git master
ossl_cipher Struct Reference

Data Fields

int(* init )(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv)
 
ossl_EVP_cipher_func cipher_func
 
int block_size
 
int max_key_size
 

Detailed Description

Definition at line 246 of file openssl.c.

Field Documentation

◆ block_size

int ossl_cipher::block_size

Definition at line 250 of file openssl.c.

Referenced by gen_ossl_block_size(), and gen_ossl_iv_size().

◆ cipher_func

ossl_EVP_cipher_func ossl_cipher::cipher_func

Definition at line 249 of file openssl.c.

◆ init

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

Definition at line 248 of file openssl.c.

Referenced by px_find_cipher().

◆ max_key_size

int ossl_cipher::max_key_size

Definition at line 251 of file openssl.c.

Referenced by gen_ossl_key_size().


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