|
PostgreSQL Source Code git master
|
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 |
| const struct ossl_cipher* OSSLCipher::ciph |
Definition at line 262 of file openssl.c.
Referenced by gen_ossl_block_size(), gen_ossl_iv_size(), gen_ossl_key_size(), and px_find_cipher().
| const EVP_CIPHER* OSSLCipher::evp_ciph |
Definition at line 257 of file openssl.c.
Referenced by gen_ossl_decrypt(), gen_ossl_encrypt(), ossl_aes_cbc_init(), ossl_aes_cfb_init(), ossl_aes_ecb_init(), and px_find_cipher().
| EVP_CIPHER_CTX* OSSLCipher::evp_ctx |
Definition at line 256 of file openssl.c.
Referenced by free_openssl_cipher(), gen_ossl_decrypt(), gen_ossl_encrypt(), and px_find_cipher().
| unsigned OSSLCipher::init |
Definition at line 261 of file openssl.c.
Referenced by gen_ossl_decrypt(), and gen_ossl_encrypt().
Definition at line 259 of file openssl.c.
Referenced by bf_init(), gen_ossl_decrypt(), gen_ossl_encrypt(), ossl_aes_init(), ossl_cast_init(), ossl_des3_init(), and ossl_des_init().
Definition at line 258 of file openssl.c.
Referenced by bf_init(), gen_ossl_decrypt(), gen_ossl_encrypt(), ossl_aes_init(), ossl_cast_init(), ossl_des3_init(), and ossl_des_init().
| unsigned OSSLCipher::klen |
Definition at line 260 of file openssl.c.
Referenced by bf_init(), gen_ossl_decrypt(), gen_ossl_encrypt(), ossl_aes_cbc_init(), ossl_aes_cfb_init(), ossl_aes_ecb_init(), ossl_aes_init(), ossl_cast_init(), ossl_des3_init(), and ossl_des_init().
| ResourceOwner OSSLCipher::owner |
Definition at line 264 of file openssl.c.
Referenced by free_openssl_cipher(), and px_find_cipher().