|
OpenVAS Scanner 23.32.3
|
Struct holding a cipher handler. More...

Data Fields | |
| gcry_cipher_hd_t | hd |
| int | id |
Struct holding a cipher handler.
Definition at line 56 of file nasl_crypto2.c.
| gcry_cipher_hd_t cipher_table_item::hd |
Definition at line 58 of file nasl_crypto2.c.
Referenced by crypt_data(), delete_cipher_item(), encrypt_stream_data(), nasl_bf_cbc(), nasl_close_stream_cipher(), nasl_open_stream_cipher(), nasl_rc4_encrypt(), nasl_smb3kdf(), and verify_cipher_id().
| int cipher_table_item::id |
Definition at line 59 of file nasl_crypto2.c.
Referenced by find_cipher_hd(), and nasl_open_stream_cipher().