webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
rc4.c File Reference
#include <openssl/rc4.h>

Functions

void RC4 (RC4_KEY *key, size_t len, const uint8_t *in, uint8_t *out)
 
void RC4_set_key (RC4_KEY *rc4key, unsigned len, const uint8_t *key)
 

Function Documentation

◆ RC4()

void RC4 ( RC4_KEY key,
size_t  len,
const uint8_t in,
uint8_t out 
)

◆ RC4_set_key()

void RC4_set_key ( RC4_KEY rc4key,
unsigned  len,
const uint8_t key 
)