OpenVAS Libraries
9.0.3
|
Go to the source code of this file.
Macros | |
#define | uchar unsigned char |
#define | uint8 uint8_t |
Functions | |
void | simple_packet_signature_ntlmssp (uint8_t *mac_key, const uchar *buf, uint32 seq_number, unsigned char *calc_md5_mac) |
#define uchar unsigned char |
Definition at line 34 of file smb_signing.h.
#define uint8 uint8_t |
Definition at line 38 of file smb_signing.h.
void simple_packet_signature_ntlmssp | ( | uint8_t * | mac_key, |
const uchar * | buf, | ||
uint32 | seq_number, | ||
unsigned char * | calc_md5_mac | ||
) |
Definition at line 27 of file smb_signing.c.
References MD5Context::buf, MD5Final(), MD5Init(), MD5Update(), SIVAL, smb_len, and smb_ss_field.
Referenced by nasl_get_sign().