|
OpenVAS Scanner 23.32.3
|
Unix SMB/CIFS implementation. SMB parameters and setup. More...

Go to the source code of this file.
Functions | |
| static 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 53 of file smb_crypt2.c.
References hmac_md5_final(), hmac_md5_init_limK_to_64(), hmac_md5_update(), and uchar.

| int strupper_w | ( | smb_ucs2_t * | s | ) |
Definition at line 35 of file smb_crypt2.c.
References toupper_w().
Referenced by nasl_ntv2_owf_gen().


|
static |
Definition at line 25 of file smb_crypt2.c.
References UCS2_CHAR, and val.
Referenced by strupper_w().
