]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/smblib/smbdes.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / lib / smblib / smbdes.h
CommitLineData
04e4e140 1/*
5b74111a 2 * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
04e4e140
AJ
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
c06f9773 9/* smbdes.c */
10void E_P16(unsigned char *p14, unsigned char *p16);
11void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24);
12void cred_hash1(unsigned char *out, unsigned char *in, unsigned char *key);
13void cred_hash2(unsigned char *out, unsigned char *in, unsigned char *key);
f53969cc 14