Go to the documentation of this file.
28 #ifndef MBEDTLS_ARC4_H
29 #define MBEDTLS_ARC4_H
31 #if !defined(MBEDTLS_CONFIG_FILE)
34 #include MBEDTLS_CONFIG_FILE
40 #define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019
46 #if !defined(MBEDTLS_ARC4_ALT)
106 unsigned int keylen );
124 unsigned char *output );