PostgreSQL Source Code
git master
|
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 |
int ossl_cipher::block_size |
Definition at line 242 of file openssl.c.
Referenced by gen_ossl_block_size(), and gen_ossl_iv_size().
ossl_EVP_cipher_func ossl_cipher::cipher_func |
Definition at line 240 of file openssl.c.
Referenced by px_find_cipher().
int ossl_cipher::max_key_size |
Definition at line 243 of file openssl.c.
Referenced by gen_ossl_key_size().