OpenVAS Scanner
7.0.0~git
|
Struct holding a cipher handler. More...
Data Fields | |
gcry_cipher_hd_t | hd |
int | id |
Struct holding a cipher handler.
Definition at line 60 of file nasl_crypto2.c.
gcry_cipher_hd_t cipher_table_item::hd |
Definition at line 62 of file nasl_crypto2.c.
Referenced by delete_cipher_item(), encrypt_data(), encrypt_stream_data(), nasl_bf_cbc(), nasl_close_stream_cipher(), nasl_open_stream_cipher(), nasl_rc4_encrypt(), and verify_cipher_id().
int cipher_table_item::id |
Definition at line 63 of file nasl_crypto2.c.
Referenced by find_cipher_hd(), and nasl_open_stream_cipher().