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

Go to the source code of this file.

Classes

struct  rc4_key_st
 

Functions

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

Function Documentation

◆ RC4()

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

◆ RC4_options()

OPENSSL_EXPORT const char* RC4_options ( void  )

◆ RC4_set_key()

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