aboutsummaryrefslogtreecommitdiffstats
path: root/smbencrypt.h
blob: 03e17d943464a5edcd032f94b7720f2507e9ac6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SMBENCRYPT_H
#define SMBENCRYPT_H

#include "smbtypes.h"

#ifdef __cplusplus
extern "C" {
#endif
void SMBencrypt(uint8 *passwd, uint8 *c8, uint8 *p24);
void SMBNTencrypt(uint8 *passwd, uint8 *c8, uint8 *p24);
#ifdef __cplusplus
}

#endif
#endif