29#if !defined(MBEDTLS_CONFIG_FILE)
32#include MBEDTLS_CONFIG_FILE
45#define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019
51#if !defined(MBEDTLS_ARC4_ALT)
111 unsigned int keylen );
129 unsigned char *output );
134#if defined(MBEDTLS_SELF_TEST)
146int mbedtls_arc4_self_test(
int verbose );
Configuration options (set of defines)
int mbedtls_arc4_crypt(mbedtls_arc4_context *ctx, size_t length, const unsigned char *input, unsigned char *output)
ARC4 cipher function.
void mbedtls_arc4_setup(mbedtls_arc4_context *ctx, const unsigned char *key, unsigned int keylen)
ARC4 key schedule.
void mbedtls_arc4_init(mbedtls_arc4_context *ctx)
Initialize ARC4 context.
void mbedtls_arc4_free(mbedtls_arc4_context *ctx)
Clear ARC4 context.