OpenVAS Scanner
7.0.0~git
|
Unix SMB/CIFS implementation. SMB parameters and setup. More...
Go to the source code of this file.
Functions | |
smb_ucs2_t | toupper_w (smb_ucs2_t val) |
int | strupper_w (smb_ucs2_t *s) |
void | SMBOWFencrypt_ntv2_ntlmssp (const uchar *kr, const uchar *srv_chal_data, int srv_chal_len, const uchar *cli_chal_data, int cli_chal_len, uchar resp_buf[16]) |
Unix SMB/CIFS implementation. SMB parameters and setup.
Definition in file smb_crypt2.c.
void SMBOWFencrypt_ntv2_ntlmssp | ( | const uchar * | kr, |
const uchar * | srv_chal_data, | ||
int | srv_chal_len, | ||
const uchar * | cli_chal_data, | ||
int | cli_chal_len, | ||
uchar | resp_buf[16] | ||
) |
Definition at line 66 of file smb_crypt2.c.
References hmac_md5_final(), hmac_md5_init_limK_to_64(), and hmac_md5_update().
int strupper_w | ( | smb_ucs2_t * | s | ) |
Definition at line 48 of file smb_crypt2.c.
References toupper_w().
Referenced by nasl_ntv2_owf_gen().
smb_ucs2_t toupper_w | ( | smb_ucs2_t | val | ) |
Definition at line 38 of file smb_crypt2.c.
References UCS2_CHAR, and val.
Referenced by strupper_w().