FreeRDP
rc4.h File Reference
#include <winpr/wtypes.h>
#include <winpr/winpr.h>
This graph shows which files directly or indirectly include this file:

Functions

void winpr_int_rc4_free (winpr_int_RC4_CTX *ctx)
 
winpr_int_RC4_CTX * winpr_int_rc4_new (const BYTE *key, size_t keylength)
 
BOOL winpr_int_rc4_update (winpr_int_RC4_CTX *ctx, size_t length, const BYTE *input, BYTE *output)
 

Function Documentation

◆ winpr_int_rc4_free()

void winpr_int_rc4_free ( winpr_int_RC4_CTX *  ctx)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ winpr_int_rc4_new()

winpr_int_RC4_CTX* winpr_int_rc4_new ( const BYTE key,
size_t  keylength 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ winpr_int_rc4_update()

BOOL winpr_int_rc4_update ( winpr_int_RC4_CTX *  ctx,
size_t  length,
const BYTE input,
BYTE output 
)
Here is the call graph for this function:
Here is the caller graph for this function: