PostgreSQL Source Code git master
Loading...
Searching...
No Matches
OSSLCipher Struct Reference

Data Fields

EVP_CIPHER_CTXevp_ctx
 
const EVP_CIPHERevp_ciph
 
uint8 key [MAX_KEY]
 
uint8 iv [MAX_IV]
 
unsigned klen
 
unsigned init
 
const struct ossl_cipherciph
 
ResourceOwner owner
 

Detailed Description

Definition at line 254 of file openssl.c.

Field Documentation

◆ ciph

const struct ossl_cipher* OSSLCipher::ciph

Definition at line 262 of file openssl.c.

◆ evp_ciph

const EVP_CIPHER* OSSLCipher::evp_ciph

Definition at line 257 of file openssl.c.

◆ evp_ctx

EVP_CIPHER_CTX* OSSLCipher::evp_ctx

Definition at line 256 of file openssl.c.

◆ init

unsigned OSSLCipher::init

Definition at line 261 of file openssl.c.

Referenced by gen_ossl_decrypt(), and gen_ossl_encrypt().

◆ iv

uint8 OSSLCipher::iv[MAX_IV]

Definition at line 259 of file openssl.c.

◆ key

uint8 OSSLCipher::key[MAX_KEY]

Definition at line 258 of file openssl.c.

◆ klen

unsigned OSSLCipher::klen

Definition at line 260 of file openssl.c.

◆ owner

ResourceOwner OSSLCipher::owner

Definition at line 264 of file openssl.c.


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