K2.6 patches and update.
[tomato.git] / release / src-rt / wl / nas / mppe.h
blobb150cbda672028801a857224ab9a3c6daeb4c296
1 /*
2 * mppe.h Broadcom support for Microsoft Point-to-Point Encryption Protocol.
4 * Copyright (C) 2010, Broadcom Corporation
5 * All Rights Reserved.
6 *
7 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
8 * the contents of this file may not be disclosed to third parties, copied
9 * or duplicated in any form, in whole or in part, without the prior
10 * written permission of Broadcom Corporation.
12 * $Id: mppe.h 241388 2011-02-18 03:33:22Z stakita $
15 #if !defined(_MPPE_H_)
16 #define _MPPE_H_
18 void mppe_crypt(unsigned char salt[2], unsigned char *text, int text_len,
19 unsigned char *key, int key_len, unsigned char vector[16],
20 int encrypt);
22 #endif /* !defined(_MPPE_H_) */