OpenVAS Manager
7.0.3~git
|
A linked list to help caching results. More...
Data Fields | |
struct namelist_s * | next |
size_t | valoff |
char * | value |
char | name [1] |
A linked list to help caching results.
Definition at line 69 of file lsc_crypt.c.
char namelist_s::name[1] |
Definition at line 78 of file lsc_crypt.c.
Referenced by lsc_crypt_encrypt().
struct namelist_s* namelist_s::next |
Definition at line 71 of file lsc_crypt.c.
Referenced by lsc_crypt_flush().
size_t namelist_s::valoff |
Definition at line 72 of file lsc_crypt.c.
char* namelist_s::value |
Definition at line 77 of file lsc_crypt.c.
Referenced by lsc_crypt_encrypt(), and lsc_crypt_flush().