Functions
rc4.c File Reference
#include <openssl/rc4.h>
Include dependency graph for rc4.c:

Go to the source code of this file.

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 
)

Definition at line 60 of file rc4.c.

◆ RC4_set_key()

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

Definition at line 79 of file rc4.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:27