|
OpenVAS Manager
7.0.3~git
|
The context object for encryption operations. More...

Data Fields | |
| gpgme_ctx_t | encctx |
| gpgme_key_t | enckey |
| char * | plaintext |
| size_t | plaintextlen |
| struct namelist_s * | namelist |
The context object for encryption operations.
This context is used to track the underlying gpgme conectec and to provide a decryption cache.
Definition at line 87 of file lsc_crypt.c.
| gpgme_ctx_t lsc_crypt_ctx_s::encctx |
Definition at line 89 of file lsc_crypt.c.
Referenced by lsc_crypt_new(), and lsc_crypt_release().
| gpgme_key_t lsc_crypt_ctx_s::enckey |
Definition at line 90 of file lsc_crypt.c.
| struct namelist_s* lsc_crypt_ctx_s::namelist |
Definition at line 93 of file lsc_crypt.c.
Referenced by lsc_crypt_flush().
| char* lsc_crypt_ctx_s::plaintext |
Definition at line 91 of file lsc_crypt.c.
Referenced by lsc_crypt_decrypt(), and lsc_crypt_flush().
| size_t lsc_crypt_ctx_s::plaintextlen |
Definition at line 92 of file lsc_crypt.c.