rc4.c File Reference


Detailed Description

Arcfour pseudorandom generator.

Author:
Pekka Pessi <ppessi@hut-email.address.hidden>
Copyright (c) 1996 Pekka Pessi. All rights reserved.

This source code is provided for unrestricted use. Users may copy or modify this source code without charge.

THIS SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.

This source code is provided with no support and without any obligation on the part of author to assist in its use, correction, modification or enhancement.

AUTHOR SHALL HAVE NO LIABILITY WITH RESPECT TO THE INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE OR ANY PART THEREOF.

In no event will author be liable for any lost revenue or profits or other special, indirect and consequential damages, even if author has been advised of the possibility of such damages.

Date:
Created: Sun Jun 9 12:43:17 1996 ppessi

#include "config.h"
#include "sofia-sip/rc4.h"

Include dependency graph for rc4.c:

Functions

void rc4_init (const void *vseed, isize_t seed_len, rc4_t *state)
 Key RC4 context.
void rc4 (void *buffer, isize_t len, rc4_t *state)
 Generate RC4 stream.


Sofia-SIP 1.12.6work - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.