sofia-sip/rc4.h File Reference


Detailed Description

Arcfour random number generator.

Author:
Pekka Pessi <Pekka.Pessi@nokia-email.address.hidden>
Date:
Created: Sun Jun 9 14:32:58 1996 ppessi

#include <sofia-sip/su_types.h>

Include dependency graph for rc4.h:

Go to the source code of this file.

Data Structures

struct  rc4_t
 RC4 context. More...

Typedefs

typedef uint8_t rc4_u8
 Byte.

Functions

SOFIAPUBFUN void rc4_init (const void *seed, int seed_len, rc4_t *state)
 Key RC4 context.
SOFIAPUBFUN void rc4 (void *buffer, int len, rc4_t *state)
 Generate RC4 stream.


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