smbdes.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3  *
4  * Squid software is distributed under GPLv2+ license and includes
5  * contributions from numerous individuals and organizations.
6  * Please see the COPYING and CONTRIBUTORS files for details.
7  */
8 
9 #ifndef SQUID_LIB_SMBLIB_SMBDES_H
10 #define SQUID_LIB_SMBLIB_SMBDES_H
11 
12 void E_P16(unsigned char *p14, unsigned char *p16);
13 void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24);
14 void cred_hash1(unsigned char *out, unsigned char *in, unsigned char *key);
15 void cred_hash2(unsigned char *out, unsigned char *in, unsigned char *key);
16 
17 #endif /* SQUID_LIB_SMBLIB_SMBDES_H */
18 
void E_P16(unsigned char *p14, unsigned char *p16)
Definition: smbdes.c:345
void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24)
Definition: smbdes.c:353
void cred_hash2(unsigned char *out, unsigned char *in, unsigned char *key)
Definition: smbdes.c:370
void cred_hash1(unsigned char *out, unsigned char *in, unsigned char *key)
Definition: smbdes.c:361

 

Introduction

Documentation

Support

Miscellaneous