Go to the documentation of this file.
30 #ifndef MBEDTLS_ARC4_H
31 #define MBEDTLS_ARC4_H
33 #if !defined(MBEDTLS_CONFIG_FILE)
36 #include MBEDTLS_CONFIG_FILE
42 #define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019
48 #if !defined(MBEDTLS_ARC4_ALT)
108 unsigned int keylen );
126 unsigned char *output );
128 #if defined(MBEDTLS_SELF_TEST)