PostgreSQL Source Code: OSSLCipher Struct Reference (original) (raw)
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_cipher * | ciph |
ResourceOwner | owner |
Detailed Description
Definition at line 254 of file openssl.c.
Field Documentation
◆ ciph
◆ evp_ciph
const EVP_CIPHER* OSSLCipher::evp_ciph
◆ evp_ctx
EVP_CIPHER_CTX* OSSLCipher::evp_ctx
◆ init
unsigned OSSLCipher::init
◆ iv
◆ key
◆ klen
unsigned OSSLCipher::klen
◆ owner
The documentation for this struct was generated from the following file:
- contrib/pgcrypto/openssl.c