|
Greenbone Vulnerability Management Libraries 22.24.0
|
Data stream validator structure. More...
Data Fields | |
| gchar * | expected_hash_str |
| Expected hash algorithm and hex string. | |
| gchar * | expected_hash_hex |
| Expected hash value as hexadecimal string. | |
| int | algorithm |
| The hash algorithm used. | |
| size_t | expected_size |
| Expected amount of data to validate. | |
| size_t | current_size |
| Current total amount of data received. | |
| gcry_md_hd_t | gcrypt_md_hd |
| gcrypt message digest handle. | |
Data stream validator structure.
| int gvm_stream_validator::algorithm |
The hash algorithm used.
| size_t gvm_stream_validator::current_size |
Current total amount of data received.
| gchar* gvm_stream_validator::expected_hash_hex |
Expected hash value as hexadecimal string.
| gchar* gvm_stream_validator::expected_hash_str |
Expected hash algorithm and hex string.
| size_t gvm_stream_validator::expected_size |
Expected amount of data to validate.
| gcry_md_hd_t gvm_stream_validator::gcrypt_md_hd |
gcrypt message digest handle.