OpenVAS Scanner 23.23.1
smb_crypt2.c File Reference

Unix SMB/CIFS implementation. SMB parameters and setup. More...

#include "hmacmd5.h"
#include "smb_crypt.h"
#include <ctype.h>

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])

Detailed Description

Unix SMB/CIFS implementation. SMB parameters and setup.

Function Documentation

◆ SMBOWFencrypt_ntv2_ntlmssp()

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] )

◆ strupper_w()

int strupper_w ( smb_ucs2_t * s)

◆ toupper_w()

smb_ucs2_t toupper_w ( smb_ucs2_t val)
static