#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. |