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 238 of file openssl.c.

Field Documentation

◆ block_size

int ossl_cipher::block_size

Definition at line 242 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 241 of file openssl.c.

◆ init

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

Definition at line 240 of file openssl.c.

Referenced by px_find_cipher().

◆ max_key_size

int ossl_cipher::max_key_size

Definition at line 243 of file openssl.c.

Referenced by gen_ossl_key_size().


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