OpenVAS Libraries
9.0.3
|
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]) |
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 57 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 42 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 33 of file smb_crypt2.c.
References UCS2_CHAR, and val.
Referenced by strupper_w().