arc4.h
1 
35 WOLFSSL_API int wc_Arc4Process(Arc4*, byte*, const byte*, word32);
36 
59 WOLFSSL_API int wc_Arc4SetKey(Arc4*, const byte*, word32);
Definition: arc4.h:46
WOLFSSL_API int wc_Arc4Process(Arc4 *, byte *, const byte *, word32)
This function encrypts an input message from the buffer in, placing the ciphertext in the output buff...
Definition: arc4.c:87
WOLFSSL_API int wc_Arc4SetKey(Arc4 *, const byte *, word32)
This function sets the key for a ARC4 object, initializing it for use as a cipher. It should be called before using it for encryption with wc_Arc4Process.
Definition: arc4.c:35