]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/smblib/smbdes.h
SourceFormat Enforcement
[thirdparty/squid.git] / lib / smblib / smbdes.h
1 /*
2 * Copyright (C) 1996-2015 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 /* smbdes.c */
10 void E_P16(unsigned char *p14, unsigned char *p16);
11 void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24);
12 void cred_hash1(unsigned char *out, unsigned char *in, unsigned char *key);
13 void cred_hash2(unsigned char *out, unsigned char *in, unsigned char *key);
14