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.
#include "config.h"
#include "sofia-sip/rc4.h"
Include dependency graph for rc4.c:
Functions | |
void | rc4_init (const void *vseed, int seed_len, rc4_t *state) |
Key RC4 context. | |
void | rc4 (void *buffer, int len, rc4_t *state) |
Generate RC4 stream. |