]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/smblib/smbdes.h
CI: Upgrade GitHub Setup Node and CodeQL actions to Node 20 (#1845)
[thirdparty/squid.git] / lib / smblib / smbdes.h
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