17#if !defined(MBEDTLS_CONFIG_FILE)
20#include MBEDTLS_CONFIG_FILE
27#define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019
33#if !defined(MBEDTLS_ARC4_ALT)
110 unsigned char *output);
112#if defined(MBEDTLS_SELF_TEST)
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.
int mbedtls_arc4_self_test(int verbose)
Checkup routine.
struct mbedtls_arc4_context mbedtls_arc4_context
ARC4 context structure.
Configuration options (set of defines)