Classes | Functions
rc4.h File Reference
#include <openssl/base.h>
Include dependency graph for rc4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rc4_key_st
 

Functions

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

Function Documentation

◆ RC4()

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

Definition at line 60 of file rc4.c.

◆ RC4_options()

const OPENSSL_EXPORT char* RC4_options ( void  )

Definition at line 60 of file rc4_decrepit.c.

◆ RC4_set_key()

OPENSSL_EXPORT 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