PostgreSQL Source Code  git master
OSSLCipher Struct Reference

Data Fields

EVP_CIPHER_CTX * evp_ctx
 
const EVP_CIPHER * evp_ciph
 
uint8 key [MAX_KEY]
 
uint8 iv [MAX_IV]
 
unsigned klen
 
unsigned init
 
const struct ossl_cipherciph
 
ResourceOwner owner
 

Detailed Description

Definition at line 261 of file openssl.c.

Field Documentation

◆ ciph

const struct ossl_cipher* OSSLCipher::ciph

◆ evp_ciph

const EVP_CIPHER* OSSLCipher::evp_ciph

◆ evp_ctx

EVP_CIPHER_CTX* OSSLCipher::evp_ctx

Definition at line 263 of file openssl.c.

Referenced by free_openssl_cipher(), gen_ossl_decrypt(), gen_ossl_encrypt(), and px_find_cipher().

◆ init

unsigned OSSLCipher::init

Definition at line 268 of file openssl.c.

Referenced by gen_ossl_decrypt(), and gen_ossl_encrypt().

◆ iv

◆ key

◆ klen

◆ owner

ResourceOwner OSSLCipher::owner

Definition at line 271 of file openssl.c.

Referenced by free_openssl_cipher(), and px_find_cipher().


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